Skip to content
Niels Keurentjes edited this page Dec 1, 2021 · 2 revisions

Performance issues

Large folders

elFinder can get slow when displaying folders with hundreds or thousands of images. Especially if your server has relatively slow IO this can be caused by slow MIME type detection. See this issue for example.

To improve performance here you can change the default detection method which can decrease load time for large folders 20-fold:

'mimeDetect'=>'mime_content_type'

Clone this wiki locally