Skip to content
mithra62 edited this page Mar 16, 2013 · 4 revisions

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

Database Panel Example

Clone this wiki locally