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
Getting Started with Website Performance
Search
Duncan Jimbo
March 14, 2014
Technology
0
350
Getting Started with Website Performance
Slides from my presentation at STLUX 2014
Duncan Jimbo
March 14, 2014
Tweet
Share
More Decks by Duncan Jimbo
See All by Duncan Jimbo
Signs of the times: What road signs taught me about web design
duncanjimbo
0
220
Signs of the times: What road signs taught me about web design
duncanjimbo
0
190
Challenges of Designing for a CMS
duncanjimbo
0
200
Think Fast: Getting started with website performance
duncanjimbo
0
220
Other Decks in Technology
See All in Technology
Fabric + Databricks 2025.6 の最新情報ピックアップ
ryomaru0825
1
160
AWS Organizations 新機能!マルチパーティ承認の紹介
yhana
1
230
一体いつからSRE NEXTがSREだけのカンファレンスだと錯覚していた? / When did you ever get the idea that SRE NEXT was a conference just for SREs?
vtryo
1
120
WordPressから ヘッドレスCMSへ! Storyblokへの移行プロセス
nyata
0
350
Tech-Verse 2025 Keynote
lycorptech_jp
PRO
0
1.4k
本が全く読めなかった過去の自分へ
genshun9
0
730
Understanding_Thread_Tuning_for_Inference_Servers_of_Deep_Models.pdf
lycorptech_jp
PRO
0
150
GitHub Copilot の概要
tomokusaba
1
150
OPENLOGI Company Profile
hr01
0
67k
OpenHands🤲にContributeしてみた
kotauchisunsun
1
500
タイミーのデータモデリング事例と今後のチャレンジ
ttccddtoki
6
1.9k
Model Mondays S2E03: SLMs & Reasoning
nitya
0
240
Featured
See All Featured
Optimizing for Happiness
mojombo
379
70k
The Invisible Side of Design
smashingmag
300
51k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
50k
The Cult of Friendly URLs
andyhume
79
6.5k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
130
19k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
252
21k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
138
34k
BBQ
matthewcrist
89
9.7k
Why You Should Never Use an ORM
jnunemaker
PRO
58
9.4k
Visualization
eitanlees
146
16k
Six Lessons from altMBA
skipperchong
28
3.9k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
34
5.9k
Transcript
Website Performance STLUX 2014
Lead Front-End Developer at Manifest Digital @duncanjimbo
What is Performance?
Don’t ask me
“the delay perceived by a website visitor between an action
and a response”
Performance is part of the experience
Performance is your business
Effects of Poor Performance
Higher bounce rates Lower page views Lower engagement Lower conversion
rates Poor performance leads to:
A poorly performing site costs you money
“a 1 second delay in page load time equals 11%
fewer page views, a 16% decrease in customer satisfaction, and 7% loss in conversions” ! Source: Aberdeen Group
Nearly 60% of web users expect a website to load
on their mobile phone in 3 seconds or less. ! Source: Compuware/Equat!on Research
71% of mobile users expected web pages to be as
fast or faster than on a desktop - up from 58% in 2009. ! Source: Compuware/Equat!on Research
“What delighted users a few years ago is now an
expected baseline, the absence of which will frustrate users.” ! Philip Tellis, Geek at LogNormal
Where Things Really Stand Today
“The median top 500 e-commerce homepage takes 9.3 seconds to
load vs. 7.7 seconds a year ago.” ! Source: Web Performance Today
“The average webpage has gotten 31% fatter between 2013 and
2014.” ! Source: Web Performance Today
Improving your site’s performance
Project Planning
Make performance a goal in project documents.
Consider setting a performance budget
Removing important content to decrease page weight is NOT a
performance strategy.
Design (UX and Creative)
Design choices impact page speed
None
Don’t bet on a user’s connection speed
None
Front-End Development
“80-90% of the end-user response time is spent on the
front-end”
None
Make fewer resource requests
Every request is costly and slows down the loading of
the page.
None
At the time, viewing this page once would cost $22
on Verizon’s cheapest plan. ! Based on Verizon data plan costs as of April 2013
Minify and concatenate CSS and Javascript files
Optimize images and utilize image sprites
Average bytes per page by content type Source: HTTP Archive
The Curious Case of Benjamin Button
Load CSS before Javascript
Consider the effect of 3rd-party plugins
Other front-end tips and tricks Lazy load non-critical content Conditionally
load content for RWD Use subdomains to serve CSS and JS Use a CDN to deliver files/content
Back-End Development
Back-end tips and tricks Write efficient database queries Server-side caching
Fine-tune servers
Closing Thoughts
Thank You! @duncanjimbo