Slide 1

Slide 1 text

Reaching Everyone, Fast September 16, 2014 at Velocity NY, 2014 ! Tim Kadlec
 @tkadlec [email protected]

Slide 2

Slide 2 text

No content

Slide 3

Slide 3 text

“The internet doesn’t change anything.

Slide 4

Slide 4 text

The internet changes everything.

Slide 5

Slide 5 text

No content

Slide 6

Slide 6 text

No content

Slide 7

Slide 7 text

No content

Slide 8

Slide 8 text

No content

Slide 9

Slide 9 text

Iran 3G connections are “…against human and moral standards.” http://bit.ly/1pKV0gH

Slide 10

Slide 10 text

performance as a weapon

Slide 11

Slide 11 text

Tomáš Randus Victor
 Cala Mladen
 Drmač Karel Knop Kim Conger

Slide 12

Slide 12 text

Dan Mall Matt Cook

Slide 13

Slide 13 text

0 3000 6000 9000 12000 Iran Pakistan Belarus Azerbaijan Armenia Bosnia Macedonia Georgia Kazakhstan Serbia Ukraine Russia US Czech Republic

Slide 14

Slide 14 text

Our internet is not their internet.

Slide 15

Slide 15 text

0 3000 6000 9000 12000 Iran Pakistan Belarus Azerbaijan Armenia Bosnia Macedonia Georgia Kazakhstan Serbia Ukraine Russia US Czech Republic

Slide 16

Slide 16 text

0 3000 6000 9000 12000 Iran Pakistan Belarus Azerbaijan Armenia Bosnia Macedonia Georgia Kazakhstan Serbia Ukraine Russia US Czech Republic 9.4x

Slide 17

Slide 17 text

0.1% 16.0% 3G Penetration Fixed Broadband

Slide 18

Slide 18 text

No content

Slide 19

Slide 19 text

“The future is already here—it’s just not very evenly distributed. William Gibson

Slide 20

Slide 20 text

“That was a pretty harsh experience for us. We’d been building an app for users like us. ! But we were the exception, not the rule Ragavan Srinivasan Facebook’s Android project manager But we were the exception, not the rule.

Slide 21

Slide 21 text

performant by default

Slide 22

Slide 22 text

set a performance budget

Slide 23

Slide 23 text

No content

Slide 24

Slide 24 text

Andy Davies @andydavies

Slide 25

Slide 25 text

No content

Slide 26

Slide 26 text

No content

Slide 27

Slide 27 text

20% rule

Slide 28

Slide 28 text

visually complete <= 4000ms

Slide 29

Slide 29 text

https://flic.kr/p/61tcLS

Slide 30

Slide 30 text

No content

Slide 31

Slide 31 text

No content

Slide 32

Slide 32 text

No content

Slide 33

Slide 33 text

No content

Slide 34

Slide 34 text

No content

Slide 35

Slide 35 text

No content

Slide 36

Slide 36 text

No content

Slide 37

Slide 37 text

http://bit.ly/1sgKKK3

Slide 38

Slide 38 text

No content

Slide 39

Slide 39 text

No content

Slide 40

Slide 40 text

No content

Slide 41

Slide 41 text

humanize performance

Slide 42

Slide 42 text

https://flic.kr/p/8TzcGG

Slide 43

Slide 43 text

No content

Slide 44

Slide 44 text

No content

Slide 45

Slide 45 text

No content

Slide 46

Slide 46 text

No content

Slide 47

Slide 47 text

No content

Slide 48

Slide 48 text

can’t risk performance

Slide 49

Slide 49 text

No content

Slide 50

Slide 50 text

compress images grunt-contrib-imagemin

Slide 51

Slide 51 text

progressive JPEGs grunt-contrib-imagemin

Slide 52

Slide 52 text

! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! options: {! ! ! ! progressive: true! ! ! },! ! ! ! ! ! ! ! ! ! ! imagemin ! png ! ! ! ! ! ! ! },! ! ! ! ! ! {! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! }! ! ! ]! ! },! ! jpg ! ! ! ! ! ! ! ! {! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! }! ! ! ]! ! }! },

Slide 53

Slide 53 text

concatenate & minimize JS grunt-contrib-concat grunt-contrib-uglify

Slide 54

Slide 54 text

eliminate unused CSS grunt-uncss

Slide 55

Slide 55 text

inline critical CSS grunt-penthouse

Slide 56

Slide 56 text

