There are two kinds of fast on the web. The first is a page that loads quickly when someone arrives, the kind of speed Google measures and rewards. The second is rarer and more striking: a site where every next click appears immediately, no blink, no loading, like flipping pages in a book. Visitors never name it, but they feel it, and they trust sites that have it. The businesses with that second kind of speed are almost never doing anything clever with their servers. They are using a browser feature most site owners have never heard of.

The idea is simple to say: start loading the next page before the visitor clicks. If someone’s cursor is hovering over “Pricing”, or their thumb has touched the link but not yet lifted, the odds they are about to open it are high. Those fractions of a second are enough for the browser to fetch the page, and even fully build it, invisibly in the background. When the click lands, the finished page is simply swapped into view. The wait did not get shorter. It got moved to where nobody experiences it.

Why you have not heard of this

The mechanism is called speculation rules: a short set of instructions embedded in a page that tells the browser which links it may prepare in advance and how eagerly. It arrived in Chrome in 2024 and works in Edge as well; browsers that do not understand it simply ignore the instructions, so there is no risk for anyone else. It replaced older, cruder prefetching tricks that never worked reliably enough to spread.

Two years on, it remains one of the most underused features on the web. Large e-commerce sites and a handful of performance-obsessed publishers use it. The agencies building ordinary business sites mostly do not, partly because the sites they ship have heavier problems, and partly because the feature never had a marketing push. Which is precisely the opportunity: this is a visible quality difference your competitors are not offering.

The honest caveats

Like most sharp tools, it can be used stupidly, and an honest article says so.

Preparing pages costs data. Told to prepare every link immediately, a page can burn a mobile visitor’s data allowance on pages never opened. The feature has eagerness levels for exactly this reason, and the sane default is conservative: prepare a page when someone hovers or touches, not before.

Pages that change state do not belong in the rules. Nothing with a cart, a login, a form submission. Prepare the reading pages, the service pages, the article a visitor is obviously about to open.

And measurement needs a glance. A page built in the background but never viewed should not count as a visit. Modern analytics handles prepared pages correctly, but “modern” is doing work in that sentence, and it is worth verifying once after switching this on.

Dessert, not dinner

The bigger caveat is order. Making the next click instant on a site that takes five seconds to arrive is perfume on a swamp. The foundation is still a site that is light and fast on first contact, because that first impression is the one Google scores and the one that decides whether a visitor stays for a second click at all. Speculation rules are dessert: wonderful when dinner was good.

But when the foundation is in place, the effect on behaviour is real. Instant navigation removes the tiny tax on curiosity, so visitors open one more service page, one more article, one more case study, and each extra page is another chance to convince. Speed a customer can feel is a trust signal no badge can fake.

Every site I build starts fast by construction. Where it makes sense, this is the finishing layer on top, a few careful lines that make the whole site feel like one continuous surface. If you want to know whether your site is fast enough to deserve dessert, the free audit will tell you plainly, including what to fix first if it is not.