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
Secrets to Lightning Fast Mobile Design
Search
Mike Krieger
December 06, 2011
Technology
251
170k
Secrets to Lightning Fast Mobile Design
Presentation given at Warm Gun 2011.
Mike Krieger
December 06, 2011
Tweet
Share
More Decks by Mike Krieger
See All by Mike Krieger
Scaling Instagram at AirBnB OpenAir 2015
mikeyk
15
4.1k
Scaling Instagram
mikeyk
154
48k
Other Decks in Technology
See All in Technology
Amazon_CloudWatch_ログ異常検出_導入ガイド
tsujiba
4
1.6k
「最高のチューニング」をしないために / hack@delta 24.10
fujiwara3
21
3.4k
Commitment vs Harrisonism - Keynote for Scrum Niseko 2024
miholovesq
6
1.1k
ガバメントクラウド先行事業中間報告を読み解く
sugiim
1
1.3k
とあるユーザー企業におけるリスクベースで考えるセキュリティ業務のお話し
4su_para
3
320
顧客が本当に必要だったもの - パフォーマンス改善編 / Make what is needed
soudai
24
6.8k
いまさらのStorybook
ikumatadokoro
0
110
来年もre:Invent2024 に行きたいあなたへ - “集中”と“つながり”で楽しむ -
ny7760
0
470
Automated Promptingを目指すその前に / Before we can aim for Automated Prompting
rkaga
0
110
新R25、乃木坂46 Mobileなどのファンビジネスを支えるマルチテナンシーなプラットフォームの全体像 / cam-multi-cloud
cyberagentdevelopers
PRO
1
130
【技術書典17】OpenFOAM(自宅で極める流体解析)2次元円柱まわりの流れ
kamakiri1225
0
210
2024-10-30-reInventStandby_StudyGroup_Intro
shinichirokawano
1
630
Featured
See All Featured
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
9
680
Ruby is Unlike a Banana
tanoku
96
11k
Writing Fast Ruby
sferik
626
61k
Raft: Consensus for Rubyists
vanstee
136
6.6k
Done Done
chrislema
181
16k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
41
2.1k
Automating Front-end Workflow
addyosmani
1365
200k
What’s in a name? Adding method to the madness
productmarketing
PRO
22
3.1k
Why Our Code Smells
bkeepers
PRO
334
57k
Making the Leap to Tech Lead
cromwellryan
132
8.9k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
32
1.8k
Fashionably flexible responsive web design (full day workshop)
malarkey
404
65k
Transcript
Secrets to Lightning- Fast Mobile Design Warm Gun 2011 Mike
Krieger Instagram 1
me - Co-founder, Instagram - Previously: UX & Front-end @
Meebo - Stanford HCI BS/MS - @mikeyk on everything 2
3
12 million users in 12 months 4
5
6
7
8
“Fast, beautiful photo sharing” 9
“Fast, beautiful photo sharing” 10
making your mobile experiences feel lightning-fast 11
not the code, but the experience 12
mobile design requires the ultimate in design & development collaboration
13
14
speed matters 15
mobile experiences fill gaps while we wait 16
no one wants to wait while they wait 17
JSON parsing UITableViewCell HTTP pipelining 18
creative design decisions 19
how speed can be a design feature 20
how design can be a speed feature 21
implementation details 22
details that need to be designed 23
3 secrets to apps that feel lightning-fast, even on 3G
24
1. perform actions optimistically 2. adaptively pre-load content 3. move
bits when no-one’s watching 25
perform actions optimistically 26
latency is what’ll get ya 27
make the user feel productive 28
29
30
request is going, but we register the like 31
32
33
request is going, but we register the comment 34
35
36
if it fails? 37
38
39
why it works 40
@thesarahnator 41
@stayintheshade 42
adaptive pre-loading 43
basic version: load content before it’s needed 44
“let’s load all the images in the feed once the
user loads the page” 45
fresh feed 30 photos to load 46
pitfall 47
48
49
50
51
52
53
54
55
56
instead... 57
re-prioritize based on interest 58
59
60
61
62
63
64
listen to what their flicks & taps are telling you
65
why it works 66
@miriamjasmine 67
move bits when no-one’s watching 68
sign-up 69
70
? 71
72
73
upload 74
75
76
77
78
79
80
81
most apps upload here we start uploading here 82
non-optimal engineering solution 83
2 requests, 2 round-trips + latency need to match up
84
but makes uploads feel really, really quick 85
send data/info as soon as part of it’s ready to
go; match up later 86
worth it even if you throw out the data on
cancel 87
why it works 88
where to go from here 89
“it works” isn’t enough 90
design & development collaboration 91
92
1. perform actions optimistically 2. adaptively pre-load content 3. move
bits when no-one’s watching 93
Qs? we’re hiring:
[email protected]
get in touch: @mikeyk 94