Experimental project

This is a sandbox project, which contains experimental code for developer use only.

The Varnish Kit module contains three varnish add on module, and a Drupal backed health check script for Varnish

  1. Varnish Bans
  2. Varnish Max-age
  3. Varnish Multi domain

Varnish Bans

The Varnish module combined with the expire module helps you keep your site updated daily. This module helps you when you make changes to your page, which expire module does not automatically update.

Invalidate pages based on

  • Single URL - plus all elements within that page
  • Latest X published nodes
  • File type. as jpg, gif, css, ...
  • Content type
  • Whole cache
  • Basted on regexp

Varnish Max-age

The Varnish maxage module gives you the options to manually set s-maxage and max-age on content. s-maxage is the primary way to control how long a page are cached by varnish.

Varnish Multi domain

The Varnish multi domain module gives you the options to add support for updating multiple domains. its main purpose is to update your real domain when your admin pages are located under a second secure URL

This module requires you to have the varnish module installed
http://drupal.org/project/varnish

And it's recommended to use the varnish module in combination with with the expire module
http://drupal.org/project/expire

Project information

  • Project categories: Performance
  • Created by konradj on , updated