Showing usage of Memory Tool

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

Step 1: Using Edge visit the GFG site and then locate the Memory tool in DevTools.

Step 2: Use the Memory tool to take snapshots and inspect the memory usage of JS code in the site.

Using the Memory Tool on the GFG site

The developers need to design sites that have memory usage that a normal user system can handle. The Edge provides the memory tool to inspect and debug memory-related problems in the web page’s JS code.



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