wp_performance_alerts
Fetch performance alerts and anomaly detection results for WordPress sites, with filters for severity, category, and site, to monitor and resolve performance issues.
Instructions
Get performance alerts and anomaly detection results
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | No | Specific site ID for multi-site setups (optional for single site) | |
| severity | No | Filter alerts by severity level (info, warning, error, critical) | |
| category | No | Filter alerts by category (performance, cache, system, wordpress) | |
| limit | No | Maximum number of alerts to return (default: 20) | |
| includeAnomalies | No | Include detected anomalies (default: true) |