How do I open the Memory 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:

  • Using the Add button: At the end of the main toolbar, you will find an Add button (+). If you click the add button, you will find a list of tools.
  • Using More Tools: In the top-right corner of DevTools, there will be three vertical dots. Click on them. Then navigate to More Tools > Memory from the menu that appears.
  • Using Run Command: To open the run command, use the shortcut “Ctrl+Shift+P” or select Run Command from the menu in the three dots button, which is present in the top-right corner of DevTools. In the Run Command search menu, type Memory, and then select Show Memory from the list of options that appears.

Opening Memory Tool in multiple ways

Memory Tool in Microsoft Edge Browser

The Memory Tool in Edge allows you to capture the memory heap and provides various views to view that information. The tool provides various profiles for capturing web page memory information. The information mainly consists of retained size and shallow size, which provide information about the object’s actual size and the size memory after garbage collection.

Table of Content

  • Benefits of Memory Tools
  • How do I open the Memory Tool in Edge?
  • UI of Memory Tool
  • Showing usage of Memory Tool

Similar Reads

Benefits of Memory Tools

The various benefits of the memory tool are:...

How do I open the Memory 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:...

UI of Memory Tool

The Memory Tool UI can be divided into two sections: Profiling Sidebar and Profiling Details....

Showing usage of Memory Tool

Let’s use the Memory Tool to inspect the memory usage of the GFG site....