Solid Performance – Your No-Code Caching, Performance, & Page Speed Solution icon

Solid Performance – Your No-Code Caching, Performance, & Page Speed Solution

Solid Performance is a WordPress plugin with the following stats:

  • #3,826 Global Rank
  • 4K+ active installs
  • 4.3/5 3 ratings
  • Since 2024 2 years active

PF Score (About PF Scores)

PF Score is not a quality guarantee. It is a ranking based on available public signals.

Silver69.2
Platinum
Gold
Silver
Bronze
Low

Score Breakdown

60
Popularity 40% 4K+ active installs
63.4
Reputation 35% 4.3★ from 3 ratings
91.9
Freshness 25% Updated 3 months ago

No vulnerability history

Download Trends

Loading download data…

Vulnerabilities

No known vulnerabilities

This plugin has no records in the Wordfence Intelligence vulnerability database.

Support Statistics

1 Support threads
0 Resolved
0% Resolution rate

About Solid Performance

Solid Performance is a no-code solution for increasing the page performance of your WordPress website.

Site speed and performance optimization don’t have to be a complex task. With Solid Performance, simply install and activate, and the plugin will incrementally create static versions of each URL of your website for an instant performance boost.

How Solid Performance Increases Your Site Performance and Page Speed ✅

You’re busy, and you need to spend time building your website. In order to build well you need a solid foundation. Installing Solid Performance lets you optimize your site performance right away and start building sooner and faster without having to spend time configuring dozens of options.

A solid caching solution should not cause breakage with your favorite plugins. Solid Performance comes out of the box with smart plugin exception rules for pages that have dynamic content created by these plugins:
* WooCommerce
* GiveWP

With these smart defaults and page caching in place automatically, you can focus your time and energy on building and enhancing your website instead of struggling through dozens of caching settings.

What is Caching and how does Solid Speed leverage it ❓

There are several different types of caching

Solid Performance focuses exclusively on page caching, grabbing the HTML of your WordPress URLs and storing that in a secure directory. Then, when your visitors arrive at your site, the browser doesn’t need to run through PHP or hit your database again, it just serves up the desktop or mobile (if enabled) versions of static HTML, CSS, and JS files fast and simply.

How Page Caching Benefits Your Website Performance 🚀

As soon as you activate Solid Performance, your site will get an immediate boost. You’ll see benefits like these:
🚀 Improved site performance (content delivery speed)
🚀 Reduced drag on server load
🚀 Measurable, quantifiable stats: lower bounce rates and higher conversion rates

When a site developer or manager is able to improve site performance for a client (for example), they are able to provide improved SEO results and meet a widely accepted expectation that well-run sites do not have slow download or content delivery times.

Screenshots

Animated GIF showing how to enable the cache

Animated GIF showing how to enable the cache

The Advanced Settings screen to add exclusions and rebuild the static page cache

The Advanced Settings screen to add exclusions and rebuild the static page cache

Frequently Asked Questions

Will this help me pass all Core Web Vitals?

Core Web Vitals is impacted mostly by your theme and the creative assets and scripts you use to build your website. But page caching (the kind Solid Performance leverages) helps specifically to improve your time to “Largest Contentful Paint”, which is one important Web Core Vital metric.

How does Solid Performance improve the performance of my website?

When Solid Performance is activated on a site, a specific advanced cache drop-in file will be added to the wp-content directory.

Using a drop-in will allow the plugin to handle serving cached responses to users before WordPress has had a chance to load fully since they load prior to MU and normal plugins.

When page caching is enabled, the buffer generated by WordPress will be saved to separate static HTML files, one for desktop (enabled by default) and one for mobile (enabled in Settings > Solid Performance > Advanced), within the wp-content/cache directory. On subsequent requests to the same post, Solid Performance will respond with the cached page matching the type of device making the request.

Is Solid Performance compatible with popular plugins like WooCommerce and GiveWP?

Solid Performance will detect active plugins that have known cache exclusions, like WooCommerce & GiveWP (and more!), and implement them automatically.

Ratings & Reviews

