Profiling a php application
Today 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
webscriptz 20:40 on 21/02/2009 Permalink |
I’ve finished a second version which is basically far better and preforms better then the old one.
Inserted smarty into the system and multiple language support also.
Forget the docs who needs them anyway? Didn’t really took the time to document it:p
The database has been scaled down to a single database and the sql files have been scaled down to one file that’s it really. Oh almost forgot this, got some oop in it, not really strong, just one class that does it all.