Skip to content
Eric Lamb edited this page Jan 3, 2024 · 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