rails-brotli-cache 0.6.0
This gem reduces storage needed for Rails cache by using Brotli compression, which can produce outputs smaller by ~20% and offers better performance than Gzip.
Gemfile:
=
install:
=
Runtime Dependencies (1):
activesupport
>= 0
Development Dependencies (8):
actionpack
>= 0
activemodel
>= 0
brotli
>= 0
byebug
>= 0
dalli
>= 0
railties
>= 0
redis
>= 0
rspec
>= 0