Skip to main content
短.be

Link Prefetch

A browser feature that pre-fetches linked resources in the background before the user clicks. Improves perceived page transition speed.

Jan 5, 2026 · About 1 min read

Redirect

Link prefetch is a browser optimization that speculatively loads resources for pages the user is likely to visit next. When a page includes prefetch hints, the browser downloads the target page's resources during idle time, making subsequent navigation appear instantaneous. Prefetch mechanisms include `<link rel="prefetch">` for next-navigation resources, `<link rel="preconnect">` for establishing early connections, and `<link rel="dns-prefetch">` for resolving domains ahead of time. For URL shortening services, prefetch optimization can eliminate perceived redirect latency. If a page containing short links prefetches the shortener's domain connection, the redirect resolution begins before the user clicks. Services can also prefetch final destinations after resolving the short URL, creating a near-instantaneous navigation experience.

Share on XHatena

Was this article helpful?

Related Terms

Related Articles

Ready to create a short URL?

Shorten a URL for Free