statikbe/craft-blitz-varnish

Varnish Cache purger for the Blitz plugin for Craft CMS.

Installs: 15

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 5

Forks: 1

Open Issues: 0

Language:VCL

Type:craft-plugin

1.0.1 2023-11-06 13:26 UTC

This package is auto-updated.

Last update: 2024-04-06 14:30: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.