What problem does it solve?
This Skill solves the common pain points of slow web page load times, poor Core Web Vitals scores that harm user experience and search engine rankings, inefficient resource loading that wastes bandwidth, and suboptimal rendering strategies that cause layout shifts and unresponsive interactions.
Core Features & Use Cases
It provides actionable, metric-specific guidance for optimizing Largest Contentful Paint (LCP), Interaction to Next Paint (INP), and Cumulative Layout Shift (CLS), tuning critical rendering paths to eliminate render-blocking resources, optimizing images, fonts, and JavaScript bundles for size and load efficiency, configuring multi-layer caching strategies (browser, service worker, CDN), and selecting the optimal server-side rendering approach (SSG, ISR, SSR, CSR) for different content types. For example, you can use it to resolve a 4.2s LCP on an e-commerce product page by implementing LCP image preloading, WebP format conversion, and CDN edge caching to cut load time in half and reduce cart abandonment rates.
Quick Start
Use the web-performance skill to diagnose your site's performance bottlenecks, optimize Core Web Vitals metrics, and implement caching and rendering improvements to boost page load speed and user experience.