wp_performance_history
Retrieve historical performance metrics and trends for WordPress sites, including response time, cache hit rate, error rate, memory usage, and request volume. Analyze data over specified timeframes to identify patterns and issues.
Instructions
Get historical performance data and trends
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | No | Specific site ID for multi-site setups (optional for single site) | |
| timeframe | No | Time period for historical data (1h, 6h, 12h, 24h, 7d) | |
| metrics | No | Specific metrics to include (responseTime, cacheHitRate, errorRate, memoryUsage, requestVolume) | |
| includeTrends | No | Include trend analysis (default: true) |