Diogo Cordeiro 6f99be08a3 [PLUGINS] Removed GeoURL as the service doesn't exist anymore преди 5 години
..
locale 6f99be08a3 [PLUGINS] Removed GeoURL as the service doesn't exist anymore преди 5 години
README a614205663 Add plugin READMEs преди 9 години
SQLStatsPlugin.php 62c2c61a35 [CORE] Plugin API now extends a new Module API преди 5 години

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');