README 269 B

123456789101112131415161718
  1. The SQLProfile plugin watches for poorly indexed DB queries.
  2. Installation
  3. ============
  4. add "addPlugin('SQLProfile');"
  5. to the bottom of your config.php
  6. Settings
  7. ========
  8. none
  9. Note: entries are logged at the LOG_DEBUG level.
  10. Example
  11. =======
  12. addPlugin('SQLProfile');