Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: accept brotli encoding #202

Closed
Seirdy opened this issue May 26, 2024 · 1 comment
Closed

Feature request: accept brotli encoding #202

Seirdy opened this issue May 26, 2024 · 1 comment

Comments

@Seirdy
Copy link

Seirdy commented May 26, 2024

Full-text feeds can get large. My site's feed is 366kb gzip-compressed, and 288kb brotli-compressed. The Brotli feed saves 78kb, or 27%, and the gap will widen as my feed grows in size.

Feeds get fetched very frequently: mine gets fetched over 1000 times per day, and others' get fetched orders of magnitude more often. For some blogs it can be one of the major sources of bandwidth. Users often subscribe to hundreds of feeds at a time, so savings pile up on both ends.

@Tiendil Tiendil added this to the 1.* User Experience milestone May 26, 2024
@Tiendil
Copy link
Owner

Tiendil commented May 26, 2024

Hi!

Thanks for the idea.

The support for brotli is in the version 1.5.5 of the backend (gh-203) and has already on https://feed.fun

I'll also add the support for the zstd compression in the future (gh-204) — it requires a bit more work.

I'll be grateful if you could test it and let me know if it works for you.

@Tiendil Tiendil closed this as completed May 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants