Cache Manager

Component type

module

Maintenance status

Development status

Component created

Component changed

Cache Manager started as a suggestion for a Book Study homework problem for the chapter on Caching, designed originally to report the names of all tables starting with the name cach_ or prefix_cache_. As features were brainstormed, initially with reporting many statistics about each cache table, the slow realization came these new features could be very useful to select types of web sites, particularly heavy traffic sites.

Emergency

Component type

module

Maintenance status

Development status

Downloads

3074

Component created

Component changed

The emergency module allows you to override the normal layout and content of your site in the event of an emergency. It is primarily designed for institutional websites (such as universities), but could be used by any site that needs to broadcast urgent information to visitors.

By declaring an emergency, non-essential block regions can be hidden and information related to the emergency (such as contact numbers) can be shown instead. This gives critical information more visibility, and allows you to quickly disable non-critical, bandwidth-intensive content to better endure increased site traffic. You can also define multiple emergency levels with different sets of overrides. For example, you could have a "closure" level that is used to declare a campus closure due to inclement weather, and a separate "public safety issue" level for life-threatening situations.

Cookieless Subdomain

Component type

module

Maintenance status

Development status

Downloads

515

Component created

Component changed

A module that allows you to serve static resources from cookieless subdomains.

Currently supported:

To use this module with advagg you either need to patch your Drupal 6 install with the patch that comes with the CDN module or use the pressflow patchset.

imagecache static server suport

Component type

module

Maintenance status

Development status

Downloads

938

Component created

Component changed

Imagecache works great, and the idea of this simple module is to let you to use a second url (static) to share the images build by imagecache.

This module lets you use a second domain as a cdn to download faster the full website, http://developer.yahoo.com/performance/rules.html

With this module the Yslow (firefox pluggin) gives you really good news about your website ;).

FileField Load Multiple

Component type

module

Maintenance status

Development status

Downloads

763

Component created

Component changed

This module optimizes loading of multiple filefield data in Views. For every filefield/imagefield value displayed in a view, it will remove 1 redundant query generated by the FileField module to load file data.
It's probably mostly useful for image galleries and file directories, because they often display many files.