augustash/drupal_cache_protection

Protects Drupal page cache from fragmentation by tracking parameters and bot abuse

Maintainers

Package info

github.com/augustash/drupal-cache-protection

Type:drupal-module

pkg:composer/augustash/drupal_cache_protection

Statistics

Installs: 24

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.5 2026-04-29 20:04 UTC

This package is auto-updated.

Last update: 2026-04-29 20:04:59 UTC


README

Protects Drupal page cache from fragmentation by tracking parameters and bot abuse.

Install

ddev composer config --json --merge extra.drupal-scaffold.allowed-packages '["augustash/drupal_cache_protection"]' && ddev composer require augustash/drupal_cache_protection && ddev drush en -y drupal_cache_protection

Submodule

drupal_cache_protection_facets adds facet bot protection. Enable only on sites that use drupal/facets. If enabled, also add augustash/drupal_cache_protection_facets to allowed-packages.