Database Panel - mithra62/ee_debug_toolbar GitHub Wiki
The Database Panel of the ExpressionEngine Debug Toolbar (EEDT) lists out all the SQL queries that happened on a given page load along with how long each query took to execute.
Developers
To override the Database Panel use the key database
with the ee_debug_toolbar_mod_panel
hook.
Example
Slow Query Viewer
Performance Alerts adds an update to the Database panel to show which queries are possible performance issues. Clicking on "Slow Queries" will list said queries.
Duplicate Query Viewer
See which queries are duplicates and where they're being called from.