SlideShare a Scribd company logo
Soft Performance
Dimiter Simov, SAP
performance
a task or operation seen in terms of how successfully it
is performed
“pay increases are now being linked more closely to
performance”
the capabilities of a machine, product, or vehicle
“the hardware is put through tests which assess the
performance of the processor”
2Source: Google define
Goals
Show that bytes and seconds are not the only way to think
about performance
Give some pieces of advice on how to optimize software for
soft performance
3
Seconds are important
4
The time visitors
were willing to wait for
a page to load
before they left
Source: Slow websites can cost you money!
3 seconds load time is old news
in 2012, 400 milliseconds was too long
what about today?
5Source: For Impatient Web Users, an Eye Blink Is Just Too Long to Wait
Read this text please
Performance is an objective hard measure of speed, reliability, robustness, endurance, and more. Performance however
has also a soft side – the user perception. Today we will discuss soft performance in some detail – the idea is to give you
an idea. Some of the things that affect soft performance are the way we format texts, what messages we provide and
how, obeying or not with the law of Fitts, ordering the interface in a specific layout, the way of structuring content,
users’ ability to complete their tasks, keeping users engaged, presenting progress in ways that users perceive faster, and
providing aesthetically pleasing interfaces.
6
Now try this one
Performance:
 objective measure of speed, reliability, robustness, endurance…
 has a soft side – user perception. We discuss it today.
Things that affect soft performance:
user success
user engagement
presentation of progress
aesthetics
texts and formatting
messaging
Fitts’s law
structure and layout
7
What issues do you see with text 1
Performance is an objective hard measure of speed, reliability, robustness, endurance, and more.
Performance however has also a soft side – the user perception. Today we will discuss soft performance
in some detail – the idea is to give you an idea. Some of the things that affect soft performance are the
way we format texts, what messages we provide and how, obeying or not with the law of Fitts, ordering
the interface in a specific layout, the way of structuring content, users’ ability to complete their tasks,
keeping users engaged, presenting progress in ways that users perceive faster, and providing
aesthetically pleasing interfaces.
Italics
Low contrast
Small font size
Justified alignment
No highlighting of keywords
Block of text
Wordiness
8
Formatting dates and numbers
2013-03-12 12:30:45
12 Mar 2009 12:30:45
5 years ago 12 Mar 2009
9
TEXT AND FORMATTING
Texts that are written and formatted well
are faster and easier
to scan, read, understand, and remember
compared to non-formatted texts
10
Example
Résumé of the homepage of a website about Nebraska
Goal of the site: attract tourists
Source: http://www.nngroup.com/articles/how-users-read-on-the-web/11
Original text
Nebraska is filled with internationally recognized attractions that
draw large crowds of people every year, without fail. In 1996, some
of the most popular places were Fort Robinson State Park (355,000
visitors), Scotts Bluff National Monument (132,166), Arbor Lodge
State Historical Park & Museum (100,000), Carhenge (86,598), Stuhr
Museum of the Prairie Pioneer (60,002), and Buffalo Bill Ranch State
Historical Park (28,446).
12
In half: 58% better readability
In 1996, six of the best-attended attractions in Nebraska were Fort
Robinson State Park, Scotts Bluff National Monument, Arbor Lodge
State Historical Park & Museum, Carhenge, Stuhr Museum of the
Prairie Pioneer, and Buffalo Bill Ranch State Historical Park.
13
Scannable: 47% better readability
Nebraska is filled with internationally recognized attractions that
draw large crowds of people every year, without fail. In 1996, some
of the most popular places were:
 Fort Robinson State Park (355,000 visitors)
 Scotts Bluff National Monument (132,166)
 Arbor Lodge State Historical Park & Museum (100,000)
 Carhenge (86,598)
 Stuhr Museum of the Prairie Pioneer (60,002)
 Buffalo Bill Ranch State Historical Park (28,446).
14
Objective: 27% better readability
Nebraska has several attractions. In 1996, some of the most-visited
places were Fort Robinson State Park (355,000 visitors), Scotts Bluff
National Monument (132,166), Arbor Lodge State Historical Park &
Museum (100,000), Carhenge (86,598), Stuhr Museum of the Prairie
Pioneer (60,002), and Buffalo Bill Ranch State Historical Park (28,446).
15
Combined: 124% better readability
In 1996, six of the most-visited places in Nebraska were:
 Fort Robinson State Park
 Scotts Bluff National Monument
 Arbor Lodge State Historical Park & Museum
 Carhenge
 Stuhr Museum of the Prairie Pioneer
 Buffalo Bill Ranch State Historical Park
16
piece
of
advice Write and format well
Training in writing and formatting
Large fonts
Important info at the top
Highlighted important concepts
Less is more
17
Check this out
What can a user who reads the following message do?
18
It should not be hard to parse the input and ignore spaces,
dashes, dots…
Validation
Necessary or not?
20
piece
of
advice Think about messaging
Try to avoid messages
 don’t write messages, design interactions
If you have to give a message, make sure it says:
 what happened
 why
 what users can do about it
21
Which is faster to click
the mouse is here
22
Quiz
Which point on the screen is the fastest to click?
Which are the other four?
Why?
23
Fitts’ Law
The time needed to reach a target depends on the distance
to and size of the target
24







