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 - Performance Measurement: Assesses Core Web Vitals (LCP, FID/INP, CLS), bundle size, runtime frame rates, and network waterfalls before and after changes. - Loading & Bundle Optimization: Applies image optimization (WebP/AVIF, srcset, lazy loading), code splitting, tree shaking, font subsetting, and critical CSS strategies. - Rendering & Animation Fixes: Eliminates layout thrashing, enforces GPU-accelerated transform/opacity animations, and applies React-specific techniques like memo, useMemo, and list virtualization. - Use Case: A user reports their React dashboard feels sluggish on mobile. The Skill measures Core Web Vitals, identifies a 2MB JavaScript bundle and unoptimized hero images, then applies route-based code splitting and responsive images, verifying improvement with before/after Lighthouse scores. ## Quick Start Ask the assistant to diagnose why your page feels slow and optimize its loading speed, bundle size, and animations.