But as a percentage of all sites that use preload (the ~2.5 million):
235,535 / 2,506,138 = 0.09 = 9%
228,895 / 2,506,138 = 0.09 = 9%
so about 18% combined (round up to say 20% for the leftovers that uselessly preload more than 2 resources).
Hope that helps :)
235,535 / 2,506,138 = 0.09 = 9%
228,895 / 2,506,138 = 0.09 = 9%
so about 18% combined (round up to say 20% for the leftovers that uselessly preload more than 2 resources).
Hope that helps :)
Comments
Leftovers seem to amount to 200,000 pages as well, so let's meet in the middle? :)
I originally thought that missing `crossorigin` on font preloads, could be a big contributing factor to unused preload hints. ...
https://gist.github.com/ko-jordan/577b53ebb18e779c98b13b1c7779993a
https://docs.google.com/spreadsheets/d/1U_dEH_d6VlBZJZEG-GCGr0g1ET6DHB0SUK5icLFg5QI/edit?gid=1037011126#gid=1037011126
That's good! Expected it to be much higher.
FYI: @paulcalvano.bsky.social - a non-mistake to add to your list 😀
It was easier for me to migrate the query than I was expecting:
https://har.fyi/guides/migrating-to-crawl-dataset/
I updated the query now to use the crawl.pages and it's 5 times cheaper! Also, the query looks a bit nicer. 😍