Recent Reviews

Loading reviews…

View all reviews on WordPress.org (opens in a new tab)

Changelog

2.0.1

Bug fixes

  • Cache paths now normalize the request hostname consistently (case-insensitive, with trailing dots stripped), preventing duplicate cache entries for the same site reached via different host casings.

Maintenance

  • Bumped tested-up-to WordPress compatibility to 7.0.

2.0.0

Enhancements

  • Updated branding from SolidWP to Kadence.
  • Updated branding references from StellarWP to Nexcess.

1.9.0

Enhancements

  • Added mobile page caching: separate cache files for mobile and desktop visitors using device detection. Enable from Settings > Solid Performance (Mobile Cache option).
  • PHP cache headers and debug HTML comments now indicate device hit type (mobile vs desktop).
  • Mobile cache configuration is included in Site Health debug information.

Maintenance

  • Updated dependencies.

1.8.0

Enhancements

  • Added Nginx Cache Delivery method.

Bug fixes

  • Fixed race condition to prevent fatal errors when the plugin is being activated, deactivated or uninstalled.

1.7.1

Security

  • Added more safety checks to telemetry opt-ins/opt-outs.

1.7.0

Enhancements

Bug fixes

  • Added a scheduled job to clean up expired cache files.
  • Plugin updater improvements and fixes.

1.6.1

Bug fixes

  • Fix htaccess rules for WordPress sites installed in a subdirectory.

1.6.0

Enhancements

  • Added direct loading of static cache files through .htaccess, eliminating PHP processing for cached pages.
  • Added wp solid perf cache-method status and wp solid perf cache-method set (php|htaccess) CLI commands.

1.5.0

Enhancements

  • Added lazy loading for inline CSS background images. Toggle this feature from the Advanced tab.

1.4.2

Bug fixes

  • Fix Specified key was too long; max key length is 1000 bytes when creating Solid Performance custom tables.
  • Fix Preloader failing when WordPress is installed in a subdirectory.

1.4.1

  • Update dependencies to shrink vendor folder.

1.4.0

Enhancements

  • Added the ability to preload your website based on the URLs in your sitemap.
  • Added wp solid perf preload status|start|cancel commands.
  • Purging a single URL from the Admin Bar will now automatically preload that URL.
  • Headers set via PHP are now captured when creating cache files and served back with the response.
  • Added verbose logging when WP_DEBUG is defined as true. This can be filtered with solidwp/performance/log/level, by passing one of: debug, info, notice, warning, error, critical, alert, emergency.

Bug fixes

  • Do not load invalid configuration values, preventing the settings page from loading.

1.3.3

Bug fixes

  • advanced-cache.php is no longer deleted when WordPress is updating.
  • Settings > Advanced > Cache Exclusions now properly save.

1.3.2

Bug fixes

  • Updated HTML comment timestamps on cached files to use 24 hour time.

1.3.1

Bug fixes

  • Updated HTML comment timestamps on cached files to use the timezone configured in the WordPress dashboard. Timestamps now also include the timezone.
  • Resolved an issue where Query Monitor output in the admin bar was missing when Solid Performance was active.
  • Fixed an issue where advanced-cache.php would be automatically deleted when WP_CONTENT_DIR was dynamically changed.
  • The cache_dir configuration path is now dynamically updated after reading the configuration from the database or config.php.

1.3.0

Enhancements

  • Added a new HTML comment, “Cached page generated by Solid Performance on $date” to indicate caching is active when debug mode is disabled.
  • Introduced the X-Cached-By: Solid Performance header to clearly identify cached responses in browser dev tools.
  • Implemented intelligent cache purging that clears related pages when a post is changed, including home pages, taxonomy, author, and date archives, and their paginated counterparts.
  • Improved overall code structure and performance for better efficiency and maintainability.

Bug fixes

  • Fixed an issue where using the “Exclude from Page Cache” meta option would not immediately purge the post from the cache.

1.2.0

