Profiling PHP Applications
Derick Rethans (25.Nov.2011 at 11:00)
Talk at PHP Tour Lille 2011 (English - UK)
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.
Quicklink: https://joind.in/4357
By clicking this button you are declaring that you are the speaker responsible for it and a claim request will be sent to the administrator of the event.
If the claim is approved you will be able to edit the information for this talk.
Are you sure?



