Performance report

Component type

module

Maintenance status

Development status

Component created

Component changed

This module tries to give an report about the current performance settings and tries to come with some recommendation related to performance extension that every Drupal site should be using to boots performance.

Plug-ins

The modules uses ctools as plug-in system and comes as default with support for checking the performance settings/stats for the list below.

Generate Image Style

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module generate all the image style derivatives for each images present on the website.

This module only provide a new drush command.

drush generate-imagestyle

Doctor

Component type

module

Categories

Maintenance status

Development status

Downloads

2457

Component created

Component changed

What is it?
The module "Doctor" is "listening" to a doctor listen item that create during your module actions.

How does it work?
The doctor create an entity called doctor. When running the drush command drush doctor-listen(AKA dols), the module will wait for a doctor entity entry to create and will present the data on the CLI. If there any items that created when the doctor did not listen, the next time the you initialized the command, they will be displayed for in the CLI.

Makefile extra

Component type

module

Maintenance status

Development status

Downloads

621

Component created

Component changed

This is a drush extension that can help keeping makefiles updated, which normally is a manual and time consuming process. With this extension you simply ask drush to do all the work.

Installation

Simply clone the repository into your .drush folder as with any other drush extension (or use drush to install it).

Drush Code Deploy

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Drush Code Deploy provides a set of commands for deploying code changes via Git to a
remote environment.

Goals

  • Simplify deployment process
  • Ability to confirm what changes will take place
  • Rely on git; no more S/FTP for manually deploying individual files
  • Reduce errors when deploying code
  • Know exactly what code is running on remote environment

Set up

To use Drush Code Deploy, your development setup will need to look something like this.