Hacker News new | ask | show | jobs
by foota 1916 days ago
Subsequent page loads? SSL initiation is slow because of round trip times.
3 comments

Even if I take that as an argument it is relevant during the initial load, while fetching the assets. (Also mind: reduce number of assets, improve caching of assets etc.) But for that the connection doesn't have to be kept up longer. For the next click it's almost neglectable.
Now we've gone in a circle. Because as was already said, if you're holding a connection open in case of future loads, the most private way is to always keep it open for the same amount of time.
I'd take the "slow" load any day over live connections to the web page.

Not sure if a human could even notice it, when I load HN over SSL it is virtually instant.

HN honors `Connection: keep-alive`, so this probably does not mean what you think it does.