drupal-module cache_debug
- Tuesday, May 15, 2018
- by derhasi
- Repository
- 1 Watchers
- 0 Stars
- 1,164 Installations
- JavaScript
- 0 Dependents
- 0 Suggesters
- 2 Forks
- 0 Open issues
- 1 Versions
- 7 % Grown
cache_debug
:fire: This module might break your site and is only intended for local debugging., (*1)
A cache debug helper for Drupal 8:, (*2)
- 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 your settings.local.php
for checking local