You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: _pages/cumulative-layout-shift.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -14,10 +14,14 @@ topics:
14
14
15
15
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.
16
16
17
+
Cumulative layout shift (CLS) is one of the performance <ahref="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
+
17
19
## About
18
20
19
21
Cumulative layout shift measures how much a page unexpectedly moves things around once they are displayed.
20
22
21
23
Regular interactions that change content like clicking a button are expected shifts and are not counted in the layout shift.
22
24
23
-
More information on the <ahref="https://web.dev/articles/cls">cumulative layout shift metric from web.dev</a>
25
+
More information on the <ahref="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 <ahref="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.
Copy file name to clipboardexpand all lines: _pages/first-contentful-paint.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -14,10 +14,14 @@ topics:
14
14
15
15
Core Web Vitals assessment grades first contentful paint as "good" when it happens in less than or equal to 1.8 seconds.
16
16
17
+
First contentful paint (FCP) is one of the performance <ahref="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
+
17
19
## About
18
20
19
21
First contentful paint measures how quickly the page begins to become visible.
20
22
21
23
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.
22
24
23
-
More information on the <ahref="https://web.dev/articles/fcp">first contentful paint metric from web.dev</a>
25
+
More information on the <ahref="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 <ahref="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.
Copy file name to clipboardexpand all lines: _pages/interaction-to-next-paint.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,12 @@ topics:
14
14
15
15
Core Web Vitals assessment grades a successful interaction to next paint as less than or equal to 0.2 seconds.
16
16
17
+
Interaction to next paint (INP) is one of the performance <ahref="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
+
17
19
## About
18
20
19
21
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.
20
22
21
-
More information on Interaction to next paint (INP) <ahref="https://web.dev/articles/inp">on web.dev</a>
23
+
More information on Interaction to next paint (INP) <ahref="https://web.dev/articles/inp">on web.dev</a>
24
+
25
+
The data ScanGov uses to evaluate sites is provided by the <ahref="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.
Copy file name to clipboardexpand all lines: _pages/largest-contentful-paint.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,12 @@ topics:
14
14
15
15
Core Web Vitals assessment grades largest contentful paint as "good" when it happens in less than or equal to 2.5 seconds.
16
16
17
+
Largest contentful paint (LCP) is one of the performance <ahref="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
+
17
19
## About
18
20
19
21
Largest contentful paint measures how quickly largest content block takes to become visible.
20
22
21
-
More information on the <ahref="https://web.dev/articles/lcp">largest contentful paint metric from web.dev</a>
23
+
More information on the <ahref="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 <ahref="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.
Copy file name to clipboardexpand all lines: _pages/time-to-first-byte.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,8 @@ topics:
14
14
15
15
Core Web Vitals assessment grades a successful time to first byte response as less than or equal to 0.8 seconds.
16
16
17
+
Time to first byte (TTFB) is one of the performance <ahref="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
+
17
19
## About
18
20
19
21
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
22
24
23
25
More information on the <ahref="https://web.dev/articles/ttfb">time to first byte metric from web.dev</a>
24
26
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 <ahref="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