What problem does it solve? Slow load times, janky animations, and bloated bundles degrade user experience, and this Skill provides a systematic workflow to measure, diagnose, and fix frontend performance issues. ## Core Features & Use Cases - Measurement-First Diagnosis: Assesses Core Web Vitals (LCP, INP, CLS), bundle size, runtime frame rates, and network waterfalls before making changes. - Targeted Optimization Strategies: Covers image optimization (WebP/AVIF, srcset, lazy loading), JavaScript bundle reduction (code splitting, tree shaking), CSS and font optimization, and GPU-accelerated animations. - Framework-Specific Guidance: Includes React patterns like memo, useMemo, useCallback, list virtualization, and route-based code splitting. - Use Case: A React app's dashboard feels sluggish on mobile. Use this Skill to profile the page, identify a 2MB hero image and layout thrashing in a scroll handler, then apply responsive images and batched DOM writes to hit 60fps. ## Quick Start Ask the assistant to analyze your page's performance and fix the slowest loading and rendering bottlenecks.