PageSpeed Insights not seeing the Gzip compression

前端 未结 6 548
轮回少年
轮回少年 2021-02-05 11:01

I\'m trying to speed up my website. Google insights (https://developers.google.com/speed/pagespeed/insights) tells me that a critical problem is to enable GZip compression.

6条回答
  •  南方客
    南方客 (楼主)
    2021-02-05 11:38

    Did you try these lines in your .htaccess?

    
    
    SetOutputFilter DEFLATE
    
    
    

    It works for my site.

提交回复
热议问题