Need to know the Origins which are being used for CWV report calculation

3 views
Skip to first unread message

Harmeet Singh

unread,
3:15 AM (14 hours ago) 3:15 AM
to web-vitals-feedback

Barry Pollard

unread,
4:37 AM (13 hours ago) 4:37 AM
to Harmeet Singh, web-vitals-feedback
It looks like you're specifically asking about the HTTP Archive CWV Tech Report.

This is a combination of the origins that have sufficient public traffic to be included in CrUX and also that were crawlable by the monthly HTTP Archive.

You can see the list of sites detected using each technology here:

SELECT DISTINCT
root_page,
rank
FROM
`httparchive.crawl.requests`
WHERE
date = '2025-07-01' AND
url LIKE '%web-vitals%' AND
(root_page LIKE '%.gov.%' OR root_page LIKE '%.gov/%')
ORDER BY
rank,
root_page

Thanks,
Barry

--
You received this message because you are subscribed to the Google Groups "web-vitals-feedback" group.
To unsubscribe from this group and stop receiving emails from it, send an email to web-vitals-feed...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/web-vitals-feedback/d1f86993-7473-4974-a4e9-12f064b7bf5fn%40googlegroups.com.
Reply all
Reply to author
Forward
0 new messages