Modules
MilliCache Pro is organized into modules. Each one solves a specific problem, and each one is enabled individually, so your site runs exactly the features you use and nothing else.
The Modules#Copied!
| Module | Group | What it does |
|---|---|---|
| Cache Entries | (Entries tab) | Browse, search, and delete every cached page |
| Rules Builder | (Rules tab) | Create custom caching rules visually, without code |
| Block Editor | Caching | Precise invalidation for synced patterns, Query Loops, and Site Editor templates |
| Cache Preloading | Caching | Keep the cache warm after publishing and after full clears |
| Object Cache | Caching | Persistent WordPress object cache on the same storage connection |
| Edge Cache | Content Delivery | Serve cached pages from bunny.net or Cloudflare, purged together with the local cache |
| Asset CDN | Content Delivery | Serve static files (CSS, JS, images, fonts) from a pull zone |
| Detailed Metrics | Insights | Requests, bandwidth, and response-time analytics on the Status dashboard |
| Storage Connections | (Storage section) | Visual editor for replication and Sentinel storage topologies |
Where to Find Them#Copied!
Pro adds two things to the MilliCache settings screen (Settings → MilliCache):
- A Modules tab listing every module with its own settings section, grouped into Caching, Content Delivery, and Insights. The toggle in each section header switches the module on or off; changes take effect on the next request.
- Dedicated Entries and Rules tabs, plus the upgraded Status dashboard and Storage section.
Module Scopes on Multisite#Copied!
Modules configure themselves where their feature actually lives:
| Scope | Modules | Where configured |
|---|---|---|
| Per site | Block Editor, Cache Preloading | Each site's settings screen |
| Network | Edge Cache, Asset CDN, Object Cache, Detailed Metrics | Network Admin only (one pull zone, one drop-in, one metrics policy for the whole install) |
| Both | Entries, Rules | Site screens show the site's data; Network Admin shows network-wide data and network-level rules |
On a single site, all modules simply appear in the one settings screen.
Licensing#Copied!
Modules are premium features: without an active license, module toggles are locked and their runtime behavior stays off, while MilliCache's page caching continues to work normally. The settings sections stay visible so you can see what a license unlocks.
WP-CLI#Copied!
Modules can be listed and toggled from the command line:
1wp millicache module list
2wp millicache module activate <module>
3wp millicache module deactivate <module>
Module keys match the settings sections: for example preload, editor, metrics, edge, cdn, object-cache. Run wp millicache module list to see the exact keys on your install; called without a module key, activate and deactivate prompt interactively. On multisite, add --network to manage network-scoped modules.
See the WP-CLI reference for each module's own commands.
Last updated: