La Refonte

La Refonte insights

WP Rocket: Complete Setup, Real Testsand Review for a Faster WordPress Site

A complete 2026 WP Rocket test: installation, the optimum settings for every tab and measured results on real WordPress sites. Find out whether this caching plugin is worth the price.

  • WordPress
  • Performance
  • Caching
  • WP Rocket
  • PageSpeed
Audit SEO

Audit SEO

Agence WordPress

WordPress

Refonte de Site Web

Refonte

📌 Key takeaways

  • The PageSpeed comparison in this guide is a non-contractual illustration: always measure your own before and after
  • The plugin combines caching, minification, lazy loading and DNS prefetching in one extension with no technical setup
  • Three plans range from €49 to €249 a year, covering one to 50 sites at the first Multi tier, with one year of updates and support
  • A premium alternative to free plugins, with an estimated setup-time saving of three to five hours

WP Rocket: the leading WordPress caching plugin

WP Rocket is a premium WordPress caching plugin that accelerates page loading by combining caching, CSS and JavaScript minification, image lazy loading and DNS preconnect in one extension, without changing your website's source code.

Launched in 2013 by French developer WP Media, WP Rocket reported more than 5.5 million equipped websites on its official page in August 2026. Its adoption reflects a rare concept among performance plugins: it works effectively as soon as it is activated. Page caching and several optimisations begin immediately. Advanced options including minification, lazy loading and automatic preloading go further without requiring specialist skills.

This guide covers step-by-step installation, every settings tab, pricing verified in August 2026 and comparison with free alternatives. The before-and-after block illustrates a possible technical scenario, not a guaranteed outcome. The aim is a reproducible method: measure, enable one setting, check the display and compare metrics on the same pages.

WP Rocket dashboard with cache, file optimisation and preloading tabs on a WordPress background
The WP Rocket dashboard brings every performance setting into a clean interface

Why WordPress speed affects your results

Google measures real experience through Core Web Vitals: LCP for loading, INP for responsiveness and CLS for visual stability. Its ranking systems use these signals, but good scores do not guarantee first place. Useful content, relevance and other aspects of experience remain decisive.

Speed also affects behaviour. Portent's 2022 study analysed more than 100 million page views across 20 B2B and B2C websites. It found that a one-second online-shop load time delivered a conversion rate 2.5 times higher than a five-second load time, and that each additional second correlated with an average 0.3-point fall in e-commerce conversion. This correlation cannot predict a financial gain for your site.

A historical Think with Google benchmark reported that 53% of mobile visits were abandoned after three seconds. Treat it as a behavioural reference, not a universal current threshold. On WordPress, PHP, the database, theme, extensions and third-party scripts all contribute to delay, so one laboratory test cannot describe the whole experience.

A caching plugin can pre-generate HTML, defer non-critical resources and reduce server work. Measure the same URLs on the same device and connection. Start by testing website performance, then monitor bounce rate and conversions in your own tools. Speed remains one technical element: Google visibility and AI citations also depend on substance, structure and authority.

The impact of speed in figures

2.5×

e-commerce conversion at one second versus five seconds in Portent's 2022 study

53%

of mobile visits abandoned after three seconds in Google's historical benchmark

2.5 s

recommended LCP threshold for a good experience (Google Search Central)

0.1

recommended CLS threshold for good visual stability (Google Search Central)

Nine WP Rocket features that boost your website

WP Rocket combines features that would normally require three to five separate plugins. Each targets a specific aspect of performance: server caching, front-end optimisation or external-resource management.

Page caching is the plugin's core. WP Rocket generates a static HTML version of every visited page and serves it to subsequent visitors without invoking PHP or MySQL. Depending on server configuration, this alone reduces TTFB by 40% to 80% (source: HTTP Archive, 2025).

CSS and JavaScript minification and combination remove unnecessary spaces, comments and characters. WP Rocket can also defer non-critical JavaScript and delay third-party scripts such as Google Analytics or Meta Pixel. GTmetrix benchmarks show these optimisations reducing HTTP requests by 30% to 50% (source: GTmetrix, 2025).

Lazy loading delays images and iframes until visitors scroll near them. Cache preloading scans the XML sitemap to build pages in the background. Database clean-up removes revisions, drafts, spam comments and outdated transients. Together, these improve initial loading and long-term server responsiveness (source: WP Rocket Documentation, 2025).

Essential

Page caching

Generates static HTML files to serve pages instantly without PHP or MySQL queries

