Results 5 comments of allter

Currently i don't have much time for it. :( I think it should be possible to reproduce locally. To do it one can carefully choose Redis error which can be...

Any ideas where to look for more info/how to fix?

P.S I've added another log message and found that it's the following method which is slow $this->template->render( ```php protected function renderBoard($project_id) { if (DEBUG) { $this->logger->debug(__METHOD__); } $swimlanes =$this->taskLexer ->build($this->userSession->getFilters($project_id))...

Strange thing. I restarted kanboard docker container and now I can't reproduce the following although this log is actual log. ``` [2022-07-11 15:36:50] [debug] Kanboard\Controller\BoardAjaxController::renderBoard [2022-07-11 15:36:50] [debug] Kanboard\Controller\BoardAjaxController::renderBoard-2 [2022-07-11...

About 150-200 tasks on my board. I've investigated and it seems like the slowness is because of another issue with UI: https://github.com/kanboard/kanboard/issues/5113 I could not reproduce the current bug anymore....