Perf Demo

Performance tips

This page is statically regenerated with revalidate=120.

  1. Use next/font for CLS-free text rendering (display=swap, preloaded)
  2. Set explicit width/height on <Image/> and define sizes
  3. Defer non-critical scripts (strategy=afterInteractive or lazyOnload)
  4. Analyze bundle: npm run analyze
  5. Cache static assets aggressively (immutable), use ISR/SSG for content