web-performance-optimization

Installation
Summary

Systematic approach to measuring, analyzing, and improving website loading speed and Core Web Vitals.

  • Covers five-step optimization workflow: establish baseline metrics with Lighthouse, identify bottlenecks (bundle size, images, render-blocking resources), prioritize high-impact fixes, implement improvements, and verify results
  • Addresses Core Web Vitals (LCP, FID, CLS) with specific code examples for image optimization, code splitting, lazy loading, and layout shift prevention
  • Includes bundle size reduction strategies: replace heavy dependencies, implement code splitting, remove dead code, and optimize third-party scripts
  • Provides image optimization techniques using modern formats (WebP, AVIF), responsive images, and lazy loading with practical conversion scripts
  • Includes performance checklist, common pitfalls with solutions, and recommended tools (Lighthouse, webpack-bundle-analyzer, WebPageTest, Chrome DevTools)
SKILL.md

Web Performance Optimization

Overview

Help developers optimize website and web application performance to improve user experience, SEO rankings, and conversion rates. This skill provides systematic approaches to measure, analyze, and improve loading speed, runtime performance, and Core Web Vitals metrics.

When to Use This Skill

  • Use when website or app is loading slowly
  • Use when optimizing for Core Web Vitals (LCP, FID, CLS)
  • Use when reducing JavaScript bundle size
  • Use when improving Time to Interactive (TTI)
  • Use when optimizing images and assets
  • Use when implementing caching strategies
  • Use when debugging performance bottlenecks
  • Use when preparing for performance audits

How It Works

Related skills
Installs
1.9K
GitHub Stars
37.3K
First Seen
Jan 22, 2026