You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: microsoft-edge/devtools/network/reference.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -858,7 +858,7 @@ The **Requests** table displays the following columns by default:
858
858
-**Time**. The total duration, from the start of the request to the receipt of the final byte in the response.
859
859
-**Fulfilled by**. Whether the request was fulfilled by the HTTP cache or the app's service worker.
860
860
861
-
The **Waterfall** column is off by default. To turn on the The **Waterfall** column, right-click a **Requests** table header, and then select the plain **Waterfall** menuitem that doesn't have a submenu.
861
+
The **Waterfall** column is off by default. To turn on the **Waterfall** column, right-click a **Requests** table header, and then select the plain **Waterfall** menuitem that doesn't have a submenu.
862
862
863
863
864
864
<!-- ---------- -->
@@ -931,7 +931,7 @@ To group requests by iframes:
931
931
932
932
Use the **Waterfall** column of the **Requests** pane to view the timing relationships of requests. The default organization of the **Waterfall** column uses the start time of the requests. So, requests that are farther to the left started earlier than the requests that are farther to the right.
933
933
934
-
The **Waterfall** column is off by default. To turn on the The **Waterfall** column, right-click a **Requests** table header, and then select the plain **Waterfall** menuitem that doesn't have a submenu.
934
+
The **Waterfall** column is off by default. To turn on the **Waterfall** column, right-click a **Requests** table header, and then select the plain **Waterfall** menuitem that doesn't have a submenu.
935
935
936
936
To see the different ways that you can sort the Waterfall, see [Sort by activity phase](#sort-by-activity-phase), above.
937
937
@@ -1365,7 +1365,7 @@ For more information about each of the phases that may be displayed in the **Tim
1365
1365
1366
1366
To display a preview of the timing breakdown of a request, in the **Waterfall** column of the **Requests** table, hover on the entry for the request.
1367
1367
1368
-
The **Waterfall** column is off by default. To turn on the The **Waterfall** column, right-click a **Requests** table header, and then select the plain **Waterfall** menuitem that doesn't have a submenu.
1368
+
The **Waterfall** column is off by default. To turn on the **Waterfall** column, right-click a **Requests** table header, and then select the plain **Waterfall** menuitem that doesn't have a submenu.
1369
1369
1370
1370

1371
1371
@@ -1428,7 +1428,7 @@ DevTools displays the timing of the `DOMContentLoaded` and `load` events in mult
1428
1428
1429
1429
* In the **Overview** pane with vertical lines.
1430
1430
1431
-
* In the **Waterfall** column of the Request table with vertical lines. The **Waterfall** column is off by default. To turn on the The **Waterfall** column, right-click a **Requests** table header, and then select the plain **Waterfall** menuitem that doesn't have a submenu.
1431
+
* In the **Waterfall** column of the Request table with vertical lines. The **Waterfall** column is off by default. To turn on the **Waterfall** column, right-click a **Requests** table header, and then select the plain **Waterfall** menuitem that doesn't have a submenu.
1432
1432
1433
1433
* In the **Summary** pane, at the bottom of the **Network** tool, with timing labels.
Copy file name to clipboardExpand all lines: microsoft-edge/devtools/rendering-tools/js-runtime.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,7 +129,7 @@ Click the **Restore all functions** (**):
132
+
After you record a memory allocation sampling profile, view the recording as a flame chart. Select **Chart** in the **Profile view mode** dropdown list (which initially says **Heavy (Bottom Up)**):
0 commit comments