Performance

CSS/JS minification

Removes spaces and comments from front-end files, reducing their size by 20% to 40%

Performance

Lazy loading

Loads images and iframes only when visitors scroll near them

Advanced

Delay JS Execution

Delays third-party scripts until the user's first interaction

Advanced

Remove Unused CSS

Analyses each page and removes unused CSS rules, reducing them by up to 70%

Essential

Cache preloading

Scans your XML sitemap to pre-generate every page's cache automatically

Performance

DNS prefetch

Resolves external domains in advance to save 20–120 ms per request

Maintenance

Database clean-up

Removes revisions, drafts and obsolete transients to lighten the database

Network

CDN integration

Works with RocketCDN, Cloudflare, BunnyCDN and any CDN using a custom CNAME

WP Rocket settings screen with CSS and JavaScript minification enabled in WordPress
The File Optimisation tab groups minification and deferred-loading settings

How to install and configure WP Rocket in five steps

  1. 1

    Étape 1

    Buy and download WP Rocket

    Visit wp-rocket.me and choose Single, Plus or Multi. After payment, download the ZIP from your account. WP Rocket is distributed by its developer and is not available as a free WordPress.org plugin.

  2. 2

    Étape 2

    Install the plugin through WordPress

    In WordPress, go to Plugins > Add New > Upload Plugin. Select the ZIP and click Install. Do not extract it first; WordPress handles that automatically.

  3. 3

    Étape 3

    Activate WP Rocket and check caching

    Click Activate. WP Rocket immediately applies page caching, Gzip compression and DNS prefetching. Open the site in a private window and inspect the HTML source: at the foot confirms that caching works.

  4. 4

    Étape 4

    Configure the essential settings

    Go to Settings > WP Rocket. Enable separate mobile caching under Cache; CSS and JavaScript minification under File Optimisation; image and iframe LazyLoad under Media; and cache preloading with your XML sitemap URL under Preload.

  5. 5

    Étape 5

    Test with PageSpeed Insights

    Test your URL at pagespeed.web.dev and compare it with the pre-installation result. If the gain is below 20 points, enable Remove Unused CSS and Delay JS Execution, retest and add exclusions if visual elements break.

Configure WP Rocket caching: optimum settings

The Cache panel is the first tab to configure. Focus on mobile caching, cache lifespan and caching for logged-in users.

Enable mobile caching separately. WP Rocket creates desktop and mobile versions of every page so that each device receives suitable HTML. This is critical when the theme has significant responsive variations. Since Google's move to mobile-first indexing, the mobile version determines rankings (source: Google Search Central, 2023).

Cache lifespan controls regeneration frequency. The default ten hours suits most brochure websites. Reduce it to eight hours for a daily blog, or four to six hours for an online shop with changing prices or limited stock.

Do not cache logged-in users except for specific membership or personalised-account sites. If a theme displays personal data in the header, this can expose one user's cached content to another. Official documentation recommends leaving it disabled for WooCommerce (source: WP Rocket, 2025). Measure the effect immediately with before-and-after PageSpeed tests.

WP Rocket configuration tip

  • Test in private browsing after every settings change to see the real result
  • Clear WP Rocket's cache from the admin bar after every change
  • Use GTmetrix alongside PageSpeed Insights for complementary HTTP-request analysis

Advanced CSS, JavaScript and media optimisation

File Optimisation contains WP Rocket's most powerful and sensitive settings. CSS minification removes spaces and comments from stylesheets; JavaScript minification does the same for scripts. Enable both, testing after each change for visual conflicts.

CSS combination merges files to reduce HTTP requests. It works on most sites but can conflict with Elementor or Divi when they generate dynamic inline CSS. If the layout breaks, disable combination and retain minification.

Remove Unused CSS is the most aggressive feature. It analyses each page and removes unused rules. Our tests found reductions of up to 70%, but every page must be checked. Exclude dynamically loaded modals, hamburger menus, scroll-triggered carousels and chat widgets.

Enable Delay JS Execution to postpone analytics, chat widgets and tracking pixels until a click, scroll or keystroke. The LCP and INP gain is immediate. Across eight WordPress sites, our tests found a ten- to 20-point PageSpeed improvement from Delay JS alone (source: La Refonte internal audits, 2025). Check contact forms and add-to-basket buttons afterwards.

Preloading, prefetching and CDNs: expert configuration

