Log in

View Full Version : Resolved Gzipping...



TheJoshMan
12-02-2008, 12:50 PM
So i've been working on optimizing a site I'm building and the only two things I cannot figure out how to do is Gzip the components and configure Etags.

I'm not all that worried about the Etags because the site is static and won't change much at all.

However, I would like to learn how to Gzip the components. Does anyone know how to do this and could you share this with me?

Thanks

jscheuer1
12-03-2008, 04:43 AM
I don't really know anything about gzipping. However, this article (recommended by the author of LightWindow) looks promising:

http://www.thinkvitamin.com/features/webapps/serving-javascript-fast

TheJoshMan
12-03-2008, 08:57 PM
Thanks John, I got it all figured out. There's quite a bit of work involved in gzipping.