VarnishPurge-Craft icon indicating copy to clipboard operation
VarnishPurge-Craft copied to clipboard

Craft plugin for purging Varnish when elements are saved.

Results 6 VarnishPurge-Craft issues
Sort by recently updated
recently updated
newest added

The plugin handles purging of elements when they are saved, deleted etc - but not when they are moved by "drag and drop" inside a structure-section.

Since you're using `elements.onSaveElement`, the element's URI ends up being the _newly_ saved one. If the URI is being changed, the old one will remain varnished until manually cleared. I...

Hi. Using this plugin on a few sites, and love it. However, when used on one particular site - which also uses the popular NeoMatrix-plugin - I get a fatal...

I noticed you specifically aren't adding related `ElementType::Asset` uris to the purge list when `purgeRelated` is `true`. Is this intentional or an oversight? I'm not sure if they need to...

`AssetsFileModels` don't have `uri`. If it's an asset, it passes the url (or root relative url), so that asset urls can be purged on save/related. It also adds an element...

Hey André We're currently using Fastly.com (kind of varnish-as-a-service) on a very heavy traffic website and it's working well for us. What I particularly like is their implementation of surrogate...