We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey excellent work with thruster, just some questions.
1- Why don’t use brotli instead of gzip to compress the assets? https://caniuse.com/brotli
2- Given we use hotwire (HTML over the wire), Wouldn’t we have any benefit in also compressing HTML response?
The text was updated successfully, but these errors were encountered:
Hi, @lazaronixon. I'm not the author so I won't answer 1.
When it comes to 2., I believe gzip is always on, but it's skipped below 1024 bytes because it wouldn't offer any benefits.
Sorry, something went wrong.
No branches or pull requests
Hey excellent work with thruster, just some questions.
1- Why don’t use brotli instead of gzip to compress the assets? https://caniuse.com/brotli
2- Given we use hotwire (HTML over the wire), Wouldn’t we have any benefit in also compressing HTML response?
The text was updated successfully, but these errors were encountered: