There are few ways I'd love to debug if Chrome really "used this advice" whilst rendering page or not. I'm struggling with all of them for different reasons.
a) performance.getEntriesByName('https://websitevswebapp.com/static/dyno.jpg')[0].initiatorType - sometimes gives me `early-hints`, sometimes - `link`. Could someone shine a light why return values vary? If loading from browser cache - `link`, if loading from server - `early-hints`?
c) And lastly, how would I silence the warning `The resource https://websitevswebapp.com/static/dyno.jpg was preloaded using link preload in Early Hints but not used within a few seconds from the window's load event.` which is emited to console? (am using Chrome 107 beta)