GZIPping CSS
I’m curious to see what benefit it would have, but if I get after it, I’ll be referring to the definitive post on GZIPping CSS. [Hat tip to Nick Bradury.]
Posted September 27th, 2004 in Geekery by Geof F. Morris.
I’m curious to see what benefit it would have, but if I get after it, I’ll be referring to the definitive post on GZIPping CSS. [Hat tip to Nick Bradury.]
Bad Things™ happened when I GZIPped the JS and CSS on my site.
September 27th, 2004 at 10:32Like what?
September 27th, 2004 at 11:07I’ve heard bad things happen when you gzip JS. Like it doesn’t work, for one thing.
WRT CSS, the main ‘goal’ I had for doing this was speeding up the initial page display. The site that had me look into doing this wanted their page to load fast.
So although people do say “why in the world worry about (~)one file that gets downloaded and cached once?”, the main gain that I noticed was that the page was much faster to render than without the gzipping.
Bandwidth considerations were never really the goal here, though with bigger and more popular sites I can see it being important.
October 3rd, 2004 at 07:57