You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have configured S3 bucket with https://extensions.typo3.org/extension/aus_driver_amazon_s3 this extension and listed files. but listing with 3000 files is really slow. it takes 1 minute to 2 minutes to load page. even on Latest files list where there are only 5 o 10 files to list.
The text was updated successfully, but these errors were encountered:
fal_securedownload checks every typolink for access. Mostlikely it has to do a request for every file in the storage. Which makes it slow.
We however have no experience with an external fal_driver incombination with fal_securedownload.
If you see how we could improve this we would gladly look into an PR when you provide one.
I have configured S3 bucket with https://extensions.typo3.org/extension/aus_driver_amazon_s3 this extension and listed files. but listing with 3000 files is really slow. it takes 1 minute to 2 minutes to load page. even on Latest files list where there are only 5 o 10 files to list.
The text was updated successfully, but these errors were encountered: