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 widthsLazy loading — images below the fold load as you scroll, with a blur placeholder
CDN delivery — served from the nearest edge location
Before vs. After
| Metric | Before | After |
|---|---|---|
| Average image size | 340KB | 85KB |
| Page weight (10 images) | 3.4MB | 850KB |
| LCP (Largest Contentful Paint) | 2.8s | 1.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.