What problem does it solve?
Performance issues on live WordPress sites can hide behind “it loads fine for me” assumptions, causing slow page loads, broken assets, and noisy console/network errors that users feel immediately.
Core Features & Use Cases
- Real browser performance measurement: Uses Playwright MCP to navigate pages and capture actual load timing from
performance.timing (or fallback) after full load.
- Console error detection: Collects console messages per page to surface JavaScript failures, mixed-content warnings, and actionable deprecations.
- Network health validation: Records network requests and flags non-2xx failures (4xx/5xx) and mixed content, then correlates them to page behavior.
- Multi-page, desktop + mobile coverage: Tests at least 4–6 pages, runs desktop (1920x1080) and 2–3 key pages on mobile (375x812), and compiles
visitedPages into a structured JSON report.
Quick Start
Ask the performance skill to run a Playwright live audit on https://example.com and generate the performance JSON report with load times, console output, and filtered failed network requests.