Open
Description
The analyze-loading-optimization
command doesn't currently account for fetchpriority=high
being added for images via preload links:
wpp-research/cli/commands/analyze-loading-optimization.mjs
Lines 418 to 430 in 8163be1
This is done by the Image Prioritizer plugin especially when the same image is not LCP on mobile and desktop, as in this case adding fetchpriority=high
could be incorrect for one or the other.