What problem does it solve?
This Skill resolves slow page loads and poor Core Web Vitals by pinpointing performance bottlenecks and prescribing targeted optimizations.
Core Features & Use Cases
- Core Web Vitals–driven analysis: Prioritizes improvements for LCP, FCP, Speed Index, TBT, and TTI using Lighthouse-style performance auditing logic.
- End-to-end optimization playbook: Covers TTFB, critical rendering path, CSS/JS loading strategies, code-splitting, tree-shaking, and runtime performance (layout thrashing, debouncing, requestAnimationFrame, virtualization).
- Asset and caching optimization: Improves images (AVIF/WebP/responsive strategies), font loading (preload, font-display), third-party script loading, and caching headers/service-worker style approaches.
- Use case: If your landing page feels sluggish and metrics like LCP and TBT are failing, this Skill helps you produce a prioritized set of concrete changes with before/after measurement targets.
Quick Start
Optimize the performance of my website by reviewing the Core Web Vitals targets and providing a prioritized set of Lighthouse-style fixes for TTFB, LCP, JavaScript, images, fonts, third-party scripts, and caching.