Top "Output-buffering" questions

Use output-buffering for questions related to the use of one or more buffers in order to optimize performance by batching write operations

php ini_set() changes don't take with safe mode off

I wanted to turn output buffering off. Currently it shows no value for local and master. I run ini_set(…

php output-buffering ini-set
Is using output buffering considered a bad practice?

Are ob_start / ob_get_clean() considered bad practice by php programmers in general? Are there any disadvantages of output …

php output-buffering