GIDustin
Emperor
I want to know how long my web page takes to completely load in miliseconds. I plan on getting the time when the script starts, and again when it is done sending the HTML to the user.
Problem is that the time function cannot return milliseconds, only seconds.
Is there an alternative way?
ALSO, on the same note, I want to make it where if the script takes more than, say, 15 seconds to execute, it automatically dies. Any suggestions there?
GIDustin
Problem is that the time function cannot return milliseconds, only seconds.
Is there an alternative way?
ALSO, on the same note, I want to make it where if the script takes more than, say, 15 seconds to execute, it automatically dies. Any suggestions there?
GIDustin