How can I enable keep-alive?

后端 未结 6 1110
醉酒成梦
醉酒成梦 2020-12-28 13:21

I ran a Google Page Speed and it says I scored 57/100 because I need to \"Enable Keep-Alive\" and \"Enable Compression\". I did some Google searches but I c

6条回答
  •  無奈伤痛
    2020-12-28 13:47

    To enable keep-alive through .htaccess you need to add the following code to your .htaccess file:

    
        Header set Connection keep-alive
    
    

提交回复
热议问题