Comment by thinkindie
11 hours ago
Why not serving files compressed if the client supports it even though the origin served an uncompressed file?
11 hours ago
Why not serving files compressed if the client supports it even though the origin served an uncompressed file?
I was thinking this. Zstd is widely supported in browsers, over 80% right now and will increase over time:
https://caniuse.com/?search=zstd
They already do this, at least for paid accounts. You can even decide what compression model you want them to serve on your behalf.