Performance

Image optimization for public pages

Public changelog pages now serve optimized images, reducing page weight by up to 60%.

Optimizations

  • Automatic format conversion — WebP for Chrome/Firefox, AVIF where supported, JPEG as fallback

  • Responsive srcset — different image sizes for different screen widths

  • Lazy loading — images below the fold load as you scroll, with a blur placeholder

  • CDN delivery — served from the nearest edge location

Before vs. After

MetricBeforeAfter
Average image size340KB85KB
Page weight (10 images)3.4MB850KB
LCP (Largest Contentful Paint)2.8s1.1s

All powered by Next.js Image component with automatic optimization.

No action needed on your part — all existing images are automatically optimized when served.