WP Manifestindependent plugin directory
manifest / performance / huskii-plugin-varnish-helper

Huskii - Varnish Helper

Huskii Plugin to help with Varnish on WordPress installs

by Christophe Vanleeuw · github.com/huskiibe/huskii-plugin-varnish-helper · website

0stars
163composer installs
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/huskiibe/huskii-plugin-varnish-helper/archive/refs/heads/main.zip

Also on Packagist as huskii/varnish-helper:

composer require huskii/varnish-helper

From the readme

Huskii - Varnish Helper A WordPress plugin developed by Huskii that allows you to prevent Varnish from caching specific parts of your site. Ideal for Combell-hosted sites or any server using Varnish caching. 🚀 Features - Disable Varnish cache for: - Archive pages, paginated views, and search results - Specific pages - Specific posts (any post type) - Page templates - Custom Post Types (CPTs) - CPT archive pages - Admin UI with searchable Select2 multi-select inputs - Export/Import your settings via JSON - Built-in Info and Support pages for clarity and help 📦 Installation 1. Download or clone this repository into your WordPress plugins directory: 2. Activate the plugin via the WordPress admin panel 3. Go to Varnish Helper in the admin sidebar to configure 🎛 Composer Installation If you're using Bedrock or another Composer-based WordPress setup: 1. Add the repository to your composer.json: 2. Require the package: 3. Make sure "type": "wordpress-plugin" is supported in your project (e.g. via composer/installers or roots/bedrock). 🧩 Folder Structure 📞 Support This plugin is developed and maintained by: Christophe Vanleeuw Huskii 📧 christophe.vanleeu

Read the full README on GitHub →