Enable keep-alive using .htaccess
If you do not have access to your webserver config file you can enable keep-alive yourself using an .htaccess file.
<ifModule mod_headers.c>
Header set Connection keep-alive
</ifModule>
Adding this to your .htaccess file will add keep alive headers to your requests, which will override most webserver or host limitations.
How to enable keep-alive for faster page speed - 0 views
-
-
Some people mistakenly believe that they do not have to worry about this because HTTP connections nowadays are by default persistent (keep-alive enabled). While this is true, many people use shared hosting environments or web servers that may close connections unbeknownst to the user. This is done for performance reasons
-
htaccess Redirect Generator - 0 views
1 - 4 of 4
Showing 20▼ items per page