Skip to content

Commit 7476e4d

Browse files
Merge remote-tracking branch 'origin/main' into live
2 parents 4a93b53 + db0353e commit 7476e4d

File tree

13 files changed

+18
-253
lines changed

13 files changed

+18
-253
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,11 @@
114114
"redirect_url": "/microsoft-edge/devtools-guide-chromium/evaluate-performance/",
115115
"redirect_document_id": false
116116
},
117+
{
118+
"source_path": "./microsoft-edge/devtools-guide-chromium/memory-problems/dom-leaks.md",
119+
"redirect_url": "/microsoft-edge/devtools-guide-chromium/memory-problems/dom-leaks-memory-tool-detached-elements",
120+
"redirect_document_id": false
121+
},
117122
// /Microsoft Edge DevTools
118123
// ============================================================================
119124
// Microsoft Edge extensions

microsoft-edge/dev-videos/index.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -625,16 +625,12 @@ December 9, 2021
625625

626626
[![Thumbnail image for video "Debug memory leaks with the Microsoft Edge Detached Elements tool"](./index-images/detached-elements.png)](https://www.youtube.com/watch?v=v2iy17ptmBk)
627627

628-
To debug DOM memory leaks, use either:
629-
* The **Detached Elements** tool. Detached nodes have a link to the associated JavaScript code.
630-
* The **Detached elements** profiling type in the **Memory** tool.
631-
632-
The **Detached Elements** tool helps you investigate and resolve DOM memory leaks.
628+
March 2025 update: The **Detached Elements** tool has been removed. To debug DOM memory leaks, use the **Detached elements** profiling type in the **Memory** tool.
633629

634630
Memory leaks occur when the JavaScript code of an application retains more and more objects in memory instead of releasing them for the browser to garbage-collect. We built the **Detached Elements** tool with the Microsoft Teams developers, and it has already helped us find and fix memory leaks across many of our own websites and apps.
635631

636632
See also:
637-
* [Debug DOM memory leaks by using the Detached Elements tool](../devtools-guide-chromium/memory-problems/dom-leaks.md)<!-- has Video section -->
633+
* [Find DOM tree memory leaks from detached elements](../devtools-guide-chromium/memory-problems/index.md#find-dom-tree-memory-leaks-from-detached-elements) in _Fix memory problems_.
638634
* [Debug memory leaks with the Microsoft Edge Detached Elements tool](https://blogs.windows.com/msedgedev/2021/12/09/debug-memory-leaks-detached-elements-tool-devtools/) - blog post.
639635

640636

microsoft-edge/devtools-guide-chromium/about-tools.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ Microsoft Edge DevTools includes the following tools.
4141
| **Coverage** tool | Help you find unused JavaScript and CSS code, to speed up your page load and save your mobile users cellular data. | [Find unused JavaScript and CSS code with the Coverage tool](coverage/index.md) |
4242
| **Crash analyzer** tool | Analyze crashes of your web app. You can input a JavaScript production stack trace, such as for non-fatal JavaScript exceptions, and then have your source maps applied to the stack trace so that you can debug faster. | [Crash analyzer tool](./crash-analyzer/index.md) |
4343
| **CSS overview** tool | Help you better understand your page's CSS and identify potential improvements. | [CSS overview tool](css/css-overview-tool.md) |
44-
| **Detached Elements** tool | To increase the performance of your webpage, find detached elements that the browser can't garbage-collect, and then identify the JavaScript object that's still referencing the detached element. Then change your JavaScript to release the element, to reduce the number of detached elements on your page, increasing page performance and responsiveness. | [Debug DOM memory leaks by using the Detached Elements tool](memory-problems/dom-leaks.md) |
4544
| **Developer resources** | Shows resource URLs for the webpage. | [Developer resources tool](developer-resources/developer-resources.md) |
4645
| **Device Emulation** | Use the **Device Emulation** tool, also called _Device Simulation Mode_ or _Device Mode_, to approximate how your page looks and responds on a mobile device. | [Emulate mobile devices (Device Emulation)](device-mode/index.md) |
4746
| **Elements** tool | Inspect, edit, and debug your HTML and CSS. You can edit in the tool while displaying the changes live in the browser. Debug your HTML using the DOM tree, and inspect and work on the CSS for your webpage. | [Inspect, edit, and debug HTML and CSS with the Elements tool](elements-tool/elements-tool.md) |

microsoft-edge/devtools-guide-chromium/landing/index.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,9 +167,6 @@ landingContent:
167167
- text: Fix memory problems
168168
url: ../memory-problems/index.md
169169

170-
- text: Debug DOM memory leaks by using the Detached Elements tool
171-
url: ../memory-problems/dom-leaks.md
172-
173170
- text: Understand security issues using the Security tool
174171
url: ../security/index.md
175172

Binary file not shown.

microsoft-edge/devtools-guide-chromium/memory-problems/dom-leaks.md

Lines changed: 0 additions & 226 deletions
This file was deleted.

0 commit comments

Comments
 (0)