DebugBear
p/debugbear
Front-end website performance monitoring
Matt Zeunert
Browser Resource Hint Validator β€” Check preconnect and preload hints are working correctly
Featured
2
β€’
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.
Replies
Colin McDermott
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!
Matt Zeunert
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!