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.4k
Scaling Instagram
mikeyk
154
49k
Other Decks in Technology
See All in Technology
First-Principles-of-Scrum
hiranabe
4
2k
困ったCSVファイルの話
mottyzzz
0
220
2025年 山梨の技術コミュニティを振り返る
yuukis
0
160
1万人を変え日本を変える!!多層構造型ふりかえりの大規模組織変革 / 20260108 Kazuki Mori
shift_evolve
PRO
6
1.3k
スクラムを一度諦めたチームにアジャイルコーチが入ってどう変化したか / A Team's Second Try at Scrum with an Agile Coach
kaonavi
0
230
Introduction to Sansan for Engineers / エンジニア向け会社紹介
sansan33
PRO
5
61k
Claude Codeを使った情報整理術
knishioka
20
12k
テストセンター受験、オンライン受験、どっちなんだい?
yama3133
0
210
Oracle Database@AWS:サービス概要のご紹介
oracle4engineer
PRO
2
870
AIエージェントを5分で一気におさらい!AIエージェント「構築」元年に備えよう
yakumo
1
150
Kusakabe_面白いダッシュボードの表現方法
ykka
0
130
Scrum Guide Expansion Pack が示す現代プロダクト開発への補完的視点
sonjin
0
620
Featured
See All Featured
Fantastic passwords and where to find them - at NoRuKo
philnash
52
3.5k
A Guide to Academic Writing Using Generative AI - A Workshop
ks91
PRO
0
180
Principles of Awesome APIs and How to Build Them.
keavy
127
17k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
37
6.2k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
659
61k
We Are The Robots
honzajavorek
0
130
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
55
3.2k
Amusing Abliteration
ianozsvald
0
86
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
Six Lessons from altMBA
skipperchong
29
4.1k
Exploring the relationship between traditional SERPs and Gen AI search
raygrieselhuber
PRO
2
3.5k
Ethics towards AI in product and experience design
skipperchong
1
170
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