W
D
baT
2
1log2
Quiz
Which one is better?
You can click here to see Jimmy’s presentation slides
View Jimmy’s presentation slides
25
X
~7X
FITTS’ LAW
Objects that are larger and closer
are easier and faster to point and
click/touch
compared to objects that are small and far
away
27
piece
of
advice Fitts’ law is a friend of yours
Large clickable things: links, buttons
Action buttons close to where the interaction is
Objects stuck to the edges of the screen
Take Tog’s quiz: http://www.asktog.com/columns/022DesignedToGiveFitts.html
28
Quiz
Which country used to have the largest internet
population?
Why?
wrong default
collecting unnecessary info
29
STRUCTURE & LAYOUT
User interfaces
that are light and make sense to users
are faster and easier to use
they are less error-prone as well
32
1 user per 1 hour
Annual non-productive time: ~ 33 work days
Action
Times per 1
hour Duration
Loss per 1
hour
Loss per 1
month
Reload 3 34 sec 2 min 4 hours
Switch tabs 63 4 sec 4 min 10 hours
Resize 8 17 sec 2 min 5 hours
Total 8 min 19 hours
34
piece
of
advice Match user tasks and talk
Recognition, not recall
Match user tasks and workflows
Least time on page
Meaningful defaults
Hidden non-important elements
36
The faster website
10 websites
Users performed their own personal tasks
No two users performed the same tasks on any site
For each site, users rated how fast they felt the site was -
perceived speed
Actual speed measured as well
Source: The Truth About Download Time, http://www.uie.com/articles/download_time/37
Which site was faster?
about.com
actual speed: 8 seconds
perceived speed: slowest
amazon.com
actual speed: 36 seconds
perceived speed: fastest
38
Surprise!
Correlation between perceived speed and success
Even when a site is slow, if users succeed, they feel it fast
No correlation between actual speed and success
Even when a site is fast, if users fail, they feel it slow
39
USER SUCCESS
Users who successfully perform their tasks
with an UI are likely to perceive it as
performing well
40
piece
of
advice Make sure users succeed
When users complain that your service is slow, check how
often they can accomplish their tasks before you decide to
optimize download speeds and server response times
41
USER ENGAGEMENT
Keeping users engaged reduces subjective time
43
Quiz
How do you speed up
a slow elevator?
Install mirrors
See The Evolution of a Legend,
http://www3.sympatico.ca/karasik/GF_evolution_of_legend.html
44
Do elevators nowadays
really need mirrors?
Why?
45
Quiz
Why is streaming video successful?
We start watching instantaneously
46
piece
of
advice Keep users engaged
Do not interrupt user flow
Give users something to do while waiting: watch, read, click
47
48
Watch this
GO
GO
GO
Quiz
Which of the previous three slides was the fastest?
Why?
52
Why
…humans perceive time in non-linear way
…people perceive as fastest a progress bar that starts slow
and accelerates towards the end
Source: http://www.chrisharrison.net/index.php/Research/ProgressBars53
piece
of
advice Indicate progress
Speed up your progress indicators
54
Which shape do you prefer?
Why?
3
6
2.79
7.13
55
Geometric and natural proportions
Vlad Golovach claims that we perceive objects that have
geometric or natural proportions as harmonic and
aesthetically pleasing
Source:http://www.ncbi.nlm.nih.gov/pubmed/19787509
Natural
1 x 1.618 – the golden ratio
1 x 3.14 – π
1 x 414 – square root of 2
Geometric
1 x 1
1 x 2
1 x 3
2 x 3
56
AESTHETICS
Aesthetically pleasing interfaces improve
performance and usability
58
Visual aesthetics affects performance
Four versions of a website
 high and low visual aesthetics
 good and poor usability
Beauty compensated for poor usability by speeding up task
completion
Source:http://www.ncbi.nlm.nih.gov/pubmed/1978750959
piece
of
advice Tend to appearance
Visual designer
Proportions
Beauty
60
Performance has a soft side
text and formatting
messaging
Fitts’ law
layout and structure
user success and engagement
presentation of progress
aesthetics 1 x 1.618 – the golden ratio 61
you will find out other factors
… let me know
Questions?

More Related Content

Similar to Soft performance

Jim cassidy presentation
Jim cassidy presentationJim cassidy presentation
Jim cassidy presentation
kmelliott
 
Web Usability, Consistency, and Content Development 2015 Code(Her)-Hou-Tobolsky
Web Usability, Consistency, and Content Development 2015 Code(Her)-Hou-TobolskyWeb Usability, Consistency, and Content Development 2015 Code(Her)-Hou-Tobolsky
Web Usability, Consistency, and Content Development 2015 Code(Her)-Hou-Tobolsky
Weimin Hou
 
Ways to generate more leads from your website
Ways to generate more leads from your websiteWays to generate more leads from your website
Ways to generate more leads from your website
DeneVanDeventer
 
An Introduction to Usability
An Introduction to UsabilityAn Introduction to Usability
An Introduction to Usability
dirk.swart
 
Website Usability | Day 1
Website Usability | Day 1Website Usability | Day 1
Website Usability | Day 1studiokandm
 
