Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wpmanageninja/fluent-query-logger


https://github.com/wpmanageninja/fluent-query-logger

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

        

### 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`