This skill equips Claude with specialized knowledge to audit and enhance web application performance across the entire frontend stack. It provides implementation patterns for advanced code splitting, dynamic imports, and bundle visualization to reduce initial load times. Additionally, it covers crucial UX-centric optimizations including responsive image handling, virtualized rendering for large datasets, and strategic caching header configurations. By following the integrated checklists for Core Web Vitals like LCP, INP, and CLS, developers can significantly improve lighthouse scores and user retention through smoother, faster digital experiences.
主要功能
01604 GitHub stars
02Route-level code splitting and manual chunk optimization
03DOM virtualization for high-performance rendering of large data lists
04Comprehensive Core Web Vitals monitoring and anti-pattern detection
05Modern image optimization using WebP/AVIF and fetchpriority
06Advanced caching strategies with immutable and stale-while-revalidate headers