Analysing Page Download
Author
Discussion

PetrolTed

Original Poster:

34,466 posts

330 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

297 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

31,003 posts

311 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,853 posts

291 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,043 posts

302 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 ...