statikbe/craft-blitz-varnish

Varnish Cache purger for the Blitz plugin for Craft CMS.

Maintainers

Package info

github.com/statikbe/craft-blitz-varnish

Documentation

Language:VCL

Type:craft-plugin

pkg:composer/statikbe/craft-blitz-varnish

Statistics

Installs: 737

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 1

2.0.0 2025-02-12 12:54 UTC

This package is auto-updated.

Last update: 2026-02-12 14:51:11 UTC


README

The Varnish Cache Purger allows the Blitz plugin for Craft CMS to intelligently purge cached pages on connected Varnish servers.

Usage

Install the plugin using composer and then install it.

composer require statikbe/craft-blitz-varnish
php craft plugin/install blitz-varnish

You can then select the purger and settings either in the control panel or in config/blitz.php.

// The purger type to use.
'cachePurgerType' => 'statikbe\blitzvarnish\VarnishCachePurger',

Using Varnish Cache with Craft CMS

How to configure Varnish Cache to work with Craft CMS and your specific project is beyond the scope of this plugin. You can find a basic example configuration here.

Created by statik.be.