Zend_Db_Profiler


Zend_Db_Profiler

Zend_Db_Profiler can be enabled to allow profiling of queries. Profiles include the queries processed by the adapter as well as elapsed time to run the queries, allowing inspection of the queries that have been performed without needing to add extra debugging code to classes. Advanced usage also allows the developer to filter which queries are profiled.

Db Profiling Tool available, it’s call Zend_Db_Profiler and you can find out how to use it by reading the official documentation here:

http://framework.zend.com/manual/1.10/en/zend.db.profiler.html

One thought on “Zend_Db_Profiler

  1. Pingback: Howdy

Leave a comment