Readme.rst 445 B

1234567891011
  1. Gzip cache
  2. ----------
  3. Certain web servers (e.g., Nginx) can use a static cache of gzip-compressed
  4. files to prevent the server from compressing files during an HTTP call. Since
  5. compression occurs at another time, these compressed files can be compressed
  6. at a higher compression level for increased optimization.
  7. The ``gzip_cache`` plugin compresses all common text type files into a ``.gz``
  8. file within the same directory as the original file.