What problem does it solve?
Performance improvements that are not based on data waste time and destabilize releases. This skill enforces measurement, identification, and verification so teams can fix confirmed bottlenecks and keep user experiences fast.
Core Features & Use Cases
- Structured workflow that follows the five steps of measure, identify, fix, verify, and guard while combining synthetic tooling like Lighthouse/DevTools with real-user metrics from web-vitals or APM.
- Diagnostic guidance for common bottlenecks covering frontend render-blocking resources, bundle size, CLS, JS main-thread stalls, and backend issues such as N+1 queries, unbounded data fetching, missing caches, and routing latency, with good-practice replacements.
- Guardrails and budgets that define Core Web Vitals targets, JavaScript/CSS/image/font payload caps, API latency thresholds, CI checks, and references/performance-checklist for deeper compliance.
- Use Case: When a marketing or e-commerce release must keep LCP ≤ 2.5s and API p95 below 200ms, use this skill to instrument metrics, apply targeted fixes, measure before and after, and report results to stakeholders.
Quick Start
Kick off by measuring Core Web Vitals and walking through the workflow to fix the slowest metric.