Boost your WordPress speed with multi-layer caching using HTML, Redis, and Varnish for lightning-fast performance.
β οΈ Experimental Status: This plugin is under active development. Please test thoroughly in a staging environment before production use.
- π HTML Cache - Lightning-fast static page delivery
- π¦ Redis Cache - Turbocharged database query performance
- π Varnish Cache - HTTP acceleration that reduces server load
- π Real-time Analytics - Monitor cache performance metrics
- π¨ CSS Optimization - Automatic minification
- π§ Easy Management - Intuitive WordPress admin integration
- πΎ Import/Export - Simple configuration backup and migration
This plugin connects to external services to enhance caching performance:
- Varnish Cache:
The plugin sends HTTP requests (including purge requests and connection checks) to a configured Varnish caching server. No personally identifiable data is transmitted during these communications. For more details, please review the Varnish Cache documentation, its Terms of Service, and Privacy Policy.
Note: If you configure your setup to use a remote Varnish server, ensure that you trust the server and have reviewed its policies.
- Upload
WPS-Cache
to/wp-content/plugins/
or directly via the WordPress Admin Interface (Add Plugin β Upload Plugin) - Activate via the WordPress Plugins menu
- Configure in the "WPS Cache" settings
- Access "WPS Cache" in the admin panel
- Toggle individual cache types
- Clear specific or all caches
- Import/export settings
wps-cache/
βββ includes/ # Object Cache
βββ src/
β βββ Admin/ # Admin Interface
β βββ Cache/ # Cache Drivers
βββ assets/ # Static Assets
βββ wps-cache.php # Main Plugin File
WPSCache\Plugin
- Core initializationWPSCache\Cache\CacheManager
- Cache operationsWPSCache\Admin\AdminPanelManager
- UI/UX handlingWPSCache\Admin\Tools\CacheTools
- Management utilities
We love your input! Check out our (Coming Soon) Contributing Guidelines.
- Fork it
- Create your feature branch (
git checkout -b feature/amazingness
) - Commit your changes (
git commit -am 'Add: Amazing Feature'
) - Push to the branch (
git push origin feature/amazingness
) - Open a Pull Request
Detailed documentation available at (Coming Soon) docs.wps-cache.com
Built with love and support from:
- WordPress β The world's favorite CMS
- Redis β Lightning-fast data store
- Varnish β Web acceleration magic
GPLv2 or later Β© Jumaron
For more details, please see the GNU General Public License.
Made with β€οΈ for the WordPress community