• Resolved sraval104

    (@sraval104)


    I have tried almost all the steps, as explained by the Hostinger support team, to enable Gzip compression on my site. As explained, I added code in the .htaccess file. But somehow, it is not enabled. This feature is your primary part. Only you have a solution and hence, approaching you. At present, Brotli is enabled and has a compression ratio just 60-62%

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support qtwrk

    (@qtwrk)

    we default to brotli compression , which is better than gzip , and only when browser doesn’t support br , then it will fallback to gzip

    for example

    [root@server101 ~]# curl -I -XGET -H "accept-encoding: br,gzip" https://skybloger.com/ | grep -i content-encoding
    % Total % Received % Xferd Average Speed Time Time Time Current
    Dload Upload Total Spent Left Speed
    0 123k 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
    content-encoding: br
    [root@server101 ~]# curl -I -XGET -H "accept-encoding: gzip" https://skybloger.com/ | grep -i content-encoding
    % Total % Received % Xferd Average Speed Time Time Time Current
    Dload Upload Total Spent Left Speed
    0 104k 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
    content-encoding: gzip
    Thread Starter sraval104

    (@sraval104)

    All right and thanks for nice response. I will stay with Br.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Gzip Compression not enabled’ is closed to new replies.