Audits and automatically optimizes Next.js website performance through image compression, lazy loading, and Core Web Vitals improvements.
The Website Speed Audit & Optimization skill provides a comprehensive three-phase workflow—Audit, Fix, and Report—specifically designed for Next.js projects. It identifies performance bottlenecks using Lighthouse and manual codebase analysis, then applies automated fixes such as WebP conversion, ffmpeg video compression, blur-up lazy loading implementation, and bundle size reduction. This skill is essential for developers aiming to improve Core Web Vitals (LCP, CLS, INP) and ensure a fast, efficient user experience without manually configuring complex media processing pipelines.
Key Features
010 GitHub stars
02Automated Lighthouse audits and manual codebase performance scans
03Core Web Vitals optimization including LCP, CLS, and INP improvements
04Video compression and scroll-triggered playback implementation via ffmpeg
05Advanced image optimization using WebP conversion and blur-up placeholders
06Next.js-specific rendering and bundle size optimization strategies
Use Cases
01Automating bulk media optimization and responsive image implementation
02Improving Lighthouse scores and Core Web Vitals for better SEO and UX
03Diagnosing and fixing slow page load times in Next.js applications