wp-performance

Profile WordPress backend queries, autoloaded options, object caching, cron, and HTTP calls.

2|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/joseconti/mcp-skills --skill wp-performance-joseconti
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wp-performance
Source: https://github.com/joseconti/mcp-skills/tree/main/wp-performance
Command: npx skills add https://github.com/joseconti/mcp-skills --skill wp-performance-joseconti

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill helps engineers diagnose and improve backend WordPress performance by providing structured guidelines for profiling, measurement, and optimization across server-side tasks.

Core Features & Use Cases

  • Backend profiling: guidance for measuring WP-CLI profiling, doctor checks, and REST envelope data to identify bottlenecks in queries, autoloaded options, object cache, cron, and HTTP calls.
  • Deterministic workflow: step-by-step plan to generate actionable performance reports and prioritize fixes.
  • Use case examples: from slow admin screens to slow REST routes and cron tasks, with clear remediation paths.

Quick Start

Run the perf_inspect script against your WordPress path to generate a baseline performance report.

Frequently Asked Questions about wp-performance

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I profile WordPress backend performance bottlenecks?

To profile WordPress backend performance, you can run the perf_inspect script against your WordPress path to generate a baseline report identifying slow queries, autoloaded options, object cache issues, cron tasks, and HTTP calls.

What is the best way to diagnose slow WP-CLI workflows and admin screens?

The best way to diagnose slow WP-CLI workflows and admin screens is to use deterministic profiling guidelines that measure doctor checks and REST envelope data to pinpoint bottlenecks and establish a reliable performance baseline.

Do I need WP-CLI to measure WordPress REST endpoint performance?

Yes, you need WP-CLI for WordPress backend performance profiling, while optionally utilizing REST envelope data from Query Monitor to accurately measure and identify bottlenecks in slow REST routes.

Can I optimize WordPress autoloaded options and object caching without risky changes?

You can optimize WordPress autoloaded options and object caching without risky changes by computing deterministic measurements first, then applying targeted optimizations to establish a reliable baseline before modifying server-side tasks.

How does profiling HTTP calls improve WordPress cron task performance?

Profiling HTTP calls improves WordPress cron task performance by identifying external request delays within the backend workflow, allowing you to apply targeted optimizations that reduce latency and establish a reliable performance baseline.