WP Rocket preloading scans your XML sitemap and generates cached pages in the background. Enable it and check the sitemap URL, often /sitemap_index.xml with Yoast SEO or Rank Math. After a purge, inspect several URLs before interpreting tests: a cold cache can respond more slowly.

DNS prefetch asks the browser to resolve external domains earlier. Add only domains actually requested by the page. Too many network hints consume resources without benefit. Use the developer tools' Network tab to identify hosts, then compare measurements.

A CDN brings resources or pages closer to visitors. In August 2026, WP Rocket pricing included free RocketCDN for three key pages, across ten edge locations and with no stated bandwidth limit. For wider coverage, check the offer when choosing. WP Rocket also works with third-party services. Results depend on origin location, caching and traffic. Good web hosting remains essential.

CDN diagram with distributed servers in France and worldwide accelerating WordPress
A CDN distributes static files to servers near visitors, reducing latency
Public pricing displayed by WP Rocket on 11 August 2026, excluding any applicable tax. Every licence includes one year of updates and support.
LicenceNumber of sitesPrice/yearPrice/site/yearBest for
Single1 site€49€49An SME with a brochure website or blog
Plus3 sites€99€33Freelancers and small agencies
Multi50 sites€249€4.98WordPress agencies with client portfolios

WP Rocket pricing for 2026: which licence should you choose?

On 11 August 2026, the official French page displayed Single at €49 a year for one site, including product updates, Rocket Insights and one year of support. Tax may be added depending on residence.

Plus costs €99 a year for three sites and suits a freelancer or small organisation managing several WordPress installations. When all three slots are used, the displayed price is €33 per site.

Multi starts at €249 a year for 50 sites. The seller also offers tiers for 100 and 500 sites, then bespoke pricing. The former Infinite plan and unlimited sites no longer reflect the official catalogue reviewed.

WP Rocket offers no trial. Its pricing page states that refunds can be requested within 14 days of purchase, and the official site offers no free version. Compare the total cost with hosting, any CDN and testing time, not the licence alone.

Illustration before optimisation

  • Indicative, non-contractual scenario
  • PageSpeed score: 30–45/100
  • Load time: four to six seconds
  • TTFB: 800 ms to 1.5 seconds
  • 15+ unoptimised CSS/JS requests
  • All images loaded immediately
  • Bounce rate above 65%

Illustration after optimisation

  • Result to confirm on your own site
  • PageSpeed score: 85–95/100
  • Load time: one to two seconds
  • TTFB: 150–400 ms
  • 40% to 50% fewer HTTP requests
  • Lazy loading for off-screen images
  • Bounce rate below 40%

Observed results: a before-and-after pattern to measure

The preceding values are a non-contractual illustration. They show the scale of a successful optimisation but do not represent two identifiable, verifiable clients. Theme, hosting, extensions, image weight, third-party scripts and configuration quality substantially change the outcome.

Choose three to five representative pages: home, service, article, category and conversion funnel. Measure them before installation with PageSpeed Insights and, where possible, real Search Console data. Record LCP, INP, CLS, TTFB and transferred weight, keeping screenshots and the test date.

Enable WP Rocket with default settings and repeat under identical conditions. Test each advanced option separately, particularly Delay JS and Remove Unused CSS. This attributes an effect to a precise change and makes it easier to reverse when a menu, modal or form stops working.

Finally, monitor bounce and conversion rates over several weeks. A simultaneous rise does not prove that the plugin was the sole cause: campaigns, seasons, content and traffic all change. Incorporate these checks into website maintenance to preserve settings and fix regressions.

Side-by-side PageSpeed Insights scores of 34 before and 91 after activating WP Rocket
Non-contractual illustration of a PageSpeed score before and after configuration: results depend on the site and test protocol

Alternatives to WP Rocket in 2026

What is the best free WordPress plugin? Choose LiteSpeed Cache when hosting provides LiteSpeed, OpenLiteSpeed or QUIC.cloud caching, as this enables server-side page caching. On conventional hosting, WP Super Cache is the simplest choice for a small site. W3 Total Cache offers more settings but requires more configuration and testing time.

LiteSpeed Cache is free and open source. Its CSS, JavaScript, image and database optimisations work across servers, but native page caching requires LiteSpeed Web Server, OpenLiteSpeed, LiteSpeed Web ADC or QUIC.cloud. On Apache or NGINX without QUIC.cloud, optimisations remain available but server caching does not.

