There are a number of useful Drupal modules quietly working hard at the backend on websites around the globe. They usually come without any visible UI to the end user. You should get to know about them. In alphabetically order:
-
Backup and Migrate
Simplifies the task of backing up and restoring your Drupal database or migrating data from one Drupal site to another, with automatic scheduled backups. -
Boost
Provides static page caching, enabling significant performance and scalability boost for heavily-trafficked Drupal sites that receive mostly anonymous traffic. forDrupal demo sites are running with Boost. -
Cache Router
Another caching system for Drupal allowing you to assign individual cache tables to specific cache technology - APC, Database, eAccelerator, File, Memcache, XCache -
Checkbox Validate
An 'install and forget' module. Corrects display and behaviour of required checkboxes in all Drupal forms, which is a core bug. -
Global Redirect
Another 'install and forget' module. Automatically maintain single path alias and perform proper 301 redirection. Good for SEO. -
Mollom
One stop solution for all spam problems, almost. Protects comment form, contact form, user registration form, password request form and any node form. -
Poormanscron
A module that runs the Drupal cron operations without needing the cron application. -
String Overrides
Provides a quick and easy way to replace any text on the site, anything that's passed through t() actually. -
Rules
Define conditionally executed actions based on occurring events, support flexible scheduling system, a replacement for trigger and workflow-ng. -
Domain Access
A group of lightweight modules that provide tools for running a group of affiliated sites from one Drupal installation and a single shared database, allows you to share users, content, and configurations across a group of sites.
What's your favourite backend modules?




Comments
More
More Picks
Token
http://drupal.org/project/token
Tokens are small bits of text that can be placed into larger documents via simple placeholders, like %site-name or [user].
Auto Node Title
http://drupal.org/project/auto_nodetitle
Imagine you want to have separate fields for a Title and a Date in a node, but you want the title of the node to be the Title and the Date and you don't want users to have to add redundant information . Auto node title will hide the Node title and create the node title using the information from the other two fields. It's Great!
Better Formats
http://drupal.org/project/better_formats
Adds more flexibility to your node formats. Adds defaults per role for instance. Simple/handy.