Diogo Cordeiro e858629ac3 [aab] Revert structural change of v2 il y a 5 ans
..
locale e858629ac3 [aab] Revert structural change of v2 il y a 5 ans
README 34bfdc3e91 [CORE] Refactor Plugin API to Module API il y a 5 ans
SQLStatsModule.php 34bfdc3e91 [CORE] Refactor Plugin API to Module API il y a 5 ans

README

The SQLStats plugin logs statistics on performed SQL queries.

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

Settings
========
verbose: whether to be verbose or not

Note: entries are logged at the LOG_INFO level.

Example
=======
$config['sqlstats']['verbose'] = false;
addModule('SQLStats');