Please search the group before posting. This topic was discussed four days
ago:
http://groups.google.com/group/cake-php/browse_frm/thread/8f76155c2195430/e8d5092ebee61d79?lnk=gst&q=gzip&rnum=1&hl=en#e8d5092ebee61d79

As mentioned, depending on your server, you may only need to add the
following to your .htaccess file in the root directory of your CakePHP
install:

<IfModule mod_gzip.c>
        mod_gzip_on Yes
        mod_gzip_dechunk Yes
</IfModule>


HTH,
Eric


On 2/19/07, Olwen Williams <[EMAIL PROTECTED]> wrote:
>
>
> I'm not sure if I'm asking this question in the right place.  I have
> some pages that output a reasonable amount of information.  When I run
> a speed report it tells me that
> "This site is not using HTTP compression, otherwise called content
> encoding using gzip. Consider compressing your textual content (XHTML,
> JavaScript, etc.) with mod_gzip or similar products."
>
> I've never used HTTP compression and wondered if it can be triggered
> with CakePHP and if it can what happens with browsers that don't it
> (are there any now)
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to