SSL Performance

Discussion in 'General troubleshooting' started by jdcrutchley, Apr 3, 2007.

  1. Can anyone give me a ballpark idea of the performance impact of SLL versus a normal http connection? It's my understanding that most people only protect pages where sensitive information is sent (passwords, CC info, etc.) because of the performance impact, but I've also seen where for ASP.NET it's sometimes a good idea to protect the entire site so that the membership cookie isnever sent in the clear. Would there really be a visible performance hit for a relatively low traffic site?

    Also, what's the word on the GoDaddy certs? I couldn't find anything on their site to confirm it, but I suspect they're chained. Anyone know for sure?
     
  2. mjp

    mjp

  3. Bruce

    Bruce DiscountASP.NET Staff

    Servers and Network are so fast nowaday, HTTPS performance degrade is a thing of the past in my opinion.

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
  4. Thanks guys, I appreciate the feedback. I always like to check on supposed "performance degradations" before automatically assuming I have to worry about them. Half the time when someone talks about performance impacts, they're talking about a few ms difference which may impact a tight loop, but if just aone-hit in a data entry form really doesn't matter a bit.
     

Share This Page