zr / zr-performance-bundle
ZR Performance Bundle
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 7
Forks: 0
Open Issues: 0
Type:drupal-recipe
Requires
- php: >=8.1
- drupal/memcache: ^2.7
- drupal/purge: ^3.6
This package is not auto-updated.
Last update: 2025-07-18 18:10:01 UTC
README
To install the ZR Performance Bundle, follow the steps below:
-
Ensure the below has been added to the
composer.json
installer-paths:"web/recipes/custom/{$name}": ["type:drupal-recipe"]
-
Run
composer require zr/zr-performance-bundle
-
Run the following command (within the
/web
directory):ddev drush recipe recipes/custom/zr-performance-bundle
This command will execute the ZR Performance Bundle installation.