OVER 40+ WordPress cache plugins reviewed, with test scores and personal notes!
I tested every single WordPress cache plugin I could find. (And yes, I have no life!) I’m a total speed addict and love tweaking my sites for the absolute best page load times.
Q: Why does website speed matter so much?
- A: It improves user-experience (especially for mobile devices), increases conversions/sales, and saves on server costs (for larger/busier websites). Caching makes clicking fun again!
Are you ready to see the best WordPress cache plugins?!
This guide only compares cache plugins! If you want to learn how to speed up your site, then read my [WordPress speed optimization guide] (almost done).
WordPress Cache Testing Environment
Tested using (3) different VPS environments:
- APACHE – 2-core CPU, 4gb RAM, SSD hard drives. Php 7.2, mariaDB 10.1, redis/memcache object cache, GZIP enabled.
- LITESPEED (enterprise) – 6-core CPU, 12gb RAM, SSD hard drives. Php 7.2, mariaDB 10.1, redis/memcache object cache, GZIP enabled.
- NGINX – 1-core CPU, 1gb RAM, SSD hard drives. Php 7.0, mariaDB 10.x, GZIP enabled. (No Varnish or redis/memcache…SORRY!)
My servers are extremely fast with low resource usage. Those on crowded servers may experience different results. 100ms difference in my test scores could mean 1-3 seconds difference on your server!
Two (2) different scenarios:
- BUSY store – pagebuilder theme with nearly 100 requests (many images, scripts, plugins, and dynamic elements). Testing cache plugin ability to handle busy/bloated sites.
- SIMPLE blog – minimalist theme with only 10 requests (no webfont or 3rd party assets, only 1 CSS & 1 JS). Testing cache plugin ability to speed up already-optimized websites.
I find both scenarios pertinent for testing cache plugins. Busy sites represent how most non-technical users (and even some coders) build their sites, with tons of potentially-conflicting plugins and CSS/JS scripts. Lean sites represent how most professionally-designed/developed sites are built.
Test Controls & Monitoring:
- Mostly standard settings – caching enabled, combine CSS/JS (no minification), no browser-caching, redis/memcache object-caching if possible. Any re-configurations getting better results were mentioned in the detailed notes!
- Using GTmetrix – their scores were more consistent and servers not overloaded like Pingdom. Testing locally is a good idea as well but I preferred real-world testing this time.
- ALL plugins – tested for only BUSY scenario on Apache.
- BEST plugins – tested for BUSY scenario on Apache, LiteSpeed, and NGINX. And also SIMPLE scenario on Apache.
- Recorded INITIAL & REPEATED loads – first time visits are usually slower, so I show results for first load as well as a general average for repeat visits.
- MINIMAL 3rd party requests – had 1 Google webfont, and avoided CDN and Google Analytics because of their inconsistent response times.
- Ignored # of requests and page size – not something I worry about, as having fewer requests or smaller page size doesn’t always mean better performance (sometimes, even worse!).
- Ignored pagespeed scores – ignored page scores like “A, B, C” or “95/100”. They’re only meant as a checklist guide for improving page load but don’t actually reflect load times!
- Future testing – as I update this review in the coming years, numbers and notes may be changed to reflect the latest results. If I’m unable to reproduce exact testing scenarios, I will adjust test scores manually or create new scoring tables.
***EDIT***: I got mostly great feedback from plugin developers, but also a few complaints suggesting inaccuracies because my setup wasn’t representative of other servers and websites. Some claimed GTmetrix was a poor control variable and could fluctuate up or down by 25-30%. Others said cache plugins are all built differently and do more than just caching, and that it was unfair or impossible to compare in just one environment. I have since added benchmarks for LiteSpeed and NGINX instead of only Apache.
I noticed the ones who complain are the ones who disagree with the results. Simple as that. It’s true my test doesn’t represent every possible scenario out there. I felt most possibilities were fairly accounted for in my 3-server/2-scenario testing. In regards to GTmetrix, I had no issues testing from the Dallas-USA server at 3am in the night. Each plugin was tested 10-20 times, times were tightly packed, and outliers were thrown away.
I want to clarify that while my official testing started only days ago, I’ve used many of these plugins before. Used them on my sites, client sites, and also on different servers. I’m not only familiar with them but it has always been in my best interest to make them run as fast as possible. Simply put, some scored higher and some scored lower. Anybody wanting to challenge these results (and I urge you to) is welcome to run their own tests. Several plugin developers are now asking for my feedback and/or already working to improve their plugins. I think that’s the best result for all!
What I didn’t test (but worthy of mention):
- Mobile load times – don’t be fooled by seemingly minor 0.1s (100ms) differences in load times. Most users are browsing from slow mobile phone connections, which amplifies speed differences.
- Shared hosting environment – provides more realistic results for the average user, but difficult to achieve consistent testing.
- Logged-in users – private caching speeds up community, membership, forum, and shopping websites but largely troublesome and therefore still uncached by many plugins.
- Dynamic pages – pure dynamic, database-intensive sites like forums/shopping with lots of database queries or mixed content calls.
- Heavy load – high traffic sites may run slower on resource-intensive caching, or faster on prewarmed caching.
- Combining performance plugins – easier to compare when you don’t mix plugins, although some get better results this way.
- Onload times – some setups show faster loads for users (via delayed assets) but higher load times for tests. This is an extremely relevant factor but so far hasn’t impacted my testing.
- Proprietary environments – certain plugins like SG Optimizer (Siteground), LiteSpeed Cache (LiteSpeed), or Breeze (Cloudways) were intended for their own servers so obviously my test servers may not always get the best results. I did try some in their ideal environments and can speak definitively on how they compare with others.
Different caching mechanisms, and their intended use scenarios:
- STATIC/FULL-PAGE CACHING – reduces server load tremendously (increased efficiency serves more visitors simultaneously). Can be done at server-level (LiteSpeed Cache, Varnish) which is faster, or at php-level which is slower.
- BROWSER CACHE – cheap way to cache by saving information in the user’s browser so they don’t have to re-download. It’s very fast since files are loaded locally from user’s browser but tricky to force it to load updated pages.
- OBJECT CACHE – built for speeding up already-optimized sites (max speed and minimal features), or for sites requiring 100% dynamic pages. It works by reducing common database calls by storing these “objects” in memory or disk.
- ASSET MANAGEMENT (images/CSS/JS) – reduce impact or conflict of various aspects of a bloated site with many features. Merge, minification, async, include/exclude, etc.
- FULL-FEATURED – have multiple caching mechanisms and also provide other performance-related optimizations (like asset management).
- PAGE TEST SCORES – the worst ones in my opinion are the ones focused on getting nice A+ scores on page speed tests instead of actually decreasing page load time…kinda scam-ey and caters to users that don’t know any better!
Example use cases – static sites (where content rarely changes) can use ultra fast full-page caching, dynamic sites (lots of content changes like stores/forums/logged-in users) should use object cache, slow databases should use disk or memory cache, slow disks should use memory cache, limited memory should use disk cache, sites with few visitors need pre-warmed cache, and so forth. And even within that, there are clever ways to get around things. The world of caching is evolving rapidly thanks (and no thanks) to bloated themes, plugins, and pagebuilders.
[How to Choose the Right Cache Plugin] – will write that someday.
Resolving cache problems – backup your htaccess file and make sure you clean-up settings left behind by uninstalled cache plugins. If your site breaks, just go into your FTP and rename the cache plugin folder. The default repair steps is to restore htaccess, delete “cache” directory and cache files in your “wp-contents” directory.
BEST WordPress cache plugins
The fastest WordPress cache plugins, in order of my personal preference. I care not only about speed but also features, ease-of-use, and ability to fit various situations. I recommend testing different plugins and configurations to achieve the best performance for your setup. Certain caching plugins will perform differently depending on your server and website design/coding. Scroll down further to see my detailed review notes on each.
APACHE (no cache – busy 3.00s/2.10s, simple 1.00s/597ms):
- Swift Performance Lite (free) – busy 1.04s/890ms, simple 768ms/570ms.
- Swift Performance (paid) – busy 911ms/900ms, simple 644ms/453ms.
- WP Rocket (paid) – busy 1.05s/1.02s, simple 659s/426ms.
- Simple Cache (free) – busy 1.07s/993ms, simple 498ms/458ms.
- LiteSpeed Cache (free) – busy 982ms/1.02s, simple 569ms/532ms.
- Breeze (free) – busy 1.35s/1.04s, simple 528ms/496ms.
- Comet Cache (free)- busy 1.21s/955ms, simple 557ms/460ms.
- Powered Cache (free) – busy 1.28s/938ms, simple 748ms/680ms.
- WP Fastest Cache (free) – busy 1.30s/963ms, simple 573ms/527ms.
- Borlabs Cache (paid) – busy 1.19s/1.04s, simple 919ms/723ms.
- Yasakani Cache (free) – busy 1.30s/1.07s, simple 851ms/568ms.
Swift leads the way easily; incredible free & paid option! It just works and works so beautifully; no guessing if it’s caching or not. Rocket is a respectable 2nd. Simple Cache is my personal favorite for lean sites (especially with redis object caching). LiteSpeed & Breeze are blazing fast but stick a little on the 1st load (need better pre-caching, perhaps?). Comet/Powered/Fastest are a great free bunch with nice paid offerings. Borlabs is very high quality and great features, although slower than others. Yasakani is the unknown (and FREE) newcomer.
LITESPEED (no cache – busy 1.61s/1.05s):
- Swift Performance Lite (free) – busy 933ms/712ms.
- Swift Performance (paid) – busy 921ms/715ms.
- Simple Cache (free) – busy 940ms/742ms.
- LiteSpeed Cache (free) – busy 934ms/741ms.
- Breeze (free) – busy 1.20s/746ms.
- WP Rocket (paid) – busy 1.45s/746ms.
- WP Fastest Cache (free) – busy 1.49s/755ms.
- Comet Cache (free)- busy 1.43s/771ms.
- Yasakani Cache (free) – busy 1.41s/787ms.
- Borlabs Cache (paid) – busy 1.69s/779ms.
- Powered Cache (free) – busy 1.56s/846ms.
Swift is champion again. Simple Cache stays fast and smooth, my longtime favorite for a reason! LiteSpeed outruns everyone on its own servers, but I hate the stickiness…(although many don’t notice and don’t care). Breeze is fantastic right behind LS (slight stickiness), fast for stores and tad slower for posts; now I see why it’s so loved. Rocket was fast but annoying to activate; slow 1st loads, issues combining CSS/JS, and kept reading cache from previous plugins. Fastest Cache and was fast right away; posts load fast, products slower on 1st load. Comet 1st loads are slow; very fast once cache is built. Yasakani 1st loads: products fast but posts are slower. Borlabs Cache has great features, but slow 1st load (fast afterwards) and required “allow_url_fopen” which was an inconvenience. Powered Cache (object caching off) 1st load had fast products but sticky blog posts, I preferred the site without it.
NGINX (no cache – busy 1.78s/1.34s):
- Swift Performance Lite (free) – busy 1.11s/850ms.
- Swift Performance (paid) – busy 982ms/854ms.
- Breeze (free) – busy 1.23s/920ms.
- Simple Cache (free) – busy 1.27s/925ms.
- Cache Enabler – busy 1.31s/910ms.
- WP-FFPC – busy 1.20s/920ms.
- WP Fastest Cache (free) – busy 1.39s/918ms.
- WP Rocket (paid) – busy 1.58s/937ms.
- LiteSpeed Cache (free) – busy 1.28ms/969ms.
- Comet Cache (free)- busy 1.47s/956ms.
- Borlabs Cache (paid) – busy 1.56s/940ms.
- Powered Cache (free) – busy 1.46s/979ms.
- Yasakani Cache (free) – not tested.
Swift reigns supreme. Breeze (in its native NGINX) reaches the top of the mountain, not only fast but snappy! Simple Cache (even without memcache) dominant as always and seriously, you might like it over Breeze! Cacher Enabler (at home on NGINX) makes a shocking appearance at 5th! WP-FFPC, also a surprise showing at 6th…with APCu and pre-caching, it might be even faster than Breeze! Fastest Cache (slow products 1st loads) beats Comet again, overcomes LiteSpeed AND Rocket. I honestly don’t get what happened to Rocket; many slow loads despite 20 more chances, maybe it needed this? Borlabs hit by slow 1st loads again, and sometimes slower than without cache. Powered Cache is slow. Yasakani wasn’t tested because it needed support for SQLite; not worth the hassle for me.
***NOTES: Simple Cache with object caching, or WP-FFPC with APCu & pre-caching could easily be #1. Also, Swift and Comet requires editing NGINX config (rewrites) to function, Rocket doesn’t but functions better with it. Additionally, I also tested these plugins on Cloudways Apache server with NGINX reverse proxy (Varnish enabled) and plugin rankings were still the same!
AVERAGE WordPress cache plugins
These cache plugins are either: lesser known (new on the market or outdated), completely inferior to others listed above, and may or may not have unique features of their own. All of them are free plugins. Favorites are marked in red (see detailed notes).
APACHE (no cache – busy 3.00s/2.10s):
- Alpha cache – busy 1.6s/1.3s.
- Batcache – busy 2.0s/1.5s.
- Blunt Cache – not tested.
- Browser Caching with .htaccess – busy 2.6s/2.0s.
- Cache Enabler – busy 1.8s/1.6s.
- Cache for WordPress Performance – busy 1.9s/1.6s.
- Cachify – busy 1.9s/1.3s.
- Dessky Cache – busy 1.6s/1.1s.
- FOCUS Object Cache – busy 2.6s/2.2s.
- Gator Cache – busy 1.6s/1.1s.
- Hyper Cache – busy 1.6s/1.1s.
- Hyper Cache Extended – busy 1.6s/1.1s.
- Speed Up – Browser Caching – busy 1.6s/1.6s.
- Vendi Cache – busy 1.7s/1.2s.
- Vivio Swift – busy 1.7s/1.6s.
- WP LCache – not tested.
- WP Speed of Light – busy 1.71s/1.1s.
- WP Super Cache – busy 2.0s/1.7s.
- WP-Cache.com – busy 1.0s/1.0s.
- WP-FFPC – busy 1.5s/1.0s.
BAD WordPress cache plugins
These cache plugins have poor performance or other potential issues, and should be avoided! They’re only mentioned since they’re somewhat known in the WordPress community. I also generally avoided plugins that were not updated within a year and/or reviews averaging less than 4-stars. There are too many options out there to test every single one.
APACHE (no cache – busy 3.00s/2.10s):
- A2 Optimized WP – not tested.
- Full Site Cache for KeyCDN – not tested.
- Hummingbird – busy 1.8s/2.1s.
- MemcacheD Is Your Friend – busy 2.6s/2.4s.
- Memcached Redux – busy 2.6s/3.5s.
- SG Optimizer – slow & sticky.
- Super Static Cache – busy 1.7s/1.4s.
- W3 Total Cache (W3TC) – busy 1.5s/2.0s.
- Warp Cache – busy 2.3s/2.5s.
- WP Fast Cache – busy 2.5s/1.0s.
- WP Optimize Speed By xTraffic – not tested.
- WP Roids – busy 1.6s/2.4s.
- WP Spider Cache – not tested.
- WPBase Cache – not tested.
Detailed Reviews on WordPress Cache Plugins
A2 Optimized WP
- Horrible reviews, and I’m too lazy to set up my testing site on my friend’s A2 server.
Alpha Cache
- Nice little plugin that worked right off the bat. I never heard of them and found a nice speed increase but nothing life-changing. It didn’t seem to optimize well for WooCommerce, store category/product pages were slow.
Batcache
- It has no settings and easy to use (using memcache) but kinda slow, to be honest. I thought it would be like one of those incredible object cache plugins but it isn’t. Not surprised as it hasn’t been updated for 2 years.
Blunt Cache
- Nice plugin for developers to set up their own specific caching functions for themes and plugins. Fantastic idea but not useable for 99% of regular users out there.
Borlabs Cache
- Another popular premium cache plugin from a respected German developer. Sworn by many as the best cache plugin but I disagree. The pre-built cache is a bit imperfect; takes some time to warm up and you might have no choice but to eat a slow initial load. Ben has very kindly explained to me the slower “cold-start” is because Borlabs Cache fully processes the CSS without cheating (ignoring the @import statement, loading other CSS files afterwards and creating more requests). He has also recently implemented a new cache-indexing feature which pre-warms your site using XML-sitemap from your SEO plugin.
- He also explains that other plugins have faster responses times because they use .htaccess redirect to a static cache where he chose to do a detour over PHP, to allow for his powerful Fragment Caching feature (great for WooCommerce, etc) which he claims no other plugin has. FYI: the htaccess redirect method is the reason why some plugins require you to edit your config (rewrites) on NGINX before they can work properly.
- There’s also the issue of Borlabs not disabling/clearing it’s cache when disabled. 2 of my servers kept loading Borlabs cache instead of from other cache plugins. I really wanted to like this one as the owner (Ben) was really nice to me in email exchanges. Perhaps your experience will be different from mine.
- With that said, it is fast once it’s warmed up. Also really nice feature-set, can cache “refresh fragments” (WooCommerce), and fun to use!
- Click here to buy. Use my coupon code “BCAFWPJN” for 5% off!
Breeze (Cloudways hosting)
- NICE! Pages load fast, easy to use, and snappy WooCommerce performance! It performs better in eye tests than on speed scores. I was using this on an Apache server, which was less than optimal environment for this plugin. Using it on Cloudways or any NGINX server (especially with Varnish) will get you record-breaking speeds! Initial loads may appear slower than other plugins with better pre-caching mechanisms. Either way, I can see why many tote Breeze as the fastest cache plugin.
- Inspired by WP Speed of Light, which was inspired by one of my favorites Simple Cache.
- UPDATE: I got to try Breeze on a Cloudways setup and it IS indeed very fast. The funny thing was that LiteSpeed Cache scored even faster times than Breeze, but don’t let it fool you. Breeze felt definitely faster to the eye for both initial and repeat visits. I hope it adds object caching and pre-caching to hold ground against Simple Cache and WP-FFPC.
Browser Caching with .htaccess
- Awful scores and intermittent speeds. Sometimes fast, sometimes slow.
Cache Enabler (KeyCDN hosting)
- Self-admittedly inspired by “Cachify”, but Cachify worked better on my Apache server. I barely noticed any speed difference for most pages, and had to re-test many times to produce the scores I shared above. My experience made no sense as this plugin is loved by people I respect. Many say it’s the most amazing thing ever and faster than other cache plugins. Some say it’s really slow or ruined their SEO.
- I had a feeling you needed NGINX or some specific server configuration to get the best performance out of this and I was right! Turn on NGINX and this thing fires on all cylinders. I didn’t use them but you can go faster with these advanced tips/rewrites Cache Enabler! ***BONUS: I just realized there’s advanced rewrites for Apache servers as well. I might test that in the future!
Cache for WordPress Performance (Jody Nesbitt)
- I respect these guys but the plugin provided dismal results. Sometimes faster, sometimes no difference. Even at its fastest, it never went below what other plugins scored on the first try.
Cachify
- Average speeds using Apache. Kinda slow on first loads and faster on revisits. I figured it was intended for NGINX servers or something, but speeds were slow on my NGINX servers as well. Maybe it’s because I didn’t have memcache or apc installed? Cachify sure as hell isn’t fast using “memory” or “hard disk” mode. I like that it’s easy to use but results are just average, to be honest. Try the wiki?
Comet Cache (same company as s2Member)
- Formerly one of my favorite all-around free cache plugins but now surpassed by others. I love that you get pretty fast loads even on the first visit and the settings come with helpful explanations about what each feature does. Still a solid choice if nothing else works for you.
- If you like the free version, the PRO VERSION is totally worth it!
Dessky Cache
- Pleasantly surprised by this little-known plugin. I wasn’t expecting anything but it was pretty fast right off the bat. Also extremely minimal settings. It’s about as plug-and-play as you can get.
FOCUS Object Cache
- There are times when I prefer dynamic object cache over full page cache and I like their clever idea of using local file system. It CAN offer fast loads without risk of CSS or JS conflicts, and fully dynamic page views. Only issue is it’s meant for slow servers (specifically slow database server). Highly recommended for dynamic pages on slow server. On my fast server however, this plugin made my site slower (as expected).
Full Site Cache for KeyCDN
- Only works with sites on KeyCDN servers (which I don’t have). And I can’t help but suspect it only exists to get KeyCDN affiliate commissions.
Gator Cache
- Nice looking UI (although dated design) in good performance with average-ish results. Easy to set-up with a few extra options.
Hummingbird (WPMU DEV)
- I can’t help but hate anything that comes out of this company. So scammy, annoying gimmicky marketing, copycat plugins, and tons of user complaints. Don’t be fooled by their clever branding! I had to re-test repeatedly to get faster times. Most tests were slower than without, and actual eye-test felt slower. The settings interface was full of buttons and color. It may look friendly (child-friendly, even) but actually makes it feel like there’s way more settings than it has. 15 options felt like 100. I couldn’t wait to disable this thing!
Hyper Cache
- Nice little plugin with just the right amount of options and settings. Initial loads were fast enough and it’s easy to use with a few caveats. I don’t like that I had to edit my wp-config.php file manually and the donation button says “help children” to guilt you into donations. If this plugin outperformed everything else, I wouldn’t have cared. But because it’s NOT the fastest, I find it hard to justify the minor inconveniences.
Hyper Cache Extended
- Based on the original Hyper Cache but intended for slow shared servers. Comes with extra features that I think won’t apply to most sites. Speeds were same as the original. I hate that this one also requires you to edit the wp-config.php file manually.
LiteSpeed Cache (LiteSpeed Webserver)
- This is the real deal! The fastest growing cache plugin right now. I think it’s so incredible that a webserver company decided to write their own cache plugin and release it to the public for free. They’re probably more qualified than anyone else to speak on the matter as WordPress caching should be done at the server-level before code-level. A step higher than that would be DNS/CDN level but that’s a totally different can of worms.
- LiteSpeed Cache runs even faster if you have LiteSpeed server (which I do have) but even for those without, such as my test server, the results are still impressive!!! I only tested using the standard settings. Turn on the extra features like object caching and CSS/JS optimizations, and you get even better performance! LScache’s advanced settings can really shine if you know how to use them, especially private cache and ESI. That’s some cutting-edge stuff…I can’t believe they would do that for free.
- For many people (beginners and pros alike), LS cache is the gold standard…their holy savior in the world of cache plugins. For me, it works great in most scenarios but my main complaint is when using it on actual LiteSpeed server (how funny). Using LiteSpeed page caching has annoying sticky loads on initial visit. They really need to re-do their pre-warm/crawling mechanism as that’s the only reason why I’m not using it on production sites. It’s silly because LS cache (when used with LS server) has the advantage of Varnish and could theoretically outperform any other caching. I suspect a part of it has to do with LS cache optimizing to reduce server load, which is more resource-efficient and possibly less aggressive than optimizing for pure speed. Anyway, they have been developing rapidly (updates every week) and I love that they’ve implemented all my features requests over the past few months.
MemcacheD Is Your Friend
- Simple object cache using memcache that hasn’t been updated in 3 years. Installed easily but I didn’t see any noticeable difference.
Memcached Redux
- Another simple object cache plugin but it didn’t seem to work (no change in load times). If anything, the site got even slower. I followed the simple instructions just fine but didn’t feel like taking the time to figure it out.
Powered Cache
- This one is a potential sleeper. I liked the options and user interface right away. Allows full page caching as well as object caching for dynamic pages (where page caching isn’t possible). Many useful features for advanced users while still being clean and easy-to-use for noobs. Also has a PRO version that I think is worth it.
- My only complaint about this free version is that while the initial load times are fast, the actual eye test is just a hair slower than some other plugins. Breeze, for example, doesn’t load as fast but feels faster to the eye on 1st load. Again, this is for the initial load only and repeat loads are very fast. It’s worth a try to see how it performs on your site.
SG Optimizer / SuperCacher (SiteGround hosting)
- The plugin is lame and I’m annoyed it has so many raving reviews! It only works on SiteGround webservers (which I do have), and there’s nothing magical about it. Your site MIGHT be a tiny bit faster but initial loads are “sticky”. It’s like your site doesn’t respond for a split second and then loads everything all at once. It does give faster load times (although still not as fast as other plugins) on speed tests but feels unresponsive on eye tests. I honestly feel it was made to reduce resource usage (benefiting webhosts) rather than to speed up your site (benefitting users). Some people even complain that their website was faster WITHOUT the SG cache plugin.
- Even on SiteGround servers, SWIFT Lite is so much better. Use that instead.
Simple Cache (Taylor Lovett)
- Introduced to me by my head programmer. This simple plugin was made by the respected Vice President of Engineering at 10up. I absolutely love it to death and use it on a VPS taking 500k hits/month! It’s amazing and faster than many other full-featured cache plugins. Has like 3 basics settings and a very easy exclude-function. Pre-cache is built very quickly and you never experience slow/sticky 1st loads like with other plugins. Highly recommended for already-optimized sites or those serving dynamic pages. Try it, you won’t regret it.
- Although it works great even without, I highly recommend activating object caching (either Memcache or Redis, I prefer Redis) for maximum performance. NOTE: I had to use Redis 3.1.x as Redis 4.x didn’t work.
- A few caveats: one is that it might not work right away and may require a programmer’s help to diagnose the issue. Also, only one website can use it per server or per confined environment. At first, I thought this issue was due to memcache/redis key conflicts and so I installed multiple instances Simple Cache using different object cache options but it still didn’t work. After speaking with my trusted programmer, I learned the issue was due to Simple Cache itself. We’ve since made a github request and hope to get an update soon. This plugin is too amazing to be limited like this.
Speed Up – Browser Caching
- Simple little plugin that speeds up your site by adding expires to your htaccess file. If you’ve ever read speed-up guides on the internet about optimizing your htaccess file, this plugin does it for you. Can be combined with other plugins as long as they aren’t also trying to edit the htaccess file. Honestly, I wouldn’t use it as there’s better/faster caching options but this one might work for specific use cases.
Super Static Cache
- Avoid this plugin! There are several reviews complaining that it deleted their site, requiring a database restore. That wasn’t the only issue and frankly, it would be irresponsible of me to encourage anyone to risk their site with this. Curiosity did get the better of me and I tried it anyway. Their recommended mode (rewrite) was slow 2.0s, and switching over to php mode was faster. This plugin broke my site every time I switched modes, requiring an htaccess restore.
Swift Performance
- This is the absolute winner! Incredible free cache plugin with amazing performance using only standard settings (tweak advanced options and it gets even faster). SWIFT Lite (free version) beats even the super popular paid WP Rocket cache plugin! There are a few dozen shocked WP Rocket users converting over everyday. Whatever cache plugin there is out there, SWIFT free version beats them all no matter what server. But don’t take my word for it. See for yourself!
- Taking a bloated pagebuilder WooCommerce store from 3.0s to under 1.0s on initial load is no easy feat. The eye tests are even more impressive. The pages load instantly as if your website was running off your hard-drive. You have to see it to believe it. It’s crazy crazy blazing fast. I’ve even used this plugin to take busy bloated pages (many scripts, ads, external requests, bad coding) from 13 seconds down to under 1 second! Yes, it does miracles. Funny note: pages load so fast you don’t even realize it.
- Don’t be fooled by the load times, SWIFT is also very convenient in many ways. Has different caching modes depending on your type of site (blog vs store). The initial pre-cache is built very quickly unlike other plugins that take forever. Easy to manually include/exclude items from caching. Works immediately with WooCommerce. Lots of extra features and optimization that other plugins simply don’t have (advanced options for merging CSS/JS, different prebuild options, bypass Google Analytics, and more). Best of all, it stays easy-to-use despite having advanced features and cleanly returns your site to normal if disabled (unlike WP Rocket, Borlabs, and some others).
- On my servers, SWIFT Performance Lite (free) gave similar performance to SWIFT Performance (paid) version since I didn’t need certain features. Other users with less optimized sites will notice more of a performance boost, thanks to the extra features. Get the pro version (only $29/year, cheaper than WP Rocket).
- Read my Swift Performance WordPress Cache Plugin – UNOFFICIAL GUIDE
Vendi Cache (formerly WordFence Falcon cache)
- I like how this plugin was written and designed. Originally designed to increase WordFence security plugin efficiency for security purposes (how clever). The only problem is it just isn’t that fast. It takes a long time to build the cache and you have no idea which pages are covered and which aren’t. A year ago, its feature-set would have been considered top of the market but right now, it’s way behind. It does however work effortlessly out of the box without pages and pages of settings.
Vivio Swift
- I really wanted to like this new cache plugin because I like the no-nonsense design and feature-set but it just isn’t that fast!
W3 Total Cache (aka “W3TC”)
- Hahaha. I can’t think of any cache plugin that’s caused more headaches than this one. Thanks to them, people (even developers) were scared of cache plugins for several years. They haven’t improved; there’s still pages and pages of confusing configurations and so many easy ways for non-technical users to break their sites. W3TC’s diehard fans will always claim, “it works if you know how to set it up properly!” but I can’t get behind that knowing how much witchcraft it takes to keep things from exploding.
- To be fair, the W3TC can produce fast speeds, but they aren’t that fast and the numbers aren’t consistent. I’ve also found it especially risky to use in real world applications as small changes to your site could break your website function all together. W3TC is a house of cards. It’s beautiful when it’s finally set up, but change one little thing and your whole site comes crashing down. This plugin is so damn sensitive and shouldn’t be used when there are way faster/easier plugins out there. It needs to be rewritten from scratch!
- Don’t get me wrong, W3TC is still an incredible tool but best set up by developers/sys-admins who really understand server environments. The average user will probably never figure out the magic combination. With that said, it has many great features such as object-caching, database-caching, cache preload, session caching, and much more. These are all great but only if you have a VPS and know how to manage it.
- For those still in love with W3TC, you should check out the community-updated version on github, called W3 Total Cache (Fixed). I couldn’t test it here as it broke my site (haha).
Warp Cache
- Absolute waste of time. One of those “cache plugins” that do nothing and are more focused on Google Page Speed scores (which it isn’t good at) than actually speeding up your site.
WP Fast Cache
- Another cache plugin that works by building static pages. It’s really fast when it works but sometimes loads much slower for some reason. It’s a bit cumbersome/tedious telling it what to cache. It doesn’t have an option to cache all posts, or WooCommerce products, etc…requires a bit of manual work and not feasible on large websites. I don’t think it’s ready for production yet.
WP Fastest Cache
- One of the most popular cache plugins out there and with raving reviews. I like that it works well, very fast, and no-nonsense user interface. It has all the features I like and the pro version unlocks more features at one flat price (no on-going subscription). I can totally get why this plugin is so popular but nonetheless, there are better ones out there (better performance, better design, more features).
WP LCache
- I wasn’t able to test it since I was too lazy to install APCu module on my server; APCu is not commonly used. With that said, I think this one is worth checking out as it’s potentially a very fast object caching plugin. Seems easy to use and extremely performant on those with VPS and can install modules. (NOTE: it has one annoying manual installation step, like many object cache plugins, but easy-enough for beginners to follow.)
WP Optimize Speed By xTraffic
- I don’t know how good it is but there were a few annoyances. It requires their other plugin “WP Optimize By xTraffic”, and also uses an outdated/insecure Mcrypt (PHP) module that isn’t supported by newer php 7.2.
WP Rocket
- Yes, this is THE famous WP Rocket plugin. It costs the most and is known as the absolute gold standard in the WordPress caching market. Many other cache plugins are basically playing catch up, outright copying it, or trying to prove that they’re better by claiming to be faster than WP Rocket. It made a name for itself a few years ago by becoming the first cache plugin to be truly easy to use, works perfectly off the bat without “configuration”, and ultra user-friendly settings. Really nice user interface with many advanced options but doesn’t overwhelm beginners. I love the helpful tooltips and detailed explanations for each setting. It’s by far the friendliest cache plugin for non-technical users.
- WP Rocket is used (and adored) by users of all levels, beginners and pros alike. It’s safe to use on any site and gives incredible speeds. It has a really professional design that can appeal to clients. Everything feels top notch. I love that it does a fantastic job of clearing the cache and making sure your users see the latest version of your site. Most plugins either clear your cache too often (causing uncached hits), or they don’t clear the cache enough (causing outdated pages).
- The one area where I felt WP Rocket excelled the most compared to other cache plugins was for optimizing lean sites. Taking a 600ms site down to 400ms is a huge difference (especially on mobile); I’ve paid over $1k to make this improvement manually. Anyway, this was really surprising to me as you would expect a full-featured plugin to make the biggest difference for bloated sites.
- Up until very recently, the only way to get best performance was to pay for WP Rocket ($39/year), OR combine a variety of different caching and performance plugins to hopefully get all the features of WP Rocket, OR manually optimize your site and use a minimal cache plugin. (The last option is how I would advise all sites to get the absolute best performance; only problem is it requires serious coding ability.) HOWEVER, a lot has changed since WP Rocket came out. Other cache plugins are catching up and I can definitely say there are faster/cheaper options out there that do all the same things if not more. It was only a matter of time since WP Rocket has always had a few detractors who complain that it’s all gimmicky hype, still causes issues, and nowhere near as magical as it claims to be.
- The new WordPress caching champion is SWIFT Performance for me. Even its free version “SWIFT Performance Lite” beats WP Rocket right off the bat (no easy feat!), with SWIFT Performance paid version taking it a step further. I honestly see no point of using WP Rocket unless Swift doesn’t work for your server. By my eye-test, pages definitely loaded faster on SWIFT than on WP Rocket. And while many loyal WP Rocket users are skeptical of such claims, some converted over after just initial testing of SWIFT. I saw screenshots showing SWIFT as much as 25% faster (which is hard for even me to believe). I could share links to ecstatic user reviews on Facebook/websites but you’ll probably come across them soon enough. FWIW, SWIFT isn’t the only one to out-perform WP Rocket. I’m excited to see how the competition unfolds.
- There are still some areas where WP Rocket might be compatible/suitable than Swift. Swift has a really aggressive pre-caching process that some crappy webhosts won’t allow you to do. In this case, WP Rocket might perform better. Rocket is also nice in that it doesn’t break your site when it doesn’t work. It just simply doesn’t speed up your site and that’s it. (I seriously wonder how many Rocket owners don’t realize their site isn’t caching.)
- Get WP Rocket.
WP Roids
- I’ve encountered this one several times in the past 2 years. It’s very simple, works automatically without any settings and claims to be faster than WP Super Cache, W3 Total Cache, WP Fastest Cache, Comet Cache…but that wasn’t the case for me. It was sometimes ok, and other times no difference to not having any caching enabled. What really kills it for me was minor FOUT issues, with my iconfont not appearing until a split second after the page loads. I think the plugin was well-intended and should be improved.
- This plugin really decreases your page size. Unfortunately, it doesn’t decrease your load time anywhere near as much.
WP Speed of Light
- Nice plugin (inspired by great plugins “Simple Cache” and “Autoptimize”) with good amount of features, analysis tools, and easy-to-use. I’m not a fan of big “user-friendly” panels but I can see why some people like it. The pro version is also worthwhile if you like the free version.
WP Spider Cache
- Seemed like a simple enough object cache plugin (using memcache) but it following the easy instructions didn’t work (I couldn’t pick my memcache server once I copied over the drop-in php files). I was too lazy to diagnose any further and I prefer REDIS over MEMCACHE anyway. I also didn’t like that my admin area slowed down when this plugin was activated.
WP Super Cache (Automattic)
- Popular plugin used by many, probably because it’s built (and heavily-promoted) by official WordPress core team. I thought I would like this plugin from looking at its settings pages. Things are laid out in an intuitive way, with just enough features, and easy to understand. Unfortunately, it isn’t very fast compared to other plugins so I hope they can improve its performance. Whatever this can do, other plugins can do better.
- Here’s a guide with tips on making WP Super Cache work with NGINX.
WP-Cache.com
- This one was surprisingly fast despite having almost no settings and not being updated for 3 years. It’s very fast when it works and dead-simple to use. The issues I had was that it didn’t cache my entire site. Simply got stuck after a few items. It might be worth a shot if you have a simple enough site and having problems with other cache plugins. But other than that, you should use something else as this one’s been abandoned.
WP-FFPC
- Don’t be fooled by the numbers. This is another great object cache plugin using APC/APCu or memcache/memcached. It’s easy enough to setup but requires specific modules enabled on your server. The plugin is very fast when it works and still used despite not having been updated in a year. I saw the author was “Peter Molnar” and wonder if that’s the same person behind my new favorite cache plugin “SWIFT Performance”.
- I tried it first on Apache/memcache but couldn’t get it working right. Then put it on NGINX with memcached (1st) and APCu (2nd) and it is SO MUCH FASTER with either of them. I’d say it’s faster with APCu than with memcached. Very similar to Simple Cache. Make sure you have “precache” enabled, and clear out the “Authentication (SASL enabled Memcached)” user/pass fields if you don’t need it. Incredible performance!
WPBase Cache
- Only works on NGINX with varnish/php-fpm/php-apc installed. From my NGINX server, it seemed to require a login so I didn’t test it but it seems like a performant solution.
Yasakani Cache
- Pleasantly surprised by this little-known plugin. Super simple and easy to use. Has some extra options for cache logging and also security-related features. Edit your php.ini and it runs a little faster on “Expert Mode”. This would be a great plugin for sites that are already-optimized or not looking to do all that crazy CSS/JS optimization; it focuses on caching and nothing else.
Zlatko
Hello Johny,
I use W3TC several years on the site with 8k articles and 20k visitors daily. We use Cloudflare but we are not satisfied with page load.
Is it possible change w3 with other wp cash plugin without troubles?
Best regards,
Zlatko
Johnny
You guys can definitely switch cache plugins without any trouble! SWIFT will be much less trouble than W3TC, I promise you that.
Eric
What an exciting review for LiteSpeed.
May I ask what does this part means?
“Using LiteSpeed page caching has annoying sticky loads on initial visit. ”
Do you mean first visit load slow? [or]
Do you mean Crawler function not easy to use? [or]
Do you mean some hint are annoying?
Our developer will try their best to make it better. What we need is just more information. Thanks.
Johnny
Nice to hear from you, Eric. I love working with all of you guys and will do my best to provide helpful feedback.
– I don’t mind first visit loading slower, that’s normal for caching. What I don’t like is when initial rendering pauses for a bit before loading all at once, whereas other cache plugins show steady loading progression. It creates a much different perception for users and to be honest, I can understand why it’s harder for LS cache to load that way since it’s a full-page cache.
– Crawler function is a bit underpowered in some ways. Very slow to crawl the entire site compared to how SWIFT does it (100 pages in 2 minutes easily); LS takes at least an hour or so if not more and even still, first loads are “sticky”. I also feel there’s no way to see which pages are/aren’t crawled. This isn’t standard feature so I admire SWIFT for doing it.
Bruno
Currently considering Litespeed. Were there any improvements made on Litespeed regarding the issues reported?
Johnny
Hi Bruno, LiteSpeed continues to improve at record pace and have resolved many of their “issues”. In hindsight, what they have is really really awesome. I’ll have to update this review soon to reflect their progress.
Tobi
Hi Johnny,
I don‘t have stickiness with my Litespeed Sites? Maybe they changed that. I must agree that the crawler is slow and the view of crawled/ not crawled pages is outdated…
The support ist great! I love it!
Johnny
Yes, they’ve adjusted their default settings a lot to avoid the stickiness. I’m a huge fan and heavily deploying LiteSpeed Cache throughout many of my client sites. It’s simply great!
MOS
WP Fastest Cache is famous because it is easier to use than most, and performance is almost similar as all these complicated boring plugins.
After trying so many plugins, WP fastest cache is the only one that NEVER made any problem with Woocommerce.
Johnny
Thanks for the feedback. Have you tried Swift, Rocket, Simple Cache, Breeze, or Comet? I’ve used them all on WooCommerce sites without any issues.
Lisa
Unfortunately the free version of Swift was closed today according to WordPress.org.
Johnny
Really? It’s working perfectly for me right now. https://wordpress.org/plugins/swift-performance-lite/
Jeremy
Wow I never know that about Sitegrounds caching, I just assumed it was better because it is designed to work on their infustructure…
At the moment I don’t run any caching at all aside from SG. So you are suggesting that i disable it all together and just try Swift?
Cheers for the VERY in-depth piece.
Johnny
Yeah, SG Optimizer isn’t really built for speed if you ask me. It’s only there to reduce resource usage. And yes, I am definitely recommending to just disable it altogether and go straight to Swift. You can use both individually and see the difference for yourself.
Viktor Szépe
I run applications and WordPress websites.
This is all my knowledge of WordPress performance: https://github.com/szepeviktor/tiny-cache#wordpress-performance
All the best!
Johnny
Hey Viktor…this is interesting but I’m not sure what I’m looking at. This is a finished plugin or work in progress?
Viktor
Hello Johnny!
The above link is just for the information in the readme.
Tiny cache is three sister plugins doing their job – see the readme.
I install theme on all client servers as they perform very well.
You are free to open issues and send PR-s!
Johnny
Interesting work, Viktor! So I have to use it together with a Redis cache plugin or will it work alone?
Moataz
I think you may add Openlitespeed + Lswcp as totally free solution to your benchmark..
Johnny
Thanks so much, man! I should clone my test set-up over to your OLS and see for myself.
Moataz
more than welcome , let me know when u do so..
George
I tried your advice about activating Swift Performance Light on Siteground. Site was blazing fast but there were lots of errors with minification and it also broke some Javascript functionality on the website. Pity because I was very happy with the speed. I had to uninstall it unfortunately, too many bugs. Maybe in the future…
Godfrey Okoye
Thanks Johnny, but i don’t really like using cache plugin on my websites because it normally does the opposite of the intention.
Instead i use CDN – Cloudflare to be precise though
Johnny
Cache plugins not working on your site? It might be mis-configuration and you could still benefit from having someone else take a look. Whether or not cache plugins work, the internet relies heavily on caching technology at many levels/layers. CDN’s in themselves are also a form of caching.
Maggew
This blog post is savage!
Thanks for the incredible chunk of time you’ve invested and quality share… phew… incredible…
Did you mention which are your top 3 (or 4) favorite plugins? Maybe a top 2?
Johnny
Yes, I mentioned a list of my top picks depending on environment. Swift is my default go-to. LiteSpeed Cache if you have tons and tons of traffic. Simple Cache is great for already-lean sites.
MOS
Thank you for the best cache plugins review !
I will try on a woocommerce website the 3 best that I didn’t try:
Swift Performance Lite
Simple Cache
LiteSpeed Cache
Which one would be your fav for woocommerce shops on Apache ?
Thanks again.
Johnny
For Apache, will have to be Swift…and then LScache (if you have LS server).
Scott
I’d love to see some test results on Windows IIS10 etc!
Johnny
Hi Scott, I have such limited experience with Windows servers. Maybe you could try some testing and share with us. 🙂
Sam
Have you tried stacking caching plugins. I’m on Sitegrounds Clouding Hosting with the current specs at
5 CPU Cores, CentOS, 6GB RAM, 60GB SSD. I have Sitegrounds SG plugin with all the options other than memcache on. Then I have WP Rocket running too. The whole site is then served with the Cloudflare free service with railgun etc.
Current load time is 1.5s for 1.16mb and 108 requests running on php7.2. Which is the fastest I’ve been able to get it. It’s slower without SGs Plugin. This is for an ecommerce site with twitter feed etc.
Any ides how I would go about finding out if my server is
Johnny
I do stack multiple plugins from time to time. One for static page caching and another for object caching. Or maybe one for static page caching, and another for CSS/JS combination. With high-performance hosting, you shouldn’t have to mess with all that. SG servers are pretty weak in general (yes, even their fancy managed VPS or Cloud Hosting). Railgun should help you out a lot. Maybe you need some speed tweaks.
Mike
WP-Rocket is the best one!
Compression, lazy loading and cache…the support is 1+!
I use this for all my clients and all pages loaded under 1sec.
Johnny
Thanks for sharing, Mike! Rocket is pretty awesome! I’m curious why you’re using WP Fastest Cache on your site if WP Rocket was the best one for you. Have you tried Swift yet?
Alexander Herzog
Just switched a site to swift from WP Supercache and Autoptimize.
Best times got slitely worse (just a few milliseconds) but there are no bad loading time spikes (2-3 sekonds) anymore.
Thanks for the review!
Johnny
Hmmm…that’s not cool at all! I can take a look if you want to share admin. Swift should blow Super Cache completely out of the water.
Mitch
Hi Johnny, good review, however i started to delv deeper into the interwebs about Swift Performance plugin and their support seems to be lacking, there is a lot of unresolved questions in WP.org support forums, even some saying PAID subscriptions questions are not being answered.
This is pretty concerning as paying customers should be given priority and not dissapointed. I would love to subscribe to them but support really is a big deal, and i would rather take something slower with good support, than something better with no support.
Johnny
Hi Mitch,
It’s definitely true Swift team spends more time in development than in support, making their plugin perfect for server guys like me but not-always-so-great for folks needing tech support. I’ve done my best to help the community but you might be better off with Rocket, Comet, Borlabs, Speed of Light, or even just plain Breeze or Simple Cache.
Tanya
Hi, Jonny!
Thanks for all the great suggestions on plugins and hosting service. I have purchased sitegournd through you and it actually solved a mysterious speed issue for the form. It was awesome!
I’d like to have your thoughts on CAOS analytics. As you responded to my FB message that CAOS analytics can work concurrently with SwiftP Lite, they often responded that if “bypass” is clicked then no need to use that. Would be great to have your perspective on this and if I should still keep running the plugin anyway.
BTW, there is no social sharing icon at all on your site or barely noticeable. Wondering if you leave it out because of speed issue? Isn’t like/share an equally important factor for Google SEO?
Much thanks for your thoughts!
Johnny
Hi Tanya,
Thanks for using my affiliate link! CAOS is awesome, and I prefer it over Swift bypass. But yes, you can use Swift bypass instead. I do have share buttons at the end of my guides. I like to keep things lean and honestly, this site is not my main moneymaker, it’s just for free community help so I figure faster is better! I don’t care too much about SEO, I think people share it organically anyway. Thanks for stopping by!
Daan van den Bergh
Hi guys,
Just wanted to stop and say thanks for enjoying CAOS 🙂
Regards,
Daan
– the developer of CAOS and OMGF
Kevin W.
Thank you so much for this article! Seriously. After spending so much time by trial and error, it was good for someone to point out objectively that Sitegrounds setup isn’t good. I’m in the process of moving all my sites from SiteGround to Cloudways.
While I like Breeze for caching on Cloudways, would you still recommend LiteSpeed on Cloudways over their native Breeze? I was using Breeze only for the cache as I found their minification was over simplified and would break things easily. I preferred using Fast Velocity Minify for that. Ideally though, I would need to use two plugins for this. So, what would be your ideal recommendation for people on Cloudways?
Johnny
I really don’t like Fast Velocity Minify but some folks, do. On Cloudways, I prefer Swift plugin over Breeze easily. LiteSpeed Cache plugin is best used on LiteSpeed server. With that said, how much traffic do you have?
Rainer Brainer
Hi can you tell me if the WP Speed ​​of Light is good for Nginx?
Johnny
Easiest way is to test it out for yourself.
Philby
Thanks for a great review – lots of plugins I didn’t know about, some more interesting, some less so.
Since I’m hosted on LiteSpeed, I’m obviously using LSCache, and I quite like it. I don’t have the numbers to prove it, but I feel the stickyness on first load has been somewhat reduced in the last few months. However, the crawling feature is still disabled with my hoster, they say it’s far too taxing for a shared hosting environment.
What I’m not so crazy about with LSCache is the UI, which I find to be somewhat confusing (the Image Optimization tab is downright cryptic, IMHO); and his obviously is not getting better with the LiteSpeed guys adding features at a crazy pace.
Just for the fun of it, it occasionally switch to KeyCDN’s Cache Enabler, which is almost as fast as LSCache, has about 10’000 fewer options, and there’s even one advantage: the pages are saved to disk, whereas I think LSCache uses RAM, which is still faster than SSDs, but also a lot more precious, at least in my experience.
As a previous user of WP Rocket, I was intrigued by Swift, and tried it yesterday. For some unclear reason, it did not work nicely with my LiteSpeed server – some pages were never cached and kept returning cache misses in the HTML header and 400ms+ return times, even pages that were properly cached had times in the 70ms range, whereas both LSCache and Cache Enabler (even without the advanced snippet) both generally are in the sub-20ms region.
So back to LSCache it is for the moment.
Johnny
I completely agree. The initial stickiness issue has been greatly reduced and don’t get me wrong, I loved LiteSpeed cache even before that but only for high-traffic sites. Now, I can recommend them even for low-traffic sites. Kudos do them, so much progress on that plugin! I do agree that their UI could be much-improved. I think Cache Enabler is only comparable for regular caching functions. The moment you enable LS’s CSS/JS push and private-caching or object caching, it’s a no-brainer that LScache wins easily. Which host are you using?
Guillaume
Hey Johnny,
I like how swift is really fast and pre-builds super fast, but on my website it keeps having problems, I don’t know why. I haven’t activated merge css/js so that’s not the issue.
It’s just not reliable, like sometimes my website loads in 2s and sometimes in 6s…. lol.
Even worse, today for some reason the prebuilding takes forever (usually takes 30s, today takes 3h…).
Such a shame.
Johnny
Hard for me to know why without seeing your backend. From what I see (with your current Breeze setup), it seems you like to use aggressive settings. I reckon I could set up your site easily. Or you could follow my Swift guide and see how you do on your own.
Guillaume
Hey Johnny,
Thank you for your answer.
I followed your Swift guide and even the Advanced part to make sure everything was fine. I’m not really sure what you mean with “aggressive” caching, but my website is very static so obviously I have to take full advantage of the cache.
I get good results with Breeze, even though I preferred Swift because of the pre-caching, and it doesn’t cause any troubles.
I’m thinking it might be a conflict between plugins and swift, or who knows what…
Anyway, thank you for your website, there’s a lot of great advice here − I totally ditched lazy loading thanks to you, and I must say my website looks much better. I probably lose 0.1s (because of the images, but they’re cached anyway) at first but then the user doesn’t have to see the images pop out of nowhere.
I also got rid of Jetpack, which I actually didn’t use, lol. I had downloaded it only because it was “recommended” by so many people.
And I went with Cloudways, which are definitely great.
Thanks again!
John Whitlock
I see you was looking at my site Whitlockwoodendesigns, I’m still tweaking. Just turned cdn off while I change domain registry come back in a week. Did try to find you on twitter
Jack
Why not have Redis Page Cache
Liz
I just tried Swift, you’re right, the Pingdom/GTmetrix score is amazing but hang on … I noticed it makes almost half of requests, and then I saw the “hamburger” icon gone.
It’s obviously why Swift scores so well, it cuts corner by basically eliminated a lot of stuffs.
It will be fantastic if there is away to get back what is “lost” like the mobile hamburger icon… If so, I certainly say this is the fastest cache animal.
Any help?
Johnny
Please read my Swift guide: https://wpjohnny.com/swift-performance-wordpress-cache-plugin-unofficial-guide/
Sounds like you need to disable merge SCRIPTS & STYLES.
Tang toc
Swift Performance, WP-Rocket is the best plugin but current I using Litespeed Server + Litespeed cache is perfect.
Regev
Hey Johnny, unbelievable site you got.
If I move my sites to Cloudways, am I better off keeping their native Breeze (is performance increased on Cloudways servers? on or installing Swift? )
Thanks!
Johnny
Swift still better than Breeze on Cloudways servers.
Regev
Can’t Swift cause issues with Varnish?
Johnny
Yes, it CAN cause issues but it shouldn’t. I probably wouldn’t use Varnish if I had Swift unless you were getting that many millions of hits.
Bob
Thank you very much for this excellent review of caches. I just switched to Cloudways for some of my sites and did a search for Breezy on Google – you came up on page one. Actual search was Breezy cache vs wp Rocket cache.
I use WP Rocket on several sites – been happy with results. I also use Viper Cache which I purchased. Seemed to get better scores when comparing Rocket… I’ll have to try Swift Performance – especially on client sites… I don’t like using premium plugins on client sites unless client understands if they leave me they need to purchase.
Thanks again.
Johnny
You can try Swift for free!
toukir ahmed
This is a nice post. I am using WP-Rocket on Cloudways(Digital Ocean). Tried most of your suggestion and implemented on my site still i am load time of 4.9sec. Its a woocommerce store running flatsome. The speed was under 3 second before but don’t know what happened it went up. Can you please check and give me some suggestion on what am i doing wrong? or what can i do to make it fast?
my site is https://www.wonderwardrobes.com
Johnny
Where are you seeing these “increased load times”?
Carrie @ Two Small Potatoes
This is an awesome list, thanks!
Our site is a travel blog that’s pretty bloated with images. Our site is hosted with Siteground, so we tried their SG Optimizer plugin but it didn’t improve our site speed much. We’re also using Cloudflare through Siteground. Again, we don’t see significant savings. We tried the Autoptimize plugin also, but we couldn’t seem to get the settings right so that it didn’t conflict with Cloudflare. We’d like to try Swift lite, but do you if they’re compatible? If so, do you have any tips on how to configure both together?
Johnny
Swift should be used alone. Don’t mess with SG Optimizer (which I rated very poorly here) or Autoptimize. Follow my Swift guide and you’ll be fine.
Regev
Should Redis caching be used alongside SWIFT or is that redundant ?
Johnny
It can be unnecessary and or cumbersome. There are many things to think about:
– Object caching shouldn’t be used unless you need it.
– If you do employ caching, you need cache expiry that works with your content update intervals.
– And if you have more than one layer of caching, it’s tricky to get them to expire all together or on an interval that works for you.
Regev
Reason I ask is because GridPane recommends having Redis, and they automatically install Redis Object Cache and Nginx Helper in the WP.
Johnny
Redis is nice but not necessary, recommended, or even noticeable for all sites. It really depends on the scenario and the type of content being cached. Redis is nice if you have bits of data that is updated more often than the rest of the page is updated…basically dynamic content amongst static content. It’s best for a developer to make the call on this one.
Regev
Johnny you wrote: “Swift and Comet requires editing NGINX config (rewrites) to function”.
Does it mean that running Swift (with your manual setup recommendations) on an NGINX server is not optimal? It did speed up my site significantly, without configuring anything on the NGINX level. Should I do anything else?
Johnny
If it works then you have nothing to worry about. In regards to NGINX configuration, it depends on what features and functions you’re using and whether you even have access to server configs.
Sjoerd
Hi Johnny, you had a look at: https://wordpress.org/plugins/psn-pagespeed-ninja/
Saw some good results with this plug-in.
Celina
Great and very usefull article, As per my experience autoptimize is one of the best plugin created for optimizing website to increase speed. While there are various setting you can optimize, catch, css, html, javascript, fixing rendring-block issue etc but make sure to backup your all original files incase any thing break so you should have the restore files. I am using this plugin from quite long time for my website wishtomore.com and quite happy.
Sangam
I don’t like Autoptimize anymore. It works by concatenating CSS and JavaScripts and will increase performance report on GTmetrix / Page Speed for sure. But browser can make concurrent connection to the sever allowing to download CSS at very high speed which I prefer to than downloading a large single CSS file. For JavaScripts I use Cloudflare’s rocket loader.
Online tools like GTmetrix, Pingdom, Page Speed do not always make correct page load time. For example if you enable lazy load image they will show you greater page load times.
Dewi @ Dapurnesia
Thanks for the review, currently we are using wp-rocket for our site, so far so good. But we’re thinking to switch on Breeze (since we using Cloudways) because it’s FREE and your test make me more sure
Johnny
I would say WP Rocket is better for sure. But hey, Breeze is free.
Ronaldo Silva
Thanks for the excellent review, I’m using w3. I’ll try Swift Performace to increase speed.
Regev
Johnny, I ran a few tests on a major page on my site. Site is clean and well coded. I used no caching at all, and then Swift (configured exactly as you recommended on the guide here), Simple Cache, Breeze, FastCGI and Redis (both server-level from the GridPane toggle, not a plugin). Results:
Server-level FastCGI was the fastest, snappiest and most consistent, especially with Redis Object Cache plugin enabled. Page loaded in 1.2-1.5secs constantly. Second place was Breeze (without Object Cache) – 1.3.-1.7secs. When Swift loaded properly, it was blazing fast, as fast as server-level FastCGI, but it had cases where it got stuck and loaded the page in ~10secs. It was the only caching mechanism that caused it, perhaps because I didn’t add their said rewrites to the NGINX config? The rest were quite close too, btw.
Kimhak
I already install Breez cloudways plugin it really cool.
Suan
Hi Johnny,
This is a great review/comparison. I just move my site to cloudways and which cache plugin should I use. Swift performance or Breeze? I am using stackpath CDN for static resources.
Regards,
Johnny
I would pick Swift as my first choice and then work from there.
MiT
I have activated the LiteSpeed cache plugin that run on my website. Currently just purchased WP Rocket plugin, wondering can i use together with LiteSpeed cache plugin? If so, what should i take note of, so as not being interfere with each other?
Thanks!
Johnny
I don’t recommend using them together. Please choose only one. 🙂
MiT
Okay, thanks @Johnny
Joachim
Hi Johny,
I’m curious to know which plugin you would recommend for a WooCommerce store running on nginx with redis full-page cache?
Johnny
Sounds to me you’re on one of those managed hosting solutions. In that case, I don’t think you have much options. Can try helper plugins for more purge control. If WP Rocket works, that might be nice.
Joachim
Yes, I’m already using nginx helper plugin for purge control.
I’m using a VPS so I have root access if necessary (that was useful to edit caching rules to handle multi-currency).
TTFB is amazing for visitors that are not logged in and have an empty cart.
Now I’m mostly looking to improve the scripts, css, cart fragments, etc. I’m testing Autoptimize and Breeze (with bunnyCDN).
Thanks, I’ll have a look at WP Rocket 🙂
Johnny
I think if you’re serious about those improvements…I would try it like this:
– improving JS/CSS – refactor all of them. Dequeue and manually include directly in to your theme/child-theme. AO is alright if you care more about improving page scores, or taking load off your cache mechanism.
– cart fragments – unless you don’t want the cart count, only way is to speed up non-cached pages, tune your database.
Kenn P
I am using Siteground GrowBig account hosting, and also WP Rocket premium.
I just tried to test the Swift premium option, and my site was 1 sec slower with it + it was a pain in the ass to configure, compared to WP Rocket.
I will say, without a doubt, there is no cache plugin that can come close to WP Rocket.
But nice article 🙂
Johnny
Hmmm…mind if I try? 🙂
DoÄŸukan Durak
For me, the best is w3tc (no page cache – and memcached) and yasakani cache (page cache). Using them together is really good!
Johnny
Really? So you combine Yasakani page caching with W3TC object caching? What’s your site?
DoÄŸukan Durak
Yep 🙂 Here: https://bit.ly/2Tr2hYB
Johnny
Ahhh ok, I think I understand what you’re doing. Easier to separate into different plugins so you can decide with post types and objects to cache or not cache.
DoÄŸukan Durak
Maybe you could write an article about aapanel. This will certainly be of interest.
https://bit.ly/35NVavF
Johnny
Ooooh. So far at a quick glance, I like it. Seems friendly enough for users but intuitive enough for devs/admins. I’d have to actually put it in production to comment further.
Torsten Wagner
Hi,
just testing Breeze and WP Rocket in competition on two of my sites.
Results are nearly the same – very close.
What i notice it, that sometimes load time of the breeze site is very long. Re-test than falls to normal speed. Is that the difference? WP Rocket offers a Preload-System based on the sitemap.
So this could have an impact on sites with just a few visitors a day?
Best
Torsten
Johnny
The way caching works, the very first visit is slow (since page isn’t built yet) and subsequent visits are much faster. For sites with tons of visits, only the very first visitor sees a slow page and everybody sees the faster (cached) version. For sites with few visitors, you definitely need the pre-caching mechanism which visits the site itself and keeps the cache warm for the sparse human visitors you get.
Torsten Wagner
Thanks. Exactly what i wanted to know.
Most of my sites are for small business with under 500 Visitors/month.
So Breeze is out of the race.
So what would you prefer for such sites on an NGINX Cloud Hoster? Swift Performance (Lite) or WP Rocket?
Best,
Torsten
(By the way: Email notification for your answer of my comment didn’t worked.)
Torsten Wagner
No need to answer – just found your great comparison article now. 🙂
https://wpjohnny.com/swift-performance-vs-wp-rocket-wordpress-cache-plugin-comparison/
🙂
Torsten Wagner
Hello Johnny,
i made some test on my server the last days.
Comparing Breeze, WP Rocket, Swift in both versions and Simple Cache. They are all very near.
The On Load-Time is overall around 1.5 seconds, also the page size and request differ just a not mentionable litte…
But what im wondering, is that Swift reduce the Fully load time from 3.5 seconds (all others) to 1.6 seconds.
I really like Simple cache, cause i can setup it very fast and it has no ads.
Does the difference in Fully load time has an effect for Google?
I can’t see any visible differences in real life tests.
Best
Torsten
Johnny
Real life testing matters most. Fully onload time doesn’t matter anywhere near as much as TTFB and initial content paint. I think you’re fine in terms of Google. 🙂
Regev
Johnny how about ditching all plugins or server-level page caching (like FastCGI/Redis) and relying entirely on Cloudflare to cache everything?
Like here:
https://wpspeedmatters.com/caching-html-pages-at-the-edge-using-cloudflare/
Did you experiment with that and seen better results?
Thanks amigo <3
Johnny
I don’t like it. It’s never gone totally smooth for me. I think it’s ok for really simple sites or totally static sites, it’s fine. But even basic things like contact forms (and don’t even try ecommerce), you’re bound to have issues. I have seen some people pull it off but I’m personally not convinced. Try and see for yourself.
Regev
Then if I run server-level FastCGI page caching + Redis Object cache plugin, won’t it interfere with the standard Cloudflare caching mechanism?
Johnny
The standard Cloudflare is static asset caching only (images, CSS, JS, etc), it doesn’t do dynamic caching (for html and mysql object). It won’t interfere as there’s no overlap in function there.
Regev
Oh I see. I thought it does full page caching. Thanks bro
George
Johnny you already touched on it but yes Cache Enabler has 2 methods of caching – one via PHP and one via the web server offload i.e. Nginx. You want to use the web server offload for advance caching to get the most out of it. I use Cache Enabler with advanced Nginx offload cache and even figured out how to cache WordPress search results this way too. Details at https://github.com/centminmod/pretty-search-url
Johnny
Thanks for your comment. Cache Enabler has probably updated since I last checked it. I no longer try to keep up with the 50+ cache plugins out there.
George
Indeed there’s many caching plugins out there so it’s hard to keep up with. I only maybe focus on 3-6 wordpress caching methods myself (ones that offload load from PHP itself) so loved reading your blog article regarding caching plugins 🙂
Richard
Hi Johnny, really appreciate the in-depth testing, especially the 2 different scenarios! Was wondering if you tested WP-Optimize (by Team Updraft)? I use Swift Performance Lite myself for caching and WP-Optimize for cleanup…didn’t notice until much later that it does caching as well haha. Tested on a simple site and surprisingly it out-performed Swift! I’m a noob though…interested to see how it stacks up in your testing environments.
Johnny
I definitely don’t like WP-Optimize for caching. But I’m glad it worked well for you. If you like it, stick with it.
Tony
Hello Johnny, for LS server, do you recommend to use LS Cache or Swift Performance to make full use of LS?
Johnny
It really depends. Generally, the more pages (over 400) and more traffic (over 40k/month) I choose LSC.
Tony
Thanks Johnny. Does it mean if we are using LS cache with LS server, we can skip swift performance? Any advantage with swiftperformance on this?
Johnny
I think you’ll have to read all my guides and decide for yourself. As I said…it really depends.
North
Johnny, I really enjoy reading such detailed, comprehensive and impartial write-up. Oh, and it’s practical too..
I’d like to ask you 2 questions about WooCommerce – what would be your go-to plugin for a site with a lot of products (around 1500), each with product variations (size/colour)? Not high volume of visitors – perhaps 100-150 a day.
And is it a good idea to set cache expiry for a long duration (such as 10 days, or even unlimited)? I thought this would be a good idea to reduce server load, as the products don’t change (other than occasional price update).. But recently notices there is a “complication” with “nonce” , as some developers recommend to use 10hrs or less for cache reset. If that’s the case, my cache would restart even before finishing the first round of caching. What are your thoughts?
Johnny
Hi North,
Please read my Ultimate WordPress Speed Optimization Guide. It answers many of these small questions and I leave this link here for everyone else as well. From what little you told me, I’d guess Swift or WP Rocket with pre-caching function is most ideal for you.
If you have any issues with nonce, you need to disable cache either on that page or that dynamic aspect of the page. For everything else, a long cache time is fine.
North
Hi Johnny, thank you for taking your time to respond, and also many thanks for the link – much appreciated!
Ryan
Hey have you checked out pagespeed ninja? Prett cool from what I’ve seen
Johnny
I’ve seen but haven’t tried.
thomas
hey johnny, thanks for comparison – how about wp optimized?
its not even in your list as far as i can see.
best
thomas
Johnny
Not comparable IMO.
thomas
meaning wp optimize just sucks?
Johnny
The plugin started as a database cleaning plugin and then added caching. It’s not a true cache plugin IMO. Its like a Swiffer with wetjet spray instead of a real mop.
Brian
I was just going to ask about it. So get rid of it and switch to something else?
thomas
ok, i will give Swift Performance Lite a try then.
Web Me Tools
Thanks, Johny, due to you we guys make sue about the plugin. We’re using LiteCahce on our site and it is working brilliantly.
Christoph
U life ur blog … and i am planning to buy ur performance course … i am sure u know how and why to cache ….
i tested 2 new plugins out there.
do u know them or think they not good enought:
Flying-Press and Rapidload.
The last one is only for unused css and works only with autoptimize.
Flying-Press also have this feature but i think they need time.
Both are paid plugin but for it doesnt mather i just want speed up my sites.
for visitors and not for stupid scores 😉
Johnny
FlyingPress is good. RapidLoad, I never used and don’t like the style of optimizing CSS/JS like that anyway.
lokendra narware
can any one tried to use
NGINX Configuration for WP Rocket
https://docs.wp-rocket.me/article/37-nginx-configuration-for-wp-rocket
they say this
It enables NGINX to directly serve previously cached files without calling WordPress or any PHP. It also adds headers to cached CSS, JS, and images via browser cache.
if any one did this please tell me the performance
Yvette Boye
Thanks for another great article. I see it was written in 2018. I am building a WooCommerce webpage and think it might be a smart idea to have a cache plugin.
Is still Swift the recommended go to plugin in 2022?
Ivsa
Hi Johnny,
do you still recommend Swift cache as best option for caching, since they released Swift AI and are slowly deprecating the old Swift cache plugin?
Johnny
I still use Swift cache and enjoy it. But I also use other cache plugins as well.