UI Responsiveness
From APIDesign
(Difference between revisions)
												
			
			 (New page: A special area of performance work. The trick is not to make something faster, but to make it more pleasant for the user. There are three important numbers: # '''100ms''' - no need to ...)  | 
				|||
| Line 2: | Line 2: | ||
# '''100ms''' - no need to make any reaction faster, users won't notice anyway  | # '''100ms''' - no need to make any reaction faster, users won't notice anyway  | ||
# '''1s''' - indicate work is in progress, otherwise people tend to invoke the action again  | # '''1s''' - indicate work is in progress, otherwise people tend to invoke the action again  | ||
| - | # '''10s''' - give people estimate how much time will be needed (so they can get a cup of tea)  | + | # '''10s''' - give people [[estimate]] how much time will be needed (so they can get a cup of tea)  | 
More serious info needed. Surprisingly there is nothing at [[wikipedia::UI Responsiveness]]!  | More serious info needed. Surprisingly there is nothing at [[wikipedia::UI Responsiveness]]!  | ||
Current revision
A special area of performance work. The trick is not to make something faster, but to make it more pleasant for the user. There are three important numbers:
- 100ms - no need to make any reaction faster, users won't notice anyway
 - 1s - indicate work is in progress, otherwise people tend to invoke the action again
 - 10s - give people estimate how much time will be needed (so they can get a cup of tea)
 
More serious info needed. Surprisingly there is nothing at wikipedia::UI Responsiveness!