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

feat: add Brotli compression support #524

Merged
merged 3 commits into from
Jan 30, 2024
Merged

feat: add Brotli compression support #524

merged 3 commits into from
Jan 30, 2024

Conversation

dunglas
Copy link
Owner

@dunglas dunglas commented Jan 30, 2024

@dunglas dunglas force-pushed the feat/brotli branch 2 times, most recently from 060477c to c9c7d5b Compare January 30, 2024 10:39
@dunglas dunglas merged commit 175b9a0 into main Jan 30, 2024
39 checks passed
@dunglas dunglas deleted the feat/brotli branch January 30, 2024 17:34
@dunglas
Copy link
Owner Author

dunglas commented Feb 1, 2024

Here is a benchmark made with k6 @francislavoie:

Gzip:
gzip

(3592 request/s, but this metric is not very stable nor reliable on my computer right now)

Brotli:
br

(5165 request/s)

So this looks acceptable to enable this feature by default.

@francislavoie
Copy link
Contributor

Nice, that's a lot better than I expected

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

Successfully merging this pull request may close these issues.

Brotli compression Support
2 participants