Better know a framework #14 gzip in development

Want to have an idea how big your bundles are and don’t want to au build --env prod all the time? Now you can just look in browser developer tools.
Add gzip compression for CLI project in development - a new guide @ aurelia-contrib

Have a recipe to share - create a PR… (-:

1 Like

Hello @Alexander-Taran
What about brotli algorithm? Do you have an idea?

https://caniuse.com/#feat=brotli
seems well supported by browsers…

has drawbacks for dynamic compression according to this article

there are npm packages that implement, so I guess it could be added as well as a recipe.
Care to share?

1 Like

Wow, when I checked brotli, few browsers had supported but now it is very good.
For now I dont use it, but in future who knows?!
Thanks for sharing great article.

1 Like