Bug #94656
closedEpic #83669: Improve file list / file browser
File-browser becomes very slow when folder contains many files.
0%
Description
When using the file-browser in a record/element via "create new relation", the file-browser takes a long time to completely load the file-list when selecting a folder containing many files.
In my case, I have a folder containing some 4000 images:
- Without thumbnails, the list will be loaded in about 10 seconds.
- With thumbnails it takes twice as long at about 20 seconds.
Note, that I am referring to loading the actual html document, which ended up being +100k lines long at +10MB when using thumbnails.
I understand that a more sensible sorting of files into subfolders would remedy the situation, but clients often have many files in the same folder.
In addition to this, it would be great if there was an option to lazyload thumbnails to prevent loading thousands of images at once.
Updated by Riccardo De Contardi over 3 years ago
- Related to Feature #89709: Fileadmin must be more "useable" added
Updated by Benni Mack 5 months ago
- Status changed from New to Closed
Hey Jarvis,
I ran into a similar issue with v10 + v11. With TYPO3 v12 we now have real pagination in the file list module, making this problem go away (I actually had this in one of my installations with 20.000 files in user_upload). I will close this ticket now, if you still have problems in v12, let me know!
Because the previous API was not good enough, we could not backport this to v11 unfortunately.
All the best,
Benni.