superpowers-sage:wp-performance

Profile and resolve WordPress performance bottlenecks in Sage/Bedrock projects.

13|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/codigodoleo/superpowers-sage --skill superpowers-sage-wp-performance
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: superpowers-sage:wp-performance
Source: https://github.com/codigodoleo/superpowers-sage/tree/main/skills/wp-performance
Command: npx skills add https://github.com/codigodoleo/superpowers-sage --skill superpowers-sage-wp-performance

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires lando, wp, and includes scripts (resource) and references (resource) components.

What problem does it solve?

WordPress performance bottlenecks in Sage/Bedrock projects slow development and degrade user experience. This skill provides a structured, end-to-end approach for profiling, identifying, and mitigating performance issues across bootstrap, queries, caching, and CWV.

Core Features & Use Cases

  • End-to-end profiling workflow covering bootstrap timing, database queries, template rendering, and frontend assets.
  • Caching and optimization guidance for object cache (Redis), transients, and full-page caching, with validation steps.
  • CWV optimization guidance including LCP, INP, and CLS improvements, with practical steps and risk mitigation.

Quick Start

Run a full performance profiling cycle on your Sage/Bedrock site to identify bottlenecks and apply caching and CWV optimizations.

Frequently Asked Questions about superpowers-sage:wp-performance

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

FAQPage Schema
How do I identify WordPress performance bottlenecks in Sage and Bedrock projects?

You can identify WordPress performance bottlenecks in Sage and Bedrock by running an end-to-end profiling workflow that analyzes bootstrap timing, database queries, template rendering, and frontend assets to pinpoint slow areas.

How do I optimize Core Web Vitals like LCP and INP in WordPress?

To optimize Core Web Vitals like LCP, INP, and CLS in WordPress, follow structured guidance that provides practical improvement steps and risk mitigation to safely enhance frontend loading and responsiveness.

Does this performance tuning workflow work with Lando and Redis caching?

Yes, the performance tuning workflow is designed for a Lando-based development environment and integrates Redis object caching, coordinating both tools safely with validation steps to ensure stable optimization.

What is the best way to profile and resolve slow database queries in Bedrock?

The best way to profile and resolve slow database queries in Bedrock is to use Query Monitor alongside caching validation steps, identifying expensive queries and applying safe object caching and transient optimizations.

Do I need Vite to improve frontend performance in a Sage theme?

Yes, Vite is coordinated within the profiling workflow to optimize frontend assets in Sage themes, ensuring that asset bundling and rendering contribute positively to Core Web Vitals and overall page speed.