Forum Moderators: coopster

Message Too Old, No Replies

Detect Download Time of URL

I'd like to be able to detect if a website is fast loading

         

xxclixxx

2:53 pm on Jan 11, 2007 (gmt 0)

10+ Year Member



I run an advertising website and am looking to build a script that checks the load time of a website. Sorta like the services that let you check your website for errors, only simpler and automatic.

I know how to grab the contents of a page and check that, but I'm looking to also include load time for all the other silly stuff on websites. Images, javascripts, applets, etc.

Got any suggestions?

barns101

3:17 pm on Jan 11, 2007 (gmt 0)

10+ Year Member



I may be misunderstanding you, but if it's your website, why not just check your logs?

xxclixxx

3:53 pm on Jan 11, 2007 (gmt 0)

10+ Year Member



What I mean is I want to check the websites people are advertising. So if you added your site to mine, then mine would see how big the page you added is.

Some people add websites that just have a ton of images and frames and all that, I want a way to check the file size of the page AND the content it loads.. I'm not sure how to go about the content loading part.

whoisgregg

5:28 pm on Jan 11, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You'll need to parse the page for the image paths, css paths, and javascript paths. Then you'll need to download all of those to get their size and download speed.

barns101

1:28 am on Jan 12, 2007 (gmt 0)

10+ Year Member



I see! By "load time" you mean how long it takes to load, not what time of day it loaded, as I incorrectly assumed! ;)