vote up 4 vote down star
2

There's a cots(commercial off-the-shelf) application that I work on customizing, where a couple of pages take an extremely long time to load for certain distributions of data. (I'm talking approximately 3 minutes for a page to load in this instance... and the time is growing exponentially).

Clearly this is unacceptable but are there studies out there where I can point what acceptable response time is?

I'd like some good studies possibly that discuss response time.

flag

36% accept rate

7 Answers

vote up 1 vote down

Yes Nielsen's article has some good info about how psychology is involved. Here you can find more information about why the "perceived performance" matters, and not only the actual response time.

link|flag
vote up 0 vote down

There's a nice blog post here that argues that there really is no industry standard.

Maybe there's no good way to do this.

link|flag
vote up 0 vote down

∞ is the least acceptable response time.

After that the maximum time that a user expects it to take, which varies a lot depending on your service.

An animated area will greatly increase the user's patience, be it an hourglass, swirl, circle, even a bar that fills up and empties itself over and over. As long as the problem is clearly not that their actions went unheard, they will wait.

link|flag
vote up 0 vote down

A while back I was told by a professor that the average user gives up after 10 seconds of waiting, with nothing happening. Seeing something happen will likely increase their tendency to wait. But that was a while back... when the interwebs were slower.

link|flag
vote up 5 vote down

Acceptable UI response times are based on human psychology and are therefore the same for web applications as they are for traditional desktop applications.

Depending on how the end user perceives the operation that is being performed, an acceptable response time might be 1 second (e.g. for closing a 'dialog window') or 10 seconds (e.g. for displaying the results of a calculation).

The usability guru Jakob Nielsen has written a good article about acceptable web application response times.

Published UI guidelines specify the same acceptable response times, for example:

Java Look and Feel Guidelines

GNOME UI Documentation.

link|flag
These are good answers. Any luck finding anything for web apps? The only thing I can find is that there IS no standard :( – Alex Argo Oct 8 '08 at 21:16
Yes. Jakob Nielsen has written a fair amount on this subject. – Matthew Murdoch Oct 8 '08 at 21:20
vote up 0 vote down

I posted a related question and got some interesting answers that may help. See

http://stackoverflow.com/questions/164175/what-is-considered-a-good-response-time-for-a-dynamic-personalized-web-applicat

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.