]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/SQLProfile/README
Trying to debug some stuff regarding oEmbed
[quix0rs-gnu-social.git] / plugins / SQLProfile / README
1 The SQLProfile plugin watches for poorly indexed DB queries.
2
3 Installation
4 ============
5 add "addPlugin('SQLProfile');"
6 to the bottom of your config.php
7
8 Settings
9 ========
10 none
11
12 Note: entries are logged at the LOG_DEBUG level.
13
14 Example
15 =======
16 addPlugin('SQLProfile');
17