What problem does it solve? Slow applications lose users, but optimizing without data wastes effort on the wrong things. This Skill enforces a measure-first workflow so you find the real bottleneck, fix it, and verify the improvement with concrete numbers. ## Core Features & Use Cases - Measure-First Workflow: Follows a five-step loop (measure, identify, fix, verify, guard) using Lighthouse, Chrome DevTools, web-vitals RUM data, and backend timing logs. - Anti-Pattern Fixes: Provides concrete code fixes for N+1 queries, unbounded data fetching, missing image optimization, unnecessary React re-renders, large bundles, and missing caching. - Core Web Vitals Targets: Defines thresholds for LCP, INP, and CLS plus enforceable performance budgets for bundle size, API latency, and Lighthouse scores in CI. - Use Case: Your product page has a 5-second LCP. Use this Skill to profile the network waterfall, identify an unoptimized hero image and render-blocking scripts, apply responsive image markup with fetchpriority, and confirm LCP drops below 2.5s. ## Quick Start Use the performance-optimization skill to profile my app's slow page load and fix the identified bottlenecks.