2019-06-09 16:10:03 +01:00
..
2019-06-09 16:10:03 +01:00
2016-02-08 17:48:37 +00:00

The SQLProfile plugin watches for poorly indexed DB queries.

Installation
============
add "addPlugin('SQLProfile');"
to the bottom of your config.php

Settings
========
none

Note: entries are logged at the LOG_DEBUG level.

Example
=======
addPlugin('SQLProfile');