/ Published in: Apache
These tweaks improved my Yslow score from F to B.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
# Compress all text, html, css, and javascript: AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css text/javascript # Or, compress certain file types by extension: <Files *.html> SetOutputFilter DEFLATE </Files>
URL: http://betterexplained.com/articles/how-to-optimize-your-site-with-gzip-compression/