Skip to content

Commit

Permalink
feat(webvitals): updates p75 to average (#8655)
Browse files Browse the repository at this point in the history
Updates p75 text in web vitals docs to average to match updated ui in sentry.
  • Loading branch information
edwardgou-sentry authored Dec 6, 2023
1 parent cf64ce6 commit ddd0122
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/docs/product/performance/web-vitals.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ Open the **Web Vitals** page by clicking "Web Vitals" in the sidebar, under "Per

In the top left, the [Performance Score](#performance-score) ring shows the overall performance rating of your application. Each component of the ring represents a single Web Vital and its relative weight and impact on the Performance Score. The area chart on the right shows you a breakdown - by Web Vitals - of your performance score over time. You can find out more about how Performance Score is calculated [here](#performance-score).

Below this, you can see your application's P75 vital values and the individual scores for each Web Vital. These metrics can help you prioritize which Web Vitals need attention most. Click on a Web Vital to open a more detailed summary of that metric and see which pages have the most [Opportunity](#opportunity) for improvement.
Below this, you can see your application's average vital values and the individual scores for each Web Vital. These metrics can help you prioritize which Web Vitals need attention most. Click on a Web Vital to open a more detailed summary of that metric and see which pages have the most [Opportunity](#opportunity) for improvement.

At the bottom of the **Web Vitals** page, a sortable table shows a list of your application's pages, along with their associated P75 values for each Web Vital. Each page also has its own individual Performance Score. The [Opportunity](#opportunity) column displays a page score's potential improvement to your application's overall Performance Score if maximized to 100. The search bar above this table allows you to filter for specific pages by route name.
At the bottom of the **Web Vitals** page, a sortable table shows a list of your application's pages, along with their associated average values for each Web Vital. Each page also has its own individual Performance Score. The [Opportunity](#opportunity) column displays a page score's potential improvement to your application's overall Performance Score if maximized to 100. The search bar above this table allows you to filter for specific pages by route name.

You can click through any of your application's pages from the **Web Vitals** page to get to the [Page Overview](#page-overview) display.

Expand Down Expand Up @@ -125,7 +125,7 @@ The **Page Overview** page displays a "Page Loads" chart in the right sidebar of

### Samples List

At the center of the **Page Overview**, Web Vital P75 values and scores are displayed. Clicking a Web Vital score will open a slideout panel containing a variety of **Page Load** samples with good to poor scores. Each sample contains an **Event ID** that can be clicked to open the [Event Detail](/product/sentry-basics/concepts/tracing/event-detail/) page for further investigation. If there is a [Replay](/product/session-replay/) or [Profile](/product/profiling/) associated with the sample page load, links will be included in the associated table columns.
At the center of the **Page Overview**, Web Vital average values and scores are displayed. Clicking a Web Vital score will open a slideout panel containing a variety of **Page Load** samples with good to poor scores. Each sample contains an **Event ID** that can be clicked to open the [Event Detail](/product/sentry-basics/concepts/tracing/event-detail/) page for further investigation. If there is a [Replay](/product/session-replay/) or [Profile](/product/profiling/) associated with the sample page load, links will be included in the associated table columns.

<div style="position: relative; padding-bottom: calc(56.97959183673469% + 41px); height: 0;">
<iframe
Expand Down

1 comment on commit ddd0122

@vercel
Copy link

@vercel vercel bot commented on ddd0122 Dec 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sentry-docs – ./

sentry-docs.sentry.dev
sentry-docs-git-master.sentry.dev
docs.sentry.io

Please sign in to comment.