From 39d0d48fe1b3ebaa54be241a9ca1d77b79271fa5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Thu, 20 Feb 2025 11:46:55 -0500 Subject: [PATCH] Add page caching --- config/sync/system.performance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/sync/system.performance.yml b/config/sync/system.performance.yml index d8dbe9a..902d668 100644 --- a/config/sync/system.performance.yml +++ b/config/sync/system.performance.yml @@ -2,7 +2,7 @@ _core: default_config_hash: b2cssrj-lOmATIbdehfCqfCFgVR0qCdxxWhwqa2KBVQ cache: page: - max_age: 0 + max_age: 1800 css: preprocess: true gzip: true