From 7fba01b8d11d56a009f1cc4c2893fd6a4074c48b Mon Sep 17 00:00:00 2001 From: Sarah Baghdadi Date: Tue, 28 Nov 2017 14:02:00 -0500 Subject: [PATCH] Enable twig cache --- config/system.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/system.yaml b/config/system.yaml index 13ef58c..71f028c 100644 --- a/config/system.yaml +++ b/config/system.yaml @@ -19,7 +19,7 @@ cache: prefix: 'g' twig: - cache: false + cache: true debug: false auto_reload: true autoescape: false