Open In App

Network Tool in Microsoft Edge Browser

The Network Tool is used to view the various network request and corresponding responses of the web page. It provides various types of information about the request such as hearde, payload and initiator. You are also allowed to set various network conditions or filter in the requests or set network throttling.

Features of Network Tool

The various features of the Network Tool are:



Benefits of Network Tool

The various benefits of Network Tool are:

How to open Network Tool in Edge?

The Network Tool is present in DevTools in Edge. To open it follow these steps:



Opening Network Tool

UI of Network Tool

The UI of the Network Tool can be divided in three section which are options, timeline and network log section. Lets move from top down and understand each section.

UI of Network Tool

Options section

There are many filtering and network related option provided by the tool. Let’s move left to right and understand each of them.

Options in the Network Tool

Timeline section

The timeline section provides visual bars representing the request and response time. You can also focus on specific range in the timeline to check the request on specific time period.

Timeline in Network Tool

Selecting a range in the Timeline

Selecting a range in Timeline

Network Log section

There are various information provided in the logs such as status, file type and size. The log also provide the waterfall graph to view it and get information about the durations.

Details section in Network Tool

Add columns in the log

You can add more columns to provide additional information about a particular resources. Just right-click in any column and select the column you want and if you want response headers then select in it from the Response headers sub-menu.

Various Columns provide for the Log

Display resources details

Click on the name of the resources to get various information about the HTTP header, contents, initiator and timing.

Resources Details

Using the Network Tool in Edge

Let’s use the network tool to inspect various resources of gfg tool.

Step 1: Visit the site and open the tool.

Step 2: Press on record and the log for the resources you want.

Step 3: Perform filtering or use using various options of the tool as you prefer.

Using the Network tool to inspect GFG site

Conclusion

The Network Tool is a very important tool for developers to check and simulated various network related activities. If the site is to be access by public then it must work as intended for various network speeds and user agents that the public uses.


Article Tags :