This is an info Alert.
x402 Logo
  • 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
      • Agent Feed
        Pay-per-query access to licensed publisher content for your agents
  • 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. Simple Page Cache

Simple Page Cache

Simple, blazing fast static page cache for WordPress. Caches HTML for non-logged-in users with intelligent cache clearing for e-commerce sites.

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

What the WordPress.org registry says about keeping Simple Page Cache running.

WordPress compatibility
Tested to 6.8.6 — 2 branches behind 7.0
A branch or two behind — normal for a plugin between releases.
Last updated
11 months ago
At least 7.0 releases a year since launch. WordPress.org only lists versions still available for download, so the real number may be higher.
Requires PHP
7.4
Your host must be running at least this version.
Requires WordPress
5.0
Contributors
1
A single maintainer. Worth knowing if the plugin is load-bearing for your store.

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

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

Mixed signals
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
26 / 35
Updated 327 days ago.
WordPress compatibility
14 / 20
Tested to WP 6.8.6, 2 branch(es) behind.
Support responsiveness
Not enough data
Only 0 support thread(s) — not enough to judge.
Merchant satisfaction
Not enough data
No ratings yet.
Listing transparency
3 / 10
Provides: description
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-08-01 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.

Simple Page Cache is an extremely simple, super-fast page cache for WordPress. The plugin stores full HTML pages on disk for non-logged-in visitors. The cache is automatically cleared when content is updated, ensuring visitors always see fresh content. Ideal for small to medium-sized sites and webshops that want maximum speed without complex settings.

Main features:
– Caching for non-logged-in users (GET requests only)
– Path-based cache structure for nginx direct serving (/host/path/index.html)
– Cache files are stored in /wp-content/uploads/simple-page-cache/
– Drop-in (advanced-cache.php) for maximum speed before WordPress loads
– Nginx configuration generation for direct cache serving
– Automatic cache clearing when posts/pages are updated
– E-commerce integration with intelligent cache clearing for:
– WooCommerce (orders, stock updates, product changes)
– Easy Digital Downloads (purchases, download updates)
– BigCommerce for WordPress (product updates)
– Generic e-commerce plugins (product post types)
– Automatic detection of dynamic pages (cart, checkout, account, wishlist) for:
– WooCommerce
– BigCommerce for WordPress
– Easy Digital Downloads
– iThemes Exchange
– Jigoshop
– WP-Shop
– Detected dynamic pages are automatically excluded from caching
– Manual cache clearing via admin bar button
– Nginx config regeneration via admin bar button
– Performance comments in cached HTML files
– No complex settings, no database writes

Nginx Configuration

For maximum performance, you can configure nginx to serve cached files directly without PHP processing:

  1. Copy the nginx configuration from /wp-content/uploads/simple-page-cache/nginx.conf
  2. Add the configuration to your nginx server block for your domain
  3. Test nginx configuration: sudo nginx -t
  4. Reload nginx: sudo systemctl reload nginx

The nginx configuration includes:
– Internal location block for serving cached files
– Automatic cache bypass for logged-in users
– Automatic cache bypass for requests with query strings
– Debug headers to identify cache hits

Benefits of nginx direct serving:
– Faster response times (no PHP processing)
– Lower server load
– Better scalability
– Direct file serving from disk

How it works

  • For every non-logged-in visitor and every GET request, a static HTML file is created and served.
  • Path-based cache structure: Cache files are organized as /host/path/index.html for direct nginx serving.
  • Pages with characteristics of dynamic e-commerce pages (such as cart, checkout, account, wishlist) are automatically detected and excluded from caching. The plugin recognizes WooCommerce, BigCommerce, Easy Digital Downloads, iThemes Exchange, Jigoshop, and WP-Shop.
  • The list of excluded pages is automatically maintained in a file in the cache directory.
  • Automatic cache clearing: When posts or pages are updated, the plugin efficiently clears cache using the new path-based structure and scans for related content.
  • E-commerce integration: For WooCommerce, when orders are placed or product stock is updated, the plugin automatically clears cache for the affected products and related pages (categories, tags, shop pages, homepage).
  • Performance comments: Each cached HTML file includes a comment with timestamp and host information for debugging and transparency.
  • Nginx integration: Generated nginx configuration allows direct serving of cached files without PHP processing for maximum performance.

Clearing the cache

  • Click the “Clear Page Cache” button in the admin bar (visible to administrators only) to remove all cache files.
  • Click the “Regenerate nginx.conf” button in the admin bar to regenerate the nginx configuration file.

Deactivation

  • When deactivating the plugin:
    • The drop-in advanced-cache.php is removed.
    • The define('WP_CACHE', true); line (if placed by this plugin) is removed from wp-config.php.

Are pages automatically removed from the cache?

Yes! The plugin automatically clears cache when posts/pages are updated. For e-commerce sites, it also clears cache when orders are placed or product stock changes.

Can I manually exclude pages?

The plugin automatically detects most dynamic e-commerce pages. Manual exclusion is not possible without editing code.

Does this work with other cache plugins?

Always use only one page cache plugin/drop-in at a time.

How does the automatic cache clearing work?

The plugin scans all cached HTML files and looks for URLs that match the updated content. This ensures that any page linking to the updated content is refreshed.

What happens when a product goes out of stock?

For WooCommerce sites, when a product’s stock status changes, the plugin automatically clears cache for that product page and all related pages (categories, shop pages, homepage) that might display the product.

Categories
Privacy & performance
Plugin details
Version1.1.1
Last updated2025-09-08 6:23pm GMT
Added2025-08-01
Requires WordPress5.0
Tested up to6.8.6
Requires PHP7.4

Tags on WordPress.org
cache
edd
performance
static
woocommerce
Alternatives
Other plugins in the same categories.
EU Withdrawal Compliance
1K+ installs
5.0(15)
Easy Actions Scheduler Cleaner
800+ installs
5.0(9)
Terms & Conditions Per Product
800+ installs
4.6(13)
Spotrebiteľské práva pre WooCommerce
200+ installs
5.0(1)
Additional Terms Lite for WooCommerce
2K+ installs
3.5(15)
Fast Woo Order Lookup
200+ installs
5.0(8)
x402 Logo

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 Feed
    • AI Search Engines
    • RAG Builders
    • Browser Agents
    • Vertical Research
    • Browse full catalog
  • 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