Skip to content

Commit 427cf6a

Browse files
rdforterf
andauthored
chore(cwv): add methodology (#277)
Co-authored-by: rf <rf@ryans-MacBook-Air.local>
1 parent f47c59e commit 427cf6a

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
import MethodologyNotes from '../components/MethodologyNotes.astro'
3+
---
4+
5+
<MethodologyNotes>
6+
<li>
7+
All Core Web Vitals for Desktop are sourced from <a
8+
href="https://httparchive.org/reports/techreport/tech"
9+
target="_blank"
10+
rel="noopener noreferrer">HTTP Archive</a
11+
>
12+
</li>
13+
<li>Metrics refresh monthly</li>
14+
</MethodologyNotes>

packages/docs/src/pages/run-time.astro

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import SSRRequestThroughputStatsTable from '../components/SSRRequestThroughputSt
1616
import Layout from '../layouts/Layout.astro'
1717
import CoreWebVitalsTable from '../components/CoreWebVitalsTable.astro'
1818
import CoreWebVitalsCharts from '../components/CoreWebVitalsCharts.astro'
19+
import CoreWebVitalsMethodologyNotes from '../components/CoreWebVitalsMethodologyNotes.astro'
1920
---
2021

2122
<Layout>
@@ -42,4 +43,5 @@ import CoreWebVitalsCharts from '../components/CoreWebVitalsCharts.astro'
4243
<h2 id="server-side-load-test">Core Web Vitals Desktop</h2>
4344
<CoreWebVitalsCharts />
4445
<CoreWebVitalsTable />
46+
<CoreWebVitalsMethodologyNotes />
4547
</Layout>

0 commit comments

Comments
 (0)