Comments on: How To Optimize Your Site With GZIP Compression http://betterexplained.com/articles/how-to-optimize-your-site-with-gzip-compression/ Learning shouldn't hurt. Let's share the insights that made difficult ideas click. Fri, 20 Nov 2009 14:09:06 -0800 http://wordpress.org/?v=2.8.4 hourly 1 By: Pablo http://betterexplained.com/articles/how-to-optimize-your-site-with-gzip-compression/#comment-261905 Pablo Wed, 11 Nov 2009 11:24:59 +0000 http://betterexplained.com/articles/how-to-optimize-your-site-with-gzip-compression/#comment-261905 Thanks Kalid - exactly what I was looking for, and very well explained. I simply added an .htaccess file containing 'AddOutputFilterByType DEFLATE text/html text/plain text/xml' and instantly saw a significant improvement (e.g. 101 KB reduced to 36 KB). A simple 2 minute job that I wish I had done ages ago! ;-) Thanks Kalid – exactly what I was looking for, and very well explained.

I simply added an .htaccess file containing ‘AddOutputFilterByType DEFLATE text/html text/plain text/xml’ and instantly saw a significant improvement (e.g. 101 KB reduced to 36 KB).

A simple 2 minute job that I wish I had done ages ago! ;-)

]]>
By: Nik http://betterexplained.com/articles/how-to-optimize-your-site-with-gzip-compression/#comment-261478 Nik Wed, 04 Nov 2009 19:36:33 +0000 http://betterexplained.com/articles/how-to-optimize-your-site-with-gzip-compression/#comment-261478 Great stuff!! Clean and clear explanations are mans best friend ;) I just wanted to check # compress all text & html: AddOutputFilterByType DEFLATE text/html text/plain text/xml includes all .php .html .css and .js files? Also do know you know of an article that explains expires headers as well as this one? Great stuff!! Clean and clear explanations are mans best friend ;)

I just wanted to check

# compress all text & html:
AddOutputFilterByType DEFLATE text/html text/plain text/xml

includes all .php .html .css and .js files?

Also do know you know of an article that explains expires headers as well as this one?

]]>
By: Mihail Vasilev http://betterexplained.com/articles/how-to-optimize-your-site-with-gzip-compression/#comment-261194 Mihail Vasilev Sun, 01 Nov 2009 15:38:41 +0000 http://betterexplained.com/articles/how-to-optimize-your-site-with-gzip-compression/#comment-261194 Thank you! That's what I call a perfect explanation! Thank you! That’s what I call a perfect explanation!

]]>