Profiling a php application
Written by webscriptz on 04/09/2010 – 15:00Today I’ve been talking with a friend of mine, Pieter. We share a server together for our websites,programming adventures etc.
I’ve been talking about a project I’m writing and reminded me to go profile my application so the load of the application keeps low. So I’ve been searching the web for some easy profiling system, I came across Xdebug and others but the one that really struck my fancy was PHP quick profiler.
It might not have every single feature other applications have in their toolbox but it’s easy to install and easy to work with. The things I’m most concerned about are shown nicely so I don’t need more
| Posted in »