Lecture: Profiling PHP Applications

Event_large

The web is full of useful advice focussed on pushing out the last bit of performance of your code. They mention trivial changes. like changing every occurrence of print with echo even suggesting to use for instead of foreach. These optimisations help, but you are not going to notice it unless they're in a tight loop with many iterations. It is also a wrong approach for tackling performance issues. Before you can optimise, you need to find out if your code is actually slow; then you need to *understand* the code; and *then* you need to find out where you can optimise it.

This talk introduces tools and concepts to optimise the optimisation of your PHP applications.

Info

Day: 2011-08-20
Start time: 15:15
Duration: 01:00
Track: PHP

Feeback

Click here to let us know how you liked this event.