MySQL wait_timeout

Component type

module

Maintenance status

Development status

Downloads

302

Component created

Component changed

This module intends to address the quite common "MySQL has gone away" error. Many shared, production MySQL servers set a rather low value for MySQL's wait_timeout parameter (e.g., 1 minute) and this is to be considered good practice as most connections to such servers are intended to generate HTTP responses as fast as possible.

ShmopBackend

Component type

module

Maintenance status

Development status

Component created

Component changed

A Drupal 8 cache implementation using Unix shared memory segments through the Shmop set of functions.

Unlike the MemoryBackend cache implementation, the ShmopBackend does store cached items between requests.

As the cache objects are stored in memory, this cache implementation should provide fast access to data and eventually improve performance, in some cases (performance stats to be collected soon).

Cache Debug

Component type

module

Maintenance status

Development status

Downloads

2304

Component created

Component changed

Cache Debug is a lightweight wrapper for Drupal's caching system in order to provide debug level output.

This module provides a cache class that can be used exclusively without enabling the module or you can enabled the module to configure it through a UI.

Warning: This module can cause high verbosity logging. Please configure carefully and manage the output log file accordingly.

Cache debug allows you to output logs to three different log types:

Geocomplete

Component type

module

Maintenance status

Development status

Downloads

1463

Component created

Component changed

The module integrates Geocomplete jQuery plugin with Search API Location Views module.

It provides a new input option for exposed location field. When the option is selected, address suggestions are shown as autocomplete list, when a user starts typing an address, and geocode data for selected address are submitted alongside with the form.

Flexible Purge

Component type

module

Maintenance status

Development status

Downloads

133

Component created

Component changed

Flexible Purge is a Drupal module which emits customizable HTTP requests whenever a cache_bin is cleared. It was designed to invalidate contents cached by reverse-proxy frontends in a very flexible way.
Basically, Flexible Purge allows to dynamically invalidate contents cached by Varnish frontends.

It is similar to the Varnish Integration (varnish) module:

Field index

Component type

module

Maintenance status

Development status

Downloads

1127

Component created

Component changed

Field modules don't always add indexes for its columns (value column of text field for example), this leads to poor performance in views when we would like sort or filter views using the unindexed columns. We can check the query executed by views and add custom indexes manually, but it's not easy to deploy.

With field_index module, we can create custom indexes for fields. The indexes are exportable.