manifest / performance / caddy-souin-cache-manager
Caddy Souin Cache Manager
WordPress plugin to manage Souin cache for Caddy web server. View cache keys, purge cache, automatic invalidation, and WP-CLI support — all from WP Admin.
by MD Morsalin · github.com/morsalin1342/caddy-souin-cache-manager · website
★ 2stars
14release downloads
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/morsalin1342/caddy-souin-cache-manager/releases/download/v1.8.14/caddy-souin-cache-manager.zipFrom the readme
Caddy Souin Cache Manager for WordPress
A simple yet powerful plugin to manage the Souin cache for your Caddy web server directly from your WordPress admin dashboard.
✨ Why This Plugin?
| Task | Without it | With it |
|------|-----------|---------|
| See what is cached | curl the Souin API and read raw JSON | ✅ Browsable key list in WP Admin |
| Purge one entry | Hand-built API call with the exact key | ✅ One click, or wp souin purge-key |
| Purge by pattern | ❌ Not practical by hand | ✅ Regex purge |
| Invalidate on content change | ❌ Manual, every time | ✅ Automatic on post, page and comment changes |
| Redis backend | Separate tooling | ✅ Direct connection |
| Automation / CI | Shell scripts around curl | ✅ Full wp souin command suite |
Description
The Caddy Souin Cache Manager plugin provides a seamless integration between your WordPress site and your Caddy server's Souin caching layer. It empowers you to take full control of your site's cache without ever leaving the WordPress admin area.
No more command-line access needed for routine cache management. The plugin provides a clean and intuitive interface to view all cached items, purge the entire cache, or selectively cle
Read the full README on GitHub →