开发者 |
fernandot
ayudawp |
---|---|
更新时间 | 2025年9月7日 03:40 |
PHP版本: | 7.4 及以上 |
WordPress版本: | 6.8 |
版权: | GPL2 |
版权网址: | 版权信息 |
/wp-content/plugins/anticache/
directoryYes, but with important caveats:
The plugin supports all major WordPress cache plugins including WP Rocket, W3 Total Cache, WP Super Cache, LiteSpeed Cache, SiteGround Optimizer, WP Optimize, Hummingbird, Breeze, Autoptimize, Cache Enabler, Surge, Redis Object Cache, and many more. See the full list in the description.
Cache plugins are temporarily deactivated for development purposes only. This is necessary to prevent cache interference while you're making changes to your site. The plugin:
Yes! The plugin also clears hosting-specific caches from providers like SiteGround, and integrates with Cloudflare when their plugin is active. It also clears object caches (Redis, Memcached) and OPcache.
Yes, developers can use the ayudawp_anticache_maintenance_data
filter to customize the maintenance page appearance, messaging, colors, and content.
Only for administrator users while the plugin is active. Regular visitors are unaffected (unless maintenance mode is enabled). The plugin is designed for temporary development use only.
The plugin shows prominent warnings in the admin area reminding you to deactivate it. However, it's designed to be safe even if left active, as it only affects administrators.
Yes, it clears Redis, Memcached, and other object cache systems, as well as OPcache when available.
Yes, the plugin is compatible with WordPress multisite networks.
Check the "How to Test Features" section below for detailed testing instructions.
Most major cache plugins are supported. If yours isn't, you can manually deactivate it before activating Anti-Cache Kit, or contact us to add support for your specific plugin.
Yes! Go to Tools > Anti-Cache Kit and use the "Reactivate All Cache Plugins" button. However, this may hide your development changes again.
The plugin handles Cloudflare when the official plugin is active. For other CDNs, you may need to manually clear their caches from their respective control panels.
Debug mode creates logs in /wp-content/debug.log
. The plugin automatically enables logging, so check this file for any PHP errors or warnings during development.
Yes! The plugin prevents browser caching of CSS/JS files for administrators and adds random versions to force reloading, making it perfect for frontend debugging.