This is an info Alert.
xpay
  • Product
    • Become Agent-Ready
      • Merchants
        Agentic Commerce — list your store across ChatGPT, Gemini, Claude & Perplexity
      • Publishers
        Monetize your content when AI agents read, cite, or train on it
      • SaaS Companies
        Treat AI agents as first-class customers with agent-priced checkout
    • Monetize
      • Monetize MCP Server
        Charge per call on any MCP server in 2 minutes
      • Monetize AI Agents
        Turn n8n, Zapier, Activepieces workflows into revenue
  • Resources
    • xpay Ecosystem
      • xpay✦ Tools
        1,000+ pay-per-use tools for your AI agents
      • Agent-Ready SaaS Index
        25,481 SaaS scored on agent-buyability
      • SaaS Pricing Database
        Pricing pages indexed across 1,000+ categories
      • Shopify Apps Directory
        Every Shopify app, with its full review history
      • WooCommerce Plugins Directory
        Every WooCommerce plugin, scored on how well it is maintained
      • GitHub
        Open source repositories
    • Agent Building
      • Agent Frameworks
        AI frameworks for building multi-agent systems
      • x402 Integration
        AI frameworks with x402 payment integration
      • Networks
        Blockchain networks supporting x402
    • Company
      • About xpay✦
        Our mission, products, and protocols
      • Blog
        Latest insights and updates
      • Docs
        Complete xpay documentation
  • Pricing
  • Blog
  • Docs
Get Started
  1. xpay✦ Commerce

  2. Directory

  3. WooCommerce plugins

  4. DadsFam Cache

DadsFam Cache

Make your WordPress and WooCommerce site lekker fast — friendly page caching, no rocket science required.

20+ active installsFree on WordPress.org
View on WordPress.orgSupport forum
Will this break my store?

What the WordPress.org registry says about keeping DadsFam Cache running.

WordPress compatibility
Tested to 7.1
Tested against the WordPress branch in use today.
Last updated
2 days ago
Requires PHP
8.0
Your host must be running at least this version.
Requires WordPress
6.0
Contributors
1
A single maintainer. Worth knowing if the plugin is load-bearing for your store.

20+ active installsWordPress.org reports installs in bands, not exact counts.
Maintenance & trust

Scored on how DadsFam Cache is looked after — not on how many stores run it.

Well maintained
Not enough public feedback to put a confident number on this one. Little public feedback — score rests mostly on release activity. What we can see is below.

Maintenance
35 / 35
Updated 2 days ago.
WordPress compatibility
20 / 20
Tested to WP 7.1 (current).
Support responsiveness
Not enough data
Only 0 support thread(s) — not enough to judge.
Merchant satisfaction
Not enough data
No ratings yet.
Listing transparency
10 / 10
Provides: screenshots, description, homepage
2 of 5 measures had too little evidence to score. They are left out of the total rather than counted as zero — otherwise a plugin would be marked down for being small rather than for being poorly kept.Measured 2026-09-13 from the WordPress.org plugin registry.
Ratings

No one has rated this plugin on WordPress.org yet. That is a statement about the ratings page, not about the plugin — plenty of well-kept plugins never collect them.

DadsFam Cache is a straightforward, no-nonsense performance plugin. It saves ready-made copies of your pages so repeat visitors skip PHP and the database entirely, and it ships with a one-click setup that applies safe, sensible defaults for you.

It was built to be understandable by normal humans — every setting is written in plain English with a short explanation of what it actually does.

What you get, free

  • Disk-based full-page caching (serves cached pages before WordPress even boots)
  • Gzip pre-compression of cached pages, plus Brotli where your server supports it (15–20% smaller again)
  • Serve-stale-while-refreshing: an expired page is handed to the visitor instantly and rebuilt in the background, so nobody ever waits for a cache expiry
  • Bloat removal: drop the emoji script, embed discovery, jQuery Migrate, Dashicons and the leftover head tags — each with a plain note on when to leave it alone
  • Browser-cache and compression rules for Apache/LiteSpeed (.htaccess), with a copy-paste NGINX snippet
  • Smart automatic clearing — edit a post and only the affected pages clear
  • Clears the cache automatically after plugin, theme or WordPress updates
  • Sensible exclusions out of the box (cart, checkout, my-account, logged-in users)
  • Ignores tracking parameters (utm_*, fbclid, gclid…) so shared links still hit cache
  • Optional separate cache for mobile
  • Cache preloading from your sitemap
  • A dashboard that answers one question first — is my site actually being served fast? — in a sentence, with a dial showing how much of your site is saved and ready
  • It measures the difference and shows you: your home page loaded twice, once built from scratch and once from cache, reported in milliseconds
  • A setup track with a “fix it” button next to anything still outstanding, and a line explaining why each step matters
  • A Support tab with plain-English fixes for the things people actually write in about, and a one-line summary of your setup to paste into a support message
  • Runs from an AI assistant on WordPress 6.9+ — see below
  • Built-in cache test, stats and a copy-ready debug panel
  • Settings export/import

