This skill provides a comprehensive framework for auditing and optimizing web applications, specifically focusing on Core Web Vitals like LCP, INP, and CLS. It automates performance measurement using Lighthouse, analyzes JavaScript bundle bloat, suggests efficient rendering strategies (SSG, ISR, SSR), and identifies database bottlenecks like N+1 queries. It is an essential tool for developers looking to reduce load times, fix slow pages, and ensure production-grade performance across Next.js, React, and Python backends.
Características Principales
01Database query performance tuning and N+1 pattern detection
020 GitHub stars
03Image and font optimization strategies including lazy loading and font-display
04JavaScript bundle analysis and dependency bloat detection
05Core Web Vitals auditing and threshold measurement (LCP, INP, CLS)
06Automated rendering strategy decision-making (SSG vs. SSR vs. ISR)