From 2d3a32d47826a23b7591d580dc37cb36f3ad4db9 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 20 May 2020 00:09:50 +0100 Subject: [PATCH] Enable caching and asset aggregation Fixes #56 --- config/default/system.performance.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/default/system.performance.yml b/config/default/system.performance.yml index 65d6e1a..b09c301 100644 --- a/config/default/system.performance.yml +++ b/config/default/system.performance.yml @@ -1,8 +1,8 @@ cache: page: - max_age: 0 + max_age: 3600 css: - preprocess: false + preprocess: true gzip: true fast_404: enabled: true @@ -10,7 +10,7 @@ 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 stale_file_threshold: 2592000 _core: