=== Purge Varnish Cache === Contributors: devavi Tags: varnish, purge, cache, caching Requires at least: 3.0 Tested up to: 4.6.1 Stable tag: 1.0.0.2 License: GPLv2 or later Automate purge Varnish Cache when post content on your site is created/modified or simple manually. == Description == This plugin provides integration between your WordPress site and multiple Varnish Cache servers. Purge Varnish Cache sends the PURGE requests for below pages/URLs when post/page/menu/comment is created/modified or changed the status of content on your site. * Front page * Post content * Page content * Category pages * Menu Pages * Custom URLs Avaliable Features: * admin-socket integration and Varnish admin interface for status etc. * Unlimited number of Varnish Cache servers * Configurable actions upon events that will expire URLs from varnish cache like reverse proxy caches. * Purge multiple URLs manually from Varnish cache. * Debugging Requirements: * Apache sockets module/extention should be enabled. Purpose: * The main purpose of developing this plugin is to deliver updated copy of content to end user without any delay. Enhancement Request: For any further enhancement, please mail me at dev.firoza@gmail.com == Installation == How to install Purge Varnish? * Go to your admin area and select Plugins -> Add new from the menu. * Search for "Purge Varnish" or download * Click install. * Click activate. How to configure settings? * Access the link DOMAIN_NAME/wp-admin/admin.php?page=purge-varnish-settings and configure terminal settings. * Access the link DOMAIN_NAME/wp-admin/admin.php?page=purge-varnish-expire and configure required actions and events. * Access the link DOMAIN_NAME/wp-admin/admin.php?page=purge-varnish-urls for purge urls from varnish cache. == Screenshots == 1. Terminal settings screen for test connectivity from varnish server. 2. Action trigger configuration screen to make automate purge varnish cache for post expiration. 3. Action trigger configuration screen to make automate purge varnish cache for comment expiration. 4. Action trigger configuration screen to make automate purge varnish cache for menu expiration. 5. Purge URLs screen to purge varnish cache object manually. == ChangeLog == = Version 1.x = * PHP 4.x/5.x compatibility.