Analyzing PHP Performance: PHP Quick Profiler
25
Apr
// php the_time('Y') ?>
Firebug is the most popular tool for analyzing HTML, CSS & JavaScript based webpages. Now, there is PHP Quick Profiler (PQP), which can be called as Firebug for PHP.
It is specially focused on analyzing the performance of PHP codes. With a beautiful interface, PQP can:
- log memory usage
- display the number & sizes of included files
- show page execution times
- log database queries
PHP Quick Profiler is not a plug & play solution as every project may have a totally different structure. But, by following the setup information & the example provided, it is easy to integrate.
To see how functional it is, you can check the demo.
Requirements: No Requirements
Website: http://particletree.com/features/php-quick-profiler/
Demo: http://particletree.com/examples/pqp/
Website: http://particletree.com/features/php-quick-profiler/
Demo: http://particletree.com/examples/pqp/
- Tags:
Performance Php
- Filed under: CC License, Extras, Tools
- 3 Comments
















3 Responses for "Analyzing PHP Performance: PHP Quick Profiler"
I dont understand how it works?
Very useful tool, helps nudge out the speed bumps and show nice console interface
it sucks.. it is throwing errors all over the place.. maybe they should turn on error_reporting or something..