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: flashduty/en/2. RUM/3. Performance Monitoring/2. Metrics.md
-11Lines changed: 0 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -114,17 +114,6 @@ document.addEventListener("scroll", function handler() {
114
114
});
115
115
```
116
116
117
-
### How to Calculate Loading Time
118
-
119
-
To accommodate modern web applications, loading time monitors network requests and DOM changes.
120
-
121
-
**Initial loading**: The loading time equals the longer of the following two:
122
-
123
-
- The difference between `navigationStart` and `loadEventEnd`, or
124
-
- The difference between `navigationStart` and the time when the page first becomes inactive. See [How to Calculate Page Activity](#how-to-calculate-page-activity) for details.
125
-
126
-
**SPA route changes**: The loading time equals the difference between the URL change and the time when the page first becomes inactive. See [How to Calculate Page Activity](#how-to-calculate-page-activity) for details.
0 commit comments