jfael-isol

Results 3 comments of jfael-isol

![chrome_C6LnMHGlxP_2](https://github.com/glpi-project/glpi/assets/154451279/959b0264-65f7-4070-849f-0fcb243d766a)

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`