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-custom-module

pkg:composer/augustash/drupal_cache_protection

Statistics

Installs: 16

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.3 2026-04-23 16:44 UTC

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.