Skip to content

feat(webvitals): Removes old web vitals widgets from docs and adds new ones #8511

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions src/docs/product/performance/filters-display/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,8 @@ Each widget has a menu in the top right where can you change the widget shown. Y
- [Most Slow Frames](/product/performance/filters-display/widgets/#most-slow-frames)
- [Most Frozen Frames](/product/performance/filters-display/widgets/#most-frozen-frames)
- [Most Time-Consuming Queries](/product/performance/filters-display/widgets/#most-time-consuming-queries)
- [Worst LCP Vitals](/product/performance/filters-display/widgets/#worst-lcp-vitals)
- [Worst FCP Vitals](/product/performance/filters-display/widgets/#worst-fcp-vitals)
- [Worst FID Vitals](/product/performance/filters-display/widgets/#worst-fid-vitals)
- [Best Page Opportunities](/product/performance/filters-display/widgets/#best-page-opportunities)
- [Performance Score](/product/performance/filters-display/widgets/#performance-score)
- [Slow HTTP Ops](/product/performance/filters-display/widgets/#slow-http-ops)
- [Slow DB Ops](/product/performance/filters-display/widgets/#slow-db-ops)
- [Slow Browser Ops](/product/performance/filters-display/widgets/#slow-browser-ops)
Expand Down
12 changes: 4 additions & 8 deletions src/docs/product/performance/filters-display/widgets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,13 @@ Shows transactions with the most frozen frames for mobile projects. Learn more i

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).

## Worst LCP Vitals
## Best Page Opportunities

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).
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).

## Worst FCP Vitals
## Performance Score

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).

## Worst FID Vitals

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).
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).

## Slow HTTP Ops

Expand Down