Linux 软件免费装
Banner图

Anti-Cache Emergency Kit

开发者 fernandot
ayudawp
更新时间 2025年9月7日 03:40
PHP版本: 7.4 及以上
WordPress版本: 6.8
版权: GPL2
版权网址: 版权信息

标签

debug cache maintenance development troubleshooting

下载

3.0.2

详情介绍:

Anti-Cache Emergency Kit is the ultimate tool for WordPress developers and designers who need to bypass all caching mechanisms during development, testing, or troubleshooting. ⚠️ Development Tool Only - Do NOT leave active on production sites! Key Features 🔧 Comprehensive Cache Management Supported Cache Plugins Supported Hosting Caches How It Works
  1. Activation: Automatically flushes and deactivates all detected cache plugins
  2. Debug Mode: Enables WordPress debug mode in wp-config.php
  3. Anti-Cache Headers: Sends no-cache headers to admin users
  4. Asset Versioning: Adds random versions to CSS/JS files for admins
  5. Maintenance Mode: Optional simple screen for non-logged users
  6. Deactivation: Reverts all changes and disables debug mode
Use Cases Security & Safety

安装:

  1. Upload the plugin files to /wp-content/plugins/anticache/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. The plugin will automatically flush caches and enable debug mode
  4. Visit Settings > Anti-Cache Kit to manage options
  5. Important: Deactivate when finished developing!

屏幕截图:

  • Admin panel with current status and quick actions
  • Maintenance mode screen for non-logged users
  • Admin bar toggle for maintenance mode
  • Deactivated plugins management interface

升级注意事项:

3.0 Major update with admin panel, maintenance mode, and support for many more cache plugins. Recommended upgrade for all users. 2.4 Improved compatibility and cache plugin support. Recommended upgrade.

常见问题:

Is this safe to use on a live website?

Yes, but with important caveats:

  • Only administrators are affected by the anti-cache measures
  • Regular visitors continue to see the cached site normally
  • Use maintenance mode to hide development from visitors
  • Always deactivate when finished developing
  • Never leave active long-term on production sites

Which cache plugins are supported?

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.

What happens to my cache plugins?

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:

  • Only deactivates cache plugins that were active when Anti-Cache Kit was activated
  • Keeps a record of which plugins were deactivated
  • Provides easy one-click reactivation via Tools > Anti-Cache Kit
  • Allows manual reactivation from the standard WordPress Plugins page
  • Does not delete or modify cache plugin files or settings
This temporary deactivation is essential for the plugin's core functionality - without it, cached content would prevent you from seeing your changes immediately.

Does it work with hosting cache systems?

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.

Can I customize the maintenance page?

Yes, developers can use the ayudawp_anticache_maintenance_data filter to customize the maintenance page appearance, messaging, colors, and content.

Will this affect my site's performance?

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.

What if I forget to deactivate it?

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.

Does it work with object caching?

Yes, it clears Redis, Memcached, and other object cache systems, as well as OPcache when available.

Can I use it on WordPress multisite?

Yes, the plugin is compatible with WordPress multisite networks.

How do I know if it's working?

Check the "How to Test Features" section below for detailed testing instructions.

What if my cache plugin isn't supported?

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.

Can I reactivate cache plugins without deactivating Anti-Cache Kit?

Yes! Go to Tools > Anti-Cache Kit and use the "Reactivate All Cache Plugins" button. However, this may hide your development changes again.

Does it work with CDN services?

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.

What happens to my debug logs?

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.

Can I use this for debugging JavaScript or CSS issues?

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.

更新日志:

3.0.2 3.0.1 3.0 2.4 2.0 1.0