The page is loaded before the click

A cache plugin makes the server fast. Instant Page makes the click feel instant.

It serves cached static HTML and prefetches the next page while the visitor is still deciding to open it — so by the time they click, the browser is already holding the document.

One-site licence, one year of support and updates. Prices exclude VAT.

  1. 01

    Hover

    The pointer settles on a link. Nothing has been clicked, and on a slow connection nothing will be — Instant Page checks the connection before it spends anyone’s bandwidth.

  2. 02

    Prefetch

    The destination is fetched in the background and held in the browser. Cached pages are already static HTML at this point, so the server barely notices.

  3. 03

    Paint

    The click lands on a document the browser already has. There is no round trip left to wait through, which is the part visitors actually feel.

Six mechanisms, one switch

Page speed is not one problem, so Instant Page is not one trick. Each of these removes a different part of the delay between a visitor wanting a page and seeing it.

Page caching

Generates static HTML pages and serves them straight from your web server, so a request never waits on Joomla to rebuild a page that has not changed.

Preload links

Prepares a page in the browser moments before the visitor clicks it. The work happens during the hesitation that would otherwise be dead time.

Lazy rendering

Renders sections only as they enter the viewport, which keeps cumulative layout shift down instead of trading one Core Web Vital for another.

Double-keyed HTTP cache

Uses modern browser HTTP caching for both same-origin and cross-origin requests, matching how current browsers actually partition their caches.

Session stitching

Keeps Joomla sessions intact behind the cache, so logged-in visitors and cart state survive being served a cached document.

Auto speed detection

Prefetching is withheld from visitors on slow connections. Speeding up a fast connection should not come at the expense of a metered one.

Nobody wants a second job tuning cache

The reason performance work gets postponed is rarely the plugin. It is the afternoon that disappears into settings, and the client site that breaks two weeks later for reasons nobody can reconstruct.

One-click configuration

There is no tuning phase. Enable the plugin and the defaults are the configuration — no cache-warming schedule to design, no minification matrix to bisect when a page breaks.

Lean by construction

Clean, valid, lightweight code. Instant Page adds speed without adding load, so shared hosting does not become the next thing to solve.

Compatible, with an escape hatch

Built and tested against Joomla templates and extensions generally. When something does conflict, exclusions resolve it at the page or component level rather than forcing the plugin off.

Aimed at Core Web Vitals

Faster paints and steadier layout are what the Core Web Vitals measure, and what Google reads as a ranking input. Speed work stops being invisible.

“Instant Page is a great caching plugin that hits all the marks, and their team has been a delight to work with. Our customers love it because it speeds up their sites, simple as that! When a corePHP customer asks us what the best caching plugin is, we are happy to recommend Instant Page.”

Co-founder and CEO, corePHP
Site speed improvement reported with Instant Page enabled
50%
Increase in conversions after switching Instant Page on

Figures published by ThemeXpert. Results vary with hosting, template and traffic.

Questions before you install

Does Instant Page work with my template and extensions?

It is coded and tested to work with Joomla templates and extensions generally. Where a specific component does conflict, you exclude that page or component rather than disabling the plugin, so the rest of the site keeps the benefit.

What happens to logged-in visitors and sessions?

Session stitching keeps Joomla sessions intact behind the cache. Logged-in state and cart contents are preserved rather than being flattened into whatever the cached copy contained.

Will prefetching waste bandwidth for visitors on mobile data?

Auto speed detection checks the connection first and withholds prefetching when the visitor is on a slow one. Only connections that can afford the prefetch get it.

Is this a cache plugin or a prefetch plugin?

Both, and the combination is the point. Page caching removes the server-side wait; link preloading removes the network wait by starting the request before the click. Either alone leaves half the delay in place.

Do I still need to configure anything after installing?

No. Instant Page is designed to work on its defaults, which is the difference between it and cache plugins that expect a tuning session before they help.