Holographic Extreme Cache
Holographic Extreme Cache is a simple, yet powerful, static page caching plugin with safe defaults. It includes static HTML page caching, smart cache clearing, safe WooCommerce exclusions, debug response headers, a basic preload system, a cache health check, safe HTML minification, WordPress emoji disabling, browser cache helper rules, new-upload WebP conversion where supported, a homepage speed test, cache diagnostics and an uninstall cleanup option. Caching is not enabled automatically on activation. Open Holo-Cache in the WordPress admin area and use the Setup tab or enable caching manually. Features Static HTML page caching. PHP fallback cache delivery. advanced-cache.php drop-in support. Optional Apache rewrite helper rules. Manual clear cache button. Admin bar cache clearing. Automatic cache clearing when content changes. Basic smart purge for posts, pages, archives, taxonomy archives, authors and homepage. Cache lifetime control. Basic preload for homepage, recent posts and recent pages. Combined cache and preload controls for simpler setup. Safe default exclusions. WooCommerce cart, checkout and account exclusions. Logged-in user bypass by default. POST, AJAX, REST, preview and unsafe query string bypass. Cache size and cached page count. Last purge and last preload time. Basic cache health check. Other caching plugin conflict detection. Debug response headers. Strong cached HTML and inline CSS minification. Disable WordPress emoji files option. Browser cache helper. New-upload WebP conversion for JPEG and PNG images where the server supports it. Safe picture/source markup for generated WebP files, with original images kept as fallbacks. Clear server requirement messaging when WebP conversion is unavailable. Gzip and Brotli detection. Setup tab with one-click WP_CACHE handling where wp-config.php is writable. Setup checklist for the main cache, speed test, preload, health and optional image steps. Simple homepage speed test for cache-off and cache-on comparison with expandable diagnostics. Safe and Balanced modes. Optional uninstall cleanup. Privacy Holographic Extreme Cache does not collect analytics, does not track visitors and does not send site data to a third-party service. The plugin stores cache files, configuration helper files and optional log files inside its own folder under the WordPress uploads directory. Logging is off by default. Uninstall The plugin can remove its settings, cache files, configuration files, log files and scheduled events on uninstall if the uninstall cleanup option is enabled before uninstalling. If uninstall cleanup is not enabled, settings and generated files are left in place so the site owner can remove or inspect them manually.
Top keywords
- cache19×4.79%
- files9×2.27%
- caching6×1.51%
- safe6×1.51%
- uninstall6×1.51%
- preload5×1.26%
- basic4×1.01%
- cleanup4×1.01%
- helper4×1.01%
- homepage4×1.01%
- html4×1.01%
- optional4×1.01%
mi13 сache
Mi13 Cache is a simple and effective plugin for caching WordPress pages. It saves HTML pages as files and serves them on subsequent requests, significantly speeding up site loading. Key features: Line-by-line caching of HTML pages. Flexible settings: select which page types to cache. Automatic cache clearing when content is updated. Cache status displayed as an HTML comment at the beginning of the file. Cache statistics: file size and number of files. Security: access permission checks and filtering of system pages. Compatibility with custom post types. Usage After activation: Go to Settings → Mi13 Cache. Configure the settings: Select page types to cache (home page, posts, pages, categories, archives, custom types). Set the cache lifetime (in seconds; default is 86 400 s / 24 hours). Clear the cache manually using the Clear Cache button (if needed). Save the settings. You can check the cache status in the page source code: Open the page source code (press Ctrl+U or right-click → “View Page Source”). Look for a comment at the very beginning of the HTML file, like this: Settings Page types — select which content types to cache. Cache lifetime — the interval in seconds after which the cache expires. Clear cache — a button to manually clear all cached files. HTML comment format The plugin adds an HTML comment with information to the beginning of each cached file: Limitations Caching does not apply to: authenticated users; the admin panel; 404 pages; search pages (?s=...); RSS feeds (/feed/); AJAX requests; POST requests; URLs with GET parameters (except paged for pagination). Troubleshooting Issue: the cache is not created. Solution: make sure that: define('WP_CACHE', true) is present in wp-config.php; WordPress has write permissions for /wp-content/cache/mi13-cache/. Issue: pages do not update after editing. Solution: manually clear the cache on the settings page. Issue: access permission error when clearing the cache. Solution: check file permissions in the cache directory. Security Permission check (manage_options) before clearing the cache. Caching disabled for authenticated users. Exclusion of system pages (404, search, feed, etc.). Use of the secure WordPress API for file system operations. Directory structure Cached files are saved in: /wp-content/cache/mi13-cache/ Each file has the .html extension and a name corresponding to the page URL.
Top keywords
- cache22×5.95%
- page9×2.43%
- pages9×2.43%