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

Support HTTP compression #5

Closed
acme opened this issue Oct 25, 2022 · 2 comments
Closed

Support HTTP compression #5

acme opened this issue Oct 25, 2022 · 2 comments

Comments

@acme
Copy link

acme commented Oct 25, 2022

To speed up published sites, we should serve compressed (Brotli & gzip) response bodies.

@JakeChampion
Copy link
Owner

Hmm, ahead of time compression could be an option here, that way we can dial it up to 11

@JakeChampion
Copy link
Owner

Instead of ahead-of-time compression, I've gone with dynamic compression using Fastly instead 👍
JS example: 8831243

Rust example: b7c002a

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