mattkenefick Posted June 11, 2007 Share Posted June 11, 2007 I'm using some scripts and they're executing from .007 - .010 It defines many files, imports several files (total of maybe 20), encrypts 2 strings several times base64 IN flash, WWW-Authenticating to a PHP file, PHP grabs a MySQL Query, returns it, traces it. That happens all in .007 seconds roughly. How long is too long until you should find a new script. If a script runs with a time of .05, is that the general limit or is that fast? Link to comment https://forums.phpfreaks.com/topic/55046-how-long-is-too-long-for-a-script-to-execute-gettimer/ Share on other sites More sharing options...
AndyB Posted June 11, 2007 Share Posted June 11, 2007 How long a script takes depends on what it's doing and how many times it does it, and how busy the server is (to name just a few of the variables). There is no general limit. Too long is longer than the timeout setting (many seconds). Link to comment https://forums.phpfreaks.com/topic/55046-how-long-is-too-long-for-a-script-to-execute-gettimer/#findComment-272126 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.