Art of Scaling Archives: GZip
·
December 24, 2007
GZipping CSS and JS files in Apache
GZipping text files on your server can increase response time to the user by shrinking the amount of data that goes across the pipe. Unfortunately, most hosts/servers do not have this on by default. There are a couple cons to using gzip, but overall, it is a worthwhile thing to set up. […]