penthouse: {! ! home : {! ! ! outfile : 'public/css/critical-home.css',! ! ! css : 'public/css/style.css',! ! ! url : ‘http://rfe.dev/public/patterns/04-pages-00-homepage/! ! ! ! ! ! ! ! 04-pages-00-homepage.html?pl=false',! ! ! width : 1300,! ! ! height : 900! ! },! ! article : {! ! ! outfile : 'public/css/critical-article.css',! ! ! css : 'public/css/style.css',! ! ! url : ‘http://rfe.dev/public/patterns/04-pages-02-article/04-! ! ! ! ! ! ! ! pages-02-article.html?pl=false',! ! ! width : 1300,! ! ! height : 900! ! },! ! . . .! },

Slide 57

Slide 57 text

SVG workflow grunt-svgmin

Slide 58

Slide 58 text

No content

Slide 59

Slide 59 text

svgmin: {! ! options: {! ! ! plugins: [! ! ! ! {! ! ! ! ! cleanupNumericValues: {! ! ! ! ! ! floatPrecision: 1! ! ! ! ! }! ! ! ! }! ! ! ]! ! },! ! dist: {! ! ! files: [! ! ! ! {! ! ! ! ! expand: true,! ! ! ! ! cwd: 'source/images/',! ! ! ! ! src: ['**/*.svg'],! ! ! ! ! dest: 'source/images/'! ! ! ! }! ! ! ]! ! }! }

Slide 60

Slide 60 text

svgmin ! options ! ! ! ! ! ! ! ! ! },! ! dist ! ! ! ! ! {! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! }! ! ! ]! ! }! }

Slide 61

Slide 61 text

SVG workflow grunt-svgmin grunt-svgstore

Slide 62

Slide 62 text

! !! !!add-to-list! !!! !! !....!

Slide 63

Slide 63 text

! !

Slide 64

Slide 64 text

20 icons = 2.5kb

Slide 65

Slide 65 text

125 bytes

Slide 66

Slide 66 text

svgstore: {! !options: {! !!prefix: 'shape-', // this prefixes each symbol ID! !!svg: {! !!!'class': 'svgmap'! !!}! !},! !default: {! !!files: {! !!!'public/svg-icons.svg': ['source/images/svg- icons/*.svg'],! !!}! !}! },

Slide 67

Slide 67 text

set it. forget it.

Slide 68

Slide 68 text

raises the floor

Slide 69

Slide 69 text

https://flic.kr/p/8TzcGG

Slide 70

Slide 70 text

• No 3G • No Wi-Fi • Non-touch • 240 x 320 • 64MB internal

Slide 71

Slide 71 text

No content

Slide 72

Slide 72 text

Older browsers Polyfills and frameworks for all the things Full-featured site

Slide 73

Slide 73 text

No content

Slide 74

Slide 74 text

No content

Slide 75

Slide 75 text

No content

Slide 76

Slide 76 text

No content

Slide 77

Slide 77 text

No content

Slide 78

Slide 78 text

go vanilla https://flic.kr/p/5RTHdW

Slide 79

Slide 79 text

jQuery 2.1.1: 29,558 bytes Entire JS for RFE/RL: 11,787 bytes Total savings: 17,771 bytes (60%)

Slide 80

Slide 80 text

dynamic range

Slide 81

Slide 81 text

http://bit.ly/1slPLVt Site Dynamic Range Smallest Size (KB) Largest Size (KB) google.com 40 8 305 facebook.com 34 7 241 youtube.com 21 24 517 yahoo.com 13 34 444 baidu.com 9 8 68 wikipedia.org 1 100 100 live.com 55 5 271 qq.com 5 478 2,271 amazon.com 154 14 2,131 taobao.com 37 40 1,474

Slide 82

Slide 82 text

http://bit.ly/1slPLVt Site Dynamic Range Smallest Size (KB) Largest Size (KB) google.com 40 8 305 facebook.com 34 7 241 youtube.com 21 24 517 yahoo.com 13 34 444 baidu.com 9 8 68 wikipedia.org 1 100 100 live.com 55 5 271 qq.com 5 478 2,271 amazon.com 154 14 2,131 taobao.com 37 40 1,474 27.5x

Slide 83

Slide 83 text

Large: 33 reqs, 781.5kb Small: 23 reqs, 418kb Core: 4 reqs, 22.2kb

Slide 84

Slide 84 text

No content

Slide 85

Slide 85 text

x

Slide 86

Slide 86 text

performant by default

Slide 87

Slide 87 text

bridge the gap

Slide 88

Slide 88 text

The internet changes everything.

Slide 89

Slide 89 text

thank you September 16, 2014 at Velocity NY, 2014 ! Tim Kadlec
 @tkadlec [email protected]