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
To enable keep-alive through .htaccess you need to add the following code to your .htaccess file:
Header set Connection keep-alive