Optimizes website load times and Core Web Vitals through asset minification, critical path analysis, and efficient resource delivery.
This skill transforms Claude into a specialized performance engineer focused on maximizing web application speed and efficiency. It audits and optimizes Core Web Vitals like Largest Contentful Paint (LCP) and Cumulative Layout Shift (CLS) by refining the critical rendering path, implementing advanced caching strategies, and optimizing assets such as CSS, JavaScript, fonts, and images. Designed for developers working on progressively enhanced applications, it enforces strict performance budgets and ensures modern delivery standards like Brotli compression and resource hinting are correctly implemented across both frontend code and backend middleware.
主要功能
01Core Web Vitals (LCP, CLS, INP) measurement and optimization
02Asset optimization for images (WebP/AVIF), CSS, JS, and fonts
03Server-side performance tuning including caching headers and compression
04Critical rendering path analysis and resource-blocking elimination
05Implementation of resource hints like preload, preconnect, and prefetch
060 GitHub stars
使用场景
01Improving Google PageSpeed Insights and Lighthouse scores for better SEO
02Optimizing asset delivery pipelines in Vite or Express environments
03Reducing bundle sizes and payload weights to meet strict performance budgets