Tim demonstrates PHP Output Buffer Control

Organiser
JaxPHP / JaxWeb
Date
4-5 Jun 2009 (Add to calendar) GMT
Venue
Southeast Regional Public Library , Jacksonville, US
Cost
Free

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 and Tim's profile.

You might also like...

Comments

Other nearby events

Map

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Any fool can write code that a computer can understand. Good programmers write code that humans can understand.” - Martin Fowler