Title: Gzip Compression not enabled
Last modified: March 21, 2025

---

# Gzip Compression not enabled

 *  Resolved [sraval104](https://wordpress.org/support/users/sraval104/)
 * (@sraval104)
 * [1 year, 2 months ago](https://wordpress.org/support/topic/gzip-compression-not-enabled/)
 * 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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fgzip-compression-not-enabled%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Support [qtwrk](https://wordpress.org/support/users/qtwrk/)
 * (@qtwrk)
 * [1 year, 2 months ago](https://wordpress.org/support/topic/gzip-compression-not-enabled/#post-18376223)
 * 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
 *     ```wp-block-code
       [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 --:--:-- --:--:-- --:--:--     0content-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 --:--:-- --:--:-- --:--:--     0content-encoding: gzip
       ```
   
 *  Thread Starter [sraval104](https://wordpress.org/support/users/sraval104/)
 * (@sraval104)
 * [1 year, 2 months ago](https://wordpress.org/support/topic/gzip-compression-not-enabled/#post-18376268)
 * 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.

 * ![](https://ps.w.org/litespeed-cache/assets/icon-256x256.png?rev=2554181)
 * [LiteSpeed Cache](https://wordpress.org/plugins/litespeed-cache/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/litespeed-cache/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/litespeed-cache/)
 * [Active Topics](https://wordpress.org/support/plugin/litespeed-cache/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/litespeed-cache/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/litespeed-cache/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [sraval104](https://wordpress.org/support/users/sraval104/)
 * Last activity: [1 year, 2 months ago](https://wordpress.org/support/topic/gzip-compression-not-enabled/#post-18376268)
 * Status: resolved