Is there any reason you wouldn't want to include this in your application?
I assume that it will only gzip on browser that support it. Why wouldn't this be just put in the core? Sean On Apr 27, 4:33 am, schneimi <[email protected]> wrote: > Hi Sridhar, > > I put the line in the AppController::beforeRender() and it works fine. > > Regards, > > Michael > > Sridhar Kuppalli schrieb: > > > Hi All, > > > I have completed my first site using cakePHP and now i am uploading it to > > the production server. > > > Can any body tell me how to achive gzipping in cakePHP? > > > ob_start("ob_gzhandler"); is not working. I have googled and came to know > > that Debug mode 0 will not work with this. > > > Can anybody tell me any other way of achiving this? > > > Thanks & Regards > > > Sridhar K N --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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 -~----------~----~----~----~------~----~------~--~---
