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