wp-perf-review
The wp-perf-review command performs comprehensive WordPress performance code analysis by detecting database anti-patterns, caching inefficiencies, hook problems, and scalability issues. Use this tool when reviewing WordPress codebases to identify performance bottlenecks, optimize database queries, and ensure proper implementation of WordPress standards before deployment.
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/elvismdev/claude-wordpress-skills/HEAD/commands/wp-perf-review.md -o ~/.claude/commands/wp-perf-review.mdwp-perf-review.md
Use and follow the **wp-performance-review** skill to perform a comprehensive WordPress performance code review. **Target**: $ARGUMENTS (if empty, use current working directory) Execute the full Code Review Workflow from the skill, load reference files as needed for deeper analysis, and format output using the skill's Output Format section with severity levels (Critical/Warning/Info).
Quick WordPress performance scan - fast triage using critical pattern detection
WordPress performance code review and optimization analysis. Use when reviewing WordPress PHP code for performance issues, auditing themes/plugins for scalability, optimizing WP_Query, analyzing caching strategies, checking code before launch, or detecting anti-patterns, or when user mentions "performance review", "optimization audit", "slow WordPress", "slow queries", "high-traffic", "scale WordPress", "code review", "timeout", "500 error", "out of memory", or "site won't load". Detects anti-patterns in database queries, hooks, object caching, AJAX, and template loading.