Description
AJO One-Click Cache Cleaner is a simple, lightweight, and blazing fast caching solution for WordPress. It bypasses the complexity of heavy caching plugins by providing exactly what you need: static HTML caching, a one-click purge button on your admin bar, and intelligent auto-purging when content changes.
Designed strictly following WordPress coding and security standards, this plugin is perfect for site owners who want an effortless speed boost without spending hours configuring settings.
Features
- One-Click Purge: Easily clear the entire cache right from the WordPress admin bar.
- Auto-Purge on Update: Automatically clears the cache whenever a post or page is published or updated.
- Zero Configuration: Activate it and it immediately starts caching your pages.
- Smart Bypassing: Automatically skips caching for logged-in users, searches, 404 pages, and POST requests to ensure dynamic content works flawlessly.
- Security First: Utilizes WordPress nonces and capability checks (
manage_options) to ensure your cache can only be purged by authorized administrators.
Installation
- Upload the plugin files to the
/wp-content/plugins/ajo-one-click-cache-cleanerdirectory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress.
- That’s it! The plugin will automatically start caching your pages.
- To clear the cache manually, log in as an administrator and click the Purge Cache button located in the top Admin Bar.
FAQ
-
Does this plugin work with WooCommerce?
-
This plugin is a basic page cacher and bypasses caching when
GETorPOSTrequests are present. However, for complex eCommerce setups with dynamic carts, a more specialized caching solution might be required. -
How do I know if the cache is working?
-
Open your site in an Incognito/Private browsing window (caching is bypassed for logged-in users). Right-click anywhere on the page, select “View Page Source”, and scroll to the very bottom. You should see an HTML comment that says
<!-- Cached by AJO One-Click Cache Cleaner -->. -
Where are the cached files stored?
-
Cached files are saved securely in your
wp-content/cache/ajo-one-click-cache/directory. The plugin automatically creates this directory if it doesn’t exist.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“AJO One-Click Cache Cleaner” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “AJO One-Click Cache Cleaner” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.0
- Initial release. Features include static HTML caching, admin bar purge button, and auto-purge on post save.