I have had some recent discussions with people about output buffering. I have typically been siding on the side of faster response time. It has come to my attention that this may not be producing the fastest response on the client side.
What settings are you using for:
PHP:
output_buffering = 4096
zlib.output_compression = Off
Apache/IIS:
Page compression enabled
I would like to hear how people are compressing their pages, and what their experience has been.
At this point, I am leaning towards output buffering at some reasonable value (instead of just "on") with zlib output_compression off. I then want to make sure the webserver has an output buffer that is at least the size of the PHP buffer, plus a few k. Then I want to turn on compression at the webserver level.
Jacob


LinkBack URL
About LinkBacks




Bookmarks