Aller au contenu
AFUP AFUP Day 2025 Baromètre Planète PHP PUFA
 

Profiling PHP Applications

Description

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.

Conférence donnée lors du PHP Tour Lille 2011, ayant eu lieu les 24 et 25 novembre 2011.

Le speaker

Derick RETHANS

Derick Rethans has contributed in a number of ways to the PHP project, including the Xdebug debugging tool, the mcrypt, date and input-filter extensions, bug fixes, additions and leading the QA team. He's a frequent lecturer at conferences, the author of php|architect's Guide to Date and Time Programming, and the co-author of PHP 5 Power Programming. Derick works as an independent contractor doing various PHP related jobs while focussing on internals and extensions. In his spare time he likes to travel, hike, ski and practise photography.