Page 1 of 1

How to GZip Components?

Posted: Mon Sep 08, 2008 7:00 am
by pcoder
Hi,
I have installed YSlow(Yahoo's firefox plugin).
It helps us to increase the performance of web site.
When i tried to get the performance level, i got the rate "F" for GZip components.
Kindly speaking, i don't have any idea of GZip the components.
And i wonder , what is the cleanest way to GZip the components?

Thanks

Re: How to GZip Components?

Posted: Mon Sep 08, 2008 8:26 am
by arjan.top
if you are using apache try mod_deflate

Re: How to GZip Components?

Posted: Mon Sep 08, 2008 11:34 pm
by pcoder
Would you please explain it in more detail.
From the PHP Perspective, what i have to do to GZip components?
I am using apache 2 and HTTP_ACCEPT_ENCODING supports GZip and deflate.
Thanks