Diogo Peralta Cordeiro 6e031d623a [VersionBump] 2.0.0beta0 il y a 3 ans
..
locale 6e031d623a [VersionBump] 2.0.0beta0 il y a 3 ans
README a614205663 Add plugin READMEs il y a 8 ans
SQLStatsPlugin.php 3951ccbef7 [CORE] Use monotonic time via hrtime() where applicable il y a 3 ans

README

The SQLStats plugin logs statistics on performed SQL queries.

Installation
============
add "addPlugin('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;
addPlugin('SQLStats');