What problem does it solve? Slow load times, janky animations, and bloated bundles degrade user experience and hurt Core Web Vitals scores. This Skill provides a systematic workflow to measure, diagnose, and fix interface performance problems instead of guessing at optimizations. ## Core Features & Use Cases - Measurement-first diagnosis: Assess Core Web Vitals (LCP, FID/INP, CLS), bundle size, runtime frame rates, and network waterfalls before changing any code. - Targeted optimization playbooks: Concrete techniques for images (WebP/AVIF, srcset, lazy loading), JavaScript (code splitting, tree shaking), CSS, fonts, rendering (avoiding layout thrashing), and GPU-accelerated animations. - Framework-specific guidance: React patterns like memo, useMemo, useCallback, and list virtualization, plus framework-agnostic re-render reduction. - Use Case: A product page scores poorly on Lighthouse with a 5s LCP. Use this Skill to identify the oversized hero image and render-blocking scripts, apply responsive images and critical CSS, then verify the improvement with before/after metrics. ## Quick Start Ask the AI to optimize the performance of your product landing page, focusing on load time and animation smoothness.