Forum Moderators: open

Message Too Old, No Replies

Gzip.how?

Yslow says to do it

         

Br3nn4n

12:28 pm on Jun 29, 2008 (gmt 0)

10+ Year Member



Yslow extension for Firefox says to gzip my pages, and that none of my pages or images are.

So how do I do this? My host has to have it enabled on the server, right? But how do I then gzip my pages?

Do I have to send the header info, such as: "Accept-Encoding: gzip, deflate" ? Doesn't seem like I should have to, rather it should be doing it automatically...

Thanks!

tedster

6:08 pm on Jun 29, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Right, if mod_gzip (or Windows HTTP compression) is configured on the server, the only thing the site owner needs to do is to make sure their files don't use extensions that the server is not configured to compress.

Site search here will turn up even more information than you may need. Because compression is specific to the type of server, technical discussions should go into either our Apache [webmasterworld.com] or Windows IIS [webmasterworld.com] forums.

Br3nn4n

3:57 am on Jun 30, 2008 (gmt 0)

10+ Year Member



Ahh gotcha :) I'm on LAMP server (Debian/Apache) but I'm not sure if my host has the gzip mod installed. I have a support ticket in with them regarding it.