Posted on September 26, 2007 by

Quick way to gzip your CSS

The quickest and easiest way to speed up your website is to add mod_gzip to your pages. Basically what it does is takes any .html page on the server, and uses gzip compression to shrink the file before sending it out. IE or Firefox at the users end will unzip it and display it automatically, Read More