Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 572 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 572 Bytes

Query Logger and Analysis Addon for Query Monitor Plugin

For Development or debugging WordPress Plugin's Database queries you can use this plugin along with Query Monitor Plugin. This plugin will save all the selected database queries with useful information like backtrace, execution time, SQL statement etc. Using this plugin you can optimize your SQL queries.

Development & Contribution

  • Clone the repository in /path/to/wp/wp-content/plugins
  • run npm install
  • For Development: npm run watch
  • For Build the production version: npm run production