silverstripe / silverstripe-s3

Silverstripe module to store assets in S3 rather than on the local filesystem (SS4/SS5 only)
BSD 3-Clause "New" or "Revised" License
20 stars 25 forks source link

Assets loading gets up to 40 or more seconds #69

Closed jcbbt closed 2 months ago

jcbbt commented 2 months ago

We've used the package as instructed here on the manual. We've entered the necessary details & followed the necessary steps to get the package working.

As the assets of the project gets large & more folders get added, it seems that loading the assets uploader (choosing existing assets to use or to just browse the files uploaded) gets slower overtime. We have already incorporated caching but even with caching it still takes more than 10 seconds to load which is very annoying when uploading multiple files or setting up blocks continuously.

We have checked related issues and it seems that this issue somehow relates to my problem: https://github.com/silverstripe/silverstripe-s3/issues/48

Do you know how to solve this or any pointers, suggestions or directions you can share to make the loading faster?

wilr commented 2 months ago

Closing as duplicate - see https://github.com/silverstripe/silverstripe-s3/issues/48 for discussion