Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomodomoco/simple-varnish-buster
WordPress plugin for simple, lightweight Varnish cache busting
https://github.com/tomodomoco/simple-varnish-buster
Last synced: 9 days ago
JSON representation
WordPress plugin for simple, lightweight Varnish cache busting
- Host: GitHub
- URL: https://github.com/tomodomoco/simple-varnish-buster
- Owner: TomodomoCo
- License: gpl-2.0
- Created: 2012-12-13T08:49:05.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-05-06T12:58:45.000Z (over 11 years ago)
- Last Synced: 2024-04-14T23:59:29.468Z (7 months ago)
- Language: PHP
- Size: 151 KB
- Stars: 3
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING.txt
Awesome Lists containing this project
README
Simple Varnish Buster
=====================## WordPress plugin for simple, lightweight Varnish cache busting
Simple Varnish Buster is a WordPress plugin that ensures that when you update some content on your WordPress site, it 'busts' through the layer of Varnish caching so that visitors will immediately see the new content as soon as you've clicked 'Publish'.
## Foolish Assumptions
* Your Varnish server is running on 127.0.0.1. If it is not, you will need to change this in the plugin's Settings page.
* You would like to invalidate caches for the homepage, feeds and the page that has just been changed in WordPress.
* You already have a speedy but robust set of Varnish rules for your site.
* Varnish has an ACL configured which will allow your web server (perhaps running over the loopback interface with 127.0.0.1) to `PURGE` the cache for a given URL.The plugin is available under the [GNU General Public License version 2](https://www.gnu.org/licenses/gpl-2.0.html), or (at your option), any later version.