Skip to content

Commit 7660f0d

Browse files
committed
updated references
1 parent b1baaa8 commit 7660f0d

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

src/docs/product/performance/web-vitals.mdx

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -53,16 +53,16 @@ First Paint (FP) measures the amount of time the first pixel takes to appear in
5353

5454
## Thresholds
5555

56-
Google's "Poor", "Needs improvement", and "Good" levels are used to classify data points into red, yellow, and green for the corresponding Web Vitals. "Needs improvement" is referred to as "Meh" in Sentry.
56+
Google's "Good", "Needs Improvement", and "Poor" thresholds are used to classify data points into green, yellow, and red for the corresponding Web Vitals. "Needs improvement" is referred to as "Meh" in Sentry.
5757

58-
| Web Vital | Good | Meh | Poor |
59-
| --------------------------------------------------------------- | ----------------------------- | ---------------------- | ----------------- |
60-
| [Largest Contentful Paint](#largest-contentful-paint-lcp) (LCP) | Chromium | 2.5+ seconds | 4+ seconds |
61-
| [First Input Delay](#first-input-delay-fid) (FID) | Chromium, Firefox, and Safari | 100+ milliseconds | 300+ milliseconds |
62-
| [Cumulative Layout Shift](#cumulative-layout-shift-cls) (CLS) | Chromium | 0.1+ | 0.25+ |
63-
| [First Paint](#first-paint-fp) (FP) | Chromium | 1+ second | 3+ seconds |
64-
| [First Contentful Paint](#first-contentful-paint-fcp) (FCP) | Chromium | 1+ second | 3+ seconds |
65-
| [Time To First Byte](#time-to-first-byte-ttfb) (TTFB) | Chromium, Firefox, and Safari | 200+ milliseconds | 600+ milliseconds |
58+
| Web Vital | Good | Meh | Poor |
59+
| --------------------------------------------------------------- | ------------ | ------------ | ------------ |
60+
| [Largest Contentful Paint](#largest-contentful-paint-lcp) (LCP) | <= 2.5s | <= 4s | > 4s |
61+
| [First Input Delay](#first-input-delay-fid) (FID) | <= 100ms | <= 300ms | > 300ms |
62+
| [Cumulative Layout Shift](#cumulative-layout-shift-cls) (CLS) | <= 0.1 | <= 0.25 | > 0.25 |
63+
| [First Paint](#first-paint-fp) (FP) | <= 1s | <= 3s | > 3s |
64+
| [First Contentful Paint](#first-contentful-paint-fcp) (FCP) | <= 1s | <= 3s | > 3s |
65+
| [Time To First Byte](#time-to-first-byte-ttfb) (TTFB) | <= 100ms | <= 200ms | > 600ms |
6666

6767
<Note>
6868

@@ -87,11 +87,11 @@ If you wish to see all of the data available, open the dropdown and click "View
8787

8888
## Browser Support
8989

90-
| Web Vital | Chrome | Edge | Opera | Firefox | Safari | IE |
91-
| --------------------------------------------------------------- | ------ | ---- | ----- | ------- | ------ | -- |
92-
| [Largest Contentful Paint](#largest-contentful-paint-lcp) (LCP) |
93-
| [First Input Delay](#first-input-delay-fid) (FID) |
94-
| [Cumulative Layout Shift](#cumulative-layout-shift-cls) (CLS) |
95-
| [First Paint](#first-paint-fp) (FP) |
96-
| [First Contentful Paint](#first-contentful-paint-fcp) (FCP) |
97-
| [Time To First Byte](#time-to-first-byte-ttfb) (TTFB) |
90+
| Web Vital | Chrome | Edge | Opera | Firefox | Safari | IE |
91+
| --------------------------------------------------------------- | ------- | ------- | ------- | ------- | ------- | ------- |
92+
| [Largest Contentful Paint](#largest-contentful-paint-lcp) (LCP) | X | X | X | | | |
93+
| [First Input Delay](#first-input-delay-fid) (FID) | X | X | X | X | X | X |
94+
| [Cumulative Layout Shift](#cumulative-layout-shift-cls) (CLS) | X | X | X | | | |
95+
| [First Paint](#first-paint-fp) (FP) | X | X | X | | | |
96+
| [First Contentful Paint](#first-contentful-paint-fcp) (FCP) | X | X | X | X | X | |
97+
| [Time To First Byte](#time-to-first-byte-ttfb) (TTFB) | X | X | X | X | X | X |

0 commit comments

Comments
 (0)