PHP Quick Profiler(particletree.com)
particletree.com
PHP Quick Profiler
http://particletree.com/features/php-quick-profiler/
8 comments
And to think I just implemented x-debug yesterday. PQP blows its socks off. Good work guys!
I wrote a thing like this (less pretty, but same information + cache stats) in PHP ages ago when I still did web frontend work, based on some ColdFusion thing someone demoed to me.
Total hack, but our site's response times went down a few hundred percent after I enabled it for developers.
Total hack, but our site's response times went down a few hundred percent after I enabled it for developers.
See also: xdebug + kcachegrind for a solution you don't have to alter your code to implement.
Real profilers are better for directed optimization, but things like this are super useful for getting ambient awareness of how fast/slow things are and encouraging people to keep things speedy.
Awesome. I've been looking for something like this for a while!
I dont' understand why they are using smarty?
This thing is gorgeous.
Nice work.