Resource hints like preload and preconnect can make sites load faster, but can also hurt performance if used wrongly. This tool checks your site for common problems with them.
Have used this a bunch in the last couple of weeks, really great tool. Good work @mattzeunert
Sent me off down multiple rabbit holes... emerged at the other end with a faster site!
Hi everyone π
I run a website monitoring tool and noticed that a lot of sites use resource hints incorrectly. For example, preloading a large number of low-priority resources or missing a crossorigin header for a CORS request (so that the browser can't use the downloaded resource).
The validator checks for common problems with resource hints. Hints are confusingly complex, so I'm there are many edge cases that aren't fully covered right now. Let me know if you run into one!