The free plugin never phones home. There is no licensing code in it at all.

Want more?

DadsFam Cache Pro is a separate add-on plugin that installs alongside this one and adds its tabs to this same settings screen: minification, critical CSS, LCP and font optimisation, defer/delay JavaScript, lazy-loading, WebP conversion, CDN rewriting, database cleanup, Heartbeat control and auto-preload. Grab it from https://www.dadsfam.co.za/shop/

For developers

This plugin is built to be extended. The add-on API:

Filters

  • dadsfam_cache_is_pro — answer true to unlock Pro-flagged fields
  • dadsfam_cache_has_addon — answer true if an add-on is present
  • dadsfam_cache_page_html ( $html, $context ) — transform a page before it is cached
  • dadsfam_cache_settings_defaults ( $defaults ) — register extra settings
  • dadsfam_cache_sanitize_settings ( $clean, $raw ) — sanitize them on save
  • dadsfam_cache_admin_tabs ( $tabs ) — register settings panels
  • dadsfam_cache_ajax_tasks ( $tasks ) — register AJAX handlers (cap + nonce checked for you)
  • dadsfam_cache_admin_localize ( $data ) — add data for the admin JS
  • dadsfam_cache_htaccess_rules_before / dadsfam_cache_htaccess_rules / dadsfam_cache_nginx_snippet
  • dadsfam_cache_speed_setup ( array( $settings, $notes ) ) — contribute to One-Click Speed Setup
  • dadsfam_cache_cache_this_request ( bool ) — veto caching for the current request
  • dadsfam_cache_purge_post_paths ( $paths, $post_id ) — extra paths to clear
  • dadsfam_cache_preload_urls ( $urls ), dadsfam_cache_auto_preload ( bool )
  • dadsfam_cache_footer_comment ( $comment ) — return ” to leave cached pages unmarked
  • dadsfam_cache_debug_info ( $rows ) — add rows to the support panel

Actions

  • dadsfam_cache_loaded ( $version ) — the plugin is wired and safe to extend
  • dadsfam_cache_purged_all, dadsfam_cache_purged_everything, dadsfam_cache_purged_post ( $post_id, $paths )
  • dadsfam_cache_settings_saved ( $settings ), dadsfam_cache_deactivated
  • dadsfam_cache_preload_settings — print extra fields on the Preload tab

Add-ons should boot on plugins_loaded at priority 20 or later. WordPress sorts active plugins alphabetically, so an add-on’s file may well be included before this one’s — never touch a DadsFam_Cache_ class at include time.

Also useful: add data-no-optimize to any script or stylesheet tag to have Pro leave it alone, data-no-lazy on an image to keep it eager, and define( 'DONOTCACHEPAGE', true ); to skip caching a request.

Works with AI assistants

If you are on WordPress 6.9 or later and have an MCP plugin connected, this plugin tells your assistant what it can do. You can ask things like “is caching actually working on my site?”, “why is my change not showing up?”, “how much faster is the cached version?” or “stop caching the members page”, and it will read the real state of your site and act on it.

Every action needs the same permission as the settings screen, so an assistant can never do more than you could. Reading is separated from changing, anything that edits a file or slows the site says so first, and removing the caching engine is not offered at all.

A word about PRO

Right, let me be straight with you, because I hate being sold to as much as you do.

Everything above is free and it stays free. Caching your pages to disk, gzip, browser-cache rules, clearing the cache automatically when you change something, preloading and the one-click setup — none of those are premium features. Those are the things a cache plugin should just do, and if I put them behind a paywall I would be taking the mickey.

There is a PRO add-on. It exists because I am a dad in Cape Town, and this is one of the things that puts food on the table at my house. That is the honest reason. Not “unlock your potential”, not “supercharge your workflow”. Just: if this plugin made your site quicker and you can spare it, PRO helps me keep building.

There is one PRO version and one price: R500 once off, roughly $35, per plugin. It is not a subscription, there is no yearly renewal, and it does not expire. Pay once and it stays yours, updates included. If the free version does everything you need, use that and think nothing of it — it is not crippled to push you across, and it never will be.

What PRO adds is the heavier optimisation you reach for once the basics are in place — shrinking and combining your CSS and JavaScript, holding non-critical scripts back until they are needed, lazy-loading images, serving WebP, pushing static files to a CDN, and tidying up your database. That is extra speed and convenience. It is not the plugin working properly, because the plugin already works properly.

So if the free one does everything you need, brilliant. Genuinely. Use it, and I hope it takes a load off your server and your visitors’ patience. If you get to the point where squeezing out the last few points would help, PRO is at plugins.dadsfam.co.za.

Either way, thanks for using something I built. — Zak, DadsFam

PRO adds:

  • Minification of CSS, JavaScript and HTML
  • Critical CSS, LCP and font optimisation
  • Defer and delay JavaScript until it is needed
  • Lazy-loading for images and iframes
  • WebP image conversion
  • CDN rewriting
  • Database cleanup and Heartbeat control
  • Automatic preloading after a purge

