Skip to content

Instantly share code, notes, and snippets.

@sfriesel
Created January 25, 2013 14:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sfriesel/4634963 to your computer and use it in GitHub Desktop.
Save sfriesel/4634963 to your computer and use it in GitHub Desktop.
Django doc bis and pieces
# Optimizing static file delivery
To improve page loading times, you should serve your static assets from a cloud storage provider like S3. Refer to the [django documentation] for details. Additionaly (or for small deployments alternatively) you can set appropiate caching headers in your HTTP responses, so that later requests can be directly served by our caching proxies.
Foobar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment