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
Dashboard Performance Brownbag
Search
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
Ben Sheldon
February 25, 2015
0
140
Dashboard Performance Brownbag
Ben Sheldon
February 25, 2015
Tweet
Share
More Decks by Ben Sheldon
See All by Ben Sheldon
Performance Starts at Boot
bensheldon
0
38
Accessibility, Performance, Prioritization
bensheldon
0
8
Incident Command
bensheldon
0
8
An ok compromise: Faster development by designing for the Rails Autoloader
bensheldon
1
250
Bridging People and Benefits Systems
bensheldon
0
360
Keeping Users at the Forefront While Scaling Services
bensheldon
0
200
Why Ben ❤️s Vanity for running A/B Tests
bensheldon
0
120
All about Backbone.js
bensheldon
0
90
Real World Dashboard
bensheldon
0
250
Featured
See All Featured
Why Mistakes Are the Best Teachers: Turning Failure into a Pathway for Growth
auna
0
74
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.7k
Stewardship and Sustainability of Urban and Community Forests
pwiseman
0
130
Making Projects Easy
brettharned
120
6.6k
Exploring anti-patterns in Rails
aemeredith
2
280
AI Search: Where Are We & What Can We Do About It?
aleyda
0
7.1k
How People are Using Generative and Agentic AI to Supercharge Their Products, Projects, Services and Value Streams Today
helenjbeal
1
140
Design in an AI World
tapps
0
160
A designer walks into a library…
pauljervisheath
210
24k
Building an army of robots
kneath
306
46k
Optimizing for Happiness
mojombo
378
71k
The Curse of the Amulet
leimatthew05
1
9.6k
Transcript
Pantheon Dashboard Purrrrrformance
Not good... but how bad is it?
Results, Behaviors, Perceptions, Process, Expectations ...performance is complicated
Goofus and Gallant • relies on brittle, monolithic api calls
• blocks UI for everything • expects async data updates • aligns API with product functions • loads UI progressively • refreshes data on demand
Goofus: relies on brittle, monolithic api calls
Goofus: blocks UI for everything
Goofus: expects async data updates
Gallant: aligns API with product functions
Gallant: loads UI progressively
Gallant: refreshes data on demand
• How functionality is experienced by users • How UI
elements experience lifecycle Product Architecture API Architecture Interface Architecture • How product entities are modeled • How entity interaction creates functionality • How API frequency/size/complexity affects systems • How UI maintains state