https://github.com/chassis/query_monitor
A Chassis extension that installs and activates Query Monitor for Chassis
https://github.com/chassis/query_monitor
Last synced: 10 months ago
JSON representation
A Chassis extension that installs and activates Query Monitor for Chassis
- Host: GitHub
- URL: https://github.com/chassis/query_monitor
- Owner: Chassis
- Created: 2016-05-02T12:09:32.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-04-06T00:31:08.000Z (about 6 years ago)
- Last Synced: 2025-04-01T05:02:23.545Z (about 1 year ago)
- Language: Puppet
- Size: 14.6 KB
- Stars: 2
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Query Monitor
A [Chassis](https://github.com/Chassis/Chassis) extension to install and configure your Chassis WP install to use Query Monitor to help with debugging.
## What's this plugin do
This Chassis extension installs and activates Query Monitor using Puppet and WP-CLI.
## Usage
1. Clone Chassis `git clone --recursive https://github.com/Chassis/Chassis chassis`
2. Add this extension to your extensions directory `cd chassis && git clone git@github.com:Chassis/Query-Monitor.git extensions/query_monitor`
3. Run `vagrant provision`
4. Fin!
## Integrating Query Monitor with IDEs
To integrate Query Monitor with your IDE you will need to add a filters to your code to map the remote directory in Chassis to your local directory, e.g.
```
synced_folders );
return $map;
} );
```