wp_performance_stats
Retrieve real-time performance metrics for WordPress sites, including request counts, response times, error rates, and per-site cache or client stats.
Instructions
Get real-time performance statistics and metrics. Note: Top-level metrics (totalRequests, averageResponseTime, errorRate) are session-wide aggregates across all sites. Per-site cache and client stats are shown in the siteSpecific section when a site parameter is provided.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | No | Specific site ID for multi-site setups (optional for single site) | |
| category | No | Category of metrics to return (overview, requests, cache, system, tools, all) | |
| format | No | Detail level of the response (summary, detailed, raw) |