Upgrade to Pro — share decks privately, control downloads, hide ads and more …

[php[world] 2016] Every Millisecond Counts: Performance & UX

Davey Shafik
November 17, 2016

[php[world] 2016] Every Millisecond Counts: Performance & UX

How do you lose 900 million dollars in 100ms? Or 8 million visits in just 4/10 of a second? User expectations are higher than ever when it comes to web performance, so much so that we’ve created an entirely new application architecture just to make it feel like our websites are faster than they actually are.

This talk will look at how we can improve our users experience at any scale through performance optimizations at every layer of the stack, from backend to browser.

Davey Shafik

November 17, 2016
Tweet

More Decks by Davey Shafik

Other Decks in Programming

Transcript

  1. E V E R Y M I L L I

    S E CO N D CO U N TS P E R F O R M A N C E A N D U S E R E X P E R I E N C E
  2. D AV E Y S H A F I K

    • Developer • Author • Open Source Contributor • Release Manager for PHP 7.1 • @dshafik
  3. h tt p : / /d e v e l

    o p e r. a ka m a i .co m
  4. W H Y P E R FO R M A

    N C E M AT T E RS CC-BY-ND 2.0: Raymond June
  5. LO S E S 1 % O F R E

    V E N U E P E R 1 0 0 M S S O U R C E : H T T P : / / R A D A R . O R E I L LY. C O M / 2 0 0 8 / 0 8 / R A D A R - T H E M E - W E B - O P S . H T M L
  6. $ 8 8 9 , 9 0 0 , 0

    0 0 2 0 1 4
  7. 1 2 . 5 ¢ FO R E V E

    R Y S I N G L E P E RS O N O N E A RT H 2 0 1 4
  8. $ 2 . 7 9 P E R US C

    I T I Z E N 2 0 1 4
  9. R E M I N D E R : P

    E R 1 0 0 M S S LO W E R !
  10. 0 . 5 S S LO W E R =

    2 0 % L E SS S E A R C H E S S O U R C E : H T T P : / / G L I N D E N . B L O G S P O T. C O M / 2 0 0 6 / 1 1 / M A R I S S A - M AY E R - AT- W E B - 2 0 . H T M L
  11. 2 S S LO W E R = - 4

    . 3 % R E V E N U E / U S E R S O U R C E : H T T P : / / V E L O C I T Y C O N F. C O M / V E L O C I T Y 2 0 0 9 / P U B L I C / S C H E D U L E / D E TA I L / 8 5 2 3
  12. CU T LOA D T I M E BY 8

    0 % : T R A F F I C + 8 0 % & T I M E S P E N T + 3 2 % S O U R C E : H T T P : / / D I G I D AY. CO M / P U B L I S H E RS /G Q - CO M - CU T- PA G E - LOA D -T I M E - 8 0 - P E R C E N T/
  13. • WALMART: 1s improvement = 2% increase in conversions •

    ETSY: +160KB of images mobile site = 12% increase in bounce rate • STAPLES: 1s improvement = 10% increase in conversions S O U R C E : H T T P : / / W W W. S L I D E S H A R E . N E T/C L I F FC R O C K E R / V E LO C I TY- N Y- H O W-TO - M E A S U R E - R E V E N U E - I N - M I L L I S E CO N D S S O U R C E : H T T P : / / R A D A R . O R E I L LY. CO M / 2 0 1 4 / 0 1 / W E B - P E R FO R M A N C E - I S - US E R- E X P E R I E N C E . H T M L S O U R C E : H T T P : / / W W W. S L I D E S H A R E . N E T/ D E VO N AU E RS W A L D/ W A L M A RT- PA G E S P E E D S L I D E
  14. US E RS C A N P E R C

    E I V E T I N Y C H A N G E S I N P E R F O R M A N C E A S L I T T L E A S 1 4 M S
  15. S LO W E R S I T E S

    M A K E CUSTO M E RS L E SS H A P P Y
  16. L E SS H A P PY = P O

    O R US E R E X P E R I E N C E
  17. YO U P R O B A B LY N

    OT I C E D I T YO U RS E L F…
  18. 1 0 S E CO N D S I S

    A N E T E R N I TY
  19. M O B I L E : 5 3 %

    B O U N C E A F T E R 3 S S O U R C E : H T T P S : / / W W W. S OA STA . CO M / B LO G /G O O G L E - M O B I L E -W E B - P E R F O R M A N C E -ST U DY/
  20. W H O I S R E S P O

    N S I B L E FO R P E R FO R M A N C E ? CC-BY 2.0: davetoaster
  21. E V E R YO N E ! • Designers

    • Sysadmins/Devops • Backend Developers • Frontend Developers • Browser Vendors
  22. W H AT M A K E S A W

    E B PA G E ? CC-BY-SA 2.0: Susanne Nilsson
  23. TOTA L PA G E W E I G H

    T D I ST R I B U T I O N HTTP Archive – September 2015 http://httparchive.org/trends.php Fonts 5% CSS 3% JS 17% HTML 3% Images 63% Other 9%
  24. TOTA L PA G E W E I G H

    T ( M B ) 0-1MB 1-2MB 2-3MB 3-4MB 4-5MB 5-6MB 6-8MB 3% 2% 4% 8% 15% 28% 36%
  25. TOTA L R E Q U E STS P E

    R PA G E 1-25 26-50 51-75 76-100 101-125 126-150 > 150 15% 8% 12% 16% 18% 16% 11%
  26. CO M P R E SS YO U R I

    M AG E S ( O R D E V E LO P E RS W I L L D O I T FO R YO U ! )
  27. SYS A D M I N S / D E

    V O P S CC-BY-SA 2.0: Bjorn Watland
  28. L E T ’ S E N C R Y

    PT ! CC-BY: Jason Baker
  29. L E TS E N C R Y PT. O

    R G Attribution
  30. L E TS E N C R Y PT. O

    R G • Free (as in beer) • Automatic • Secure • Transparent • Open • Cooperative
  31. U S E T H E C LO U D

    TO S C A L E B A S E D 
 O N P E R C E I V E D P E R F O R M A N C E CC-BY 2.0: Steve Jurvetson
  32. S C A L E D B A S E

    D O N P E R C E I V E D P E R F O R M A N C E • Resource usage doesn’t tell you the whole story • Use SpeedIndex scores as an additional metric to determine scaling thresholds • Use marcelduran / webpagetest-api (node)
  33. var WebPageTest = require('webpagetest'); var http = require('http'); var wpt

    = new WebPageTest('www.webpagetest.org', ‘KEY HERE'); wpt.runTest('https://daveyshafik.com', {pageSpeed: true}, function(err, data) { console.log("Test results at: " + data.data.jsonUrl); checkResponse(data.data.jsonUrl); }); function checkResponse(reportUrl) { http.get(reportUrl, function(response) { var responseData = ''; response.on('data', function(data) { responseData += data; }); response.on('end', function() { var data = JSON.parse(responseData); if (data.statusCode == 200) { console.log("First view: " + data.data.average.firstView.SpeedIndex); console.log("Repeat view: " + data.data.average.repeatView.SpeedIndex); } else { console.log(data.statusText); setTimeout(function () { checkResponse(reportUrl); }, 5000); } }); }); }
  34. var WebPageTest = require('webpagetest'); var http = require('http'); var wpt

    = new WebPageTest('www.webpagetest.org', ‘KEY HERE'); wpt.runTest('https://daveyshafik.com', {pageSpeed: true}, function(err, data) { console.log("Test results at: " + data.data.jsonUrl); checkResponse(data.data.jsonUrl); }); function checkResponse(reportUrl) { http.get(reportUrl, function(response) { var responseData = ''; response.on('data', function(data) { responseData += data; }); response.on('end', function() { var data = JSON.parse(responseData);
  35. var WebPageTest = require('webpagetest'); var http = require('http'); var wpt

    = new WebPageTest('www.webpagetest.org', ‘KEY HERE'); wpt.runTest('https://daveyshafik.com', {pageSpeed: true}, function(err, data) { console.log("Test results at: " + data.data.jsonUrl); checkResponse(data.data.jsonUrl); }); function checkResponse(reportUrl) { http.get(reportUrl, function(response) { var responseData = ''; response.on('data', function(data) { responseData += data; }); response.on('end', function() { var data = JSON.parse(responseData);
  36. var WebPageTest = require('webpagetest'); var http = require('http'); var wpt

    = new WebPageTest('www.webpagetest.org', ‘KEY HERE'); wpt.runTest('https://daveyshafik.com', {pageSpeed: true}, function(err, data) { console.log("Test results at: " + data.data.jsonUrl); checkResponse(data.data.jsonUrl); }); function checkResponse(reportUrl) { http.get(reportUrl, function(response) { var responseData = ''; response.on('data', function(data) { responseData += data; }); response.on('end', function() { var data = JSON.parse(responseData);
  37. function checkResponse(reportUrl) { http.get(reportUrl, function(response) { var responseData = '';

    response.on('data', function(data) { responseData += data; }); response.on('end', function() { var data = JSON.parse(responseData); if (data.statusCode == 200) { console.log("First view: " + data.data.average.firstView.SpeedIndex); console.log("Repeat view: " + data.data.average.repeatView.SpeedIndex); } else { console.log(data.statusText); setTimeout(function () { checkResponse(reportUrl); }, 5000); } }); }); }
  38. function checkResponse(reportUrl) { http.get(reportUrl, function(response) { var responseData = '';

    response.on('data', function(data) { responseData += data; }); response.on('end', function() { var data = JSON.parse(responseData); if (data.statusCode == 200) { console.log("First view: " + data.data.average.firstView.SpeedIndex); console.log("Repeat view: " + data.data.average.repeatView.SpeedIndex); } else { console.log(data.statusText); setTimeout(function () { checkResponse(reportUrl); }, 5000); } }); }); }
  39. function checkResponse(reportUrl) { http.get(reportUrl, function(response) { var responseData = '';

    response.on('data', function(data) { responseData += data; }); response.on('end', function() { var data = JSON.parse(responseData); if (data.statusCode == 200) { console.log("First view: " + data.data.average.firstView.SpeedIndex); console.log("Repeat view: " + data.data.average.repeatView.SpeedIndex); } else { console.log(data.statusText); setTimeout(function () { checkResponse(reportUrl); }, 5000); } }); }); }
  40. function checkResponse(reportUrl) { http.get(reportUrl, function(response) { var responseData = '';

    response.on('data', function(data) { responseData += data; }); response.on('end', function() { var data = JSON.parse(responseData); if (data.statusCode == 200) { console.log("First view: " + data.data.average.firstView.SpeedIndex); console.log("Repeat view: " + data.data.average.repeatView.SpeedIndex); } else { console.log(data.statusText); setTimeout(function () { checkResponse(reportUrl); }, 5000); } }); }); }
  41. function checkResponse(reportUrl) { http.get(reportUrl, function(response) { var responseData = '';

    response.on('data', function(data) { responseData += data; }); response.on('end', function() { var data = JSON.parse(responseData); if (data.statusCode == 200) { console.log("First view: " + data.data.average.firstView.SpeedIndex); console.log("Repeat view: " + data.data.average.repeatView.SpeedIndex); } else { console.log(data.statusText); setTimeout(function () { checkResponse(reportUrl); }, 5000); } }); }); }
  42. function checkResponse(reportUrl) { http.get(reportUrl, function(response) { var responseData = '';

    response.on('data', function(data) { responseData += data; }); response.on('end', function() { var data = JSON.parse(responseData); if (data.statusCode == 200) { console.log("First view: " + data.data.average.firstView.SpeedIndex); console.log("Repeat view: " + data.data.average.repeatView.SpeedIndex); } else { console.log(data.statusText); setTimeout(function () { checkResponse(reportUrl); }, 5000); } }); }); }
  43. function checkResponse(reportUrl) { http.get(reportUrl, function(response) { var responseData = '';

    response.on('data', function(data) { responseData += data; }); response.on('end', function() { var data = JSON.parse(responseData); if (data.statusCode == 200) { console.log("First view: " + data.data.average.firstView.SpeedIndex); console.log("Repeat view: " + data.data.average.repeatView.SpeedIndex); } else { console.log(data.statusText); setTimeout(function () { checkResponse(reportUrl); }, 5000); } }); }); }
  44. B A C K E N D D E V

    E LO P E RS CC-BY 2.0: Bobo Boom
  45. C A C H E A G G R E

    S S I V E LY CC-BY: Travis Wise
  46. D ATA B A S E C AC H I

    N G • Memcache • Cassandra
  47. F U L L PA G E C A C

    H I N G • Memcache • Cassandra • Varnish • Squid
  48. E D G E S I D E I N

    C LU D E S ( E S I )
  49. E D G E S I D E I N

    C LU D E S • Created by Akamai (and some other companies) • Partially supported by Varnish, Squid, and others • Uses special HTML tags to cache fragments of pages differently than rest of the page • e.g. no caching, different TTL, per user session, or per geographic area
  50. E X A M P L E E D G

    E S I D E I N C LU D E : LO G I N <esi:include src="personal-greeting.html"/> <esi:remove> Hello! </esi:remove>
  51. E X A M P L E E D G

    E S I D E I N C LU D E : LO G I N <esi:include src="personal-greeting.html"/> <esi:remove> Hello! </esi:remove>
  52. E X A M P L E E D G

    E S I D E I N C LU D E : LO G I N <esi:include src="personal-greeting.html"/> <esi:remove> Hello! </esi:remove>
  53. J P E G L E V E LS :

    0 - 1 0 0 T H E Y ’ R E W H AT E V E R T H E E N CO D E R W A N TS T H E M TO M E A N
  54. Q UA L I TY H U M A N

    S C A N S E E P E R C E I V E D Q UA L I TY
  55. 0

  56. SS I M S T R U CT U R

    A L S I M I L A R I TY I M AG E
  57. E M M Y A W A R D W

    I N N I N G A LG O R I T H M Zhou Wang, Alan C. Bovik, Hamid R. Sheikh, and Eero P. Simoncelli
  58. SS I M A LG O R I T H

    M • Brightness • Contrast • Structure • Fast
  59. D SS I M ST R U CT U R

    A L D I SS I M I L A R I TY: D I STA N C E M E T R I C D E R I V E D F R O M SS I M
  60. 0.009273 /images/90.png 0.008136 /images/80.png 0.009007 /images/70.png 0.010287 /images/60.png 0.012078 /images/50.png

    0.014768 /images/40.png 0.017413 /images/30.png 0.020712 /images/20.png 0.028642 /images/10.png 0.038585 /images/0.png
  61. P E R C E PT I V E Q

    UA L I TY T H R E S H O L D
  62. F R O N T E N D D E

    V E LO P E RS CC-BY 2.0: Bill Jacobus
  63. P R E D I CT I V E B

    R O W S I N G
  64. P R E B R O W S I N

    G 1. DNS Prefetch 2. TCP Preconnect 3. Prefetch 4. Prerender
  65. D N S P R E F E TC H

    TC P P R E CO N N E CT P R E LOA D P R E R E N D E R ɐ Ɇ Ȑ  ɂ 10.0.0.1 127.0.0.1
  66. W A R N I N G ! CC-BY 2.0:

    Robert Couse-Baker
  67. 1-25 26-50 51-75 76-100 101-125 126-150 > 150 15% 8%

    12% 16% 18% 16% 11% 0-1MB 1-2MB 2-3MB 3-4MB 4-5MB 5-6MB 6-8MB 3% 2% 4% 8% 15% 28% 36% Fonts 5% CSS 3% JS 17% HTML 3% Images 63% Other 9% YO U H AV E TO R E N D E R T H E E N T I R E PAG E !
  68. P R E LOA D V S P R E

    F E TC H • prefetch is an optional and low-priority fetch for a resource that might be used by a subsequent navigation • preload is a mandatory and high-priority fetch for a resource that is necessary for the current navigation • preload is typically sent as a header, rather than a <link> tag
  69. L I N K H E A D E R

    Link: /resource; rel=preload
  70. N E W A R C H I T E

    CT U R E S
  71. H T T P/ 1 . X S U C

    K S CC-BY: Flóra Soós
  72. H T T P/ 1 . X S U C

    K S • Minify + Concat JavaScript and CSS • Inlining small JavaScript and CSS • Using image sprites • Using data: URIs • Domain sharding
  73. T H E S E T H I N G

    S A R E A L L " C L E V E R " H AC K S CC-BY: Matt Biddulph
  74. M U LT I P L E X I N

    G CC-BY: Alosh Bennett C A N U S E O N E C O N N E C T I O N F O R P A R A L L E L R E Q U E S T S
  75. D E P E N D E N C I

    E S CC-BY-SA 2.0: David Gamez
  76. PAG E A SS E TS Ɇ Ȑ ɂ GET

    /index.html 200 OK text/html critical-path.css critical-path.js logo.svg font.eot styles.css main.js
  77. P E R F O R M A N C

    E M AT T E RS
  78. T I M E = U S E R S

    AT I S FA CT I O N = M O N E Y
  79. P E R F O R M A N C

    E = US E R E X P E R I E N C E
  80. F E E D B AC K & Q U

    E ST I O N S Feedback: Twitter: Email: Slides: https://joind.in/talk/ @dshafik [email protected] http://daveyshafik.com/slides ed949