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.

Comparing HTTP/3 vs. HTTP/2 Performance (2020)

25 pointsby luu9 months ago

6 comments

londons_explore9 months ago
&gt; For a small test page of 15KB, HTTP&#x2F;3 takes an average of 443ms to load<p>443 milliseconds!! When typical user latency is sub 50 milliseconds, requiring 443 milliseconds to get a lightweight page displayed on the screen is terrible.<p>Users perceive 100 milliseconds as near-instant, and that ought to be the target. With 50 milliseconds of network latency, and 0-rtt support, that gives 50 milliseconds for server and client processing+rendering. Ought to be very do-able.<p>The fact it has not been done really is a failure of software engineering as an industry - we always favour more layers of abstraction over perfecting the user experience.
评论 #41236565 未加载
superkuh9 months ago
Now compare the performance of HTTP&#x2F;3 versus HTTP&#x2F;1.1 over multiple years when the website isn&#x27;t run by a corporation paying an engineer to babysit and maintain it. The HTTP&#x2F;3 CA TLS HTTPS-only setup would start failing due to CA TLS problems eventually (in a year or two) while the HTTP&#x2F;1.1 HTTP+HTTPS would remain accessible forever. This is the core problem with HTTP&#x2F;3 for human people.<p>It is one that could be fixed by developers if only the correct flags were set during compilation of the HTTP&#x2F;3 libs and during their linking to the relevant browsers. But no one seems to care about human use cases. It&#x27;s corporate security uber alles.
评论 #41235864 未加载
评论 #41238210 未加载
评论 #41235933 未加载
评论 #41236250 未加载
jsnell9 months ago
(2020)
albertopv9 months ago
I&#x27;m out of the loop, anyone knows if performance improved aince 2020?
niomarketing9 months ago
what&#x27;s the report about?
评论 #41236172 未加载
mobilemidget9 months ago
I prefer TCP for web traffic rather than UDP.
评论 #41236176 未加载
评论 #41248789 未加载
评论 #41236080 未加载