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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Find the most reliable and fast public CDNs

37 点作者 jimaek超过 11 年前

9 条评论

cbr超过 11 年前
The main question for a site like this is: how are you collecting your data? CDNs have dozens of nodes and the performance a user sees will depend on what the network looks like between them and the nearest one. For example, if all your measurements were from an EC2 instance in us-east you&#x27;d only be measuring a tiny and easily-gamed slice of CDN performance.<p>On their about page they write that they&#x27;re &quot;grateful to Pingdom for providing access to their data&quot; but I can&#x27;t find anything more about which and how many places they&#x27;re measuring from or how they combine measurements from different places.<p>Disclaimer: I work for Google on mod_pagespeed and ngx_pagespeed, and I sit near the people who handle developers.google.com&#x2F;speed&#x2F;libraries&#x2F; But I don&#x27;t know anything about how they serve the hosted library traffic.
评论 #6810502 未加载
bredman超过 11 年前
I&#x27;m actually not sure where the data for this site is coming from (there&#x27;s some mention of Pingdom on the about page) but CDN performance can vary <i>significantly</i> based on user location. For that reason the only CDN comparisons I really trust are ones that are taken from end-user computers of a representative sample of the viewer you&#x27;re trying to optimize for.<p>In this case if this data is from Pingdom monitoring locations it&#x27;s particularly bad for estimating performance for a JS library that&#x27;s likely loaded by end-users who are not browsing the web from well connected data centers.<p>Agreed that the look is nice and admittedly in the absence of other data I would probably trust this data.
评论 #6809864 未加载
computer超过 11 年前
Isn&#x27;t actual real-world usage (market share) more important? If 99% of your users already has the resource cached, no request will be fired whatsoever.
评论 #6810009 未加载
评论 #6810862 未加载
评论 #6809870 未加载
mey超过 11 年前
My security conscious nature has always been distrustful of using a public cdn. It represents a potential security and privacy concern to my clients. It&#x27;d be an interesting attack vector to inject malicious javascript code into a wide pool of sites at once. It is also an operational concern that these systems are going to continue operating for the long term or not suffer service interruption.
评论 #6809644 未加载
评论 #6810832 未加载
评论 #6810061 未加载
larrybolt超过 11 年前
I&#x27;m curious if we ever will see the most popular JS&#x2F;CSS frameworks&#x2F;libraries integrated into the browser itself, and a simple attribute in the tag would allow loading the internal version, but still allow failover to the hosted one.<p>This could even prevent man-in-the-middle attacks on scripts that otherwise would never expire anyway like described here: <a href="http://thejh.net/written-stuff/want-to-use-my-wifi" rel="nofollow">http:&#x2F;&#x2F;thejh.net&#x2F;written-stuff&#x2F;want-to-use-my-wifi</a>
评论 #6810214 未加载
评论 #6812702 未加载
评论 #6810922 未加载
kbar13超过 11 年前
The problem with many of these publicly available &quot;free&quot; monitoring systems that deal with ping &#x2F; http response time is that a lot of the time it ends up being a monitoring system for its own network.<p>With that being said, I like the look!
评论 #6809612 未加载
jread超过 11 年前
You&#x27;re better off evaluating CDNs using real user&#x2F;last mile testing than a few pingdom servers in data centers. Cedexis has has some decent analysis of this type on their website: <a href="http://www.cedexis.com/country-reports/" rel="nofollow">http:&#x2F;&#x2F;www.cedexis.com&#x2F;country-reports&#x2F;</a>
nl超过 11 年前
The current gold standard in CDN measurement is<a href="http://www.cedexis.com/country-reports/" rel="nofollow">http:&#x2F;&#x2F;www.cedexis.com&#x2F;country-reports&#x2F;</a><p>It uses instrumented JavaScript on real user&#x27;s browsers to check latency.<p>That seems a better method IMHO.
评论 #6811088 未加载
gcb1超过 11 年前
yui official cdn?