KI114 Posted April 7, 2009 Share Posted April 7, 2009 Not sure where this should go but, is there any Windows programs out there to test the speed of a website (in bulk)? So a few friends could just run a program and see what the average load time is? Quote Link to comment https://forums.phpfreaks.com/topic/153044-testing-speed-of-website/ Share on other sites More sharing options...
Maq Posted April 7, 2009 Share Posted April 7, 2009 I don't know of any windows programs, primarily cause I don't use windows, but there are a lot of online load time tests, just Google. Depending on how detailed you want to get, here is a decent one: Website speed and loading test Quote Link to comment https://forums.phpfreaks.com/topic/153044-testing-speed-of-website/#findComment-803805 Share on other sites More sharing options...
revraz Posted April 7, 2009 Share Posted April 7, 2009 You mean like <?php $load = microtime(); print (number_format($load,2)); ?> ? Quote Link to comment https://forums.phpfreaks.com/topic/153044-testing-speed-of-website/#findComment-803806 Share on other sites More sharing options...
funkyapache Posted April 7, 2009 Share Posted April 7, 2009 I remember MS Frontpage used to do it. I'm not sure if it works php but you used to be able choice more or less the speed that your visits connection would be. This was some tie age as some options i remember was 56k modem 128k etc. Quote Link to comment https://forums.phpfreaks.com/topic/153044-testing-speed-of-website/#findComment-803810 Share on other sites More sharing options...
KI114 Posted April 7, 2009 Author Share Posted April 7, 2009 You mean like <?php $load = microtime(); print (number_format($load,2)); ?> ? Didn't think about using that, because I could just write the time taken to a text file or database and see what load times people are getting, thanks. Quote Link to comment https://forums.phpfreaks.com/topic/153044-testing-speed-of-website/#findComment-803846 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.