Tim demonstrates PHP Output Buffer Control

Hosted By
Eric N.

Details
Output Buffer Control means less bandwidth, fewer database queries, faster pages.
One really neat feature of PHP is the ability to control the output to the browser while the script is running. We will cover using output buffers to store your page in a buffer as the PHP script runs, then when done, have it gzipped and sent out in one neat and tiny package. Also we will cover
template caching which can be used to give dynamic sites the speed of a static html site.
This is easy code to add to a website and the gains can be great.
Here are the deets on PHP.net (https://us3.php.net/manual/en/book.outcontrol.php) and Tim's profile. (https://www.meetup.com/JaxPHP-JaxWeb/members/3667992/)

Jax PHP/Web/Drupal
See more events
Southeast Regional Public Library
10599 Deerwood Park Blvd · Jacksonville, FL
Tim demonstrates PHP Output Buffer Control