Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
定制版设计开发vs响应式设计开发之性能及流量
Search
d2forum
May 20, 2013
2
420
定制版设计开发vs响应式设计开发之性能及流量
d2forum
May 20, 2013
Tweet
Share
More Decks by d2forum
See All by d2forum
TMS的PHP特性
d2forum
0
1.6k
Leap Motion体感实战
d2forum
0
1.2k
跨终端产品实践
d2forum
12
1.9k
Touching Future—s01-e01
d2forum
2
900
KissyCake
d2forum
3
760
贡献标准.s01.e02
d2forum
3
1.3k
一淘响应式设计实践
d2forum
10
960
响应式web设计与实现介绍
d2forum
8
790
定制版设计开发vs响应式设计开发
d2forum
0
170
Featured
See All Featured
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.4k
Typedesign – Prime Four
hannesfritz
42
2.7k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
30
2.1k
The Pragmatic Product Professional
lauravandoore
35
6.7k
Speed Design
sergeychernyshev
31
1k
Product Roadmaps are Hard
iamctodd
PRO
53
11k
Statistics for Hackers
jakevdp
799
220k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
34
3k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
48
2.8k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
8
670
GraphQLの誤解/rethinking-graphql
sonatard
71
11k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
Transcript
关于性能 • jQuery – 94K • KISSY-Seed – 49.9K •
Zepto – 9.7K 13年5月20⽇日星期⼀一
13年5月20⽇日星期⼀一
13年5月20⽇日星期⼀一
• 2010年, 我国⼿手机平均⺴⽹网速为50Kbps,也就 是 50/8 = 6.25KB/S 全球倒数第⼆二! • 下载jQuery,
需要 94/6.25 = 15.04S • 下载KISSY-Seed, 需要49.9/6.25 =7.98S • 下载Zepto, 需要9.7/6.25 = 1.55S 13年5月20⽇日星期⼀一
• 加载基础脚本超过8S的⺴⽹网站, 你的反应是? • 基础脚本 + 业务脚本 + 样式表 =
? • 还有图⽚片,HTML⽂文档等。。。 13年5月20⽇日星期⼀一
定制的优势 • 更轻量级的脚本 – 不⽤用兼容IE,Loader可以更加简洁 – 不⽤用兼容IE,Event可以更加简洁 – 不⽤用兼容IE,DOM 可以更加简洁
– 。。。。。 13年5月20⽇日星期⼀一
定制的优势 • ⽆无需Hack的CSS .inline-block{ display: inline-block; } .elem:hover{ //Some Code
.inline-block{ display: inline-block; *display: inline; *zoom:1 } .hover, .elem:hover{ //Some 13年5月20⽇日星期⼀一
定制的优势 • 放⼼心的使⽤用更强⼤大的CSS选择器 – ~ > + :first …. •
简单的动画 $el.anim(props, duration, fn) .el-cls {transition:all, duration, fn} 13年5月20⽇日星期⼀一
定制的优势 正如移动设备本⾝身, 轻便⽽而⼜又强⼤大 13年5月20⽇日星期⼀一