Re: Typo or not?

Jan Schneider <[email protected]> Thu, 10 Apr 2003 02:05:01 +0200
Newsgroups gmane.comp.horde.documentation
Message-ID <[email protected]>
Quoting Eric Rostetter <[email protected]>:

> Quoting Jan Schneider <[email protected]>:
>
> > >From docs/PERFORMANCE:
> > * Enable php output compression.
> >
> > Shouldn't this rather read "Enable php output buffering"?
>
> It was meant to mean zlib.output_compression, and should be expanded
> to not that newer Horde versions have $conf['compress_pages'] = true;
> to control the same function...
>
> Definately not worded well, or complete, but I don't think it is wrong.
>
> I don't see where setting output buffering would gain much in
> performance,
> unless it was done as part of setting output compression (e.g. an
> output handler) as above.  Am I wrong here?

>From php.ini:

Enabling output buffering typically results in less writes, and sometimes
less packets sent on the wire, which can often lead to better performance. 
The gain this directive actually yields greatly depends on which Web server
you're working with, and what kind of scripts you're using.

Output compression in return reduces load on the wire but increases load on
the server.

Jan.

--
http://www.horde.org - The Horde Project
http://www.ammma.de - discover your knowledge
http://www.tip4all.de - Deine private Tippgemeinschaft

-- 
Documentation mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [email protected]