What problem does it solve?
WordPress sites commonly experience backend performance bottlenecks that affect admin actions, REST responses, and scheduled tasks. This skill provides a structured approach to profiling, measurement, and targeted optimizations in server-side contexts to improve reliability and speed.
Core Features & Use Cases
- Performance profiling and measurement using WP-CLI profile, WP-CLI doctor, and Query Monitor (headless) to identify bottlenecks in bootstrap, database queries, autoloaded options, and caching.
- Guided optimization plan with guardrails, reproducible baselines, and practical fixes for reducing TTFB, slow REST calls, and cron-related spikes.
- Use cases include slow admin dashboards, high-latency REST endpoints, and heavy WP-Cron tasks on WordPress sites, with recommendations for incremental changes.
Quick Start
Start by running a baseline backend profile against your WordPress installation to establish a performance benchmark.