plugins - Enable compression

I am trying to make Enable compression 100% for my website speed optimization but I can not get the result. I tried plug

I am trying to make Enable compression 100% for my website speed optimization but I can not get the result. I tried plugins: Autoptimize, w3 total cache, wp rocket, clean cache, and others. The web host is Bluehost.
Here is the website link: /
I am new here. Hope someone can help me.

I am trying to make Enable compression 100% for my website speed optimization but I can not get the result. I tried plugins: Autoptimize, w3 total cache, wp rocket, clean cache, and others. The web host is Bluehost.
Here is the website link: https://airytravel/
I am new here. Hope someone can help me.

Share Improve this question edited Nov 23, 2019 at 19:56 fuxia 107k39 gold badges255 silver badges459 bronze badges asked Nov 20, 2019 at 7:24 Chandan SayedChandan Sayed 32 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

I assume you want to enable gzip compression for your website but it cannot be done on the WordPress itself, first, it has to be supported by the server and then server configuration needs to be changed. If your hosting is on Apache (most likely it is) then you can add these lines into .htaccess file:

# BEGIN GZIP COMPRESSION
<IfModulemod_gzip.c>
mod_gzip_onYes
mod_gzip_dechunkYes
mod_gzip_item_includefile.(html?|txt|css|js|php|pl)$
mod_gzip_item_includehandler^cgi-script$
mod_gzip_item_includemime^text/.*
mod_gzip_item_includemime^application/x-javascript.*
mod_gzip_item_excludemime^image/.*
mod_gzip_item_excluderspheader^Content-Encoding:.*gzip.*
</IfModule>
# END GZIP COMPRESSION

If your hosting uses NGINX then you have to modify nginx.conf file and put this code:

gzipon;
gzip_comp_level2;
gzip_http_version1.0;
gzip_proxied any;
gzip_min_length1100;
gzip_buffers168k;
gzip_types text/plain text/html text/css application/x-javascript text/xml application/xml application/xml+rss text/javascript;
gzip_disable"MSIE [1-6].(?!.*SV1)";
gzip_varyon;

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744975945a4604143.html

相关推荐

  • plugins - Enable compression

    I am trying to make Enable compression 100% for my website speed optimization but I can not get the result. I tried plug

    23小时前
    30

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信