Linux 软件免费装
Banner图

Anti-Cache Kit

开发者 fernandot
ayudawp
更新时间 2026年4月3日 03:24
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPL2
版权网址: 版权信息

标签

debug cache maintenance development troubleshooting

下载

4.0.1 3.0.2 3.0.4 4.0.0 3.0.3 4.1.0 3.0.5

详情介绍:

Anti-Cache Kit is a development tool for WordPress developers and designers who need to bypass all caching and optimization mechanisms during development, testing, or troubleshooting. Development tool only. Do not leave active on production sites. Key features Cache and optimization management Server-level cache prevention Debug mode activation Maintenance mode Supported cache plugins Supported optimization plugins Supported hosting caches

安装:

  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, enable debug mode, and inject .htaccess rules
  4. Visit Tools > Anti-Cache Kit to manage options
  5. Important: Deactivate when finished developing

屏幕截图:

  • Detailed activation notice showing all changes made
  • Professional maintenance page for visitors
  • Unified admin bar indicator with maintenance toggle
  • Disabled plugins information panel

升级注意事项:

4.1.0 Fixes duplicate definitions and lost user settings on restore. Timestamped backups, comment-out approach, SCRIPT_DEBUG support. Recommended upgrade. 4.0.0 Major update: renamed plugin, new UI, server-level cache prevention, optimization plugin handling, fix for maintenance mode not showing in incognito. Recommended upgrade.

常见问题:

Is this safe to use on a live website?

Yes, with caveats. PHP-level anti-cache measures only affect administrators. However, the .htaccess rules affect all visitors to ensure complete cache bypass. Use maintenance mode to show a status page to visitors during development. Always deactivate when finished.

Why does it deactivate optimization plugins?

Optimization plugins like Perfmatters, FlyingPress, and WP Asset CleanUp modify how CSS, JS, and other assets are loaded. During debugging, you need to see the unmodified output to identify issues. These plugins are temporarily deactivated. Reactivate them manually from the Plugins page when you are done.

What happens to my wp-config.php and .htaccess?

Both files are automatically backed up with timestamps before modification. When you deactivate the plugin, originals are restored from backup. Backups are kept for reference in the plugin's backup/ directory until the plugin is deleted.

Why does maintenance mode not show in incognito?

Version 4.0 injects .htaccess rules that disable server-level caching and sends aggressive cache-busting headers (including CDN and proxy bypass headers) to ensure the maintenance page is always served correctly.

Can I customize the maintenance page?

Yes. Use the ayudawp_anticache_maintenance_data filter to customize heading, status text, message, and retry text.

Can I add support for custom cache plugins?

Yes. Use the ayudawp_anticache_cache_plugins filter to add entries to the plugin list.

更新日志:

4.1.0 4.0.1 Tested up to WordPress 7.0 4.0.0 3.0.5 3.0.3 3.0 1.0