WP Manifestindependent plugin directory
manifest / performance / lucid-edge-cache

Lucid Edge Cache self-updates

Safe full-page HTML caching with Varnish purging and optional DigitalOcean Spaces replication.

by Lucid Solutions · github.com/clicki-digital/lucid-edge-cache · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/clicki-digital/lucid-edge-cache/archive/refs/heads/main.zip

Ships its own WordPress updater (Update URI header), so new versions show up under Dashboard → Updates.

Lucid Edge Cache is Clicki Digital's WordPress full-page caching plugin. It stores safe anonymous HTML locally, coordinates Varnish purging and optionally replicates generated HTML to DigitalOcean Spaces.

The plugin deliberately bypasses logged-in sessions, dynamic WordPress views, query strings, private content and common WooCommerce session state.

Installation

Install the lucid-edge-cache.zip asset from the latest stable release through WordPress. Version 0.7.0 is the one-time updater bootstrap; installations older than 0.7.0 must upload it manually once.

Infrastructure onboarding writes protected values to wp-config.php rather than storing credentials in the WordPress database.

Releases

Pushing a semantic version tag such as v0.7.0 runs the release workflow. It checks version consistency and PHP syntax, builds the canonical WordPress ZIP, generates its SHA-256 file and publishes both files to GitHub Releases.

See RELEASING.md for the complete release and staged rollout checklist.