LOG_REF // optimizing-nextjs-performance 2024-11-02
Achieving 99 Lighthouse Score on Next.js 15PerformanceReact 19Vercel
Performance is a feature. In this log, I break down the steps taken to optimize our corporate landing pages.
By strictly separating Server Components from Client Components, we reduced our initial JavaScript payload by 45%. We also heavily utilized Next.js advanced image optimization and Edge network caching for static assets.