laminas / laminas-developer-tools

Module for developer and debug tools for use with laminas-mvc applications.
BSD 3-Clause "New" or "Revised" License
23 stars 13 forks source link

Option to view queries / individual timing #25

Open weierophinney opened 4 years ago

weierophinney commented 4 years ago

A particular interesting feature of ZFDebug is being able to view what queries ZF generated and see the individual timings. This is helpful to troubleshoot issues with wrong or slow queries.


Originally posted by @syphernl at https://github.com/zendframework/zend-developer-tools/issues/48

weierophinney commented 4 years ago

The current implementation is incomplete. This will be included in [WIP] Finishing the planned functionality.. I'm already behind the schedule so I won't make any promises.


Originally posted by @coss at https://github.com/zendframework/zend-developer-tools/issues/48#issuecomment-9006201