API Reference phoenix_bakery v0.1.1
Modules
Better compression for your Phoenix assets.
Brotli is algorithm that offers better compression ratio when compared with Gzip, but at the cost of greater memory consumption during compression. It provides quite good decompression speed. It is supported by all major modern browsers
Replacement of default Phoenix.Digester.Gzip that provides better default
compression ratio (defaults to maximum possible) instead of default option that
compromises between compression speed and compression ratio.
Zstandard is algorithm that offers quite good compression ratio when compared with Gzip, but slightly worse than Brotli, but with much betted decompression speed. It is currently not supported by browsers, but is already IANA standard, so the rollout of the support should be pretty fast.