|
| 1 | +--- |
| 2 | +title: What's New in DevTools (Microsoft Edge 134) |
| 3 | +description: "Forced reflow in the Performance Insights sidebar. Heap snapshot statistics account for every byte. Simplified DevTools Themes menu. And more." |
| 4 | +author: MSEdgeTeam |
| 5 | +ms.author: msedgedevrel |
| 6 | +ms.topic: conceptual |
| 7 | +ms.service: microsoft-edge |
| 8 | +ms.subservice: devtools |
| 9 | +ms.date: 03/06/2025 |
| 10 | +--- |
| 11 | +# What's New in DevTools (Microsoft Edge 134) |
| 12 | + |
| 13 | +These are the latest features in the Stable release of Microsoft Edge DevTools. |
| 14 | + |
| 15 | + |
| 16 | +<!-- ====================================================================== --> |
| 17 | +## Forced reflow in the Performance Insights sidebar |
| 18 | + |
| 19 | +<!-- Subtitle: View the top function call and its total reflow time in your performance trace. --> |
| 20 | + |
| 21 | +The **Performance Insights** sidebar includes a new section called **Forced Reflow**. This insight highlights the most time-consuming function call, showing its total reflow time and related stack traces. By clicking on this insight, you can see the function call and its stack trace highlighted in the **Main** frame: |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | +<!-- ====================================================================== --> |
| 27 | +## Heap snapshot statistics account for every byte |
| 28 | + |
| 29 | +<!-- Subtitle: View a memory allocation pie chart of your heap snapshot under Statistics--> |
| 30 | + |
| 31 | +Previously, when you took a heap snapshot in the **Memory** tool, the **Statistics** pie chart didn't show every byte that's in the categories, resulting in blank parts of the chart: |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | +To fix this, two new catch-all categories have been added, to account for the rest of the bytes in the heap snapshot: |
| 36 | +* **Other JS objects** |
| 37 | +* **Other non-JS objects (such as HTML and CSS)** |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | +<!-- ====================================================================== --> |
| 43 | +## Simplified DevTools Themes menu |
| 44 | + |
| 45 | +<!-- Subtitle: Change the DevTools theme by clicking Customize and control DevTools > Themes, and then select Light or Dark. --> |
| 46 | + |
| 47 | +The theme options have been simplified by removing the redundant nesting options. When you go to **Customize and control DevTools** > **Themes**, the options have been simplified to **System preference**, **Light**, and **Dark**: |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | +<!-- ====================================================================== --> |
| 53 | +## Announcements from the Chromium project |
| 54 | +<!-- https://developer.chrome.com/blog/new-in-devtools-134 --> |
| 55 | + |
| 56 | +Microsoft Edge 134 also includes the following updates from the Chromium project: |
| 57 | + |
| 58 | +* [Privacy and security panel](https://developer.chrome.com/blog/new-in-devtools-134#privacy-and-security) |
| 59 | +* [Performance panel improvements](https://developer.chrome.com/blog/new-in-devtools-134#perf) |
| 60 | + * [Calibrated CPU throttling presets](https://developer.chrome.com/blog/new-in-devtools-134#calibrated-cpu-throttling) |
| 61 | + * [First- and third-party highlighting in Performance](https://developer.chrome.com/blog/new-in-devtools-134#perf-third-party) |
| 62 | + * ['Optimize DOM size' insight](https://developer.chrome.com/blog/new-in-devtools-134#dom-size) |
| 63 | + * [Extend the performance trace with console.timeStamp](https://developer.chrome.com/blog/new-in-devtools-134#console-timestamp) |
| 64 | +* [Elements panel improvements](https://developer.chrome.com/blog/new-in-devtools-134#elements) |
| 65 | + * [Support for :open pseudo-class and various pseudo-elements](https://developer.chrome.com/blog/new-in-devtools-134#pseudo) |
| 66 | +* [Copy all console messages](https://developer.chrome.com/blog/new-in-devtools-134#copy-console) |
| 67 | +* [Byte units in the Memory panel](https://developer.chrome.com/blog/new-in-devtools-134#byte-units) |
| 68 | + |
| 69 | + |
| 70 | +<!-- ====================================================================== --> |
| 71 | +## See also |
| 72 | + |
| 73 | +* [What's New in Microsoft Edge DevTools](../../whats-new.md) |
| 74 | +* [Release notes for Microsoft Edge web platform](../../../../web-platform/release-notes/index.md) |
0 commit comments