Colorbox Node Js

Component type

module

Maintenance status

Development status

Component created

Component changed

This module extends the colorbox node module by providing cached ajax output and running a different bootstrapping method. It improves performance currently by aprx. 40%. Due to Drupals ajax handling I cant serve the ajax callbacks straight from boostrap level DRUPAL_BOOTSTRAP_PAGE_CACHE - if I could the performance increase would be somewhere around 1400% (tested this already).

Drush Entity Cache Loader

Component type

module

Maintenance status

Development status

Downloads

5295

Component created

Component changed

This drush plugin warms up your content caches and can help content load faster by running through and loading any/all entity content. Once entity content is loaded, components of the content (or all of it if it can use Entitycache) can get cached thus making the latter content loads much faster. By providing an argument, you can also cache all entities of a certain type (like node, user, taxonomy_term, etc).

Menu XML dump

Component type

module

Maintenance status

Development status

Component created

Component changed

This module dumps all the menu links in a menu to a single XML file with the hierarchy structure preserved. The functionality can be accessed through a new tab on the menu administration page.

The XML file also shows the number of children (immediate children) and offspring (children and their children and so on) for each link.

This module is not meant for importing/exporting data. Only the link titles are shown in the export, and only ascii letters and numbers are shown in the names. The module is mainly a development aid for working with large menus.

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.

Syslog Access

Component type

module

Maintenance status

Development status

Downloads

2077

Component created

Component changed

Syslog Access compliments the core Syslog module by routing access statistics and logs to syslog (in addition to Syslog's routing of Watchdog), allowing you to use your favorite log management software or service (like Splunk, Loggly, etc.) to visualize, analyze, and manage your access log.

You can also disable database logging to help scale your Drupal installation.

Requirements

Amazon Simple Queue System

Component type

module

Maintenance status

Development status

Downloads

5200

Component created

Component changed

This module is a very lightweight implementation of the Amazon Simple Queue System.
It supports all the Drupal Queue parameters and uses a library to take the heavy weight away from the module. For now you will need to use a fork of the module and a dev version of the library.

Required : Composer manager
Recommended : Queue Runner

Distributed Drupal for MySQL replication cluster

Component type

module

Maintenance status

Development status

Component created

Component changed

mysqlnd_ms PECL extension allows read/write splitting of SQL queries on PDO layer to distribute DB and Drupal servers geographically. This project adds DB cache backend class optimized for MySQL and mysqlnd_ms user filter callback function to Drupal 7.

Sandbox project at this time. No guarantees that this will ever become a real maintained Drupal.org contrib module.

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.