EdgeCast Caching

Component type

module

Maintenance status

Development status

Downloads

3858

Component created

Component changed

The Edgecast module connects your Drupal site to the CDN so that when you edit content the CDN knows to update it's cache quicker than the standard expiry time you've defined (usually hours or days).

When used in conjunction with the Cache Expiration module you'll get support for Nodes, User profiles, comments and more. When used standalone it will purge the cache just for node updates.

Watchdog File

Component type

module

Maintenance status

Development status

Component created

Component changed

Watchdog File Module

WATCHDOG FILE is a module that records all watchdog() events to a log file on your server rather than using the database. The goals are to reduce database load in general, and to provide an easier way of keeping track of your watchdog activity.

This module is intended to replace the Watchdog module.

It looks like the Raw Log module (http://drupal/project/rawlog) is similar to this module, but it is only available for Drupal 6.x.

CDN Views

Component type

module

Maintenance status

Development status

Downloads

397

Component created

Component changed

This module is a lightweight add-on to the CDN module which will rewrite the URLs of any images generated within a View.

Installation:
Assuming you have the CDN module installed and configured properly, simple install the CDN Views module as any other module and you should see your Views output rewriten URLs. There is not an admin UI to this module or any sort of configuration.

Cache Object API

Component type

module

Maintenance status

Development status

Downloads

3071

Component created

Component changed

This module provides a cache class exposing hooks allowing other code to intercept calls to the caching layer. by implementing those hooks it is possible to alter expiry before an object is saved to the database or to prevent a cache flush under some condition.

Installation

In order to expose the cache object hooks only for the cache_form bin, put the following lines into your settings.php:

Cache Expiration Alias

Component type

module

Maintenance status

Development status

Downloads

4238

Component created

Component changed

If you render your content on multiple domains whilst editing your content via a sub domain then when it comes to a cache clear / purge it will get tricky sending all the purge urls to your proxy and CDN services.

The basic Content Expiration module only generates and sends urls based on the path where the content is being edited.

This module allows you to specify a list of domains which should all be purged at the same time.