davsclaus opened a new pull request, #1636: URL: https://github.com/apache/camel-website/pull/1636
## Summary Resize 49 oversized `featured.png` blog images from 2000px to 800px width (the actual display width in the template). Each file drops from 3.8MB to ~735KB. 48 of the 49 files were identical copies of the same camel logo image. The other was a different image at the same oversized dimensions. **Size reduction: ~150MB saved** (49 × 3.8MB → 49 × ~735KB) ## Why Part of the effort to reduce the website's total size to fix sporadic CDN 404 errors (#1631). The blog content directory alone is 600MB — these 49 duplicate oversized images accounted for 182MB of that. The Hugo template at `layouts/blog/post.html` already displays featured images at `width="800"`, so the 2000px source images were being served at 2.5x their display size for no benefit. ## Test plan - [ ] Verify featured images still render correctly on blog listing and post pages - [ ] Spot-check a few posts to confirm image quality is acceptable Fixes #1631 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
