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
410
定制版设计开发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
890
KissyCake
d2forum
3
750
贡献标准.s01.e02
d2forum
3
1.3k
一淘响应式设计实践
d2forum
10
950
响应式web设计与实现介绍
d2forum
8
790
定制版设计开发vs响应式设计开发
d2forum
0
170
Featured
See All Featured
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
28
900
Building Adaptive Systems
keathley
38
2.3k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
247
1.3M
The World Runs on Bad Software
bkeepers
PRO
65
11k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
8
1.2k
Git: the NoSQL Database
bkeepers
PRO
427
64k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
95
17k
Building Applications with DynamoDB
mza
91
6.1k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
6
510
Why You Should Never Use an ORM
jnunemaker
PRO
54
9.1k
Why Our Code Smells
bkeepers
PRO
335
57k
Designing Experiences People Love
moore
138
23k
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⽇日星期⼀一