Skip to content

Commit 28acd75

Browse files
committed
add more core web vitals info
1 parent f0268f0 commit 28acd75

5 files changed

+23
-5
lines changed

_pages/cumulative-layout-shift.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,14 @@ topics:
1414

1515
Core Web Vitals assessment grades cumulative layout shift as "good" when the page is making less than or equal to 0.1 seconds of unexpected shifts.
1616

17+
Cumulative layout shift (CLS) is one of the performance <a href="https://developers.google.com/search/docs/appearance/core-web-vitals">Core Web Vitals</a> metrics that help ensure passable user experience for visitors on all devices and affect a site's search engine ranking.
18+
1719
## About
1820

1921
Cumulative layout shift measures how much a page unexpectedly moves things around once they are displayed.
2022

2123
Regular interactions that change content like clicking a button are expected shifts and are not counted in the layout shift.
2224

23-
More information on the <a href="https://web.dev/articles/cls">cumulative layout shift metric from web.dev</a>
25+
More information on the <a href="https://web.dev/articles/cls">cumulative layout shift metric from web.dev</a>
26+
27+
The data ScanGov uses to evaluate sites is provided by the <a href="https://developer.chrome.com/docs/crux">Chrome user experience report</a>. This dataset is compiled from real visitor data each domain. Sites with low traffic will not have any data available in the Chrome user experience report. In that case we run our own lighthouse audit.

_pages/first-contentful-paint.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,14 @@ topics:
1414

1515
Core Web Vitals assessment grades first contentful paint as "good" when it happens in less than or equal to 1.8 seconds.
1616

17+
First contentful paint (FCP) is one of the performance <a href="https://developers.google.com/search/docs/appearance/core-web-vitals">Core Web Vitals</a> metrics that help ensure passable user experience for visitors on all devices and affect a site's search engine ranking.
18+
1719
## About
1820

1921
First contentful paint measures how quickly the page begins to become visible.
2022

2123
Any section of the page counts for this measurement so if the header is displayed while the rest of the page is still blank this is considered complete.
2224

23-
More information on the <a href="https://web.dev/articles/fcp">first contentful paint metric from web.dev</a>
25+
More information on the <a href="https://web.dev/articles/fcp">first contentful paint metric from web.dev</a>
26+
27+
The data ScanGov uses to evaluate sites is provided by the <a href="https://developer.chrome.com/docs/crux">Chrome user experience report</a>. This dataset is compiled from real visitor data each domain. Sites with low traffic will not have any data available in the Chrome user experience report. In that case we run our own lighthouse audit.

_pages/interaction-to-next-paint.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,12 @@ topics:
1414

1515
Core Web Vitals assessment grades a successful interaction to next paint as less than or equal to 0.2 seconds.
1616

17+
Interaction to next paint (INP) is one of the performance <a href="https://developers.google.com/search/docs/appearance/core-web-vitals">Core Web Vitals</a> metrics that help ensure passable user experience for visitors on all devices and affect a site's search engine ranking.
18+
1719
## About
1820

1921
Interaction to next paint measures page interaction latency. It can be confusing and frustrating for visitors when clicking on elements in your web application does not produce an immediate response.
2022

21-
More information on Interaction to next paint (INP) <a href="https://web.dev/articles/inp">on web.dev</a>
23+
More information on Interaction to next paint (INP) <a href="https://web.dev/articles/inp">on web.dev</a>
24+
25+
The data ScanGov uses to evaluate sites is provided by the <a href="https://developer.chrome.com/docs/crux">Chrome user experience report</a>. This dataset is compiled from real visitor data each domain. Sites with low traffic will not have any data available in the Chrome user experience report. In that case we run our own lighthouse audit.

_pages/largest-contentful-paint.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,12 @@ topics:
1414

1515
Core Web Vitals assessment grades largest contentful paint as "good" when it happens in less than or equal to 2.5 seconds.
1616

17+
Largest contentful paint (LCP) is one of the performance <a href="https://developers.google.com/search/docs/appearance/core-web-vitals">Core Web Vitals</a> metrics that help ensure passable user experience for visitors on all devices and affect a site's search engine ranking.
18+
1719
## About
1820

1921
Largest contentful paint measures how quickly largest content block takes to become visible.
2022

21-
More information on the <a href="https://web.dev/articles/lcp">largest contentful paint metric from web.dev</a>
23+
More information on the <a href="https://web.dev/articles/lcp">largest contentful paint metric from web.dev</a>
24+
25+
The data ScanGov uses to evaluate sites is provided by the <a href="https://developer.chrome.com/docs/crux">Chrome user experience report</a>. This dataset is compiled from real visitor data each domain. Sites with low traffic will not have any data available in the Chrome user experience report. In that case we run our own lighthouse audit.

_pages/time-to-first-byte.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ topics:
1414

1515
Core Web Vitals assessment grades a successful time to first byte response as less than or equal to 0.8 seconds.
1616

17+
Time to first byte (TTFB) is one of the performance <a href="https://developers.google.com/search/docs/appearance/core-web-vitals">Core Web Vitals</a> metrics that help ensure passable user experience for visitors on all devices and affect a site's search engine ranking.
18+
1719
## About
1820

1921
Time to first byte measures how fast your server is responds.
@@ -22,4 +24,4 @@ This is the first step in the performance pipeline. If this is not fast it is di
2224

2325
More information on the <a href="https://web.dev/articles/ttfb">time to first byte metric from web.dev</a>
2426

25-
The data ScanGov uses to evaluate sites is provided by the Chrome user experience report. This dataset is compiled from real visitor data each domain. Sites with low traffic will not have any data available in the Chrome user experience report. In that case we run our own lighthouse audit.
27+
The data ScanGov uses to evaluate sites is provided by the <a href="https://developer.chrome.com/docs/crux">Chrome user experience report</a>. This dataset is compiled from real visitor data each domain. Sites with low traffic will not have any data available in the Chrome user experience report. In that case we run our own lighthouse audit.

0 commit comments

Comments
 (0)