Skip to content

Commit bcc96ab

Browse files
Merge pull request #3296 from MicrosoftDocs/user/mikehoffms/javascript-profiling
Remove article "JavaScript Profiler tool"
2 parents 5e1f9e6 + d699ebe commit bcc96ab

File tree

4 files changed

+5
-25
lines changed

4 files changed

+5
-25
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,11 @@ Old redirects (to /archive/)
9696
"redirect_url": "/microsoft-edge/devtools-guide-chromium/accessibility/reference",
9797
"redirect_document_id": false
9898
},
99-
99+
{
100+
"source_path": "microsoft-edge/devtools-guide-chromium/javascript-profiler/javascript-profiler-tool.md",
101+
"redirect_url": "/microsoft-edge/devtools-guide-chromium/evaluate-performance/",
102+
"redirect_document_id": false
103+
},
100104
/* Microsoft Edge extensions: */
101105
{
102106
"source_path": "microsoft-edge/extensions-chromium/enterprise/declare-permissions.md",

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ Microsoft Edge DevTools includes the following tools.
4747
| **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) |
4848
| **Inspect** tool | Use the **Inspect** tool to see information about an item within a rendered webpage. When the **Inspect** tool is active, you _hover_ over items in the webpage, and DevTools adds an information overlay and grid highlighting on the webpage. | [Analyze pages using the Inspect tool](css/inspect.md) |
4949
| **Issues** tool | The **Issues** tool automatically analyzes the current webpage, reports issues grouped by type, and provides documentation to help explain and resolve the issues. | [Find and fix problems using the Issues tool](issues/index.md) |
50-
| **JavaScript Profiler** tool | This tool has been replaced by the **Performance** tool and the **Memory** tool. | [JavaScript Profiler tool](javascript-profiler/javascript-profiler-tool.md) |
5150
| **Lighthouse** tool | Use the Lighthouse tool to identify and fix common problems that affect your site's performance, accessibility, and user experience. | [Lighthouse tool](lighthouse/lighthouse-tool.md) |
5251
| **Media** tool | Use this tool to view information and debug the media players per browser tab. | [View and debug media players information](media-panel/index.md) |
5352
| **Memory** tool | Find memory issues that affect page performance, including memory leaks, memory bloat, and frequent garbage collections. | [Fix memory problems](memory-problems/index.md) |

microsoft-edge/devtools-guide-chromium/javascript-profiler/javascript-profiler-tool.md

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

microsoft-edge/toc.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -519,12 +519,6 @@
519519
- name: Find and fix problems using the Issues tool
520520
href: devtools-guide-chromium/issues/index.md
521521
displayName: Issues tool
522-
# JavaScript Profiler tool ----------------------------------------------------
523-
- name: JavaScript Profiler tool
524-
items:
525-
- name: JavaScript Profiler tool
526-
href: devtools-guide-chromium/javascript-profiler/javascript-profiler-tool.md
527-
displayName: JavaScript Profiler tool
528522
# Lighthouse tool -------------------------------------------------------------
529523
- name: Lighthouse tool # new jump page # main article is in Accessibility
530524
items:

0 commit comments

Comments
 (0)