From 64886780715c379ad53d9a35afad90422b2d5349 Mon Sep 17 00:00:00 2001 From: jrockwei Date: Thu, 11 Mar 2021 11:28:24 -0600 Subject: [PATCH] IN-151 Adding back system.performance --- config/dev/system.performance.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 config/dev/system.performance.yml diff --git a/config/dev/system.performance.yml b/config/dev/system.performance.yml new file mode 100644 index 000000000..74d360e42 --- /dev/null +++ b/config/dev/system.performance.yml @@ -0,0 +1,17 @@ +cache: + page: + max_age: 600 +css: + preprocess: true + gzip: true +fast_404: + enabled: true + paths: '/\.(?:txt|png|gif|jpe?g|css|js|ico|swf|flv|cgi|bat|pl|dll|exe|asp)$/i' + exclude_paths: '/\/(?:styles|imagecache)\//' + html: '404 Not Found

Not Found

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

' +js: + preprocess: true + gzip: true +stale_file_threshold: 2592000 +_core: + default_config_hash: b2cssrj-lOmATIbdehfCqfCFgVR0qCdxxWhwqa2KBVQ