output buffering

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
liljester
Forum Contributor
Posts: 400
Joined: Tue May 20, 2003 4:49 pm

output buffering

Post by liljester »

output buffering seems to speed up php script processing, but does it really improve web server performance?

anyone have any thoughts?
User avatar
JAM
DevNet Resident
Posts: 2101
Joined: Fri Aug 08, 2003 6:53 pm
Location: Sweden
Contact:

Post 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.
Post Reply