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-guide-chromium/evaluate-performance/reference.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -142,6 +142,8 @@ To throttle the network while recording:
142
142
143
143
1. Set **Network** to the desired level of throttling.
144
144
145
+
<!-- todo: show or mention throttling warning icon -->
146
+
145
147
146
148
<!-- ------------------------------ -->
147
149
#### Throttle the CPU while recording
@@ -152,6 +154,8 @@ To throttle the CPU while recording:
152
154
153
155
1. Set **CPU** to the desired level of throttling.
154
156
157
+
<!-- todo: show or mention throttling warning icon -->
158
+
155
159
Throttling is relative to the capabilities of your computer. For example, the **2x slowdown** option makes your CPU operate twice as slow than normal. DevTools don't truly simulate the CPUs of mobile devices, because the architecture of mobile devices is very different from that of desktops and laptops.
<!-- todo: show or mention throttling warning icon -->
151
151
152
152
1. Long-press **Reload** () (or right-click **Refresh**) and then select **Empty cache and hard refresh**:
153
153
154
-

154
+
<!-- todo: show or mention throttling warning icon -->
155
155
156
156
On repeat visits, the browser usually serves some files from the [cache](https://developer.mozilla.org/docs/Web/HTTP/Caching), which speeds up the page load. **Empty cache and hard refresh** forces the browser to go the network for all resources. Use it to display how a first-time visitor experiences a page load.
<!-- todo: show or mention throttling warning icon -->
214
224
215
225
You can choose from different presets, such as Slow 3G or Fast 3G. To add your own custom presets, open the Throttling menu, and select **Custom** > **Add**.
0 commit comments