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. 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). Link to comment https://forums.phpfreaks.com/topic/63615-load-time/#findComment-316989 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.