Analysing Page Download
Author
Discussion

PetrolTed

Original Poster:

34,465 posts

327 months

Friday 28th May 2004
quotequote all
If I've got a page that pulls in various elements from different servers, is there a tools that shows what a browser is trying to download at any particular point.

e.g. if a page is slow to load, how can I determine which element is slowing it up?

Plotloss

67,280 posts

294 months

Friday 28th May 2004
quotequote all
Could create a browser from the HTML OCX and insert debug messages?

I dont know if there is a product that exposes what IE is doing...

greenv8s

30,999 posts

308 months

Friday 28th May 2004
quotequote all
You can see what documents IE is downloading via the ProgressChange, BeforeNavigate, NavigateComplete, NavigateError event hooks in the IE COM interface, this won't go down to the level of individual resources (GIFs etc) although it may be possible to find out about these via other hooks.

FunkyGibbon

3,848 posts

288 months

Friday 28th May 2004
quotequote all
Microsoft's Web Stress Tool can help here.

www.microsoft.com/technet/itsolutions/intranet/downloads/webstres.mspx

It can give you stats on each object in a download.

Drop me an email if you want a sample report, or indeed if you want me to test a specfic page for you.

FG

TheGroover

1,040 posts

299 months

Friday 28th May 2004
quotequote all
There's a tool called HTTPWatch which does this, we use it at work. I don't know how much it is mind ...