Do you have a website? Do you want to get sued?
Do you have a website?  Do you want to get sued?Do you have a website?  Do you want to get sued?
Do you have a website? Do you want to get sued?
Devin Olson
 
student innovation 2014
student innovation 2014student innovation 2014
student innovation 2014
Freelancer
 
Week 3 Lecture: Accessibility
Week 3 Lecture: AccessibilityWeek 3 Lecture: Accessibility
Week 3 Lecture: Accessibility
Katherine McCurdy-Lapierre, R.G.D.
 
Adaptable Information Workshop slides
Adaptable Information Workshop slidesAdaptable Information Workshop slides
Adaptable Information Workshop slides
Louis Rosenfeld
 
Usability thinking
Usability thinkingUsability thinking
Usability thinking
Vladimir garnele
 
NYU Web Intensive - Week 3 Class 1
NYU Web Intensive - Week 3 Class 1NYU Web Intensive - Week 3 Class 1
NYU Web Intensive - Week 3 Class 1studiokandm
 
Usability Essentials to Know
Usability Essentials to KnowUsability Essentials to Know
Usability Essentials to Know
Pravin Mehta
 
Making your job website easier to use
Making your job website easier to useMaking your job website easier to use
Making your job website easier to use
Stuart Church
 
SEO through Accessibility- How designing accessible websites leads to automat...
SEO through Accessibility- How designing accessible websites leads to automat...SEO through Accessibility- How designing accessible websites leads to automat...
SEO through Accessibility- How designing accessible websites leads to automat...
Abhay Rautela
 
Customer service delivery master presentation
Customer service delivery master presentationCustomer service delivery master presentation
Customer service delivery master presentation
EngageBusinessNetwork
 
Customer service delivery master presentation
Customer service delivery master presentationCustomer service delivery master presentation
Customer service delivery master presentation
Argent Ram Media
 
Customer service delivery master presentation
Customer service delivery master presentationCustomer service delivery master presentation
Customer service delivery master presentation
EngageBusinessNetwork
 
From Usability to User Experience
From Usability to User Experience From Usability to User Experience
From Usability to User Experience
U1 Group
 
Web Performance Bootcamp 2014
Web Performance Bootcamp 2014Web Performance Bootcamp 2014
Web Performance Bootcamp 2014
Daniel Austin
 
From website to ebranch 6 26-2011 (no macros)
From website to ebranch 6 26-2011 (no macros)From website to ebranch 6 26-2011 (no macros)
From website to ebranch 6 26-2011 (no macros)
finklang
 

Similar to Soft performance (20)

Jim cassidy presentation
Jim cassidy presentationJim cassidy presentation
Jim cassidy presentation
 
Web Usability, Consistency, and Content Development 2015 Code(Her)-Hou-Tobolsky
Web Usability, Consistency, and Content Development 2015 Code(Her)-Hou-TobolskyWeb Usability, Consistency, and Content Development 2015 Code(Her)-Hou-Tobolsky
Web Usability, Consistency, and Content Development 2015 Code(Her)-Hou-Tobolsky
 
Ways to generate more leads from your website
Ways to generate more leads from your websiteWays to generate more leads from your website
Ways to generate more leads from your website
 
An Introduction to Usability
An Introduction to UsabilityAn Introduction to Usability
An Introduction to Usability
 
Website Usability | Day 1
Website Usability | Day 1Website Usability | Day 1
Website Usability | Day 1
 
Do you have a website? Do you want to get sued?
Do you have a website?  Do you want to get sued?Do you have a website?  Do you want to get sued?
Do you have a website? Do you want to get sued?
 
student innovation 2014
student innovation 2014student innovation 2014
student innovation 2014
 
Week 3 Lecture: Accessibility
Week 3 Lecture: AccessibilityWeek 3 Lecture: Accessibility
Week 3 Lecture: Accessibility
 
Adaptable Information Workshop slides
Adaptable Information Workshop slidesAdaptable Information Workshop slides
Adaptable Information Workshop slides
 
Usability thinking
Usability thinkingUsability thinking
Usability thinking
 
NYU Web Intensive - Week 3 Class 1
NYU Web Intensive - Week 3 Class 1NYU Web Intensive - Week 3 Class 1
NYU Web Intensive - Week 3 Class 1
 
Usability Essentials to Know
Usability Essentials to KnowUsability Essentials to Know
Usability Essentials to Know
 
Making your job website easier to use
Making your job website easier to useMaking your job website easier to use
Making your job website easier to use
 
SEO through Accessibility- How designing accessible websites leads to automat...
SEO through Accessibility- How designing accessible websites leads to automat...SEO through Accessibility- How designing accessible websites leads to automat...
SEO through Accessibility- How designing accessible websites leads to automat...
 
Customer service delivery master presentation
Customer service delivery master presentationCustomer service delivery master presentation
Customer service delivery master presentation
 
Customer service delivery master presentation
Customer service delivery master presentationCustomer service delivery master presentation
Customer service delivery master presentation
 
Customer service delivery master presentation
Customer service delivery master presentationCustomer service delivery master presentation
Customer service delivery master presentation
 
From Usability to User Experience
From Usability to User Experience From Usability to User Experience
From Usability to User Experience
 
