Skip to content

Commit 716d4b3

Browse files
feat(webvitals): Removes old web vitals widgets from docs and adds new ones (#8511)
Removes old web vitals widgets from docs and adds new ones
1 parent 3779f71 commit 716d4b3

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

src/docs/product/performance/filters-display/index.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,8 @@ Each widget has a menu in the top right where can you change the widget shown. Y
8686
- [Most Slow Frames](/product/performance/filters-display/widgets/#most-slow-frames)
8787
- [Most Frozen Frames](/product/performance/filters-display/widgets/#most-frozen-frames)
8888
- [Most Time-Consuming Queries](/product/performance/filters-display/widgets/#most-time-consuming-queries)
89-
- [Worst LCP Vitals](/product/performance/filters-display/widgets/#worst-lcp-vitals)
90-
- [Worst FCP Vitals](/product/performance/filters-display/widgets/#worst-fcp-vitals)
91-
- [Worst FID Vitals](/product/performance/filters-display/widgets/#worst-fid-vitals)
89+
- [Best Page Opportunities](/product/performance/filters-display/widgets/#best-page-opportunities)
90+
- [Performance Score](/product/performance/filters-display/widgets/#performance-score)
9291
- [Slow HTTP Ops](/product/performance/filters-display/widgets/#slow-http-ops)
9392
- [Slow DB Ops](/product/performance/filters-display/widgets/#slow-db-ops)
9493
- [Slow Browser Ops](/product/performance/filters-display/widgets/#slow-browser-ops)

src/docs/product/performance/filters-display/widgets.mdx

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,13 @@ Shows transactions with the most frozen frames for mobile projects. Learn more i
4141

4242
Shows database queries that take the most time in your application. These queries are usually either slow, very frequent, or both. Click on a query to open its [**Query Summary** page](/product/performance/queries#query-summary-page) or click "View All" to open the [**Queries** page](/product/performance/queries#queries-page).
4343

44-
## Worst LCP Vitals
44+
## Best Page Opportunities
4545

46-
Shows transactions with the highest count of poor LCP (Largest Contentful Paint) and visualizes the proportions of user experience for this vital. Learn more in [Web Vitals](/product/performance/web-vitals).
46+
Shows web pages in your application that have the most [Opportunity](/product/performance/web-vitals/#opportunity) to improve. These pages usually have poor [Web Vital](/product/performance/web-vitals/) scores, high throughput, or both. Click on a page to open its [**Page Overview** page](/product/performance/web-vitals/#page-overview) or click "View All" to open the [**Web Vitals** page](/product/performance/web-vitals/#web-vitals-page).
4747

48-
## Worst FCP Vitals
48+
## Performance Score
4949

50-
Shows transactions with the highest count of poor FCP (First Contentful Paint) and visualizes the proportions of user experience for this vital. Learn more in [Web Vitals](/product/performance/web-vitals).
51-
52-
## Worst FID Vitals
53-
54-
Shows transactions with the highest count of poor FID (First Input Delay) and visualizes the proportions of user experience for this vital. Learn more in [Web Vitals](/product/performance/web-vitals).
50+
Shows the [Performance Score](/product/performance/web-vitals/#performance-score) breakdown of your web projects. Click on a Web Vital component or "View All" to open a summary in the [**Web Vitals** page](/product/performance/web-vitals/#web-vitals-page).
5551

5652
## Slow HTTP Ops
5753

0 commit comments

Comments
 (0)