Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wpmanageninja/fluent-query-logger
https://github.com/wpmanageninja/fluent-query-logger
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/wpmanageninja/fluent-query-logger
- Owner: WPManageNinja
- Created: 2022-07-15T18:58:27.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-30T04:46:55.000Z (11 months ago)
- Last Synced: 2023-12-30T05:25:22.758Z (11 months ago)
- Language: PHP
- Size: 458 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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`