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

PHP North West:
Lorenzo Alberton: Profile your PHP application and make it fly
Dec 22, 2010 @ 14:17:11

On the PHP North West site today they've released another in their series of video recordings from this year's event. In this session Lorenzo Alberton talks about profiling your application to squeeze out as much performance as possible.

Making an application scale and go faster is often seen as a wizardly task. We read the micro-optimisation tricks posted in tech blogs and apply them with unconditional trust and great hope, and then wonder why performances haven't improved that much (Wait, I even replaced print with echo!!!).In this talk well see how we can take easy, practical steps we can apply over and over that really make a difference, by analysing what our application does under the hood, measuring how and where the different resources are used, eliminating the real bottlenecks and restructuring critical components to handle growing loads.

You can follow along with a copy of his slides. There's also other great recordings from this year's event - check out the home page for the event for more.

tagged: lorenzoalberton profile application phpnw10 conference video

Link:


Trending Topics: