whs-junkyard / elFinder-driver

*unmaintained* Drivers for elFinder
11 stars 5 forks source link

Too slow with lots of objects #11

Closed davo3 closed 9 years ago

davo3 commented 9 years ago

Hi,

Thanks for the plugin,

I had an issue, that it was being too slow with lots of second level folders (objects). E.g. opening a directory that contains only dir1 and dir2 will be too slow, because the elfinder original plugin will check also the contents of those folders, so as I had hundreds of objects inside those directories it was taking almost a minute to list just those 2 directories. For those who face the same issue, just set checkSubfolders as false and it will be fine.

https://github.com/Studio-42/elFinder/wiki/Connector-configuration-options#checksubfolders

Thanks