Skip to main content
SuperchargePerformance Free

DNS Prefetching — Open Links Faster in Chrome (2026)

Clicking a link to a new site adds a hidden 20-120ms delay. SuperchargePerformance resolves linked sites in the background so the page opens faster.

Updated

Every time you navigate to a domain you haven’t visited recently, Chrome performs a DNS lookup before it can start the connection. On fast networks this adds tens of milliseconds. On slower ones it’s the first in a chain of delays.

How It Works

SuperchargePerformance scans links on the current page and injects connection hints for the domains those links point to. The top three domains get a <link rel="preconnect"> hint — Chrome completes the full DNS + TCP + TLS handshake in the background. Remaining domains get a lighter <link rel="dns-prefetch"> hint that resolves only the DNS record.

Click a link to one of those domains and the DNS step is already done. The browser can start the connection and request immediately.

Two Modes

ModeWhat’s prefetched
CommonA fixed list of 7 widely used domains (Google, YouTube, Amazon, CloudFront)
All Page DomainsEvery unique external domain found across the first 175 links, scripts, and iframes on the current page

Common mode is lighter — the hint list never changes per page. All Page Domains is more aggressive, scanning the actual page contents so prefetches cover the specific external services this page links to. The trade-off is more background DNS queries.

Default is Off. Enable it if you find navigation to new domains feels sluggish, particularly on connections with high DNS latency.

PRO Requirement

Predictive DNS Prefetching requires a PRO license. It is available as part of the one-time PRO upgrade alongside custom tab suspension timers, system font forcing, full script blocking, background throttling, and image blocking.

Privacy Note

DNS queries for prefetched domains go to your configured DNS resolver. This means your resolver sees requests for domains linked on the current page, including ones you never click. If that’s a concern, leave the feature off. No data goes to SuperchargeBrowser — the only external communication is standard DNS resolution through your own resolver.

Frequently Asked Questions

What is DNS prefetching and why does it help?
When you click a link to a new domain, Chrome first performs a DNS lookup to resolve the domain name to an IP address. This lookup adds 20-120ms of latency before the page can start loading. The extension injects connection hints in the background while you're still on the current page — the top priority domains get a full preconnect (DNS + TCP + TLS), and the rest get a dns-prefetch (DNS only) — so when you click, that step is already done.
What does 'Common' mode do versus 'All Page Domains'?
Common mode injects dns-prefetch hints for a fixed list of seven widely used domains (google.com, gstatic.com, youtube.com, googlevideo.com, ytimg.com, amazon.com, cloudfront.net). All Page Domains scans up to 175 elements on the current page — links, scripts, iframes — and injects hints for each unique external domain it finds.
Is this a PRO-only feature?
Yes. Predictive DNS Prefetching is PRO-only. The toggle appears in the popup with a PRO badge on the free tier.
Does DNS prefetching affect my privacy?
DNS prefetching sends DNS queries for domains linked on the current page — including links you never click. Your DNS resolver sees requests for those domains. If privacy is a concern, the feature can be left off. SuperchargePerformance itself sends no data anywhere; the DNS queries go to your configured DNS resolver only.
Can I combine DNS prefetching with the page preloading feature?
Yes. Preload Pages on Hover prefetches the full page when you hover a link. DNS Prefetching is a lighter-weight complement — it only resolves the domain name in advance rather than fetching the page. Running both is fine; the DNS step will already be resolved before hover prefetching starts, so the prefetch request starts slightly faster.

Related Features

From the Library