From 376d02d56141c9e41b9490c7a40c8ea0a463f114 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 18 May 2024 09:55:29 +0100 Subject: [PATCH] Enable caching and aggregation by default --- config/sync/system.performance.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/sync/system.performance.yml b/config/sync/system.performance.yml index 61f4e15..c350f9c 100644 --- a/config/sync/system.performance.yml +++ b/config/sync/system.performance.yml @@ -2,9 +2,9 @@ _core: default_config_hash: jtno5biznHZbrIgKwzq-ze-7XaQxLCGe6PeUOR7bRiQ cache: page: - max_age: 0 + max_age: 86400 css: - preprocess: false + preprocess: true gzip: true fast_404: enabled: true @@ -12,5 +12,5 @@ fast_404: exclude_paths: '/\/(?:styles|imagecache)\//' html: '404 Not Found

Not Found

The requested URL "@path" was not found on this server.

' js: - preprocess: false + preprocess: true gzip: true