Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IE Developer Tool: do I have the network view?

I need to see the loaded resources of my webpage from IE8 Developer Tool (to be clear: the equivalent of the tab "Net" in Firebug).

But I cannot find it. Does it exist ?

thanks

like image 224
aneuryzm Avatar asked Jun 22 '10 10:06

aneuryzm


People also ask

What is Network tab in Developer Tools?

Clicking on the "network" tab will show you all network requests being made for a certain page. Once the network tab is open we can begin our tutorial.

How do I check my Internet Explorer Network?

Press F12 and select Network tab.

How do I check my browser Network?

In common web browsers like Google Chrome or Firefox, you can "right-click" and then click "Inspect" or "Inspect Element" to open the developer tools in your browser. Then, in Developer Tools, navigate to "Network" and re-load the page.


1 Answers

Look into the fiddler debugging proxy, it's invaluable. It will tell you which resources IE has loaded, let you "replay" form submissions and so on. It's true that IE hasn't got a resources tab à la firebug, or webkit, but this isn't so far off.

like image 104
dmp Avatar answered Sep 21 '22 13:09

dmp