Web Performance Bootcamp 2014
Web Performance Bootcamp 2014Web Performance Bootcamp 2014
Web Performance Bootcamp 2014
 
From website to ebranch 6 26-2011 (no macros)
From website to ebranch 6 26-2011 (no macros)From website to ebranch 6 26-2011 (no macros)
From website to ebranch 6 26-2011 (no macros)
 

More from Dimiter Simov

Usability Testing for Technical Writers
Usability Testing for Technical WritersUsability Testing for Technical Writers
Usability Testing for Technical Writers
Dimiter Simov
 
OOUXHO 2020 quantum content
OOUXHO 2020   quantum contentOOUXHO 2020   quantum content
OOUXHO 2020 quantum content
Dimiter Simov
 
Are you ready for user feedback - tcworld India-2017
Are you ready for user feedback - tcworld India-2017Are you ready for user feedback - tcworld India-2017
Are you ready for user feedback - tcworld India-2017
Dimiter Simov
 
Are you ready for user feedback?
Are you ready for user feedback?Are you ready for user feedback?
Are you ready for user feedback?
Dimiter Simov
 
Soft performance - measuring
Soft performance - measuringSoft performance - measuring
Soft performance - measuring
Dimiter Simov
 
EuroIA 2015 On Messages
EuroIA 2015 On MessagesEuroIA 2015 On Messages
EuroIA 2015 On Messages
Dimiter Simov
 
A UX Journey from Documentation to… Documentation
A UX Journey from Documentation to… DocumentationA UX Journey from Documentation to… Documentation
A UX Journey from Documentation to… Documentation
Dimiter Simov
 
Out of Habit
Out of HabitOut of Habit
Out of Habit
Dimiter Simov
 
Soft-performance: Messages - ISTA 2014
Soft-performance: Messages - ISTA 2014Soft-performance: Messages - ISTA 2014
Soft-performance: Messages - ISTA 2014
Dimiter Simov
 
EuroIA 2014 highlights
EuroIA 2014 highlightsEuroIA 2014 highlights
EuroIA 2014 highlightsDimiter Simov
 
To message or Not to message
To message or Not to messageTo message or Not to message
To message or Not to message
Dimiter Simov
 
EuroIA 2012 highlights
EuroIA 2012 highlightsEuroIA 2012 highlights
EuroIA 2012 highlightsDimiter Simov
 
ползваемост 18 Feb 2010
ползваемост 18 Feb 2010ползваемост 18 Feb 2010
ползваемост 18 Feb 2010
Dimiter Simov
 

More from Dimiter Simov (13)

Usability Testing for Technical Writers
Usability Testing for Technical WritersUsability Testing for Technical Writers
Usability Testing for Technical Writers
 
OOUXHO 2020 quantum content
OOUXHO 2020   quantum contentOOUXHO 2020   quantum content
OOUXHO 2020 quantum content
 
Are you ready for user feedback - tcworld India-2017
Are you ready for user feedback - tcworld India-2017Are you ready for user feedback - tcworld India-2017
Are you ready for user feedback - tcworld India-2017
 
Are you ready for user feedback?
Are you ready for user feedback?Are you ready for user feedback?
Are you ready for user feedback?
 
Soft performance - measuring
Soft performance - measuringSoft performance - measuring
Soft performance - measuring
 
EuroIA 2015 On Messages
EuroIA 2015 On MessagesEuroIA 2015 On Messages
EuroIA 2015 On Messages
 
A UX Journey from Documentation to… Documentation
A UX Journey from Documentation to… DocumentationA UX Journey from Documentation to… Documentation
A UX Journey from Documentation to… Documentation
 
Out of Habit
Out of HabitOut of Habit
Out of Habit
 
Soft-performance: Messages - ISTA 2014
Soft-performance: Messages - ISTA 2014Soft-performance: Messages - ISTA 2014
Soft-performance: Messages - ISTA 2014
 
EuroIA 2014 highlights
EuroIA 2014 highlightsEuroIA 2014 highlights
EuroIA 2014 highlights
 
To message or Not to message
To message or Not to messageTo message or Not to message
To message or Not to message
 
EuroIA 2012 highlights
EuroIA 2012 highlightsEuroIA 2012 highlights
EuroIA 2012 highlights
 
ползваемост 18 Feb 2010
ползваемост 18 Feb 2010ползваемост 18 Feb 2010
ползваемост 18 Feb 2010
 

Recently uploaded

Between Filth and Fortune- Urban Cattle Foraging Realities by Devi S Nair, An...
Between Filth and Fortune- Urban Cattle Foraging Realities by Devi S Nair, An...Between Filth and Fortune- Urban Cattle Foraging Realities by Devi S Nair, An...
Between Filth and Fortune- Urban Cattle Foraging Realities by Devi S Nair, An...
Mansi Shah
 
Book Formatting: Quality Control Checks for Designers
Book Formatting: Quality Control Checks for DesignersBook Formatting: Quality Control Checks for Designers
Book Formatting: Quality Control Checks for Designers
Confidence Ago
 
Exploring the Future of Smart Garages.pdf
Exploring the Future of Smart Garages.pdfExploring the Future of Smart Garages.pdf
Exploring the Future of Smart Garages.pdf
fastfixgaragedoor
 
