Empower developers with tools that assist with developing and debugging the frontend or backend of the site.

File Cache

Introduction

This module allows Drupal cache bins to be stored in files.

Comparison with other caching modules

memcache is the closest caching module. File Cache can be configured to use a memory based filesystem (e.g. /dev/shm in Debian) which is very close to what memcache does. File Cache can use network filesystems and this
is another use case where memcache is traditionally used.

apc can be used for cache bins too. If it's used for that purpose,
it's usually only for some of the critical cache bins like cache and
cache_bootstrap.

boost generates caches of pages that are directly served by web
server. File Cache can plug in regular Drupal page caching and provide
very fast page caching but this still needs a bit of PHP to be
executed. Database access can be avoided altogether though. See
$conf['filecache_fast_pagecache'] in README.txt.

Relation with cacherouter and fastpath_fscache modules for Drupal 6.

Feedback

Drupal API + Extensions

Adds additional hooks to drupal. Provides additional functionality.

JSFX

JSFX is a suite of effects for Drupal. Everything is contained in one module, but the effects can be turned on and off separately.
Currently, the suite includes:

One-time login

This module adds five operations to the form at Administration » People:

AutoPilot

Autopilot

Industrial Strength Build Management

Keys

This module provides management of API Keys for different modules. Keys allows developers who work on local copies of a site, to access the API key needed for their particular computer.

Pages

Subscribe with RSS Subscribe to RSS - Developer tools