How long is too long for a script to execute?

Posted by Chris T on Stack Overflow See other posts from Stack Overflow or by Chris T
Published on 2010-05-10T01:57:18Z Indexed on 2010/05/10 1:58 UTC
Read the original article Hit count: 231

Filed under:
|
|
|
|

What is the max time do you think is acceptable for a web script (PHP for example) to execute before it starts to become an annoyance for the user (on average)? I always thought that if the user has to wait more than 1 second for the page to load (this of course after images and css have been cached..this rule really only applies for subsequent requests) they would start to get annoyed.

© Stack Overflow or respective owner

Related posts about php

Related posts about dynamic