Optimizes Next.js applications for Core Web Vitals and high performance using modern React 19 and Next.js 16 patterns.
The nextjs-performance skill provides expert-level guidance for auditing and enhancing the speed and efficiency of Next.js applications. It automates and instructs on best practices for Core Web Vitals (LCP, INP, CLS), modern server-side patterns, and efficient resource loading. Whether you are migrating from Client Components to Server Components, implementing advanced caching strategies with unstable_cache, or optimizing assets via next/image and next/font, this skill ensures your application meets production-grade performance standards while leveraging the latest features of React 19 and Next.js 16.
주요 기능
01219 GitHub stars
02Bundle size analysis and reduction via code splitting and dynamic imports
03Core Web Vitals auditing and optimization for LCP, INP, and CLS
04Advanced caching strategies using unstable_cache and revalidateTag
05Conversion of Client Components to high-performance Server Components
06Implementation of Next.js 16 and React 19 patterns like Async Params
사용 사례
01Implementing progressive loading with Suspense streaming for data-heavy pages
02Improving SEO rankings by fixing Core Web Vitals issues like layout shifts and slow loading
03Reducing JavaScript bundle sizes by offloading logic to Server Components