TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

HTTP Intermediary Layer From Google Could Dramatically Speed Up the Web

17 点作者 spahl超过 15 年前

4 条评论

jacquesm超过 15 年前
The quickest way for a 'dramatic' speedup of the web is to install an ad blocker.<p>Also, 'dramatic' speedups will only lead to pages that get loaded up with more junk.<p>If that had not happened we'd already have an extremely fast browsing experience. It's like memory and disk space, if the budget increases then there will be some way to spend that budget.<p>If web pages load in under one second they'll be 'improved' until they load in 3 to 4 seconds again.<p>spdy:// ? I don't think so.<p>Let's drop some of that flash and turn on gzip compression (if you haven't done that already) and make sure your cache headers are set properly.<p>That alone will probably give you a 50% boost.
评论 #940061 未加载
评论 #940120 未加载
评论 #940064 未加载
评论 #940063 未加载
RiderOfGiraffes超过 15 年前
Out of interest I downloaded the page with curl, then stripped out the JS and other stuff, leaving mostly just formatting and text.<p><pre><code> Before: 178845 bytes After : 33604 bytes </code></pre> That's just the page, and doesn't include images or ads, but it does include the text of the comments.<p>Just an observation.
seshagiric超过 15 年前
Compressing http content also means extra processing on both the client and the server side. While this might not be as noticeable on a PC, for mobile phones it sure can be a concern. It will be interesting to see some data on it.
nalbyuites超过 15 年前
Wow. A slashdot link in many months on HN. Telling.