Back to Blog

How WordPress Got Fast and Interactive: The Interactivity API and Instant Navigation

Published on 5 August 2026

For a long time, “interactive WordPress site” meant one of two things: a pile of jQuery bolted on by hand, or a heavy JavaScript framework wrapped around a headless build. Neither was great. One was messy and fragile; the other was a lot of machinery for what were often small touches of interactivity.

That’s been changing, thanks to two additions that don’t get the headlines they deserve: the Interactivity API and speculative loading. Together they let a standard WordPress site feel as quick and slick as a single-page app – without becoming one.

The Interactivity API: a standard way to be interactive

The Interactivity API gives WordPress a single, official way to add front-end interactivity to blocks. Think of the things that used to need a custom script or a whole framework: a filterable product grid, a live search box, an add-to-cart that updates without a reload, an image carousel, a “load more” button that actually works with the rest of the page.

Before, every developer solved these differently, and the solutions rarely played nicely together. The Interactivity API standardises the pattern, so interactive blocks from different sources can coexist without conflicting – and without shipping three copies of a framework to the browser.

The key wins for site owners:

  • It’s lightweight. The runtime is small and shared, so you get app-like behaviour without the multi-hundred-kilobyte JavaScript payload a full framework brings.
  • It works with server rendering. Pages still render on the server – good for SEO and first paint — with interactivity layered on top, rather than the browser rebuilding the page from scratch.
  • It’s native. No third-party dependency to maintain, update or eventually rip out.

Speculative loading: pages that feel instant

The second piece is about perceived speed. Speculative loading uses the browser’s Speculation Rules to prefetch or pre-render the page a visitor is most likely to click next – so when they do click, it’s already there. The navigation feels instant.

It’s a small change with an outsized effect. Most of how “fast” a site feels comes from how quickly the next page appears, and this closes much of that gap for free. On WordPress it can be enabled with minimal fuss and tuned to prefetch conservatively (on hover) or aggressively (eagerly), depending on your traffic and server headroom.

Why this matters beyond the tech

These aren’t just developer conveniences. They move real business numbers:

  • Core Web Vitals. Less JavaScript and faster navigation feed directly into the metrics Google uses, and into how the site actually feels to use.
  • Conversion. Speed and smoothness correlate with people staying, browsing and buying. A store or lead-gen site that feels instant simply converts better than one that stutters.
  • Lower complexity. For a lot of sites, this combination removes the reason to go fully headless at all. You get much of the slickness with a fraction of the architectural overhead – and the whole thing stays a normal, editable WordPress site.

The honest caveats

None of this is a magic “make it fast” button. The Interactivity API rewards blocks that are built thoughtfully; bolt it onto a bloated site and you’ll still have a bloated site. Speculative loading needs a little care on dynamic or logged-in pages so you don’t prefetch things you shouldn’t, and on very constrained hosting you’ll want to prefetch conservatively. As always, the platform gives you the capability – using it well is the craft.

The takeaway

The quiet story of the last couple of years is that WordPress closed most of the “feels like an app” gap without asking you to leave WordPress. If your site still relies on ad-hoc scripts or carries a heavy framework for a few interactive touches, there’s now a leaner, faster, native way to do it – and your visitors will feel the difference before they can explain it.


Want your WordPress or WooCommerce site to feel genuinely fast and modern? Get in touch – I build with the Interactivity API and instant-navigation techniques to hit Core Web Vitals without the headless overhead.

Let's Work Together

Got a project like this in mind?

I build bespoke AI agents, RAG systems, and high-performance WordPress & Next.js sites. Let's talk about what's possible.

How WordPress Got Fast and Interactive: The Interactivity API and Instant Navigation - Phil Owen