=== Purge Varnish Cache === Contributors: devavi Tags: varnish, purge, cache, caching Requires at least: 3.0 Tested up to: 4.7 Stable tag: 1.0.0.3 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. It 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 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. * The front page. * The post/page created/updated/status changed. * Any categories or tags associated with the page. * The menu created/updated. * Changing theme. * Purge multiple URLs manually from Varnish cache. * Purge whole site cache manually. * 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. * Access the link DOMAIN_NAME/wp-admin/admin.php?page=purge-varnish-all to purge all varnish cache. == Frequently Asked Questions == How can I check everything's working? It is not difficult. You should install this pluing and configure varnish terminal setting by accessing the link: DOMAIN_NAME/wp-admin/admin.php?page=purge-varnish-settings. If you have the status 'Varnish running' means everything iss working perfectly! What versions of Varnish is supported? it is supported all varnish versions of 3.x and 4.x How do I manually purge a single URL from varnish cache? Click the 'Purge URLs' link or access the link DOMAIN_NAME/wp-admin/admin.php?page=purge-varnish-urls. This interface allow you to purge 1 to 7 urls. What if I have multiple varnish Servers/IPs? You need to configure multiple IPs in Varnish Control Terminal textfield in 'Terminal' screen like 127.0.0.1:6082 127.0.0.2:6082 127.0.0.3:6082 How can I debug? You need to add this constant define('WP_VARNISH_PURGE_DEBUG', true); in wp-config.php file. It will generate the log file 'purge_varnish_log.txt' inside uploads directory. How do I manually purge the whole site cache? Click on link 'Purge all' or access the link: DOMAIN_NAME/wp-admin/admin.php?page=purge-varnish-all and Click on 'Purge All' button. What it purge? Basically by default it purge nothing. It allow you to decide and configure expire setting. So you no need to worry. Click on 'Expire' link or access the link: DOMAIN_NAME/wp-admin/admin.php?page=purge-varnish-expire to configure purge expire setting. == 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 on menu update. 5. Action trigger configuration screen to make automate purge varnish cache on theme change. 6. Purge whole site cache. 7. Purge URLs screen to purge urls manually from varnish cache. == ChangeLog == = Version 1.x = * PHP 4.x/5.x compatibility.