WordPress caching plugins are kind of the new hotness. With Google ranking sites based on load speed, the market is ripe for competitors to put their best feet forward and take a shot at the top spot in the WordPress caching plugin world. Well, Comet Cache is a free plugin from WebSharks, Inc. and they market it on the fact that itās not just easy to use, but itās simple, too. WordPress caching can be mind-bogglingly complex, but Comet Cache tries to make it much less so. But do they succeed? Letās take a look.
Comet Cache Lite
For the purposes of this article, I am going to be working with Comet Cache Lite, the free version of the plugin that you can all download from the WordPress plugin repository. Search in your WP dashboard or download it directly. Donāt be put off by the wordĀ Lite here. While the Pro version is very powerful, the free download is more than enough for many websites. And if youāre using Comet Cache because of its commitment to simplicity, you should be just fine. The lite version is incredibly new user-friendly.
Setting Up, 2 Minutes Flat
Comet Cache takes a cue from WordPress itself and boasts a āfamous two-minute setupā like the āfamous five-minute installation.ā Now, the WP 5-minute install generally doesnāt work out like that. Iāve never used the official steps and it take anywhere under 15 minutes. Maybe itās just me.
So does Comet Cache keep their end of the bargain? When I timed it from clicking theĀ download button in the image above, it took about 75 seconds for me to get to the Options Updated SuccessfullyĀ confirmation. So yeah, itās downright simple to install and get up and running.
If youāre a typical WP user, thatās all youāll need to do. The same would be true of WP Rocket, W3 Total Cache, WP Super Cache, or any others. They all tend to have a set-it-and-forget-it button. Comet Cache is no different.
Other Settings
Just because youĀ can set it and forget it doesnāt mean that you have to. Comet Cache is full of advanced options for you, too, if you want to dig deeper into them.
- Automatic Cache Clearing
- Cache Directory
- Cache Expiration Time
- Client-Side Cache
- GET Requests
- 404 Requests
- Feed Caching
- URI Exclusions
- HTTP Referer Exclusions
- User-Agent Exclusions
- Apache Optimizations
- Theme/Plugin Developers
The general rule of thumb is that if you donāt understand the heading, donāt mess with the setting. But if you feel the need, you can tweak to your heartās content.
I would also like to commend the devs on simplicity in their UI and descriptions here, too. If nothing else, this is the only caching plugin that makes me not afraid to tweak. A lot of them have a settings tab that looks like a mix of an old-timey telephone switchboard and a Reddit-winning wall of text. The way WebSharks has broken down the options deserves recognition because theyāre approachable for the first time for many users. By keeping them all in one screen with toggle dropdowns, it helps users really understand what theyāre doing to their sites.
That said, you still wonāt mess with some of them because of their specialized nature (Iām looking at you Apache Optimizations), but Iāll go through what youāre most likely poke around with.
Advanced Cache Clearing
Enabled by default, Comet Cache will clear and re-cache whatever youāve set as the Front Page in your WP settings. TheĀ Auto-Clear Designated āHome Pageā option is great for blogs and sites that keep dynamic content on their front pages, but if you use a landing or funnel page to direct your users elsewhere, thereās no reason for you to waste the server cycles on this. However, there is a relatedĀ Auto-Clear Designated āPosts Page,āĀ which you can leave enabled if you do have a blog. That way visitors will actually see new posts as theyāre made instead of waiting until the cache clears later.
Additionally, depending on your taxonomies and hierarchies, you can adjust which archives pages update and when. If you never want Tag archives, letās say, to go through the process, you can turn it off. It saves a lot of space and processing power to tweak these for your own personal set up.
Cache Expiration Time
Caching is a wonderful thing. It speeds up your site by delivering a stored version of the website instead of loading it anew each time. However, you update your website. Maybe you blog once a week, or you add a new menu to your restaurant site. If the browser delivers last weekās menu or doesnāt display your time-sensitive contest announcement post, you lose business. So you need to make sure that Comet Cache is set to expire and reset at a regular interval. It can be as short as 30 seconds or as long asā¦well, as long as you want (6 months, a year?). Itās up to you. And even if you update the cache every week or month, the old cache files are still hanging aroundāthe cleanup schedule says that if there are any expired files, they get purged.
Finding the right balance for you can be tricky, but itās easy enough to experiment with this one. If youāre worried about messing with what visitors see, though, donāt touch it.
URI Exclusions
Continuing the example of the restaurant menu above, maybe youāre worried about the cache clearing and your menu update not being really friendly with each other. Thatās a valid fear. You can use theĀ URI ExclusionsĀ to keep any individual pages from ever being cached. So if you were to enterĀ /daily-menu (or whatever your slug happens to be) in the text area, that whole page will never be cached, and your menu will be loaded anew each and every time the page is requested.
Additionally, you can set caching exclusions easily for various referring sites (anyone who clicks through from Facebook, for instance, never gets a cached page) or certain browsers (mobile Chrome, maybe). Reasons for this donāt come up often, but when they do, itās nice to be able to find and understand how to set them up quickly.
Comet Cache is the simplest and easiest caching plugin Iāve used to do this particular feature. Itās also explained really well in their intro text, and they link to their knowledge base article about it. In general, these features are obscure and not really highlighted. Comet Cache should be commended for putting it (and other options) right out there without having to go dig around for them. Even if theyāre just tucked away in another tab, advanced options can be intimidating, and even when dealing with URI Exclusions and User-Agent/HTTP Exclusions, theyāre accessible and understandable.
Even if you donāt ever need to use them.
Wrapping Up
Comet Cache is fighting a hard battle. There are a ton of other caching plugins that are more commonly named among WP users, and CC is a relatively small plugin (60k installs vs millions). However, thereās a reason that underdog movies are so successful. The little guy tries hard and pushes through. And thatās what Comet Cache does. In my review trials, the caching was every bit as fast as W3 Total Cache and WP Super Cache. Plus, Comet Cache generally came out a little faster on my image-heavy site than my more text-heavy one, which W3 Total won most often.
If you havenāt installed a caching plugin before, you absolutely should. Google is essentially forcing us all to do itĀ with their page-speed ranking and mobile-first initiatives. And if youāre totally new to caching plugins and want to learn, Comet Cache may be what youāre looking for. Itās by far the most newbie-friendly cache plugin Iāve ever used personally, and the experience is pretty much what itās sold as: simple.
If thatās your thing, what have you got to lose? Well, outside of a few milliseconds.
Whatās your experience with different caching plugins? Let us know in the comments!
Article featured image byĀ spectrae / shutterstock.com
A cache plugin can indeed speed up a website considerably although it would be best to optimze the webserver first.
For example, switching from Apache to Nginx literally made my website twice as fast. You can even have Nginx cache WordPress pages so it keeps html files on the shelf for each of your pages. It doesn’t get any faster than that.
I’m also using a plugin called DiviEngine to minify and combine JavaScript and CSS files. It also handles deferred loading of images and more. It does quite a good job at it.
Last but not least I’m considering to purhase a plugin called ‘Gonzales’ to remove scripts from pages where they aren’t used. For example; Contact Form 7 and Woocommerce scripts are loaded on each and every page of WordPress but certainly aren’t needed everywhere. No need to cache these scripts if they aren’t used.
Simply by using Nginx and DiviEngine my websites typically perform better than 90% of all other websites, measured by Pingdom.
Hope that helps.
WP Super Cache did a better job in 2 test sites… and nothing compares to the paid wp rocket
Does comet cache interfere with the contact forms? I read that you need to set the cache to refresh twice a day to keep it working, does anyone know if this is correct? I’m currently using WP fastest Cache ā although it working well it’s stopped my contact forms from working and its on every page! I think this might sound like a better option
Thanks for your information. I’ll try Comet Cache.
Basically, I love LSCache. One of the best Caching Plugin powered by LiteSpeed Server.
Haven’t tried Comet ? Cache yet. How is it compared to other top caching plugins?
After trying most of the popular cache plugins, and making specific json files of the settings and everything, I’ve found that Comet gives me the best performance for the fewest number of headaches.
So I now use Comet on everything. It’s pretty good. š
I like Comet Cache. It’s my fave go-to free Cache plugin, won’t use any other. Its so easy to use. My premium cache plugin is WPRocket.
The only way to measure a caching plugin is to show before and after load speed, then compare it against other caching plugins. Can you show how it compares against other plugins?
I would love to go back to Comet Cache but on most of my Divi sites it won’t enable:
Comet Cache is NOT caching this page, because the PHP constant `DONOTCACHEPAGE` has been set at runtime.
Haven’t found a solution!
Have now – iThemes security – Unchecked filter request methods – sorted. Goodbye WP Supercache!
Big fan of Comet Cache Pro here. Works great with Divi, incredibly easy integration with Cloudfront (and some other CDN providers) to let them serve static files, and a great price compared to most other paid cache plugins. Absolutely love the layout and the built-in documentation. I wish every plugin had this kind of ease-of-use and clear explanations of functions. We use it on paid membership sites running S2Member. One of the reasons we chose Comet Cache is that we had a great experience with S2Member and Comet Cache is from the same team (WebSharks).
thanks for the review
how does it work with Divi and how to set Divi’s internal cache options?
thanks
Would like to hear comparison between Comet & WP Fastest Cache (especially with Cloudflare in the mix).
It’s not quite that comparison (which is a good idea to do, by the way!), but here’s one that we posted a while back comparing WP Fastest and W3 Total Cache. https://www.elegantthemes.com/blog/resources/w3-total-cache-vs-wp-super-cache-which-plugin-should-you-choose
It was Total cache and Super cache comparing, but I think both sucks with Divi. I vote for WP Fastest cache.
Comet Cache is very good. We use Comet Cache for all Divi sites because it consistently ranks the best and fastest for page speed / load times compared to other cache plugins when tested at https://gtmetrix.com/.
Are you using the free version or the paid one? I’m thinking about moving on to comet cache from w3 total cache.
That’s the tool I was using to benchmark, too. š
Nice review. I have been using Comet Cache for quite a few years (it used to be called Zen Cache and before that, I forget the name). It’s very simple to set up and gives good results, but its well worth getting the pro version and spending the time to configure it properly.
I have experimented with W3 cache and Super Cache but for my site Comet Cache is much better. My hosting company wanted me to use Super Cache after I complained about server speed; they even configured it for me. I then showed them how to halve the page load time by switching to Comet Cache.
I can’t recommend Comet Cache enough.
Now that’s service with your host! That’s the kind of service that builds loyalty and keeps me there for years.
This is a great review! I don’t really like Comet Cache, it looks horrible in the admin panel and it’s not fun to use! We recently switched over to Cloudways and so far have tried Breeze which really only works with their systems!
Breeze is based on WP Speed of Light, which in turn is based on Simple Cache.
I haven’t tried Breeze out, personally. I used Cloudways for a while, but was using W3 Total Cache at the time.
QuickCache > ZenCache > Comet Cache (NOW) ……..Āæ?
Yes it’s had a few name changes but it’s a good caching plugin – use the paid version on all my sites.