HTTPArchive / cwv-tech-report

Core Web Vitals Technology Report
https://cwvtech.report
28 stars 2 forks source link

Include semi-step CrUX ranks #29

Open rviscomi opened 1 year ago

rviscomi commented 1 year ago

Starting in 202210, the CrUX dataset includes semi-step ranks: 50k, 500k, 5M, and 50M. These are in addition to the full-step ranks that the CWV TR currently supports: 10k, 100k, 1M, 10M, 100M.

Consider adding support for the semi-steps.

rviscomi commented 1 year ago

Need to be careful not to create confusion with this feature. For example, in 202201, there is no 50k rank, so the current implementation of "rank <= 50k" would only include the top 10k despite being labeled as "Top 50k". Maybe that's tolerable, or maybe we should find a way to make the semi-steps available only after 202210.