Is there some industry standard for unacceptable webapp response time?

Alex Argo picture Alex Argo · Oct 8, 2008 · Viewed 52.5k times · Source

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.

Answer

Tormod Hystad picture Tormod Hystad · Nov 18, 2010

Jakob Nielsen's research has answered this for any application (web apps aren't special in this regard):

  • 0.1 second: Limit for users feeling that they are directly manipulating objects in the UI.
  • 1 second: Limit for users feeling that they are freely navigating the command space without having to unduly wait for the computer.
  • 10 seconds: Limit for users keeping their attention on the task.

So for web apps you should keep your page response times at 500 ms maximum on average near the servers, to have a web app that is a pleasure to use even with a network latency of 200-300 ms.