Q695 Posted September 9, 2014 Share Posted September 9, 2014 Is there a way to run a check on the server to see how long it takes for the page to get built, then print it to the screen? I tried searching for it online for a few minutes, but it wasn't able to be found. All I'm finding on there is how to optimize the pages, but I want a simple time check performed on the page loading Link to comment https://forums.phpfreaks.com/topic/290954-time-for-server-to-build-page-check/ Share on other sites More sharing options...
ginerjm Posted September 9, 2014 Share Posted September 9, 2014 You tried searching on line for a few mins? Sometimes it takes longer than that. Did you search the php manual? Use the php time functions. Microtime for instance. Link to comment https://forums.phpfreaks.com/topic/290954-time-for-server-to-build-page-check/#findComment-1490509 Share on other sites More sharing options...
cyberRobot Posted September 9, 2014 Share Posted September 9, 2014 You could use microtime(): http://php.net/manual/en/function.microtime.php Link to comment https://forums.phpfreaks.com/topic/290954-time-for-server-to-build-page-check/#findComment-1490510 Share on other sites More sharing options...
Q695 Posted September 9, 2014 Author Share Posted September 9, 2014 You could use microtime(): http://php.net/manual/en/function.microtime.php Is that the same one the PHP engine uses when reporting errors to the user? Link to comment https://forums.phpfreaks.com/topic/290954-time-for-server-to-build-page-check/#findComment-1490518 Share on other sites More sharing options...
Psycho Posted September 9, 2014 Share Posted September 9, 2014 I used your exact wording (which I wouldn't use) and did a Google search: "PHP how long it takes for the page to get built" and lo and behold the fourth result provided an answer to what you are looking for. Link to comment https://forums.phpfreaks.com/topic/290954-time-for-server-to-build-page-check/#findComment-1490519 Share on other sites More sharing options...
Q695 Posted September 10, 2014 Author Share Posted September 10, 2014 I used your exact wording (which I wouldn't use) and did a Google search: "PHP how long it takes for the page to get built" and lo and behold the fourth result provided an answer to what you are looking for. should've dug deeper than the top 3 XD Link to comment https://forums.phpfreaks.com/topic/290954-time-for-server-to-build-page-check/#findComment-1490549 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.