Closed
Description
We're trying to figure out what's happened in version 3 of Carrierwave, where S3 is now so slow that it's virtually unusable.
Carrierwave seems to retrieve_from_store!
as soon as you access #uploaders
, and if a file doesn't exist on S3 (for whatever reason), it will keep retrying over and over and over, making it virtually unusable — but even when nothing is wrong, #store!
seems to suffer from something similar. Uploading a < 500kb file takes over 10 seconds
Can't even access the uploader — even to get #identifier
— without S3 being called and the file retrieved from store
Metadata
Metadata
Assignees
Labels
No labels