Will it work on NGINX?

Yes. The page cache works everywhere. Browser-cache rules are added to .htaccess only on Apache/LiteSpeed; on NGINX the plugin gives you a snippet to paste into your server config.

Does it work with WooCommerce?

Yes. The cart, checkout and account pages are never cached, anyone holding a cart cookie always gets a live page, and shop/product pages clear automatically when stock changes.

I was on 1.2.x with a license and my Pro features disappeared.

From 1.3.0 the Pro features live in a separate add-on plugin, DadsFam Cache Pro. Download it from your account and install it alongside this one. Your license key and every one of your settings are still saved — Pro switches straight back on.

It says another caching plugin is active. What now?

Deactivate the other plugin first, then run One-Click Speed Setup. Running two page-cache plugins at once will cause problems.

Something looks wrong after a Pro feature.

Turn the relevant feature (minify CSS, defer/delay JS) back off, or add the problem file to its exclusion box. Then clear the cache.

Does it edit my wp-config.php?

Yes — it adds define( 'WP_CACHE', true );, which WordPress requires for page caching to work at all. The line is marked with our name, written atomically, and removed cleanly when you deactivate.

Does this plugin contact any external services?

No third-party services at all. The only HTTP requests it makes go to your own website: it visits your own pages to warm the cache (preloading), and it fetches one of your own URLs twice to run a quick self-test that confirms a page is being served from cache. Nothing is sent off-site, and no data leaves your server.

Categories
Privacy & performance
Plugin details
Version1.8.3
Last updated2026-09-11 1:49pm GMT
Added2026-09-01
Requires WordPress6.0
Tested up to7.1
Requires PHP8.0

Tags on WordPress.org
cache
caching
page cache
performance
woocommerce
Alternatives
Other plugins in the same categories.
EU Withdrawal Compliance
1K+ installs
5.0(16)
Easy Actions Scheduler Cleaner
900+ installs
5.0(9)
Terms & Conditions Per Product
800+ installs
4.6(13)
BoltAudit – Site Speed Audit and Performance Insights
100+ installs
4.6(9)
Additional Terms Lite for WooCommerce
2K+ installs
3.6(16)
Sulado Odstúpenie a reklamácie for WooCommerce
60+ installs
xpay

The agent-readiness stack for the AI shopping era — helping merchants, publishers and SaaS companies get discovered, cited and transacted with by ChatGPT, Perplexity, Claude, Gemini and the custom shopping agents underneath them.

CompanyAgentically Inc. (d/b/a xpay✦)1875 Mission St, Ste 103San Francisco, CA 94103, United Stateslegal@xpay.sh · privacy@xpay.sh
or ask your AI app
Company
About xpayAgency PartnersGitHubDiscordllms.txt
DevelopersDocumentationAPI ReferenceSDKs & LibrariesQuickstart GuideOpenAPI Spec
Stay Updated
Occasional product updates and agent-readiness playbooks from xpay (Agentically Inc.) — typically a couple of emails a month. Double opt-in: we email you a link to confirm before sending anything, and every email has one-click unsubscribe.
Social
  • For Publishers
    • News
    • Finance
    • Dev / Tech
    • Travel
    • View all verticals
  • Agent-Ready Index
    • SaaS Pricing Database
    • Agent-Ready SaaS Index
    • Verified band
    • AI & ML
    • Sales & CRM
  • Products
    • Pricing Widget
    • Monetize MCP Server
    • Paywall
    • Smart Proxy
    • Monetize AI Agents
    • xpay x402 Facilitator
  • Agentic Economy
    • Timeline
    • Resources
    • Manifesto
    • Stack
  • Agentic Commerce
    • Get listed
    • ChatGPT Ads
    • How ChatGPT Ads work
    • ChatGPT Ads · Apparel
    • ChatGPT Ads · Health & Beauty
    • xpay Listings · Amazon + Google
    • Pricing
    • Free audit
    • Shopify
    • WooCommerce
    • Apparel & Accessories
    • Health & Beauty
    • Overview
  • Commerce Index
    • Shopify apps directory
    • Agentic Commerce Ready Index
    • Methodology
    • Pet brands · WooCommerce
    • Pet brands · Shopify
  • Marketplace
    • 🛍️ xpay.deals — agentic storefront for deals
  • Protocols
    • Overview
    • x402
    • MPP
    • UCP
    • ACP
    • AP2
    • TAP
    • A2A
  • Agent Frameworks
    • Overview
    • LangChain
    • CrewAI
    • Claude MCP
    • AutoGPT
    • LangChain vs Mastra
    • LangGraph vs Pydantic AI
  • Company
    • About xpay
    • Blog
    • Docs
    • GitHub
  • Free prompts
    • Ecommerce prompts
    • Email marketing prompts
    • Product description prompts
    • Facebook ad prompts
    • Skincare prompts
    • Supplement prompts
    • Wine prompts
    • Electronics prompts

© 2025 Agentically Inc. All rights reserved.
Privacy PolicyTerms of UseAcceptable Use Policy