forked from GNUsocial/gnu-social
Add plugin READMEs
This commit is contained in:
17
plugins/SQLProfile/README
Normal file
17
plugins/SQLProfile/README
Normal file
@@ -0,0 +1,17 @@
|
||||
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');
|
||||
|
Reference in New Issue
Block a user