Hi,
I have an django 1.1.1 app, actually in developement, thinking in best practices I ran the YSlow test (Grade E Ruleset applied: YSlow V2 ) it recomends:
Grade F on Add Expires headers
-There are 37 static components without a far-future expiration date.
Grade F on Use a Content Delivery Network (CDN)
-There are 37 static components that are not on CDN.
Grade F on Compress components with gzip
-There are 17 plain text components that should be sent compressed
How can I implement it with Django?
More context: Python 2.5, deployment at webfaction
Example:
Grade F on Make fewer HTTP requests
This page has 14 external Javascript scripts. Try combining them into one. This page has 4 external stylesheets. Try combining them into one.
Can be solved with Django-Compress