January 01th, 2009 - 12:41PM An often overlooked aspect of web performance tuning is the effect of using the HTTPS protocol to create a secure web site. As applications move from the desktop onto the web, the need for security and privacy means that HTTPS is now heavily used by web sites that need to be responsive enough for every day use. The tips shown below may help you to avoid some of the common performance and development problems encountered on sites using HTTPS: Tip #1: Use Keep-Alive Connections Whenever a browser accesses a web site it must create one or more TCP connections. That … Continue reading
Posted on January 01, 2009 in
Caching,Firefox,HTTP,HTTPS,HttpWatch,Internet Explorer,Optimization
Tags: Firefox,HTTPS,HttpWatch,IE
RSS for this post |Trackback URL
April 04th, 2008 - 11:47AM Have you ever been to a web site and seen this? This warning is triggered in IE if it is displaying a secure HTTPS page that has caused a non-secure (i.e. HTTP based) resource to be downloaded. The message box doesn’t allow the user to control whether the non-secure content should be downloaded, only whether it should be displayed. This seems rather pointless as the damage may already have been done if the non-secure content was a picture of your passport, bank statement or credit card! However, this is the default setting in IE so it is best to avoid this warning being generated on … Continue reading
Posted on April 04, 2008 in
Caching,HTTP,HTTPS,HttpWatch,Internet Explorer
Tags: Caching,HTTP,HTTPS,HttpWatch,IE
RSS for this post |Trackback URL