Search code examples
phpoutput-buffering

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 buffering?


Solution

  • It's actually a good practice. Speed up data transfer