Open In App

Performance Tool in Microsoft Edge Browser

The Performance Tool in Edge provides views, graphs, charts, timelines, and various other information related to the web page’s performance. The tool records the performance and displays it in a timeline view along with various graphs, charts, and other views that can be used to inspect networks, frames, threads, etc. running on the web page. It’s an excellent visual representation of the performance of the site and the browser, which helps the developers improve their site performance for a fast and responsive user experience.

Benefits of the Performance Tool

The various benefits of the performance tool are:

How to open the Performance Tool in Edge?

The tool is present as a tab in DevTools. The DevTools can be opened in Edge using the shortcut F12 or “Ctrl+Shift+I.” Alternatively, you can right-click on the webpage and then select Inspect to open DevTools. In DevTools, there are multiple ways to open the tool, which are:



Opening the Performance Tool in multiple ways.

About the Performance Tool UI:

The Performance Tool can be separated into three sections that are Options, Activity section and View section.

1. Options:

The various options provided at the top of the tool are:

Various options in the Performance Tool

2. Activity section:

This section provides a timeline, activity information and memory graphs if memory option is checked.

Activity Section

3. View section:

This section provides various views that are:

View Section

Showing usage of Performance Tool:

Let’s visit the GFG site and view various activities using the Performance Tool.

Step 1: Using Edge, visit the GFG site and open the Performance Tool.

Step 2: In the tool, start profiling and stop to inspect activities occurring within a time range.

Using the Performance Tool in the GFG site

Conclusion

A site’s popularity and user friendliness depend not only on its look but also on how it performs in the users browsers with respect to various systems and networking configurations. You can make the site fast and responsive by inspecting it with the performance tool provided by Edge.


Article Tags :