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: src/templates/en/2022/methodology.html
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -85,13 +85,13 @@ <h2 id="dataset"><a href="#dataset" class="anchor-link">About the dataset</a></h
85
85
</p>
86
86
87
87
<p>
88
-
For example, to understand the median number of bytes of JavaScript per desktop and mobile page, see <ahreflang="en" href="https://github.com/HTTPArchive/almanac.httparchive.org/blob/main/sql/2021/javascript/bytes_2021.sql">bytes_2021.sql</a>:
88
+
For example, to understand the median number of bytes of JavaScript per desktop and mobile page, see <ahreflang="en" href="https://github.com/HTTPArchive/almanac.httparchive.org/blob/main/sql/2022/javascript/bytes_2022.sql">bytes_2022.sql</a>:
89
89
</p>
90
90
91
91
<divclass="code-block floating-card">
92
92
{# To generate this markup temporarily add a ```sql code block to a chapter and generate that chapter and you’ll get the HTML #}
93
93
{# Note extra attributes on pre tag to allow keyboard scroll so add them back in #}
<ahreflang="en" href="https://developers.google.com/web/tools/lighthouse/">Lighthouse</a> is an automated website quality assurance tool built by Google. It audits web pages to make sure they don’t include user experience antipatterns like unoptimized images and inaccessible content.
253
+
<ahreflang="en" href="https://developer.chrome.com/docs/lighthouse/overview/">Lighthouse</a> is an automated website quality assurance tool built by Google. It audits web pages to make sure they don’t include user experience antipatterns like unoptimized images and inaccessible content.
For more information about Lighthouse and the audits available in HTTP Archive, refer to the <ahreflang="en" href="https://developers.google.com/web/tools/lighthouse/">Lighthouse developer documentation</a>.
298
+
For more information about Lighthouse and the audits available in HTTP Archive, refer to the <ahreflang="en" href="https://developer.chrome.com/docs/lighthouse/overview/">Lighthouse developer documentation</a>.
The <ahreflang="en" href="https://developers.google.com/web/tools/chrome-user-experience-report">Chrome UX Report</a> is a public dataset of real-world Chrome user experiences. Experiences are grouped by websites’ origin, for example <code>https://www.example.com</code>. The dataset includes distributions of UX metrics like paint, load, interaction, and layout stability. In addition to grouping by month, experiences may also be sliced by dimensions like country-level geography, form factor (desktop, phone, tablet), and effective connection type (4G, 3G, etc.).
326
+
The <ahreflang="en" href="https://developer.chrome.com/docs/crux/">Chrome UX Report</a> is a public dataset of real-world Chrome user experiences. Experiences are grouped by websites’ origin, for example <code>https://www.example.com</code>. The dataset includes distributions of UX metrics like paint, load, interaction, and layout stability. In addition to grouping by month, experiences may also be sliced by dimensions like country-level geography, form factor (desktop, phone, tablet), and effective connection type (4G, 3G, etc.).
327
327
</p>
328
328
329
329
<p>
330
-
The Chrome UX Report dataset includes relative <ahref="https://developers.google.com/web/updates/2021/03/crux-rank-magnitude">website ranking data</a>. These are referred to as <em>rank magnitudes</em> because, as opposed to fine-grained ranks like the #1 or #116 most popular websites, websites are grouped into rank buckets from the top 1k, top 10k, up to the top 10M. Each website is ranked according to the number of <ahref="https://developer.chrome.com/docs/crux/methodology/#eligibility">eligible</a> page views on all of its pages combined. This year's Web Almanac makes extensive use of this new data as a way to explore variations in the way the web is built by site popularity.
330
+
The Chrome UX Report dataset includes relative <ahref="https://developer.chrome.com/blog/crux-rank-magnitude/">website ranking data</a>. These are referred to as <em>rank magnitudes</em> because, as opposed to fine-grained ranks like the #1 or #116 most popular websites, websites are grouped into rank buckets from the top 1k, top 10k, up to the top 10M. Each website is ranked according to the number of <ahref="https://developer.chrome.com/docs/crux/methodology/#eligibility">eligible</a> page views on all of its pages combined. This year's Web Almanac makes extensive use of this new data as a way to explore variations in the way the web is built by site popularity.
0 commit comments