What problem does it solve? Slow applications lose users, but optimizing without measurement wastes effort on the wrong things. This Skill provides a disciplined measure-identify-fix-verify workflow for improving Core Web Vitals, API response times, database queries, and bundle sizes with evidence instead of guesswork. ## Core Features & Use Cases - Measurement-First Workflow: Establishes baselines with synthetic tools (Lighthouse, DevTools) and real-user monitoring (web-vitals, CrUX) before changing any code. - Anti-Pattern Fixes: Provides concrete before/after code for N+1 queries, unbounded data fetching, unoptimized images, unnecessary React re-renders, large bundles, and missing caching. - Regression Guardrails: Enforces re-measurement against variance, reverts neutral changes, logs failed experiments, and sets performance budgets checked in CI. - Use Case: Your product page has a 4.5s LCP and users report sluggish interactions. Use this Skill to profile the network waterfall, identify render-blocking resources and an N+1 query, fix them, and verify the improvement exceeds run-to-run noise. ## Quick Start Ask the agent to profile the slow page load on the product listing page and fix the identified bottlenecks while verifying improvements against the baseline measurements.