a.stilliard Posted July 1, 2010 Share Posted July 1, 2010 Hi, Im currently building a script to monitor / check on my sites and report back to me with their availability, HTTP Status Codes, and importantly here, the PAGE LOAD TIME. Im currently doing this with curl requests, and this works for getting status's, and finding out many other things about the pages / sites. BUT it will only give me the time it took to grab the html on the page. Is there a way to set it to download more sort of like a browser would. So it would record the total time in which it takes a user to download the html, css, JavaScript, images etc. I have thought about just using the CURL script to download the html originally, and using the multiple settings (curl_multi_*) to download each of the components to make up the page, but this seems long winded. I wondered if there was a better way than using curl, or maybe a pre-built set of classes ready for this but i have searched google and no such luck. I know of some online tools that request pages sort of how i want to, e.g. http://tools.pingdom.com/, and http://loadimpact.com/pageanalyzer.php but i don't need all the info they generate, just the end result page load time that the user would experience. Not sure if this is possible in PHP, may need to switch to python or another language to do this part of the script. If anyone else has used/built a script capable of this please let me know! Cheers! Quote Link to comment https://forums.phpfreaks.com/topic/206399-request-website-page-speed-load-times/ Share on other sites More sharing options...
a.stilliard Posted July 6, 2010 Author Share Posted July 6, 2010 anything? Quote Link to comment https://forums.phpfreaks.com/topic/206399-request-website-page-speed-load-times/#findComment-1081949 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.