#1025 docs: enable gzip compression
Merged 2 years ago by kevin. Opened 2 years ago by darknao.
fedora-infra/ darknao/ansible docs_gzip  into  main

@@ -272,6 +272,7 @@ 

      - doc.fedoraproject.org

      - docs.stg.fedoraproject.org

      sslonly: true

+     gzip: true

      cert_name: "{{wildcard_cert_name}}"

  

    - role: httpd/website

This enable gzip compression on docs.fp-o for faster loading time.
We are currently testing a new search functionality on staging, and the search index is big enough to impact the loading time. Using mod_deflate here would most likely help.

rebased onto d6ef9ec

2 years ago

rebased onto d6ef9ec

2 years ago

Pull-Request has been merged by kevin

2 years ago
Metadata