-
Performance
Warm up connections and next-page loads with prefetch hints
Use preconnect, dns-prefetch, and prefetch to hide latency you can't remove.
Free Prompt
What This Does / How This Helps
This maps your critical origins and predictable navigations, then adds preconnect and prefetch hints with a strict budget so they help instead of adding noise. Connection setup (DNS, TLS) to a third-party origin can cost hundreds of milliseconds on mobile, and it happens serially when the browser discovers the origin late. Preconnecting to the two or three origins that matter removes that from the critical path. The trap is overdoing it: pages with a dozen preconnects and prefetches for every link spend the user's bandwidth and battery on guesses. This applies the hints where the payoff is real and skips the rest.
Want to skip doing this by hand?
Fortivibe audits your app for all of the areas these prompts cover (and more).