artgris / FileManagerBundle

FileManager is a simple Multilingual File Manager Bundle for Symfony
MIT License
171 stars 89 forks source link

Feature to show or hide file counts #98

Closed Martin1982 closed 2 years ago

Martin1982 commented 2 years ago

When running my xDebug profiler on the code from my project I noticed that counting the number of files took 49.2% of the total time of the request in my test environment. While a huge optimization would take quite a lot of time there was a way to make the request double as fast by only hiding the file count per directory which might also pass as a nice feature to have a cleaner interface.

artgris commented 2 years ago

Thank you @Martin1982 :+1: