Skip to content

Commit fab8442

Browse files
committed
added 2 entries
1 parent da8b787 commit fab8442

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

microsoft-edge/devtools-guide-chromium/whats-new/2024/08/devtools-128.md

+17
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,23 @@ The top of each context menu now shows the title again:
4444

4545
![New context menu header](./devtools-128-images/header-title.png)
4646

47+
<!-- ====================================================================== -->
48+
## Heap snapshot improvements
49+
50+
<!-- Subtitle: Heap snapshots are generated faster, HTML elements group by tag name, shallow sizes show fewer internal objects, and numeric values are always shown. -->
51+
52+
In the **Memory** tool, we've made a few improvements to heap snapshots:
53+
- the time to generate heap snapshots are now faster
54+
- HTML elements are grouped by tag name
55+
- shallow sizes better match JavaScript semantics by showing fewer internal objects, unless the **Expose internals (includes additional implementation-specific details)** setting is enabled when the **Show option to expose internals in heap snapshots** experiment is turned on.
56+
- the **Include numerical values in capture** setting has been removed and turned on by default so heap snapshots will always show numeric values
57+
58+
<!-- ====================================================================== -->
59+
## View WebSocket message activities in the Performance tool
60+
61+
<!-- Subtitle: WebSocket activities were added to the Network track in the Performance tool to help correlate JavaScript activity with WebSocket messages. -->
62+
63+
WebSocket activities were added to the **Network** track in the **Performance** tool to help correlate JavaScript activity with WebSocket messages. This can help identify whether the source of latency issues are coming from the client’s parsing of a message or from the server’s response.
4764

4865
<!-- ====================================================================== -->
4966
## Announcements from the Chromium project

0 commit comments

Comments
 (0)