Irfan f10b3e371b Fixed: Gzip header should not contain filename. This causes error with some clients. лет назад: 10
..
Readme.rst 9e70c17839 import plugins from core and restructure repo лет назад: 11
__init__.py 9e70c17839 import plugins from core and restructure repo лет назад: 11
gzip_cache.py f10b3e371b Fixed: Gzip header should not contain filename. This causes error with some clients. лет назад: 10
test_gzip_cache.py dda2e8c19b Update gzip_cache to produce consistent .gz files. лет назад: 10

Readme.rst

Gzip cache
----------

Certain web servers (e.g., Nginx) can use a static cache of gzip-compressed
files to prevent the server from compressing files during an HTTP call. Since
compression occurs at another time, these compressed files can be compressed
at a higher compression level for increased optimization.

The ``gzip_cache`` plugin compresses all common text type files into a ``.gz``
file within the same directory as the original file.