Enhancements

  • We now automatically create and serve compressed cache files using gzip, deflate, brotli and zstd depending on the server config and the visitors browser config. This helps to create smaller cache files and improve response times.
  • When debug mode is enabled, we now show the compression algorithm used to compress the file in the HTML comment.
  • Added some additional code and performance improvements.

Bug fixes

  • The advanced-cache.php file now automatically gets replaced when the plugin is updated to prevent site crashes.
  • We now remove the advanced-cache.php file if the plugin isn’t active to prevent the plugin from unknowingly running when it isn’t activated.

1.1.0

Enhancements

  • Using “Clear Current Page” from the WP admin bar now accommodates a wider variety of URIs.
  • An admin notice now displays if permalinks are disabled, as this plugin relies upon a custom permalink structure.
  • WP notices will now show on the Solid Performance Settings Page.
  • Code and performance improvements.

Bug fixes

  • Caching is now prevented if permalinks are disabled. This avoids anomalies that could occur otherwise.
  • An error message now displays if a user without required permissions attempts to purge a page from the cache.
  • Redirect without query parameters if purging a page fails due to invalid data.

1.0.0

  • Initial Release

Alternatives to Solid Performance

Other WordPress plugins serving a similar purpose, ranked by relevance and PF Score.

Platinum86.8
NitroPack – Performance, Page Speed & Cache Plugin for Core Web Vitals, CDN & Image Optimization icon

NitroPack

Caching and performance optimization tool designed to improve site speed and Core Web Vitals scores.

★ 4.3/5·90K+ installs·Updated 22 Jul 2026
Platinum98.8
WP Fastest Cache – WordPress Cache Plugin icon

WP Fastest Cache – WordPress Cache Plugin

Caching tool that accelerates site performance through simplified page caching and Core Web Vitals optimization.

★ 4.9/5·1.0M+ installs·Updated 3 Aug 2026
Platinum92.7
WP Super Cache icon

WP Super Cache

Creates static HTML cache files to reduce server load and improve WordPress performance speeds.

★ 4.3/5·1.0M+ installs·Updated 27 May 2026
Platinum89.3
Hummingbird Performance – Cache & Page Speed Optimization for Core Web Vitals | Critical CSS | Minify CSS | Defer CSS Javascript | CDN icon

Hummingbird Performance

Improves site speed through caching, code minification, image optimization, and CDN delivery.

★ 4.7/5·70K+ installs·Updated 20 Jul 2026
Platinum85.9
Breeze Cache icon

Breeze Cache

Caching plugin that reduces load times through advanced caching and performance optimization systems.

★ 3.6/5·300K+ installs·Updated 10 Aug 2026
Gold82.7
Cache Enabler icon

Cache Enabler

Generates static HTML files to accelerate WordPress site performance through file-based caching.

★ 4.3/5·100K+ installs·Updated 2 Mar 2026
Platinum98.4
WP-Optimize – Cache, Compress images, Minify & Clean database to boost page speed & performance icon

WP-Optimize

Caching plugin that optimizes images, cleans databases, and minifies code for improved WordPress performance.

★ 4.8/5·1.0M+ installs·Updated 13 Aug 2026
Platinum98.2
LiteSpeed Cache icon

LiteSpeed Cache

Delivers caching and resource optimization to accelerate page load times and improve PageSpeed scores.

★ 4.8/5·7.0M+ installs·Updated 5 Aug 2026
Platinum95.3
W3 Total Cache icon

W3 Total Cache

Caching system supporting page, CDN, minify, object, fragment, and database layers for performance optimization.

★ 4.4/5·900K+ installs·Updated 10 Aug 2026
Platinum93.4
Autoptimize icon

Autoptimize

Optimizes JavaScript, CSS, images, HTML, and fonts to improve website performance and page speed metrics.

★ 4.7/5·800K+ installs·Updated 4 Apr 2026
Platinum92.8
Jetpack Boost – Website Speed, Performance and Critical CSS icon

Jetpack Boost

Speed up WordPress with one-click page caching, critical CSS, and image CDN optimizations.

★ 4.7/5·200K+ installs·Updated 17 Aug 2026