• J
    Cache: Enable compression by default for values > 1kB. · ed100166
    Jeremy Daer 提交于
    Compression has long been available, but opt-in and at a 16kB threshold.
    It wasn't enabled by default due to CPU cost. Today it's cheap and
    typical cache data is eminently compressible, such as HTML or JSON
    fragments.
    
    Compression dramatically reduces Memcached/Redis mem usage, which means
    the same cache servers can store more data, which means higher hit
    rates.
    
    To disable compression, pass `compress: false` to the initializer.
    ed100166
可在Tags中查看这些版本中当前仓库的状态.
CHANGELOG.md 13.8 KB