this post was submitted on 14 May 2024
106 points (100.0% liked)

Firefox

19011 readers
166 users here now

A place to discuss the news and latest developments on the open-source browser Firefox

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Comexs@monero.town 8 points 10 months ago* (last edited 10 months ago) (1 children)

Can someone explain,

Firefox now supports Content-encoding: zstd (zstandard compression). This is an alternative to broti and gzip compression for web content, and can provide higher compression levels for the same CPU used, or conversely lower server CPU use to get the same compression. This is heavily used on sites such as Facebook.

what it means for me the user and what it means for the people who host content?

[–] coriza@lemmy.world 7 points 10 months ago (1 children)

Faster load times and/or less bandwidth. zstd is a newish compression algorithm that has being chosen in a lot of use cases because it can be turned to be faster with the same compression rate or better compression with the same processing time. For the content host it saves bandwidth or CPU time with compression.

[–] Comexs@monero.town 1 points 10 months ago* (last edited 10 months ago) (1 children)

I should have asked more specifically asking how are they using zstd. I already understand that its a compression algorithm.

[–] sugar_in_your_tea@sh.itjust.works 7 points 10 months ago

Firefox can now advertise that it can support zstd as a compression algorithm to web servers, which means websites can use it for Firefox users.

The impact for the user is pretty limited, it basically just means some sites might load slightly faster, but it's probably not going to be noticeable. The bigger impact is on website hosting.