Skip to content

Commit fa9d976

Browse files
mdcruzka3de
authored andcommitted
remove browser_first_contentful_paint
1 parent 6330a3a commit fa9d976

File tree

1 file changed

+1
-2
lines changed
  • src/data/markdown/translated-guides/en/03 Using k6 browser

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Existing browser measures such as the `Load` and `DOMContentLoaded` time do not
4747

4848
<Blockquote mod="note" title="">
4949

50-
As of k6 version 0.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.
50+
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.
5151

5252
</Blockquote>
5353

@@ -57,7 +57,6 @@ Apart from the usual HTTP specific metrics that k6 already tracks, the browser m
5757
|--------------------------------|--------------------------------------------------------------------------------------------------------------|
5858
| browser_dom_content_loaded | Emitted when the page is loaded but scripts have just started to be executed. |
5959
| browser_first_paint | Emitted when the browser renders the first pixel on the page. |
60-
| browser_first_contentful_paint | Emitted when the browser renders the first DOM element on the page, whether that's a text, image or header. |
6160
| browser_loaded | Emitted when the page is fully loaded. |
6261

6362
## Understanding the browser metrics output

0 commit comments

Comments
 (0)