Resource Hints Checker

Verify preload, preconnect, dns-prefetch and prefetch usage.

Resource hints let you tell the browser what to fetch or connect to early, shaving time off how quickly key assets arrive. Used well, preload, preconnect and dns-prefetch make a noticeable difference; used carelessly, they waste bandwidth and can even slow things down. A resource hints checker audits what you have so you get the speed-up without the side effects.

What it checks
  • preconnect to important third-party origins (fonts, CDNs, analytics)
  • preload for critical fonts, scripts and styles
  • dns-prefetch for external domains you depend on
  • Hints that are missing where they would clearly help
  • Excessive or unused hints that waste resources

Why it matters

Modern pages depend on third-party origins — fonts, analytics, CDNs — and the browser only discovers them once it parses the markup. Resource hints let it start the work sooner, cutting the connection setup time that often hides in the critical path. The catch is that over-hinting backfires, so auditing usage matters.

How BrandSentryPro does it

Add your site and BrandSentryPro reviews your resource hints, points out where a preconnect or preload would help and where hints are redundant, and re-checks as your dependencies change.

Frequently asked questions

What are resource hints?
Resource hints are link tags — like preload, preconnect, dns-prefetch and prefetch — that tell the browser to fetch resources or establish connections early, before it would otherwise discover them.
What is the difference between preload and preconnect?
Preconnect warms up the connection to an origin (DNS, TLS) so later requests to it are faster; preload actually fetches a specific resource early. Preconnect suits third-party origins, preload suits known critical assets.
Can resource hints slow my site down?
Yes, if overused. Too many preconnects or preloading resources that are not actually critical wastes bandwidth and contends with more important downloads. Auditing usage keeps the benefit without the cost.
All in one place

Run this check automatically

Add a monitor and BrandSentryPro keeps every check running for you — with alerts the moment something needs attention.

Get started