Title: EDZNET Super Cache
Author: EDZNET
Published: <strong>September 7, 2026</strong>
Last modified: September 7, 2026

---

Search plugins

![](https://ps.w.org/edznet-super-cache/assets/icon.svg?rev=3684747)

# EDZNET Super Cache

 By [EDZNET](https://profiles.wordpress.org/edznet/)

[Download](https://downloads.wordpress.org/plugin/edznet-super-cache.1.0.1.zip)

 * [Details](https://wordpress.org/plugins/edznet-super-cache/#description)
 * [Reviews](https://wordpress.org/plugins/edznet-super-cache/#reviews)
 *  [Installation](https://wordpress.org/plugins/edznet-super-cache/#installation)
 * [Development](https://wordpress.org/plugins/edznet-super-cache/#developers)

 [Support](https://wordpress.org/support/plugin/edznet-super-cache/)

## Description

EDZNET Super Cache is a complete, all-in-one caching plugin for WordPress. Install
it, activate it, and every optimization is turned on automatically — no settings
to fiddle with, no cache to “warm up”. A few minutes after activation your pages
start being served from a lightning-fast disk cache.

Everything enabled by default:

 * **Page caching** — full-page disk cache served by a real `advanced-cache.php`
   drop-in, so cached pages are delivered before WordPress even boots. Includes 
   HTTP 304 support for returning visitors.
 * **Mobile-aware cache** — separate cache for phone and tablet visitors (optional).
 * **Lazy loading** — images and iframes only load when they scroll into view.
 * **HTML minification** — conservative, script/style-safe minification.
 * **Defer JavaScript** — render-blocking scripts are deferred safely, skipping 
   ads, analytics and recaptcha.
 * **Disable emoji scripts** — removes the WordPress emoji bloat.
 * **Gzip compression** — Apache `.htaccess` rules written automatically.
 * **Browser caching** — `Expires` headers for static assets.
 * **Auto-purge** — cache is cleared whenever you publish a post, approve a comment,
   change your theme or update a plugin. No stale content, ever.
 * **Admin bar** — a “Purge EDZNET Cache” button right in the toolbar.

**Works on every host.** On Apache the plugin writes its own `.htaccess` rules. 
On Nginx and LiteSpeed the drop-in serves cached pages without a single rewrite 
rule — an optional snippet adds static-asset caching and gzip.

**Built by a host.** EDZNET Super Cache is developed by [EDZNET](https://edznet.dev/)
and ships pre-configured on EDZNET hosting. It stays free forever; consider hosting
your site with us or becoming a funder to support development.

### Source Code

This plugin is distributed as complete, human-readable source. Every PHP, JavaScript
and CSS file shipped in the plugin ZIP is the original source file — nothing is 
minified, compiled, obfuscated, transpiled or bundled, and there is no build step,
package manager or build tool of any kind involved in producing a release. What 
you download is what was written.

The one runtime JavaScript file (`js/lazy-load.js`) is shipped as its original unminified
source and is loaded by the plugin’s HTML optimizer when lazy loading is enabled.
HTML minification, script deferral and the lazy-load script injection all operate
on the cached page HTML, which is the standard behaviour for a page-caching plugin.

### Third-Party Libraries

 * **`js/lazy-load.js`** — derived from the **WP Fastest Cache** plugin by Emre 
   Vona (GPLv2). Upstream: https://wordpress.org/plugins/wp-fastest-cache/. The 
   plugin’s main file carries the same header credit. Shipped unmodified, in full
   and unminified. Reuse under GPLv2 is permitted; see the plugin license.

### No External Services

This plugin does not contact any external service. Page caching, lazy loading, HTML
minification, Gzip and browser caching all run entirely on your own server. The “
Preload cache” tool only fetches your own site’s public URLs via `wp_safe_remote_get()`,
and no data about your site, its users or its visitors is transmitted anywhere.

## Installation

 1. Upload the `edznet-super-cache` folder to `/wp-content/plugins/`.
 2. Activate the plugin through the Plugins screen in WordPress.
 3. That’s it. Caching starts immediately.

#### Manual setup (only if your server blocks automatic setup)

The plugin tries to write `advanced-cache.php` into `wp-content/` and enable `WP_CACHE`
in `wp-config.php`. If your file permissions prevent this, you will see a notice
in the admin — make `wp-content` and `wp-config.php` writable and save the settings
page again.

## FAQ

### Does this work on Nginx?

Yes. Cached pages are served by the `advanced-cache.php` drop-in before WordPress
loads, so no rewrite rules are needed. The plugin also shows an optional Nginx snippet
for static-asset caching and gzip on its settings page.

### Is my BitNinja WAF compatible?

Yes. The plugin serves plain HTML with standard `Last-Modified` and `X-EDZNET-Cache`
headers, which pass through WAFs and CDNs without issue.

### What about logged-in users and commenters?

Logged-in users and recent commenters always see fresh pages, so comments, the admin
bar and WooCommerce carts are never cached stale.

### Will cached pages go stale?

No. The cache is automatically purged when you publish or trash a post, approve 
a comment, switch themes, update a plugin or customize the site.

### Are there settings I should change?

No. Everything is on by default. The settings page only exists for fine-tuning (
for example turning off lazy loading for a specific layout).

### How do I clear the cache manually?

Use the “Purge EDZNET Cache” button in the admin toolbar, or the Clear cache button
on the plugin’s settings page.

### Is it compatible with Elementor and Divi?

Yes. Elementor and Divi both render the final page as server-side HTML, which the
plugin caches as-is. Builder previews are never cached: the Elementor editor (`?
elementor-preview=...`), Divi Visual Builder (`?et_fb=1`) and the customizer all
carry non-tracking query strings, so those requests skip the cache entirely. Saving
a post in either builder automatically purges that page’s cache.

### I changed global builder settings but the page looks stale.

Global settings saved outside the post editor (Elementor Site Settings, Divi Theme
Options, or a “clear Elementor cache” rebuild) don’t trigger WordPress’ save hooks,
so they don’t auto-purge. Click “Purge EDZNET Cache” in the admin toolbar after 
changing site-wide builder styles. If a Divi module shows per-visitor data (e.g.
dynamic content that varies by user), add that page’s URL to the excludes list on
the settings page.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“EDZNET Super Cache” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ EDZNET ](https://profiles.wordpress.org/edznet/)

[Translate “EDZNET Super Cache” into your language.](https://translate.wordpress.org/projects/wp-plugins/edznet-super-cache)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/edznet-super-cache/),
check out the [SVN repository](https://plugins.svn.wordpress.org/edznet-super-cache/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/edznet-super-cache/)
by [RSS](https://plugins.trac.wordpress.org/log/edznet-super-cache/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.1

 * Fix: settings menu and plugin “Settings” link disappeared after disabling caching—
   the admin UI is now always available, so caching can be re-enabled from the settings
   page without deactivating the plugin.
 * Fix: reactivating the plugin no longer re-enables caching (drop-in / WP_CACHE)
   when it was switched off from the settings page.

#### 1.0.0

 * Initial release. Full-page disk cache with drop-in, mobile-aware caching, lazy
   loading, HTML minification, defer JavaScript, emoji removal, gzip, browser caching
   and automatic purge.

## Meta

 *  Version **1.0.1**
 *  Last updated **1 day ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 5.6 or higher **
 *  Tested up to **7.1**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [cache](https://wordpress.org/plugins/tags/cache/)[optimization](https://wordpress.org/plugins/tags/optimization/)
   [page cache](https://wordpress.org/plugins/tags/page-cache/)[performance](https://wordpress.org/plugins/tags/performance/)
   [speed](https://wordpress.org/plugins/tags/speed/)
 *  [Advanced View](https://wordpress.org/plugins/edznet-super-cache/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/edznet-super-cache/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/edznet-super-cache/reviews/)

## Contributors

 *   [ EDZNET ](https://profiles.wordpress.org/edznet/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/edznet-super-cache/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://edznet.dev/)