Created
January 25, 2013 14:49
-
-
Save sfriesel/4634963 to your computer and use it in GitHub Desktop.
Django doc bis and pieces
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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