Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Zend Developer Zone:
George Schlossnagle Presents Talk on High Performance PHP
Jul 26, 2006 @ 11:01:12

The Zend Developer Zone (with Cal Evans currently at OSCON) spotlights George Schlossnagle's talk, "High Performance PHP".

George Schlossnagle gave a talk on "High Performance PHP" which was very good. At OmniTI, George works with a lot of different clients helping them resolve bottlenecks and squeeze the most out of their applications. This experience along with the collective knowledge of OmniTI gives him unique insight into ways to speed up PHP applications. I only got to sit in on a small portion of his session but even so, I was able to get some good tips.

Cal opts for more of an overview than a summary (the talk/session was about 3.5 hours long), so he includes the "10 Best Practices" George shared to help the performance of your applications.

Included in the list are:

  • Control your include trees to no more than 10 includes
  • Be mindful of how you use other network resources
  • Output buffering and compression are good.
  • Profile early, profile often.

tagged: oscon2006 talk performance application session top10 oscon2006 talk performance application session top10

Link:


Trending Topics: