grav
grav copied to clipboard
Disabling global cache in user/config/system.yaml does not disable twig cache
In user/config/system.yaml configure
cache:
enabled: false
leaving
twig:
cache: true
cache should be disabled also for twig, in fact this is not.
If this is "works as expected", is confusing. If you disable cache, cache should be disabled everywhere, if you enabled it, THEN you can disable per sub-item.
grav 1.7.36