Turbo

Component ID

836022

Component name

Turbo

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

4932

Component created

Component changed

Component body

Turbo is a collection of modules/patches designed to speed up Drupal. It should be more looked as a set of patches than modules. Currently two components are available: path and session.

Two storage methods are available for both path and session components: memcache and files. Files is mostly targeted towards shared environments where installing memcache isn't a possibility.

Development of this module is sponsored in part by Firm idea.

Similar Modules

  • Path Cache - same idea, different implementation. Relies purely on Memcache, does not offer modular storage such as flat files.

Other modules to consider

Other modules that you should consider are:

  • Boost - provides caching of anonymous traffic.
  • Cache - a caching system with support of memcache, APC, database, file, redis, XCache engines.
  • Memcache - "Drop-in" replacement library for caching (works with cache_get and cache_set)