Anti-Cache Kit
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 Automatically detects, flushes, and deactivates 20+ cache plugins Removes cache drop-ins (object-cache.php) so caches that keep working through a drop-in actually stop Deactivates optimization plugins that interfere with debugging (Perfmatters, FlyingPress, WP Asset CleanUp, and more) Never deactivates Query Monitor, the debugging tool you need while troubleshooting Clears object cache (Redis, Memcached) and OPcache Clears hosting-specific caches (SiteGround, Cloudflare, Kinsta, and Varnish on demand) Prevents browser caching for administrators Server-level cache prevention Injects .htaccess rules via the WordPress markers API, no backup file needed Disables SiteGround cache via environment variables Sets no-cache, no-store headers at server level for all visitors Disables ETags and mod_expires to prevent conditional caching Sends CDN/proxy bypass headers (X-Accel-Expires, Surrogate-Control) Detects nginx and Caddy and skips rules that would not apply there, offering an equivalent nginx snippet to copy instead Cleanly removes only its own rules on deactivation, leaving the rest of .htaccess untouched Debug mode activation Enables WP_DEBUG, WP_DEBUG_LOG, and SCRIPT_DEBUG (errors go to wp-content/debug.log) Sets WP_DEBUG_DISPLAY to false so errors are logged, not shown on screen Disables WordPress cache (WP_CACHE = false) Comments out conflicting definitions with visible markers instead of deleting them Wraps its own definitions in markers and reverts them on deactivation, preserving any WP_DEBUG, WP_CACHE or SCRIPT_DEBUG you had set yourself Modifies wp-config.php with the WordPress Filesystem API, validates the result before writing, and never keeps a copy of your credentials on disk Maintenance mode Optional status page for non-logged visitors Quick toggle from admin bar Customizable via filter hook Self-contained output with aggressive cache prevention headers (503, no-store, Surrogate-Control) Safety and environment Detects production sites with wp_get_environment_type() and shows a dismissible warning, plus a red dot in the admin bar Status panel reflects the real state: debug constants, server rules, detected environment, and whether wp-config.php is writable Removes its options and any leftover backup directory from older versions on uninstall Supported cache plugins WP Rocket W3 Total Cache WP Super Cache WP Fastest Cache LiteSpeed Cache SiteGround Optimizer WP Optimize Hummingbird (WPMU DEV) Breeze (Cloudways) Autoptimize Cache Enabler Surge Redis Object Cache Powered Cache Comet Cache Swift Performance Nginx Helper NitroPack SpinupWP Docket Cache Object Cache Pro Supported optimization plugins Perfmatters FlyingPress WP Asset CleanUp Object Cache 4 Everyone DietPress (WPO Tweaks) Clearfy Cache EWWW Image Optimizer ShortPixel Image Optimizer Supported hosting caches SiteGround (via .htaccess environment variables and plugin API) Cloudflare (both new and legacy namespaces) Kinsta Varnish (opt-in, best-effort PURGE/BAN when detected) Generic hosting cache systems Developer Information Hooks and Filters ayudawp_anticache_maintenance_data – Filter to customize maintenance page data (heading, status, message, retry) ayudawp_anticache_cache_plugins – Filter to modify the list of supported cache and optimization plugins ayudawp_anticache_purge_varnish – Filter to force the opt-in Varnish purge on or off (return true or false) Constants AYUDAWP_ANTICACHE_VERSION – Plugin version AYUDAWP_ANTICACHE_PLUGIN_DIR – Plugin directory path AYUDAWP_ANTICACHE_PLUGIN_URL – Plugin directory URL AYUDAWP_ANTICACHE_PLUGIN_BASENAME – Plugin basename for hooks Code examples Customize maintenance page: add_filter( 'ayudawp_anticache_maintenance_data', function( $data ) { $data['heading'] = 'My Site Name'; $data['status'] = 'Updating...'; $data['message'] = 'We are deploying a new version. Back in a few minutes.'; return $data; } ); Add a custom cache plugin: add_filter( 'ayudawp_anticache_cache_plugins', function( $plugins ) { $plugins['my-cache/my-cache.php'] = array( 'name' => 'My Cache Plugin', 'type' => 'cache', ); return $plugins; } ); Support Need private support or custom development? Do you need one-on-one help, priority troubleshooting, or a custom feature, integration, or tweak built specifically for your site? I offer private support and custom development. Just contact me and tell me what you need. Need help or have suggestions? Official website WordPress support forum YouTube channel Documentation and tutorials Love the plugin? Please leave us a 5-star review and help spread the word! About AyudaWP We are specialists in WordPress security, SEO, and performance optimization plugins. We create tools that solve real problems for WordPress site owners while maintaining the highest coding standards and accessibility requirements.
Top keywords
- cache29×4.04%
- wp13×1.81%
- anticache9×1.26%
- debug9×1.26%
- ayudawp8×1.12%
- ayudawp anticache7×0.98%
- data7×0.98%
- wordpress7×0.98%
- filter6×0.84%
- optimization6×0.84%
- development5×0.70%
- environment5×0.70%
Issues Tracker
Issues Tracker allows you view and search WordPress logs, receive security advice, track 404 errors, and view your server settings. We’ve designed the Issues Tracker plugin with accessibility and simplicity in mind. Say goodbye to the hassle of reading and searching through the debug.log file on your server. With the Issues Tracker, you can access and search logs directly within your CMS, making them easily readable and searchable. Additionally, our plugin provides email notifications for various error events and covers more issues than a typical WP health checker. Enhance your website’s security and performance with these key features: Debug Log Viewer Effortlessly view notices, warnings, and errors from the WordPress debug.log file in a user-friendly table format. Utilize advanced search options (by error type, line, and file) and pagination for quick and convenient log management. WordPress 404 Errors Identify and list all 404 (page not found) errors on your website, and configure email notifications for these events. For example, receive email alerts for every 404 event. Advisor Receive expert recommendations on server and site settings to boost your website’s speed and security. Get notified via email if your server’s condition deteriorates. Server info Keep track of all your server settings in one centralized location. Issues Tracker automatically parses the phpinfo() output, providing you with comprehensive server information. No need to dig into the server configuration files manually – everything is neatly displayed for you. Website Checks Our plugin evaluates your website based on various criteria, including: – Checking if the database username used in wp-config.php is widely used. – Verifying the security of the database password in wp-config.php. – Examining the state of the WP_DEBUG_DISPLAY constant. – Ensuring you are not using the default database prefix. – Verifying SSL (https) encryption status. – Checking the PHP version for updates. – Confirming that the WordPress version matches the HTML code. – Checking if search engines allowed to index a website …and many more checks in future releases. Dashboard Monitor all your website’s performance and security issues conveniently from one central location. Access log file entries, server checks, and 404 error reports in a single dashboard. Tested up to WordPress Version: 6.7.1 PHP Version: 8.2.0 Issues Tracker helps monitor WordPress logs, track 404 errors, view server settings, and receive security advice Notice: Transition to Debug Log Viewer We are no longer maintaining Issues Tracker as we’ve launched a better plugin for debugging: Debug Log Viewer. To continue receiving updates, new features, and support, please: 1. Uninstall Issues Tracker. 2. Install Debug Log Viewer All premium features from Issues Tracker are included in Debug Log Viewer at no cost. Thank you for your trust and support! If you have any questions or feedback, feel free to contact us via Email. Pro Features Receive Email notifications when the Advisor module detects security issues Get Email notifications in case of 404 request hourly or once per day Get Email notifications with new entries in the debug.log to keep you inform about problems on the site Enjoy priority email support Use cases Debugging WordPress Sites: Developers can use the plugin to identify, track, and resolve bugs in WordPress themes or plugins. This is crucial for maintaining site performance, security, and overall functionality. Monitoring Website Health: Website administrators and webmasters can see advice and hints how to improve performance and stability of their website. This proactive monitoring helps in maintaining a smooth and efficient operation of the website, ensuring a better user experience. Real-Time 404 Error Detection: When a visitor encounters a 404 error (page not found) on your website, whether due to a broken link in a post, page, or image, the “Issues Tracker” plugin immediately captures this URL. It presents these 404 URLs in an organized table, allowing for swift review and rechecking with just one click. For Pro plan users, the plugin offers additional convenience by sending instant email notifications whenever a new 404 error is detected, ensuring you’re always up-to-date and can address these issues promptly to maintain a smooth user experience on your site.