- Issue created by @mrogers
- 🇫🇷France Grimreaper France 🇫🇷
Hi,
Try this in your settings.php:
$settings['container_yamls'][] = $app_root . '/sites/development.services.yml'; $settings['cache']['bins']['dynamic_page_cache'] = 'cache.backend.null'; $settings['cache']['bins']['page'] = 'cache.backend.null'; $settings['cache']['bins']['render'] = 'cache.backend.null';
The problem is that preventing the usage of cache and having that re-computed at each page refresh is a performance killer.
In this case an opt-in should be provided to allow to explicitly choose that you want to disable the render cache for this field.