Improving Performance by Profiling PHP Applications
in PHP added by goodphptutorials, on 8/8/2006 advanced tutorials memory optimisations performance profiling
There are lots of subtle things in PHP that can save a lot of memory and give a small extra boost in performance. This article serves as an introduction to profiling PHP applications, and to making changes to a script and comparing the values of the optimizations.
comment save report