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? Quote 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). Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.