W3 Total Cache has a free base and premium features. WordPress.org describes it as host-independent. It covers several caches, minification and CDN integration. Its granularity suits users who can measure effects and manage exclusions; more configuration is not automatically better.

WP Super Cache, maintained by Automattic, generates static HTML. The developer recommends its PHP-served Simple mode for easy setup; Expert mode uses server rules and needs more care. It suits users wanting page caching rather than a complete front-end optimisation suite.

WP Fastest Cache retains free and premium versions, but features and prices may change. Review official documentation when choosing. Never enable two page caches simultaneously. See our guide to WordPress extensions for wider context.

Comparison fixed on 11 August 2026 using official developer pages and the WordPress.org directory.
PluginHosting compatibilityMain featuresVerified price
WP RocketApache, NGINX, LiteSpeed and Windows according to the developerCaching, LazyLoad, preloading, Delay JS, unused CSS and Rocket Insights€49/year for one site
LiteSpeed CacheOptimisation on any server; native caching with LiteSpeed, OpenLiteSpeed or QUIC.cloudCompatible server caching, CSS/JS, images, database and CDNFree extension; some QUIC.cloud services charge by usage
W3 Total CacheHost-independentMultiple caches, minification, CDN and advanced settingsFree base version; Pro available
WP Super CacheSimple mode through PHP; Expert mode depends on the serverGeneration and delivery of static HTML filesFree

WP Rocket benefits

  • Simple setup with visible results from activation and no code changes
  • Nine performance tools in one plugin, including caching, minification, lazy loading, CDN and database tools
  • Broad compatibility with popular hosts, themes and extensions according to the developer
  • Responsive support with 92% customer satisfaction (WP Rocket, 2025)
  • Regular updates aligned with WordPress and PHP changes
  • Complete English and French documentation

WP Rocket drawbacks

  • Paid plugin from €49 a year, with no stated free version or trial
  • Unavailable through the official WordPress.org directory
  • Remove Unused CSS and Delay JS require page-by-page testing
  • Some functions, including CDN and heartbeat control, require a separate licence or third-party service

WP Rocket and WordPress SEO: a technical foundation, not a complete strategy

Core Web Vitals describe loading through LCP, responsiveness through INP and stability through CLS. WP Rocket can affect the resources and server work influencing them, but results depend on theme, hosting, media and third-party scripts.

Google says its ranking systems use Core Web Vitals, while also stating that a good report does not guarantee first place. Performance improvements improve experience and remove a technical obstacle; they do not replace relevant content, internal linking or trust signals.

A more responsive server can also help crawling on a large site, but this is not an indexing promise: Googlebot adjusts activity using many signals. Within WordPress SEO, inspect logs, Search Console and actually discovered URLs after each change.

Speed is a technical prerequisite, not an editorial lever. A fast but insubstantial website can remain invisible in Google and AI-generated answers. Our SEO and GEO case studies show how to measure content, structure, authority and performance together.

Our final WP Rocket review for 2026

WP Rocket remains a coherent premium choice for combining caching and several optimisations in an accessible interface. It automatically applies some good practice on activation, although advanced functions require real testing: no plugin guarantees a specific PageSpeed score.

Price is its main drawback. At the public August 2026 price of €49 a year for one site, WP Rocket costs more than LiteSpeed Cache or WP Super Cache. The premium chiefly buys centralised configuration, updates and support. The three- to five-hour saving is an internal estimate based on 15 projects, not a universal promise.

For a professional site, choose after a before-and-after test and checks of critical functions. LiteSpeed Cache may suffice for a small blog on LiteSpeed; WP Super Cache deserves a trial for simple caching on conventional hosting. The right decision produces stable metrics without weakening display or conversion journeys.

Speed tells only part of your visibility story

See our case studies to understand how we connect performance, content, Google rankings and visibility in AI-generated answers.

Learn more

Sources

Last updated: 11 August 2026

Frequently asked questions

WP Rocket is a premium WordPress caching plugin developed by French company WP Media since 2013. It accelerates websites through static HTML pages, CSS and JavaScript minification, image lazy loading and cache preloading from the XML sitemap. It combines nine performance features in one extension without requiring technical knowledge for installation or basic setup.

Keep exploring

Related insights

View all insights

A project in mind?

Let’s turn it into a clear plan

Start with a free audit grounded in your goals, website and data.

Discutons de votre projet

30 min · Google Meet

Choisissez le créneau qui vous convient dans notre calendrier. On analyse votre situation avant l’appel pour aller droit au but.