vernacular architecture in response to climate.pdf
vernacular architecture in response to climate.pdfvernacular architecture in response to climate.pdf
vernacular architecture in response to climate.pdf
PrabhjeetSingh219035
 
一比一原版(毕业证)长崎大学毕业证成绩单如何办理
一比一原版(毕业证)长崎大学毕业证成绩单如何办理一比一原版(毕业证)长崎大学毕业证成绩单如何办理
一比一原版(毕业证)长崎大学毕业证成绩单如何办理
taqyed
 
20 slides of research movie and artists .pdf
20 slides of research movie and artists .pdf20 slides of research movie and artists .pdf
20 slides of research movie and artists .pdf
ameli25062005
 
一比一原版(Bolton毕业证书)博尔顿大学毕业证成绩单如何办理
一比一原版(Bolton毕业证书)博尔顿大学毕业证成绩单如何办理一比一原版(Bolton毕业证书)博尔顿大学毕业证成绩单如何办理
一比一原版(Bolton毕业证书)博尔顿大学毕业证成绩单如何办理
h7j5io0
 
Коричневый и Кремовый Деликатный Органический Копирайтер Фрилансер Марке...
Коричневый и Кремовый Деликатный Органический Копирайтер Фрилансер Марке...Коричневый и Кремовый Деликатный Органический Копирайтер Фрилансер Марке...
Коричневый и Кремовый Деликатный Органический Копирайтер Фрилансер Марке...
ameli25062005
 
一比一原版(RHUL毕业证书)伦敦大学皇家霍洛威学院毕业证如何办理
一比一原版(RHUL毕业证书)伦敦大学皇家霍洛威学院毕业证如何办理一比一原版(RHUL毕业证书)伦敦大学皇家霍洛威学院毕业证如何办理
一比一原版(RHUL毕业证书)伦敦大学皇家霍洛威学院毕业证如何办理
9a93xvy
 
一比一原版(CITY毕业证书)谢菲尔德哈勒姆大学毕业证如何办理
一比一原版(CITY毕业证书)谢菲尔德哈勒姆大学毕业证如何办理一比一原版(CITY毕业证书)谢菲尔德哈勒姆大学毕业证如何办理
一比一原版(CITY毕业证书)谢菲尔德哈勒姆大学毕业证如何办理
9a93xvy
 
Let's Summon Demons Shirt Let's Summon Demons Shirt
Let's Summon Demons Shirt Let's Summon Demons ShirtLet's Summon Demons Shirt Let's Summon Demons Shirt
Let's Summon Demons Shirt Let's Summon Demons Shirt
TeeFusion
 
一比一原版(BU毕业证书)伯恩茅斯大学毕业证成绩单如何办理
一比一原版(BU毕业证书)伯恩茅斯大学毕业证成绩单如何办理一比一原版(BU毕业证书)伯恩茅斯大学毕业证成绩单如何办理
一比一原版(BU毕业证书)伯恩茅斯大学毕业证成绩单如何办理
h7j5io0
 
Research 20 slides Amelia gavryliuks.pdf
Research 20 slides Amelia gavryliuks.pdfResearch 20 slides Amelia gavryliuks.pdf
Research 20 slides Amelia gavryliuks.pdf
ameli25062005
 
一比一原版(Bristol毕业证书)布里斯托大学毕业证成绩单如何办理
一比一原版(Bristol毕业证书)布里斯托大学毕业证成绩单如何办理一比一原版(Bristol毕业证书)布里斯托大学毕业证成绩单如何办理
一比一原版(Bristol毕业证书)布里斯托大学毕业证成绩单如何办理
smpc3nvg
 
projectreportnew-170307082323 nnnnnn(1).pdf
projectreportnew-170307082323 nnnnnn(1).pdfprojectreportnew-170307082323 nnnnnn(1).pdf
projectreportnew-170307082323 nnnnnn(1).pdf
farazahmadas6
 
一比一原版(MMU毕业证书)曼彻斯特城市大学毕业证成绩单如何办理
一比一原版(MMU毕业证书)曼彻斯特城市大学毕业证成绩单如何办理一比一原版(MMU毕业证书)曼彻斯特城市大学毕业证成绩单如何办理
一比一原版(MMU毕业证书)曼彻斯特城市大学毕业证成绩单如何办理
7sd8fier
 
Design Thinking Design thinking Design thinking
Design Thinking Design thinking Design thinkingDesign Thinking Design thinking Design thinking
Design Thinking Design thinking Design thinking
cy0krjxt
 
Top Israeli Products and Brands - Plan it israel.pdf
Top Israeli Products and Brands - Plan it israel.pdfTop Israeli Products and Brands - Plan it israel.pdf
Top Israeli Products and Brands - Plan it israel.pdf
PlanitIsrael
 
PORTFOLIO FABIANA VILLANI ARCHITECTURE.pdf
PORTFOLIO FABIANA VILLANI ARCHITECTURE.pdfPORTFOLIO FABIANA VILLANI ARCHITECTURE.pdf
PORTFOLIO FABIANA VILLANI ARCHITECTURE.pdf
fabianavillanib
 
