Improve the real or perceived speed of the site, or monitor performance metrics.

Distributed Drupal for MySQL replication cluster

mysqlnd_ms PECL extension allows read/write splitting of SQL queries on PDO layer to distribute DB and Drupal servers geographically.

CacheFlush

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

Cache Consistent

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.

Performance report

Screenshot of a performance report

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 boot

Memcache Storage

Settings page

#D8CX: I pledge that Memcache Storage will have a full Drupal 8 release on the day that Drupal 8 is released.

Memcache Storage module provides integration between Drupal and Memcached daemon using PECL memcache or PECL memcached extension.

Installation & Configuration

For information about installation and configuration please see the documentation.

Features

This module is an alternative to Memcache API and Integration module focused on speed. See list of its features:

  • You may move all cache to the memory.
  • You may move users' sessions to the memory.
  • You may move lock system to the memory.
  • Module supports intergration with ngx_http_memcached module. Nginx may get cached page directly from memcached pool and avoid passing requests to the heavy backends!

Drush Entity Cache Loader

This drush plugin warms up your content caches and can help content load faster by running through and loading any/all entity content.

Pages

Subscribe with RSS Subscribe to RSS - Performance