The Shape of Speed
TheShapeofSpeed
By Oliver Tse
January 6, 2016
WhoAmI?
OliverTse
WebDeveloper
MainObjective
Seriously…
Broader,whenyouwalkout…grok
● “Render first. JavaScript second.”
● Reduce render time and create a better experience.
● When, what and how much you render is very important
Whatwe’lltalkabout
1. All rendering
2. Chart parts
3. Flat
4. Cache is king
5. JavaScript
6. Fix-a-flat
7. Comparing
1
Allrendering
The Shape of Speed
The Shape of Speed
Performanceishowmuch,howfastandwhenapagerenders
Itbeganwithaman
namedPat
2008
PatrickMeenan(andAOL)giveusWebpagetest
The Shape of Speed
The Shape of Speed
The Shape of Speed
The Shape of Speed
Webpagetestinfo/parameters
● Synthetic testing
● Only looks at above-the-fold
● Private instance of webpagetest.org
● 5 “first time” runs
● Chrome ( latest )
● Cable 5/1 mbps 28ms RTT
2
Chartparts
Yahoo!
Plateaus
Valleys
Cliffs
Hills
The Shape of Speed
Plateaus
flatareas
Theyoccurbecauseofactivitiesinthemainthread and
assetsdownloading
norenderingchangesoccursatplateaus
important...
The Shape of Speed
Valleys
dips
Whatwasthereisvisuallynomore
Nowyouseeit
Nowyoudon’t!
whatyoujustsawwasreflow*
*
Bad
Cliffs
steep.Tall.
Followsaplateau.
fastrender
The Shape of Speed
Hills
Progressiverendering
Smallpartialrenderings
images,contentanimatingin
The Shape of Speed
Togoandfeelfast
Avoidvalleys,longplateaus.
3
Flat
“Plateausoccurbecauseof activitiesinthemainthread and
assetsdownloading”
The Shape of Speed
The Shape of Speed
Beforefirstrender,Jobsgetsassets...
● 1 HTML
● 2 images
● 2 stylesheets
● 12 JavaScript files
The Shape of Speed
The Shape of Speed
Whataboutthemainthread?
The Shape of Speed
The Shape of Speed
Firstplateauisaboutdownloading
Subsequentplateau
The Shape of Speed
The Shape of Speed
The Shape of Speed
The Shape of Speed
The Shape of Speed
The Shape of Speed
ForJobs,it’sJavaScript
The Shape of Speed
The Shape of Speed
Butsubsequentplateausaren’talwaysaboutJavaScript
The Shape of Speed
The Shape of Speed
The Shape of Speed
The Shape of Speed
The Shape of Speed
Here,imagesimpactplateau
The Shape of Speed
The Shape of Speed
4.
Cacheisking
The Shape of Speed
The Shape of Speed
The Shape of Speed
Cachedpageisalwaysfaster
forfirstrender
Fewerrequests
Shorterfirstplateau
ForJobsandtheEngineeringBlog,
80%and68%fewerrequests
5.
JavaScript
The Shape of Speed
The Shape of Speed
The Shape of Speed
The Shape of Speed
The Shape of Speed
The Shape of Speed
The Shape of Speed
The Shape of Speed
WhenyouhaveJavaScriptdependencies,
cachingwon’tshortenthesecondplateau
So,whatdowedo?
“Timeslicedrendering”
-GarrisShipon
Groupblocksofworkintosmallchunksoftime
● OptimisticUIPattern
● Google’sRAIL’s“Idle”
“Whenevertheusertakesanaction,youneedtofirstupdate
yourUItomakethingslookfast,thensendarequesttothe
servertodothatmodificationontherealdatabase.”
-OptimisticUIPattern
Google’sRAIL
“Completethatworkin50ms”orless
-GoogleRAIL
Benefits
● Responsive UI
● Progressive rendering
The Shape of Speed
“Renderfirst. JavaScriptsecond.”
-SteveSouders
6.
Fix-a-flat
PYMK
The Shape of Speed
The Shape of Speed
The Shape of Speed
The Shape of Speed
Homepage
The Shape of Speed
The Shape of Speed
The Shape of Speed
Stuffthat’llgethills
● Animations
● Deferred images
● Progressive images
● Time-sliced rendering
Comparing
browsers
The Shape of Speed
versions
The Shape of Speed
internationals
The Shape of Speed
Thankyou!
Questions?
otse@linkedin.com
References
RAIL
http://www.smashingmagazine.com/2015/10/rail-user-centric-model-performance/
Optimistic UI
http://info.meteor.com/blog/optimistic-ui-with-meteor-latency-compensation

More Related Content

PDF
The Web We Weave :: How Web Developers Think About Performance
PPTX
Node Primer
PDF
Work smart with Gutenberg - Fellyph Cintra
PDF
Modern Messaging for Distributed Systems
PPTX
Website Speed :: Fox Valley Computing Professionals, September 2014
PDF
Brief Intro to Phoenix - Elixir Meetup at BukaLapak
PPTX
Continuous deployment of Rails apps on AWS OpsWorks
PDF
Why you should embrace Gradle and ditch Maven
The Web We Weave :: How Web Developers Think About Performance
Node Primer
Work smart with Gutenberg - Fellyph Cintra
Modern Messaging for Distributed Systems
Website Speed :: Fox Valley Computing Professionals, September 2014
Brief Intro to Phoenix - Elixir Meetup at BukaLapak
Continuous deployment of Rails apps on AWS OpsWorks
Why you should embrace Gradle and ditch Maven

What's hot (20)

PDF
Front-end development automation with Grunt
PDF
Serverless? How (not) to develop, deploy and operate serverless applications.
PDF
Continuous operations in AWS
PDF
Grunt js and WordPress
PDF
PuppetConf 2015 - Testing - Richard Pijnenburg
PDF
What happens after react?
PDF
How fast can you onboard a new team member with VAGRANT ?
PDF
Reactjs workshop (1)
PDF
Benchmarking MongoDB for Fame and Fortune
PPT
No more script tag soup!
PDF
NodeSummit - MEAN Stack
PDF
Madison PHP 2015 - DevOps For Small Teams
ODP
What grunt?
PDF
Easy way to begin Computational Fluid Dynamics on Cloud
PDF
BBC's GraphDB (formerly Owlim) AWS Cloud Migration
PDF
Daniel Steigerwald: EsteJS - javascriptové aplikace robusně, modulárně a komf...
PDF
Overview of Redux
PPTX
Grunt - The JavaScript Task Runner
PDF
Grunt training deck
PDF
7 recomendaciones para migrar tus aplicaciones a Jakarta EE utilizando Apache...
Front-end development automation with Grunt
Serverless? How (not) to develop, deploy and operate serverless applications.
Continuous operations in AWS
Grunt js and WordPress
PuppetConf 2015 - Testing - Richard Pijnenburg
What happens after react?
How fast can you onboard a new team member with VAGRANT ?
Reactjs workshop (1)
Benchmarking MongoDB for Fame and Fortune
No more script tag soup!
NodeSummit - MEAN Stack
Madison PHP 2015 - DevOps For Small Teams
What grunt?
Easy way to begin Computational Fluid Dynamics on Cloud
BBC's GraphDB (formerly Owlim) AWS Cloud Migration
Daniel Steigerwald: EsteJS - javascriptové aplikace robusně, modulárně a komf...
Overview of Redux
Grunt - The JavaScript Task Runner
Grunt training deck
7 recomendaciones para migrar tus aplicaciones a Jakarta EE utilizando Apache...
Ad

Viewers also liked (9)

DOC
Resume - Medical Assistant&Phlebotomist
PPT
Building Personal Brands for Brands - State of Search 2015
DOCX
Capitulo 1
PDF
PPTX
PDF
Bruno and The Argus.PDF
PDF
REL 133 WEEK 1
PDF
Presentacion 3
Resume - Medical Assistant&Phlebotomist
Building Personal Brands for Brands - State of Search 2015
Capitulo 1
Bruno and The Argus.PDF
REL 133 WEEK 1
Presentacion 3
Ad

Similar to The Shape of Speed (20)

PDF
Performance as UX with Justin Howlett
PDF
Measuring Web Performance (HighEdWeb FL Edition)
PDF
Optimizing web performance (Fronteers edition)
PDF
Webapp Rendering and Optimization.
PDF
Measuring Web Performance
PDF
Web Performance & You
PDF
From Zero to Hero – Web Performance
PDF
Web Performance & You - HighEdWeb Arkansas Version
PPTX
A Day Building Fast, Responsive, Extensible Single Page Applications
PDF
jQuery Conference San Diego 2014 - Web Performance
PDF
HK CodeConf 2015 - Your WebPerf Sucks
PDF
UX Alive Conference speaker is Vitaly Friedman (Smashing Magazine) presentations
PDF
Web Performance in the Age of HTTP2 - Topconf Tallinn 2016 - Holger Bartel
PDF
Don't Make Me Wait! A Primer on Site Speed
PDF
Extreme Web Performance for Mobile Device Fluent 2015
PDF
Delivering Responsibly
PPTX
Make JavaScript Faster
PPTX
OSCAL: Free and Open Source Tools for Image and Video Performance
PDF
jQuery Conference Toronto
PPTX
Building Lightning Fast Websites (for Twin Cities .NET User Group)
Performance as UX with Justin Howlett
Measuring Web Performance (HighEdWeb FL Edition)
Optimizing web performance (Fronteers edition)
Webapp Rendering and Optimization.
Measuring Web Performance
Web Performance & You
From Zero to Hero – Web Performance
Web Performance & You - HighEdWeb Arkansas Version
A Day Building Fast, Responsive, Extensible Single Page Applications
jQuery Conference San Diego 2014 - Web Performance
HK CodeConf 2015 - Your WebPerf Sucks
UX Alive Conference speaker is Vitaly Friedman (Smashing Magazine) presentations
Web Performance in the Age of HTTP2 - Topconf Tallinn 2016 - Holger Bartel
Don't Make Me Wait! A Primer on Site Speed
Extreme Web Performance for Mobile Device Fluent 2015
Delivering Responsibly
Make JavaScript Faster
OSCAL: Free and Open Source Tools for Image and Video Performance
jQuery Conference Toronto
Building Lightning Fast Websites (for Twin Cities .NET User Group)

Recently uploaded (20)

PDF
Topaz Photo AI Crack New Download (Latest 2025)
PDF
Website Design Services for Small Businesses.pdf
PDF
EaseUS PDF Editor Pro 6.2.0.2 Crack with License Key 2025
PDF
MCP Security Tutorial - Beginner to Advanced
PDF
Autodesk AutoCAD Crack Free Download 2025
PDF
The Dynamic Duo Transforming Financial Accounting Systems Through Modern Expe...
PDF
Wondershare Recoverit Full Crack New Version (Latest 2025)
PDF
Guide to Food Delivery App Development.pdf
PPTX
"Secure File Sharing Solutions on AWS".pptx
PDF
iTop VPN Crack Latest Version Full Key 2025
PDF
Multiverse AI Review 2025: Access All TOP AI Model-Versions!
PPTX
Matchmaking for JVMs: How to Pick the Perfect GC Partner
PDF
novaPDF Pro 11.9.482 Crack + License Key [Latest 2025]
PDF
Salesforce Agentforce AI Implementation.pdf
PPTX
Tech Workshop Escape Room Tech Workshop
PPTX
Introduction to Windows Operating System
PDF
CCleaner 6.39.11548 Crack 2025 License Key
PDF
DuckDuckGo Private Browser Premium APK for Android Crack Latest 2025
PDF
Microsoft Office 365 Crack Download Free
PDF
AI/ML Infra Meetup | LLM Agents and Implementation Challenges
Topaz Photo AI Crack New Download (Latest 2025)
Website Design Services for Small Businesses.pdf
EaseUS PDF Editor Pro 6.2.0.2 Crack with License Key 2025
MCP Security Tutorial - Beginner to Advanced
Autodesk AutoCAD Crack Free Download 2025
The Dynamic Duo Transforming Financial Accounting Systems Through Modern Expe...
Wondershare Recoverit Full Crack New Version (Latest 2025)
Guide to Food Delivery App Development.pdf
"Secure File Sharing Solutions on AWS".pptx
iTop VPN Crack Latest Version Full Key 2025
Multiverse AI Review 2025: Access All TOP AI Model-Versions!
Matchmaking for JVMs: How to Pick the Perfect GC Partner
novaPDF Pro 11.9.482 Crack + License Key [Latest 2025]
Salesforce Agentforce AI Implementation.pdf
Tech Workshop Escape Room Tech Workshop
Introduction to Windows Operating System
CCleaner 6.39.11548 Crack 2025 License Key
DuckDuckGo Private Browser Premium APK for Android Crack Latest 2025
Microsoft Office 365 Crack Download Free
AI/ML Infra Meetup | LLM Agents and Implementation Challenges

The Shape of Speed