wp-performance-review

Identify performance bottlenecks in WordPress codebases with file references and remediation guidance.

69|9|Updated Apr 17, 2026
One-click install
npx skills add https://github.com/jorgerosal/wordpress-skills --skill wp-performance-review-jorgerosal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wp-performance-review
Source: https://github.com/jorgerosal/wordpress-skills/tree/main/codex-skills/wp-performance-review
Command: npx skills add https://github.com/jorgerosal/wordpress-skills --skill wp-performance-review-jorgerosal

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

WordPress performance code review helps coders identify and remediate bottlenecks in themes, plugins, and custom WP code to speed up pages and improve scalability.

Core Features & Use Cases

  • Structured review workflow: identify critical performance hotspots and provide actionable fixes.
  • Scoped analysis: differentiate between plugin, theme, and mixed codebases to tailor remediation.
  • Use Case: Audit a plugin with slow WP_Query calls to reduce query counts and improve cache hit rate.

Quick Start

Run a guided WordPress performance review on a project and generate a prioritized findings report.

Frequently Asked Questions about wp-performance-review

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

FAQPage Schema
How do I find WordPress performance bottlenecks in my custom plugin code?

To find WordPress performance bottlenecks, run a structured code review that analyzes custom plugins, themes, and WP_Query patterns to produce actionable findings with file paths and remediation guidance.

What causes slow WP_Query performance in WordPress themes?

Slow WP_Query performance often stems from inefficient database calls and poor caching strategies. A targeted code review identifies these hotspots, providing file references, severity levels, and specific fixes to improve cache hit rates.

Can I audit asset loading and cron issues across mixed WordPress codebases?

Yes, you can audit asset loading and cron issues across mixed WordPress codebases. The analysis differentiates between plugin, theme, and custom code to tailor remediation and generate a prioritized findings report.

What is the best way to reduce database query counts in WordPress?

The best way to reduce database query counts is auditing your codebase for inefficient WP_Query calls. A performance review identifies critical hotspots and provides actionable fixes to optimize queries and improve scalability.

Does a WordPress performance review provide specific file paths for fixing code?

Yes, a WordPress performance review provides specific file paths and line references for fixing code. Findings include severity impact and recommended remediation steps to ensure actionable and traceable code adjustments.