this post was submitted on 11 Nov 2023
491 points (78.9% liked)
memes
10322 readers
2113 users here now
Community rules
1. Be civil
No trolling, bigotry or other insulting / annoying behaviour
2. No politics
This is non-politics community. For political memes please go to !politicalmemes@lemmy.world
3. No recent reposts
Check for reposts when posting a meme, you can only repost after 1 month
4. No bots
No bots without the express approval of the mods or the admins
5. No Spam/Ads
No advertisements or spam. This is an instance rule and the only way to live.
Sister communities
- !tenforward@lemmy.world : Star Trek memes, chat and shitposts
- !lemmyshitpost@lemmy.world : Lemmy Shitposts, anything and everything goes.
- !linuxmemes@lemmy.world : Linux themed memes
- !comicstrips@lemmy.world : for those who love comic stories.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Huh? I'm pretty sure nobody important is trying to make webp happen in 2023.
Google is really pushing it through, and since it's usually easy to get small files from webp, a lot of sites support it
Thanks. I remember Google news showing an article about them already deprecating webp but now I don't see it. I wonder what format the article was about.
JpegXL
Akamai supports it as a transparent speed optimization for clients who want it. My employers website is fairly image-heavy and we use Akamai’s Image Manager to optimize images for us. The first time an image is fetched by their CDN they analyze it to optimize it for size, compression, and image type, and all the rendered versions are cached on their CDN. When a client requests the image Akamai will look at the characteristics of the device and serve the best optimized version of the image.
That is pretty nice IMO. So if you have Safari does it autoconvert to jpeg xl?
Not sure, but thy might. They’re constantly looking for ways to reduce traffic by even a couple bytes. They claim their servers see something like 30% of all web traffic, so if they can squeeze even a few bytes more out of something then it can have a pretty big impact overall.
One other thing they recently rolled out is a similar form of transparent support for Brotli compression. Many websites, CDN’s, etc. will automatically compress fonts, JavaScript, etc. using gzip if the client browser supports it (and most do). Brotli is a newer compression algorithm that sometimes is better than gzip, but not always. Many browsers now support Brotli as an option along with gzip, so Akamai will transparently convert gzipped items to Brotli, and if it generates a smaller file then they’ll serve that version to browsers that support it.