I’ve run into a bit of a problem when uploading product images.
Currently, when I click to add an image, a modal opens showing the entire image storage folder, and at the bottom I can upload a new image and then pick it from the list.
That works fine in general, but things get really slow when there are many products.
I’m importing a store from another system with over 20,000 products and about 80,000 images in total.
When I click the “select image” button, the modal completely freezes the browser while trying to load everything.
I wrote a small script that reorganizes the image folder into subfolders per manufacturer — that helps a bit — but it’s still slow, since some manufacturers have thousands of images.
Also, when I upload a new image, I still have to scroll through the long list to find it.
Would there be any solution or alternative approach for handling huge image libraries like this?
For example, in my case it would be perfectly fine to just have a simple upload button directly in the product edit form, without loading the entire file list in a modal.
I’d really appreciate any tips or ideas!

