wp_performance_alerts
Retrieve WordPress performance alerts and anomaly detection results, filtered by site, category, severity, or limit, to identify and troubleshoot site 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) | |
| limit | No | Maximum number of alerts to return (default: 20) | |
| category | No | Filter alerts by category (performance, cache, system, wordpress) | |
| severity | No | Filter alerts by severity level (info, warning, error, critical) | |
| includeAnomalies | No | Include detected anomalies (default: true) |