惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

P
Proofpoint News Feed
博客园 - 聂微东
Application and Cybersecurity Blog
Application and Cybersecurity Blog
MyScale Blog
MyScale Blog
罗磊的独立博客
H
Help Net Security
L
LangChain Blog
T
Threat Research - Cisco Blogs
量子位
S
Securelist
Last Week in AI
Last Week in AI
L
Lohrmann on Cybersecurity
T
The Exploit Database - CXSecurity.com
P
Privacy International News Feed
The Hacker News
The Hacker News
Vercel News
Vercel News
D
Darknet – Hacking Tools, Hacker News & Cyber Security
C
Cybersecurity and Infrastructure Security Agency CISA
T
The Blog of Author Tim Ferriss
T
Threatpost
Security Latest
Security Latest
P
Palo Alto Networks Blog
Microsoft Security Blog
Microsoft Security Blog
NISL@THU
NISL@THU
F
Full Disclosure
WordPress大学
WordPress大学
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
Stack Overflow Blog
Stack Overflow Blog
C
Check Point Blog
Hacker News - Newest:
Hacker News - Newest: "LLM"
酷 壳 – CoolShell
酷 壳 – CoolShell
H
Heimdal Security Blog
J
Java Code Geeks
Recorded Future
Recorded Future
Hugging Face - Blog
Hugging Face - Blog
G
GRAHAM CLULEY
Know Your Adversary
Know Your Adversary
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
阮一峰的网络日志
阮一峰的网络日志
U
Unit 42
B
Blog RSS Feed
月光博客
月光博客
C
Cisco Blogs
V
Visual Studio Blog
D
DataBreaches.Net
H
Hacker News: Front Page
博客园 - 叶小钗
N
News and Events Feed by Topic
爱范儿
爱范儿
A
Arctic Wolf

博客园 - Keep Walking

电商微博分享现状研究 关于各网站回到顶部的细节功能 大电商网站导航用户体验对比 回顾我的2010,20本书陪我度过的三十而立的年纪 mysql cardinality 运营一个网站,新增加一个功能,容易忽视哪些问题就匆匆上线? 强烈的孤独感,没有人能体味.... 改进UCHOME的记录发布,增强可访问性用户体验 一个疯狂想法 我的面试php程序员的面试题 china-pub登录问题 uchome为什么采用myisam类型表 关于验证码产品设计的一处细节问题 周五了,发给大家个好玩的东西 《高性能mysql》到手 用户体验之新浪滚动新闻 号外号外,美国53岁软件工程师架飞机撞政府楼 博客园logo HTML标签权重分值排列
关于疯狂想法的后续
Keep Walking · 2011-01-05 · via 博客园 - Keep Walking

在前文中不少朋友指出的微软和谷歌已经提供了相关的我特意对比了一下各个资源的优劣势。

谷歌:

api地址列表:http://code.google.com/intl/zh-CN/apis/libraries/devguide.html 

200状态下的速度:200毫秒-1.5秒

304状态下速度:230毫秒

缓存一年时间

提供多种通用代码,并且提供https协议 链接,方便网站中含有https页面的调用。(不会出现浏览器提示,访问非加密信息)

微软: 

api地址列表:http://www.asp.net/ajaxlibrary/cdn.ashx 

200状态下的速度: 90毫秒-1秒

304:180毫秒 

缓存一年时间

 仅提供jq的,但是可以很好的结合asp.net ajax,在scriptmanager中开启cdn即可使用cdn资源。

博客园:

http://common.cnblogs.com/script/jquery.js 

200状态:60毫秒

304状态:60毫秒

缓存一天

我自己在兆维BGP机房的jq代码

http://js.cyzone.com.cn/jscript/jquery.js 

200状态:47毫秒

304状态:31毫秒

(所有数据在北京联通adsl 512带宽下测速,时间为FF下的FIREBUG统计总共用时,不包含DNS时间) 

结果:要想使用速度最快的通用代码,可以使用微软的,但是谷歌的照顾到了https协议,以及其他更多通用代码。 

 虽然是CDN,未必速度就比我的站点速度和博客园速度就快。

 博客园在common子域下管理静态资源,以为会携带cookie,结果很吃惊,看来博客园在cookie这块是下了很多功夫的。