Skip to main content

Home/ Tools for web developers/ Group items tagged html

Rss Feed Group items tagged

raj malhotra

13 free online tools for web hosting.- smashingweb - 0 views

  •  
    13 free online tools for web hosting.- smashingweb
Vernon Fowler

PrimerCSS - 0 views

Vernon Fowler

How to enable keep-alive for faster page speed - 0 views

  • 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.
  • 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
« First ‹ Previous 41 - 46 of 46
Showing 20 items per page