What problem does it solve? Slow applications hurt user experience and conversions, but optimizing without data wastes effort on the wrong things. This Skill enforces a measure-first workflow so you fix the actual bottleneck instead of guessing. ## Core Features & Use Cases - Measurement-First Workflow: A five-step process (Measure, Identify, Fix, Verify, Guard) combining synthetic tools like Lighthouse with real-user monitoring via the web-vitals library. - Anti-Pattern Fixes: Concrete code examples for N+1 queries, unbounded data fetching, unoptimized images, unnecessary React re-renders, large bundles, and missing caching. - Performance Budgets & CI Enforcement: Budgets for bundle size, API latency, and Core Web Vitals (LCP, INP, CLS) with bundlesize and Lighthouse CI checks. - Use Case: Your React app's LCP is 5 seconds. Use this Skill to profile the network waterfall, identify render-blocking resources and oversized hero images, apply responsive image markup, and verify the improvement against Core Web Vitals thresholds. ## Quick Start Ask the AI to profile your app's slow page load and fix the identified bottleneck following the performance optimization workflow.