Technical & DevelopmentAdvanced
wp-performance
Profiling, caching, database optimization, Server-Timing
Developer Setup
Setup & Installation
bash
npx skills add https://github.com/WordPress/agent-skills --skill wp-performancenpx skills add https://github.com/WordPress/agent-skills --skill wp-performanceOr paste this URL into your assistant to install:
Overview
What This Skill Does
Profiling, caching, database optimization, Server-Timing
Application
When to use this Skill
- Integrating wp performance into your development workflow.
- Following best practices for profiling, caching, database optimization, server-timing.
- Automating repetitive tasks with AI-assisted tooling.
- Building production-grade applications with proper standards.
- Debugging and troubleshooting common implementation issues.
Documentation
Show Skills.md file
WP Performance (backend-only)
When to use
Use this skill when:
- a WordPress site/page/endpoint is slow (frontend TTFB, admin, REST, WP-Cron)
- you need a profiling plan and tooling recommendations (WP-CLI profile/doctor, Query Monitor, Xdebug/XHProf, APMs)
- you’re optimizing DB queries, autoloaded options, object caching, cron tasks, or remote HTTP calls
This skill assumes the agent cannot use a browser UI. Prefer WP-CLI, logs, and HTTP requests.
Inputs required
- Environment and safety: dev/staging/prod, any restrictions (no writes, no plugin installs).
- How to target the install:
- WP root
--path=<path> - (multisite/site targeting)
--url=<url>
- WP root
- The performance symptom and scope:
- which URL/REST route/admin screen
- when it happens (always vs sporadic; logged-in vs logged-out)
Procedure
0) Guardrails: measure first, avoid risky ops
Lines 1 - 25 of 140
Recommendations
Explore other random skills
TechnicalIntermediate
firecrawl-build
Integrate Firecrawl into application code for web search, scraping, extraction, and browser interaction
TechnicalIntermediate
firecrawl-build-scrape
Integrate Firecrawl `/scrape` for single-page extraction from product code
TechnicalIntermediate
firecrawl-build-onboarding
Set up Firecrawl credentials and SDK in a project for the first integration