derhasi / cache_debug
Installs: 1 980
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 3
Open Issues: 0
Language:JavaScript
Type:drupal-module
This package is not auto-updated.
Last update: 2024-10-26 20:26:59 UTC
README
🔥 This module might break your site and is only intended for local debugging.
A cache debug helper for Drupal 8:
- Renders cache calls as HTML comments
- Displays HTML Comments via JS Snippet
Installation
- Install the package via composer:
composer require derhasi/cache_debug:dev-master --dev
- Enable the module:
drush en cache_debug
- Add
$settings['cache']['bins']['render'] = 'cache.backend.cache_debug';
to yoursettings.local.php
for checking local