django-imagekit
django-imagekit copied to clipboard
S3 becomes painfully slow as number of images in S3 bucket increases
Using S3, saving a model instance with ImageSpecs works great when number of files in the bucket is small (~1 second), but as the number of images increases (~100,000) saving can take in excess of 30 seconds for the same image.
+1