Skip to content

Commit 29767f6

Browse files
committed
Remove legacy browser metrics
These are no longer being emitted by the browser module. Web vitals are the primary way to determine how well the website is performing.
1 parent fd489a2 commit 29767f6

File tree

3 files changed

+0
-22
lines changed

3 files changed

+0
-22
lines changed

src/data/markdown/translated-guides/en/02 Using k6/02 Metrics/000-reference.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -69,22 +69,6 @@ Apart from the Core Web Vitals, the browser module also reports [Other Web Vital
6969
| webvital_first_contentful_paint | Measures the time it takes for the browser to render the first DOM element on the page, whether that's a text, image or header. Please refer to [First Contentful Paint](https://web.dev/fcp/) for more information. |
7070
| webvital_interaction_to_next_paint | An experimental metric that measures a page's responsiveness. Please refer to [Interaction to Next Paint](https://web.dev/inp/) for more information. |
7171

72-
### Legacy browser metrics
73-
74-
<Blockquote mod="note" title="">
75-
76-
As of [k6 version 0.44.0](https://github.com/grafana/k6/releases/tag/v0.44.0), k6 now natively supports [Google's Core Web Vitals](https://web.dev/vitals/#core-web-vitals). In future releases, to align with recommended practices, we will remove the following browser metrics to focus on the web vital metrics. Please refer to [#831](https://github.com/grafana/xk6-browser/issues/831) for more information.
77-
78-
</Blockquote>
79-
80-
Apart from the usual HTTP specific metrics that k6 already tracks, the browser module tracks the following browser specific performance metrics on top:
81-
82-
| Metric Name | Description |
83-
|--------------------------------|--------------------------------------------------------------------------------------------------------------|
84-
| browser_dom_content_loaded | Emitted when the page is loaded but scripts have just started to be executed. |
85-
| browser_first_paint | Emitted when the browser renders the first pixel on the page. |
86-
| browser_loaded | Emitted when the page is fully loaded. |
87-
8872

8973
## Built-in WebSocket metrics {#websockets}
9074

src/data/markdown/translated-guides/en/03 Using k6 browser/01 Overview.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,6 @@ default ✓ [===============================] 1 VUs 00m01.9s/10m0s 1/1 iters,
9292

9393
✓ header
9494

95-
browser_dom_content_loaded.............................: avg=63.74ms min=2.11ms med=21.66ms max=167.44ms p(90)=138.28ms p(95)=152.86ms
96-
browser_first_paint....................................: avg=72.62ms min=41.31ms med=72.62ms max=103.94ms p(90)=97.67ms p(95)=100.8ms
97-
browser_loaded.........................................: avg=63.16ms min=6.52ms med=15.98ms max=166.98ms p(90)=136.78ms p(95)=151.88ms
9895
checks.................................................: 100.00% ✓ 1 ✗ 0
9996
data_received..........................................: 5.8 kB 659 B/s
10097
data_sent..............................................: 2.6 kB 291 B/s

src/data/markdown/translated-guides/en/03 Using k6 browser/03 Metrics.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ In future releases, the `browser_*` metrics will be removed in favor of the web
4141
</Blockquote>
4242

4343
```bash
44-
browser_dom_content_loaded.............................: avg=63.74ms min=2.11ms med=21.66ms max=167.44ms p(90)=138.28ms p(95)=152.86ms
45-
browser_first_paint....................................: avg=72.62ms min=41.31ms med=72.62ms max=103.94ms p(90)=97.67ms p(95)=100.8ms
46-
browser_loaded.........................................: avg=63.16ms min=6.52ms med=15.98ms max=166.98ms p(90)=136.78ms p(95)=151.88ms
4744
webvital_cumulative_layout_shift.......................: avg=0 min=0 med=0 max=0 p(90)=0 p(95)=0
4845
webvital_cumulative_layout_shift_good..................: 1 0.113248/s
4946
webvital_first_contentful_paint........................: avg=415.35ms min=302ms med=415.35ms max=528.7ms p(90)=506.03ms p(95)=517.36ms

0 commit comments

Comments
 (0)