-
Notifications
You must be signed in to change notification settings - Fork 1
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
Brotli support #356
Comments
Serving brotli compressed files reduce transfer size for HTML, CSS, JS and SVG files better than with GZIP, but not JPG, PNG, WebP, GIFs etc. (binary files). So both (GZIP and Brotli) should be available. |
Would be very nice to use Brotli |
On heroku-22, In a custom HTTPD config include (the
|
@dzuelke thanks, and on NGINX? (using NGINX in all my projects only) |
Thing there is that it's a commercial Nginx Plus module, or that third-party module maintained by Google. So far, we haven't enabled third party modules for Nginx, since they sometimes get abandoned by the maintainers, and then it would be up to us to figure stuff out. But I'll think about it. However, there's a new buildpack structure coming with the switch to CNBs, where new specialized web server buildpacks for Nginx and HTTPD will likely improve this, and one thing on the features wishlist is the ability to easily-ish BYO modules. |
(Specifically, that Google-maintained module has a bunch of open, unaddressed issues, and no tagged releases). |
Thanks for explaining |
Support of Brotli compression on apache and nginx could be nice to have along Gzip and Deflate.
https://httpd.apache.org/docs/2.4/fr/mod/mod_brotli.html
https://github.com/google/ngx_brotli
The text was updated successfully, but these errors were encountered: