Redis Flush

Component type

module

Maintenance status

Development status

Component created

Component changed

A sub-module for the Drupal 8 Redis module to provide two modes of cache flush support for . The default mode flushes each cache bin for the configured cache prefix individually and is considered safe for production use (ie. while in maintenance mode). A develop mode is also available which flushes the entire Redis database.

reSmush.it image style optimizer

Component type

module

Maintenance status

Development status

Downloads

920

Component created

Component changed

reSmush.it is a free image optimization API. It compresses the size of your images, making them — and therefore your website — significantly faster to load. reSmush.it image style optimizer is a Drupal module that provides an image style effect with this capability.

Revisioning Entity cache

Component type

module

Maintenance status

Development status

Downloads

54

Component created

Component changed

This integrates the revisioning module with entitycache.

Problems

There had been three problems:

- a) Entities loaded directly as revisions (even though the current revision is the live revision) and hence having no entity caching at all.
- b) Entities loaded as revisions, but that need the draft / latest revision.
- c) The whole cache was cleared by revisioning module by calling node_load($id, NULL, TRUE), which led to entity_load() clearing the whole persistent cache when any node was saved.

incapsula

Component type

module

Maintenance status

Development status

Downloads

58

Component created

Component changed

This module provides integration with the Incapsula Imperva: Web Application Firewall. It allows the purging of content and assets when they are saved. A complete purge of the cache is supported through the provided cache hooks in Drupal.

Next to this there is the management of whitelisted IPs, blacklisted IPS, blocked URLs and blocked country/continents through Incapsula from Drupal.

SETUP

To start using this module do the following:

Permanent Cache Bin

Component type

module

Maintenance status

Development status

Downloads

1127

Component created

Component changed

At times we need to cache some values which are not related to Drupal config or data but are coming from external systems and which don't really need to be deleted when clearing (rebuilding) Drupal cache.

This module provides a way to use Drupal cache but still keep it separate from drush cr.

Code to use this new backend in your bin (here stock is just for example):

Handy cache tags

Component type

module

Maintenance status

Development status

Downloads

670

Component created

Component changed

Provides some handy extra cache tags, so you can for example tag a block that deals with a certain node type, with the cache tag of that node type.

The module provides the following cache tags for you to use:

handy_cache_tags:[entity_type]
handy_cache_tags:[entity_type]:[entity_bundle]

For example with nodes of the bundle "article" this would make the following cache tags available: