helios-ag / FMElfinderBundle

:file_folder: ElFinderBundle provides ElFinder integration with TinyMCE, CKEditor, Summernote editors
MIT License
275 stars 128 forks source link

Very slow for large data #410

Closed bhaktaraz closed 2 years ago

bhaktaraz commented 4 years ago

I've reached almost 4 GB of image upload. Now when I open the folder it is a nightmare. It took 40 sec - 50 sec time to load images.

Is there any way to load only few images at a time and load more while scrolling or sth else?

My server configuration is 2 GB RAM, 1 CPU, 50TB SSD Storage, 2 TB Transfer, and my internet speed is 10 MB/S.

ghost commented 3 years ago

Hi

It's normal 4GB of image is very very large ;)

bhaktaraz commented 3 years ago

So, this bundle is not for large data? I've also asked the question above that Is there any way to load only a few images at a time and load more while scrolling or sth else? What is your view on it @MaximeMazet

ghost commented 3 years ago

Hello This bundle is for connect ElFinder to Symfony not for upgrade ElFinder

helios-ag commented 3 years ago

It's probably not related to the size of files, more likely to a number of files in a single directory. Because it require to do a lot of requests to "render" thumbnails.