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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

How does Google Analytics measure site speed?

43 点作者 yahelc将近 14 年前

2 条评论

blauwbilgorgel将近 14 年前
Since the announcement of the Page Speed Toolbar I predicted Google would not simple crawl a website, it would render it.<p>Now we have previews in the search results, so we know for sure that Google renders websites.<p>Next to detecting hidden spam or javascript layout changes, I presume this rendering can be used to produce a waterfall of the site loading process.<p>So while Google does this with a HTML5 feature in modern browsers, internally it should already have:<p>- page speed scores<p>- render scores (perhaps render time)<p>of all websites in index, regardless the browser their users use.<p>That is how I think Google measures site speed; it uses these known non-HTML5 factors for ranking the fastest websites.
评论 #2597527 未加载
n_are_q将近 14 年前
I really wish GA tracked all the metrics exposed by the timing spec, instead of combining them into one overall value. It's great that this reports numbers from actual users' machines instead of a headless render process on a monitoring server somewhere though. Here is hoping FF implements support for this soon.