TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

HTTP vs. HTTPS

113 pointsby mefover 10 years ago

14 comments

Someone1234over 10 years ago
According to Chrome the difference is &quot;waiting&quot; for the server response (47 ms Vs. 473 ms). You can tell that nginx is configured very differently between the two response types just by looking at the response headers.<p>I suspect the author set out to prove this and then made the environment fit their agenda. Nothing to see here. I&#x27;m sure Spdy is faster than HTTP&#x2F;1.1 but nowhere near what this site claims.
评论 #8683665 未加载
评论 #8684268 未加载
评论 #8683633 未加载
mtmailover 10 years ago
Doesn&#x27;t this say more about Spdy than https?
评论 #8683100 未加载
评论 #8683072 未加载
评论 #8683012 未加载
underyxover 10 years ago
&gt;For best results, disable plug-ins<p>Why? It&#x27;s perfectly reasonable to be more concerned with real life behaviour than with benchmarks under optimal conditions.
评论 #8683081 未加载
zwetanover 10 years ago
I don&#x27;t want to be a killjoy but here I got HTTP faster than HTTPS<p>3 tests<p><pre><code> 63% 59% 60% Mac OS X 10.9.5 Google Chrome 39.0.2171.71 (64-bit) Google Chrome Helper disabled</code></pre>
评论 #8683667 未加载
评论 #8683396 未加载
rootedover 10 years ago
Why do the images load in a different order between https and http? Https seems to load them in order and http seems to randomly fill them in.
ikeboyover 10 years ago
In a regular browser chrome with all my extensions, https is faster by a factor of 2-3, but in incognito mode, they&#x27;re about the same.
anthumchrisover 10 years ago
Sorry, everyone. I&#x27;m the site&#x27;s author, and I increased the ulimit and worker_connections to 4096, so you should see better perfomance and no more errors now. My apologies...I&#x27;m a web guy, not a networking guy. Rookie mistake.<p>And yes, you did break it :&#x2F;
shmerlover 10 years ago
Well it doesn&#x27;t look like a fair comparison, it uses SPDY for HTTPS.
mittshover 10 years ago
Of course SPDY keeps the same TCP connections alive, the encryption and even TLS handshake time is insignificant compared to the latency in creating a new connection for each HTTP request.
ommunistover 10 years ago
Looks pointless to me. Because choosing between turning your resource to user with http or https is not about speed. There are other considerations on the first place.
评论 #8683859 未加载
评论 #8683710 未加载
coherentponyover 10 years ago
Faster for the client or for the server?
评论 #8684274 未加载
magicsethover 10 years ago
Try it a second time, it gets faster.
评论 #8683032 未加载
aosmithover 10 years ago
Can we disable SPDY? That&#x27;s like comparing FTP and sockets...
dangayleover 10 years ago
And we broke it.
评论 #8684272 未加载