Hacker News new | ask | show | jobs
by matylla 1967 days ago
This reminds me of an experiment [1] we run a couple months back. We crawled top 100 Alexa websites and check the bloat in the images served to billions of users.

[1]: https://optidash.ai/blog/optimizing-images-on-the-worlds-top...

2 comments

That's really cool. It would be interesting to see what that 32% savings adds up to both for typical market bandwidth and AWS like egress rates.

Curious, did your comparison ensure that none of the images lost any detail, etc? Or how much "lossiness" did you introduce to get the 32%?

Thanks for chiming in.

It's a perceptually lossless optimization and recompression.

We use saliency detection (trained on an eye-tracker) which tells us where the human vision system would look in the images and optimise those fragments (heatmaps) using our own comparison metrics.

If you're interested in the details shoot me an email to przemek [at] optidash [dot] ai

Thank you for sharing this.

It's interesting to see that even these big websites potentialy still have a lot of room for improvement for their loading times.