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

Optimising for 25,000 devices - JS Oxford

Optimising for 25,000 devices - JS Oxford

Simon Hearne

May 03, 2017
Tweet

More Decks by Simon Hearne

Other Decks in Programming

Transcript

  1. @SimonHearne ➪ JS Oxford ➪ 3 May 2017 Optimising for

    25,000 devices The five stages of JavaScript Performance grief :(
  2. @SimonHearne ➪ JS Oxford ➪ 3 May 2017 @SimonHearne ➪

    JS Oxford ➪ 3 May 2017 You have to measure Real User performance
  3. @SimonHearne ➪ JS Oxford ➪ 3 May 2017 Nav Timings

    in WebPageTest DOM Interactive (HTML is parsed) DOM Content Loaded (CSS is parsed) DOM Complete (Subresources loaded) Page Loaded When was this page usable? plotcon.plot.ly tested on Moto G4 @ 3G firstPaint?
  4. @SimonHearne ➪ JS Oxford ➪ 3 May 2017 Nav Timings

    in WebPageTest DOM Interactive (HTML is parsed) DOM Content Loaded (CSS is parsed) DOM Complete (Subresources loaded) Page Loaded plotcon.plot.ly tested on Moto G4 @ 3G firstPaint?
  5. @SimonHearne ➪ JS Oxford ➪ 3 May 2017 Nav Timings

    in WebPageTest plotcon.plot.ly tested on Moto G4 @ 3G
  6. @SimonHearne ➪ JS Oxford ➪ 3 May 2017 All the

    Nav Timings boomerang is a JavaScript library that measures the page load time experienced by real users, commonly called RUM. https://github.com/SOASTA/boomerang ( )
  7. @SimonHearne ➪ JS Oxford ➪ 3 May 2017 Distributions tell

    a story (Smartphone OS) iPhone Android
  8. @SimonHearne ➪ JS Oxford ➪ 3 May 2017 Distributions tell

    a story (Top 10 Models) iPhone Galaxy S5 Galaxy S7 Galaxy S6 Galaxy J5 & A3
  9. @SimonHearne ➪ JS Oxford ➪ 3 May 2017 Distributions tell

    a story (Top 10 Browser versions) Samsung Internet 4 Chrome 57 Samsung Internet 5
  10. @SimonHearne ➪ JS Oxford ➪ 3 May 2017 There were

    25,000 unique Android devices detected in 2015
  11. @SimonHearne ➪ JS Oxford ➪ 3 May 2017 Only 15

    iPhone models have ever been produced ...
  12. @SimonHearne ➪ JS Oxford ➪ 3 May 2017 @SimonHearne ➪

    JS Oxford ➪ 3 May 2017 The five stages of grief
  13. @SimonHearne ➪ JS Oxford ➪ 3 May 2017 @SimonHearne ➪

    JS Oxford ➪ 3 May 2017 Denial Bargaining Anger Depression Acceptance
  14. @SimonHearne ➪ JS Oxford ➪ 3 May 2017 Three large

    UK retailers. Which is the fastest?
  15. @SimonHearne ➪ JS Oxford ➪ 3 May 2017 Median smartphone

    DOM Content Loaded time 5.8s 1.8s 3.8s Three large UK retailers. Which is the fastest?
  16. @SimonHearne ➪ JS Oxford ➪ 3 May 2017 @SimonHearne ➪

    JS Oxford ➪ 3 May 2017 Retailers with faster mobile experiences have more mobile traffic
  17. @SimonHearne ➪ JS Oxford ➪ 3 May 2017 53% of

    mobile visits over 3 seconds are abandoned https://www.doubleclickbygoogle.com/articles/mobile-speed-matters/
  18. @SimonHearne ➪ JS Oxford ➪ 3 May 2017 53% of

    mobile visits over 3 seconds are abandoned like, proper lost https://www.doubleclickbygoogle.com/articles/mobile-speed-matters/
  19. @SimonHearne ➪ JS Oxford ➪ 3 May 2017 53% of

    mobile visits over 3 seconds are abandoned like, proper lost not bounces, just silent echoes in an analytics void https://www.doubleclickbygoogle.com/articles/mobile-speed-matters/
  20. @SimonHearne ➪ JS Oxford ➪ 3 May 2017 @SimonHearne ➪

    JS Oxford ➪ 3 May 2017 The Android-iOS conversion rate MoovWeb - Q1 2015 gap is now a mere 5%
  21. @SimonHearne ➪ JS Oxford ➪ 3 May 2017 @SimonHearne ➪

    JS Oxford ➪ 3 May 2017 The Android-iOS conversion rate MoovWeb - Q1 2015 (Android users want to buy things, who knew?) gap is now a mere 5%
  22. @SimonHearne ➪ JS Oxford ➪ 3 May 2017 @SimonHearne ➪

    JS Oxford ➪ 3 May 2017 Denial - Summary • Android & iPhone traffic should be equal • Android & iPhone conversions should be equal • Android bounce rate is likely understated • Question your assumptions about your users
  23. @SimonHearne ➪ JS Oxford ➪ 3 May 2017 The Galaxy

    S8 is only 15% faster than the Galaxy S6. It’s 300% slower than the iPhone 7
  24. @SimonHearne ➪ JS Oxford ➪ 3 May 2017 @SimonHearne ➪

    JS Oxford ➪ 3 May 2017 That takes guts
  25. @SimonHearne ➪ JS Oxford ➪ 3 May 2017 @SimonHearne ➪

    JS Oxford ➪ 3 May 2017 That takes guts
  26. @SimonHearne ➪ JS Oxford ➪ 3 May 2017 People with

    cheap phones expect a slow experience
  27. @SimonHearne ➪ JS Oxford ➪ 3 May 2017 @SimonHearne ➪

    JS Oxford ➪ 3 May 2017 Your website competes with native applications
  28. @SimonHearne ➪ JS Oxford ➪ 3 May 2017 @SimonHearne ➪

    JS Oxford ➪ 3 May 2017 Bargaining • Do not assume that devices will catch up • Users won’t install your app • Users with slow devices still expect fast websites!
  29. @SimonHearne ➪ JS Oxford ➪ 3 May 2017 @SimonHearne ➪

    JS Oxford ➪ 3 May 2017 Android CPUs focus on multitasking
  30. @SimonHearne ➪ JS Oxford ➪ 3 May 2017 Javascript :(

    Image rendering :( DOM creation & manipulation :(
  31. @SimonHearne ➪ JS Oxford ➪ 3 May 2017 @SimonHearne ➪

    JS Oxford ➪ 3 May 2017 Anger • Android devices are slower than iPhones :( • Lack of ownership of the problem
  32. @SimonHearne ➪ JS Oxford ➪ 3 May 2017 Why did

    we choose Angular? Legit stock photo
  33. @SimonHearne ➪ JS Oxford ➪ 3 May 2017 @SimonHearne ➪

    JS Oxford ➪ 3 May 2017 Who’s that?
  34. @SimonHearne ➪ JS Oxford ➪ 3 May 2017 @SimonHearne ➪

    JS Oxford ➪ 3 May 2017 Ethan Marcotte - Started that whole ‘Responsive Web Design’ thing
  35. @SimonHearne ➪ JS Oxford ➪ 3 May 2017 @SimonHearne ➪

    JS Oxford ➪ 3 May 2017 Optimising for everything is hard
  36. @SimonHearne ➪ JS Oxford ➪ 3 May 2017 @SimonHearne ➪

    JS Oxford ➪ 3 May 2017 Responsive web design squishes desktop sites onto mobile viewports
  37. @SimonHearne ➪ JS Oxford ➪ 3 May 2017 Good things

    1. Track JS execution time on real mobile devices 2. Budget third-party content 3. Budget second-party content 4. Render on the server 5. Manage DOM Complexity 6. Stop ‘enhancing’ 7. Embrace (mobile) technology
  38. @SimonHearne ➪ JS Oxford ➪ 3 May 2017 @SimonHearne ➪

    JS Oxford ➪ 3 May 2017 Track JS Execution On Phones There’s no point measuring JS performance on Desktop
  39. @SimonHearne ➪ JS Oxford ➪ 3 May 2017 Track JS

    Execution using… Developer Tools or WebPageTest or RUM (https://github.com/SOASTA/measuring-continuity/blob/master/examples/cpu-page-busy.js)
  40. @SimonHearne ➪ JS Oxford ➪ 3 May 2017 @SimonHearne ➪

    JS Oxford ➪ 3 May 2017 Manage DOM complexity
  41. @SimonHearne ➪ JS Oxford ➪ 3 May 2017 yellowlab.tools has

    your back https://github.com/gmetais/YellowLabTools/
  42. @SimonHearne ➪ JS Oxford ➪ 3 May 2017 @SimonHearne ➪

    JS Oxford ➪ 3 May 2017 Budget Third-party Content
  43. @SimonHearne ➪ JS Oxford ➪ 3 May 2017 @SimonHearne ➪

    JS Oxford ➪ 3 May 2017 Render on the Server
  44. @SimonHearne ➪ JS Oxford ➪ 3 May 2017 Safe, easy

    to scale, cheap, easy to monitor... Unpredictable, uncontrollable, hard to measure Why give away control? SPAs
  45. @SimonHearne ➪ JS Oxford ➪ 3 May 2017 @SimonHearne ➪

    JS Oxford ➪ 3 May 2017 Stop Enhancing
  46. @SimonHearne ➪ JS Oxford ➪ 3 May 2017 The Guardian.

    Moto G1. 100Mb/s. https://www.webpagetest.org/result/170207_NV_130V/ 14s
  47. @SimonHearne ➪ JS Oxford ➪ 3 May 2017 @SimonHearne ➪

    JS Oxford ➪ 3 May 2017 Embrace (mobile) Technology
  48. @SimonHearne ➪ JS Oxford ➪ 3 May 2017 @SimonHearne ➪

    JS Oxford ➪ 3 May 2017 Please go and fight for fast user experiences Let’s keep in touch! @simonhearne [email protected] webperf.ninja