A WordPress plugin that extends Query Monitor to provide insights into Sage-based theme view composition and data.
- Monitors Sage view composition and timing
- Shows view data passed to templates
- Tracks view file paths and render times
- Integrates seamlessly with Query Monitor's interface
- Query Monitor plugin
- Sage-based theme with Acorn
- Install via Composer:
composer require hiondigital/query-monitor-sage
- Activate the plugin through WordPress admin interface.
Once activated, the plugin adds a new "Sage" panel to Query Monitor. This panel shows:
- View names and file paths
- View composition timing
- Data passed to each view
The data is collected only on front-end requests and when using a Sage-based theme.
- Clone the repository
- Install dependencies:
composer install
Created and maintained by Hion Digital.