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-custom-module
pkg:composer/augustash/drupal_cache_protection
Requires
- drupal/core: ^10 || ^11
This package is auto-updated.
Last update: 2026-04-23 16:44:40 UTC
README
Protects Drupal page cache from fragmentation by tracking parameters and bot abuse.
Install
composer require augustash/drupal_cache_protection && drush en drupal_cache_protection
Then add augustash/drupal_cache_protection to extra.drupal-scaffold.allowed-packages in the project's root composer.json and run composer drupal:scaffold to apply the bundled robots.txt rules.
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.