FinalsClub / karmaworld

KarmaNotes.org v3.0
GNU Affero General Public License v3.0
7 stars 6 forks source link

collectstatic against S3 is super slow #231

Open btbonval opened 10 years ago

btbonval commented 10 years ago

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

charlesconnell commented 10 years ago

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 commented 10 years ago

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.

charlesconnell commented 10 years ago

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

btbonval commented 10 years ago

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

btbonval commented 9 years ago

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.