-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
collectstatic against S3 is super slow #231
Comments
That does look helpful. Let's see if we can upload gzipped version of our static files as well, this could improve page load time. |
Not a bad idea. S3 or CloudFront might have something like that built into its static hosting already, we should check to see if we can check a button before doing any real work. |
It takes maybe 1 minute on Heroku. This isn't so bad. Could we close this ticket? |
We can close this for now. If the dokku VM has a problem with static stuff, we can always create a new ticket. |
Reopening this ticket. Static collection to S3 takes a number of minutes to complete whether running collection locally or when pushing to Heroku. Communication with S3 an obvious bottleneck in the deploy process. |
Maybe this would help:
https://github.com/AGoodId/django-s3-collectstatic
The text was updated successfully, but these errors were encountered: