pyrodude Posted August 6, 2007 Share Posted August 6, 2007 I have a fairly simple php Load Time script that makes use of microtime(), but I was wondering how to make it more acurate. The load time is thousandths of a second, when the actual page isn't visible for 5 or 10 more seconds. Are there any other php options for doing this? I was thinking perhaps buffers, but I don't even know if that would work. Quote Link to comment https://forums.phpfreaks.com/topic/63615-load-time/ Share on other sites More sharing options...
phpknight Posted August 6, 2007 Share Posted August 6, 2007 About the accuracy, try the PEAR Benchmark class. The execution time of the script on the server will be different from the execution of the results on the client (browser). Quote Link to comment https://forums.phpfreaks.com/topic/63615-load-time/#findComment-316989 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.