Skip to content
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

Open
btbonval opened this issue Dec 31, 2013 · 5 comments
Open

collectstatic against S3 is super slow #231

btbonval opened this issue Dec 31, 2013 · 5 comments

Comments

@btbonval
Copy link
Member

Maybe this would help:
https://github.com/AGoodId/django-s3-collectstatic

@charlesconnell
Copy link
Contributor

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.

@btbonval
Copy link
Member Author

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.

@btbonval btbonval self-assigned this Feb 11, 2014
@charlesconnell
Copy link
Contributor

It takes maybe 1 minute on Heroku. This isn't so bad. Could we close this ticket?

@btbonval
Copy link
Member Author

We can close this for now. If the dokku VM has a problem with static stuff, we can always create a new ticket.

@btbonval
Copy link
Member Author

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.

@btbonval btbonval reopened this Feb 14, 2015
@btbonval btbonval removed this from the Sysadmin Tasks milestone Feb 14, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants