Skip to main content
Run any Skill in Manus
with one click

wordpress-performance

Stars2
Forks0
UpdatedMay 27, 2026 at 17:06

Investigate and fix WordPress backend performance — slow TTFB, slow admin, slow REST endpoints, slow WP-Cron. Use for profiling with `wp profile stage|hook|eval`, diagnostics via `wp doctor check`, autoload bloat (huge `wp_options.option_value` rows, oversized `alloptions` cache), persistent object-cache configuration (Redis/Memcached drop-ins), `wp_cache_get/set` key-and-group hygiene, fixing N+1 query patterns, expensive `meta_query` / `tax_query`, indexing custom tables, capping `wp_remote_get` timeouts and caching responses, de-duplicating WP-Cron events, Server-Timing headers, and headless Query Monitor via REST `?_envelope` and `x-qm-*` response headers. Trigger on 'site is slow', 'admin is slow', 'TTFB high', 'autoload', 'object cache', 'persistent cache', 'wp_options bloat', 'cron storm', 'N+1', 'meta_query slow', 'wp profile', 'wp doctor', 'Query Monitor', 'Server-Timing', or any performance investigation in a WP context. Includes WP 6.9 frontend-perf wins (on-demand CSS for classic themes, zero rend

Installation

Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.

File Explorer
12 files
SKILL.md
readonly