RTUYUIJKLDSADAGHBDJNKSMAL,D
RTUYUIJKLDSADAGHBDJNKSMAL,DRTUYUIJKLDSADAGHBDJNKSMAL,D
RTUYUIJKLDSADAGHBDJNKSMAL,D
cy0krjxt
 

Recently uploaded (20)

Between Filth and Fortune- Urban Cattle Foraging Realities by Devi S Nair, An...
Between Filth and Fortune- Urban Cattle Foraging Realities by Devi S Nair, An...Between Filth and Fortune- Urban Cattle Foraging Realities by Devi S Nair, An...
Between Filth and Fortune- Urban Cattle Foraging Realities by Devi S Nair, An...
 
Book Formatting: Quality Control Checks for Designers
Book Formatting: Quality Control Checks for DesignersBook Formatting: Quality Control Checks for Designers
Book Formatting: Quality Control Checks for Designers
 
Exploring the Future of Smart Garages.pdf
Exploring the Future of Smart Garages.pdfExploring the Future of Smart Garages.pdf
Exploring the Future of Smart Garages.pdf
 
vernacular architecture in response to climate.pdf
vernacular architecture in response to climate.pdfvernacular architecture in response to climate.pdf
vernacular architecture in response to climate.pdf
 
一比一原版(毕业证)长崎大学毕业证成绩单如何办理
一比一原版(毕业证)长崎大学毕业证成绩单如何办理一比一原版(毕业证)长崎大学毕业证成绩单如何办理
一比一原版(毕业证)长崎大学毕业证成绩单如何办理
 
20 slides of research movie and artists .pdf
20 slides of research movie and artists .pdf20 slides of research movie and artists .pdf
20 slides of research movie and artists .pdf
 
一比一原版(Bolton毕业证书)博尔顿大学毕业证成绩单如何办理
一比一原版(Bolton毕业证书)博尔顿大学毕业证成绩单如何办理一比一原版(Bolton毕业证书)博尔顿大学毕业证成绩单如何办理
一比一原版(Bolton毕业证书)博尔顿大学毕业证成绩单如何办理
 
Коричневый и Кремовый Деликатный Органический Копирайтер Фрилансер Марке...
Коричневый и Кремовый Деликатный Органический Копирайтер Фрилансер Марке...Коричневый и Кремовый Деликатный Органический Копирайтер Фрилансер Марке...
Коричневый и Кремовый Деликатный Органический Копирайтер Фрилансер Марке...
 
一比一原版(RHUL毕业证书)伦敦大学皇家霍洛威学院毕业证如何办理
一比一原版(RHUL毕业证书)伦敦大学皇家霍洛威学院毕业证如何办理一比一原版(RHUL毕业证书)伦敦大学皇家霍洛威学院毕业证如何办理
一比一原版(RHUL毕业证书)伦敦大学皇家霍洛威学院毕业证如何办理
 
一比一原版(CITY毕业证书)谢菲尔德哈勒姆大学毕业证如何办理
一比一原版(CITY毕业证书)谢菲尔德哈勒姆大学毕业证如何办理一比一原版(CITY毕业证书)谢菲尔德哈勒姆大学毕业证如何办理
一比一原版(CITY毕业证书)谢菲尔德哈勒姆大学毕业证如何办理
 
Let's Summon Demons Shirt Let's Summon Demons Shirt
Let's Summon Demons Shirt Let's Summon Demons ShirtLet's Summon Demons Shirt Let's Summon Demons Shirt
Let's Summon Demons Shirt Let's Summon Demons Shirt
 
一比一原版(BU毕业证书)伯恩茅斯大学毕业证成绩单如何办理
一比一原版(BU毕业证书)伯恩茅斯大学毕业证成绩单如何办理一比一原版(BU毕业证书)伯恩茅斯大学毕业证成绩单如何办理
一比一原版(BU毕业证书)伯恩茅斯大学毕业证成绩单如何办理
 
Research 20 slides Amelia gavryliuks.pdf
Research 20 slides Amelia gavryliuks.pdfResearch 20 slides Amelia gavryliuks.pdf
Research 20 slides Amelia gavryliuks.pdf
 
一比一原版(Bristol毕业证书)布里斯托大学毕业证成绩单如何办理
一比一原版(Bristol毕业证书)布里斯托大学毕业证成绩单如何办理一比一原版(Bristol毕业证书)布里斯托大学毕业证成绩单如何办理
一比一原版(Bristol毕业证书)布里斯托大学毕业证成绩单如何办理
 
projectreportnew-170307082323 nnnnnn(1).pdf
projectreportnew-170307082323 nnnnnn(1).pdfprojectreportnew-170307082323 nnnnnn(1).pdf
projectreportnew-170307082323 nnnnnn(1).pdf
 
一比一原版(MMU毕业证书)曼彻斯特城市大学毕业证成绩单如何办理
一比一原版(MMU毕业证书)曼彻斯特城市大学毕业证成绩单如何办理一比一原版(MMU毕业证书)曼彻斯特城市大学毕业证成绩单如何办理
一比一原版(MMU毕业证书)曼彻斯特城市大学毕业证成绩单如何办理
 
Design Thinking Design thinking Design thinking
Design Thinking Design thinking Design thinkingDesign Thinking Design thinking Design thinking
Design Thinking Design thinking Design thinking
 
Top Israeli Products and Brands - Plan it israel.pdf
Top Israeli Products and Brands - Plan it israel.pdfTop Israeli Products and Brands - Plan it israel.pdf
Top Israeli Products and Brands - Plan it israel.pdf
 
PORTFOLIO FABIANA VILLANI ARCHITECTURE.pdf
PORTFOLIO FABIANA VILLANI ARCHITECTURE.pdfPORTFOLIO FABIANA VILLANI ARCHITECTURE.pdf
PORTFOLIO FABIANA VILLANI ARCHITECTURE.pdf
 
RTUYUIJKLDSADAGHBDJNKSMAL,D
RTUYUIJKLDSADAGHBDJNKSMAL,DRTUYUIJKLDSADAGHBDJNKSMAL,D
RTUYUIJKLDSADAGHBDJNKSMAL,D
 

Soft performance

  • 2. performance a task or operation seen in terms of how successfully it is performed “pay increases are now being linked more closely to performance” the capabilities of a machine, product, or vehicle “the hardware is put through tests which assess the performance of the processor” 2Source: Google define
  • 3. Goals Show that bytes and seconds are not the only way to think about performance Give some pieces of advice on how to optimize software for soft performance 3
  • 4. Seconds are important 4 The time visitors were willing to wait for a page to load before they left Source: Slow websites can cost you money!
  • 5. 3 seconds load time is old news in 2012, 400 milliseconds was too long what about today? 5Source: For Impatient Web Users, an Eye Blink Is Just Too Long to Wait
  • 6. Read this text please Performance is an objective hard measure of speed, reliability, robustness, endurance, and more. Performance however has also a soft side – the user perception. Today we will discuss soft performance in some detail – the idea is to give you an idea. Some of the things that affect soft performance are the way we format texts, what messages we provide and how, obeying or not with the law of Fitts, ordering the interface in a specific layout, the way of structuring content, users’ ability to complete their tasks, keeping users engaged, presenting progress in ways that users perceive faster, and providing aesthetically pleasing interfaces. 6
  • 7. Now try this one Performance:  objective measure of speed, reliability, robustness, endurance…  has a soft side – user perception. We discuss it today. Things that affect soft performance: user success user engagement presentation of progress aesthetics texts and formatting messaging Fitts’s law structure and layout 7
  • 8. What issues do you see with text 1 Performance is an objective hard measure of speed, reliability, robustness, endurance, and more. Performance however has also a soft side – the user perception. Today we will discuss soft performance in some detail – the idea is to give you an idea. Some of the things that affect soft performance are the way we format texts, what messages we provide and how, obeying or not with the law of Fitts, ordering the interface in a specific layout, the way of structuring content, users’ ability to complete their tasks, keeping users engaged, presenting progress in ways that users perceive faster, and providing aesthetically pleasing interfaces. Italics Low contrast Small font size Justified alignment No highlighting of keywords Block of text Wordiness 8
  • 9. Formatting dates and numbers 2013-03-12 12:30:45 12 Mar 2009 12:30:45 5 years ago 12 Mar 2009 9
  • 10. TEXT AND FORMATTING Texts that are written and formatted well are faster and easier to scan, read, understand, and remember compared to non-formatted texts 10
  • 11. Example Résumé of the homepage of a website about Nebraska Goal of the site: attract tourists Source: http://www.nngroup.com/articles/how-users-read-on-the-web/11
  • 12. Original text Nebraska is filled with internationally recognized attractions that draw large crowds of people every year, without fail. In 1996, some of the most popular places were Fort Robinson State Park (355,000 visitors), Scotts Bluff National Monument (132,166), Arbor Lodge State Historical Park & Museum (100,000), Carhenge (86,598), Stuhr Museum of the Prairie Pioneer (60,002), and Buffalo Bill Ranch State Historical Park (28,446). 12
  • 13. In half: 58% better readability In 1996, six of the best-attended attractions in Nebraska were Fort Robinson State Park, Scotts Bluff National Monument, Arbor Lodge State Historical Park & Museum, Carhenge, Stuhr Museum of the Prairie Pioneer, and Buffalo Bill Ranch State Historical Park. 13
  • 14. Scannable: 47% better readability Nebraska is filled with internationally recognized attractions that draw large crowds of people every year, without fail. In 1996, some of the most popular places were:  Fort Robinson State Park (355,000 visitors)  Scotts Bluff National Monument (132,166)  Arbor Lodge State Historical Park & Museum (100,000)  Carhenge (86,598)  Stuhr Museum of the Prairie Pioneer (60,002)  Buffalo Bill Ranch State Historical Park (28,446). 14
  • 15. Objective: 27% better readability Nebraska has several attractions. In 1996, some of the most-visited places were Fort Robinson State Park (355,000 visitors), Scotts Bluff National Monument (132,166), Arbor Lodge State Historical Park & Museum (100,000), Carhenge (86,598), Stuhr Museum of the Prairie Pioneer (60,002), and Buffalo Bill Ranch State Historical Park (28,446). 15
  • 16. Combined: 124% better readability In 1996, six of the most-visited places in Nebraska were:  Fort Robinson State Park  Scotts Bluff National Monument  Arbor Lodge State Historical Park & Museum  Carhenge  Stuhr Museum of the Prairie Pioneer  Buffalo Bill Ranch State Historical Park 16
  • 17. piece of advice Write and format well Training in writing and formatting Large fonts Important info at the top Highlighted important concepts Less is more 17
  • 18. Check this out What can a user who reads the following message do? 18
  • 19. It should not be hard to parse the input and ignore spaces, dashes, dots… Validation
  • 21. piece of advice Think about messaging Try to avoid messages  don’t write messages, design interactions If you have to give a message, make sure it says:  what happened  why  what users can do about it 21
  • 22. Which is faster to click the mouse is here 22
  • 23. Quiz Which point on the screen is the fastest to click? Which are the other four? Why? 23
  • 24. Fitts’ Law The time needed to reach a target depends on the distance to and size of the target 24        W D baT 2 1log2
  • 25. Quiz Which one is better? You can click here to see Jimmy’s presentation slides View Jimmy’s presentation slides 25
  • 26. X ~7X
  • 27. FITTS’ LAW Objects that are larger and closer are easier and faster to point and click/touch compared to objects that are small and far away 27
  • 28. piece of advice Fitts’ law is a friend of yours Large clickable things: links, buttons Action buttons close to where the interaction is Objects stuck to the edges of the screen Take Tog’s quiz: http://www.asktog.com/columns/022DesignedToGiveFitts.html 28
  • 29. Quiz Which country used to have the largest internet population? Why? wrong default collecting unnecessary info 29
  • 30.
  • 31.
  • 32. STRUCTURE & LAYOUT User interfaces that are light and make sense to users are faster and easier to use they are less error-prone as well 32
  • 33.
  • 34. 1 user per 1 hour Annual non-productive time: ~ 33 work days Action Times per 1 hour Duration Loss per 1 hour Loss per 1 month Reload 3 34 sec 2 min 4 hours Switch tabs 63 4 sec 4 min 10 hours Resize 8 17 sec 2 min 5 hours Total 8 min 19 hours 34
  • 35.
  • 36. piece of advice Match user tasks and talk Recognition, not recall Match user tasks and workflows Least time on page Meaningful defaults Hidden non-important elements 36
  • 37. The faster website 10 websites Users performed their own personal tasks No two users performed the same tasks on any site For each site, users rated how fast they felt the site was - perceived speed Actual speed measured as well Source: The Truth About Download Time, http://www.uie.com/articles/download_time/37
  • 38. Which site was faster? about.com actual speed: 8 seconds perceived speed: slowest amazon.com actual speed: 36 seconds perceived speed: fastest 38
  • 39. Surprise! Correlation between perceived speed and success Even when a site is slow, if users succeed, they feel it fast No correlation between actual speed and success Even when a site is fast, if users fail, they feel it slow 39
  • 40. USER SUCCESS Users who successfully perform their tasks with an UI are likely to perceive it as performing well 40
  • 41. piece of advice Make sure users succeed When users complain that your service is slow, check how often they can accomplish their tasks before you decide to optimize download speeds and server response times 41
  • 42.
  • 43. USER ENGAGEMENT Keeping users engaged reduces subjective time 43
  • 44. Quiz How do you speed up a slow elevator? Install mirrors See The Evolution of a Legend, http://www3.sympatico.ca/karasik/GF_evolution_of_legend.html 44
  • 45. Do elevators nowadays really need mirrors? Why? 45
  • 46. Quiz Why is streaming video successful? We start watching instantaneously 46
  • 47. piece of advice Keep users engaged Do not interrupt user flow Give users something to do while waiting: watch, read, click 47
  • 49. GO
  • 50. GO
  • 51. GO
  • 52. Quiz Which of the previous three slides was the fastest? Why? 52
  • 53. Why …humans perceive time in non-linear way …people perceive as fastest a progress bar that starts slow and accelerates towards the end Source: http://www.chrisharrison.net/index.php/Research/ProgressBars53
  • 54. piece of advice Indicate progress Speed up your progress indicators 54
  • 55. Which shape do you prefer? Why? 3 6 2.79 7.13 55
  • 56. Geometric and natural proportions Vlad Golovach claims that we perceive objects that have geometric or natural proportions as harmonic and aesthetically pleasing Source:http://www.ncbi.nlm.nih.gov/pubmed/19787509 Natural 1 x 1.618 – the golden ratio 1 x 3.14 – π 1 x 414 – square root of 2 Geometric 1 x 1 1 x 2 1 x 3 2 x 3 56
  • 57.
  • 58. AESTHETICS Aesthetically pleasing interfaces improve performance and usability 58
  • 59. Visual aesthetics affects performance Four versions of a website  high and low visual aesthetics  good and poor usability Beauty compensated for poor usability by speeding up task completion Source:http://www.ncbi.nlm.nih.gov/pubmed/1978750959
  • 60. piece of advice Tend to appearance Visual designer Proportions Beauty 60
  • 61. Performance has a soft side text and formatting messaging Fitts’ law layout and structure user success and engagement presentation of progress aesthetics 1 x 1.618 – the golden ratio 61
  • 62. you will find out other factors … let me know Questions?