[phpa] Re: mod_gzip and PHP


> Hi Richard,
> 
> Don't know about mod_gzip but I use:
> ob_start("ob_gzhandler");
> almost everywhere in combination with phpa which has (almost) the same
> effect as mod_gzip. AFAIK mod_gzip should not be a problem as it only
> has effect on the output.


well only mod_gzip causes slower page creation, coz mod_gzip compress output
(this needs some time) but it saves a lot of bandwidth (faster page
download). on the other hand phpa makes page creation bit (a lot) faster so 

raw page = 100 % time, 100 % output size (what browser get)
phpa_page = 40 % time, 100 % output size
gzip_page = 60 % time, 20% of original size

this are aprox. numbers
------------------------------------------------------------------------
  www.php-accelerator.co.uk           Home of the free PHP Accelerator

To post, send email to phpa@xxxxxxxxxxxxx
To unsubscribe, email phpa-request@xxxxxxxxxxxxx with subject unsubscribe


Other related posts: