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.

Drupal Watchtower

Component type

module

Maintenance status

Development status

Component created

Component changed

This project is developed for handy monitoring of drupal sites. It contains 2 modules – client and server.

Client module gathers information about drupal instance and periodically sends it to selected watchtower server.
Watchtower server provides data storage and accumulates data from reports clients sent him. It also contains some representation tools and export capabilities.

Cache Consistent

Component type

module

Maintenance status

Development status

Downloads

159332

Component created

Component changed

Introduction

Cache Consistent provides a transactional aware cache backend wrapper as a means of ensuring cache consistency in setups not using the database as a cache backend. #1679344: Race condition in node_save() when not using DB for cache_field

Cache Consistent works best with the database isolation level is set to READ-COMMITTED.
It CAN be used with REPEATABLE-READ, but will in this case only mitigate the problem,
not eliminate it all together. When configured for REPEATABLE-READ, there may also
be occasionally more cache-misses.

Derivicon

Component type

module

Categories

Maintenance status

Development status

Downloads

826

Component created

Component changed

The Derivicon (DERIVative favICON) module adds a Context module reaction allowing for Image style powered favicon derivatives to be applied.

Derivicon was built to help with identifying different server environments at a glance of the browser tab.

Derivicon was written and is maintained by Stuart Clark (deciphered).
- http://stuar.tc/lark
- http://twitter.com/Decipher

 

Important note

As the GD library doesn't support .ico files, it is recommended that you either use PNG files (renamed as .ico) as favicons, or install ImageMagick.

 

Required Modules:

CacheFlush

Component type

module

Maintenance status

Development status

Downloads

15272

Component created

Component changed

The fine granularity of control over cache tables and function makes this module the ultimate tool to clear the Drupal caches.

It ships with a predefined set of actions, but its biggest strength lays in its configuration, where one can build any number of custom presets to fit almost any need on both development and production environments.
It is suitable for any role, starting from developers to administrators or editors. Access to each preset can be limited by permissions.

ZURB Section

Component type

module

Maintenance status

Development status

Downloads

11749

Component created

Component changed

ZURB Section extends the Field Group module to provide Field Group formatters to pick from, which in turn will render the groups as Foundation tabs or Foundation accordion groups. This works best with Foundation based themes, or themes that use the Zurb Foundation framework in some manner.

Contextual variables

Component type

module

Maintenance status

Development status

Downloads

1523

Component created

Component changed

The Contextual variables module allows for Variables to be temporarily modified using the Context module, for example, you could turn the Environment Indicator module on or off depending on what the URL is or which user is currently logged in.

Variables for use with this module are provided by hook_variable_info() and the Variable module, please take into account that not every module currently supports this hook but the number is growing.