Page 1 of 1

output buffering

Posted: Wed Aug 27, 2003 9:24 am
by liljester
output buffering seems to speed up php script processing, but does it really improve web server performance?

anyone have any thoughts?

Posted: Wed Aug 27, 2003 4:28 pm
by JAM
I think not. On the other hand, perhaps not the server, but the connection to/fro it. Compressed data is still smaller than un-compressed.

But I might be way of.