Skip to content

magehost/varnish-purge-filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Varnish Purge Filter Extension for Magento 2

The free Varnish Purge Filter Extension by MageHost.pro adds an option to filter purges for specific tags.
This extension is useful to prevent shop admins and the application from busting the cache on important moments.

Install via Composer

composer require magehost/varnish-purge-filter
php bin/magento module:enable MageHost_VarnishPurgeFilter
php bin/magento setup:upgrade
php bin/magento setup:di:compile

Usage

WARNING: This extension only works when Varnish or Fastly is enabled.

  • Check if Varnish or Fastly is enabled and configured in Stores > Configuration > Advanced > System > Full Page Cache.
  • Set the dropdown to yes for the tags that should not be flushed in Stores > Configuration > Advanced > System > Full Page Cache > Purge Filters.

screenshot

Uninstall

php bin/magento module:disable MageHost_VarnishPurgeFilter
composer remove magehost/varnish-purge-filter
php bin/magento setup:upgrade
php bin/magento setup:di:compile

Description

This extension is free, licence: MIT.

During black friday, we noticed unnecessary pressure on some environments caused by too much purges.
These purges are often caused by imports or shop admins changing thing last minute.
Preventing the purges is often crucial for the health of your environment.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages