jfael-isol
Results
3
comments of
jfael-isol

Still present after the upgrade to 10.0.12. Simply having the "All linked tickes" collumn showing has impact on the search time. But it will be a lot worse if you...
Doing both the SQL query + cache clear fixed it for me `UPDATE glpi_entities SET ancestors_cache = null, sons_cache = null;` `php bin/console cache:clear`