augustash / drupal_cache_protection
Protects Drupal page cache from fragmentation by tracking parameters and bot abuse
Package info
github.com/augustash/drupal-cache-protection
Type:drupal-module
pkg:composer/augustash/drupal_cache_protection
1.0.5
2026-04-29 20:04 UTC
Requires
- drupal/core: ^10 || ^11
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.