davsclaus opened a new pull request, #1638:
URL: https://github.com/apache/camel-website/pull/1638

   ## Summary
   
   - Blog CSS caps image display at `max-width: 800px`, so anything wider 
wastes bandwidth without visual benefit
   - Resized 493 blog images (PNG/JPG/JPEG) from various sizes (up to 2560px) 
down to 800px width
   - Total blog image size reduced from ~440MB to ~263MB (~40% reduction / 
~177MB saved)
   - One WebP file misnamed as `.jpg` (128KB, 1024px) was left as-is since 
`sips` cannot process WebP
   
   ## Context
   
   Part of the CDN 404 investigation in #1631. The Apache Camel website is very 
large, which can cause the ASF-to-Fastly CDN sync to exceed the 256KB message 
queue payload limit, resulting in sporadic 404 errors for browser users. 
Reducing the overall site size helps keep deployments within CDN limits.
   
   ## Test plan
   
   - [ ] Verify blog posts render correctly with resized images
   - [ ] Check that image quality is acceptable at 800px width
   - [ ] Confirm no broken image links
   
   
   🤖 Generated with [Claude Code](https://claude.com/claude-code)


-- 
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]

Reply via email to