.../minimal/config/install/system.performance.yml | 19 +++++++++++++++++-- .../standard/config/install/system.performance.yml | 19 +++++++++++++++++-- .../testing/config/install/system.performance.yml | 19 +++++++++++++++++-- 3 files changed, 51 insertions(+), 6 deletions(-) diff --git a/core/profiles/minimal/config/install/system.performance.yml b/core/profiles/minimal/config/install/system.performance.yml index 5921966..18238d5 100644 --- a/core/profiles/minimal/config/install/system.performance.yml +++ b/core/profiles/minimal/config/install/system.performance.yml @@ -1,5 +1,20 @@ -# @todo: Remove this file in https://www.drupal.org/node/2368987, update the -# install profile's YAML file instead. cache: page: + # @todo: Remove this file in https://www.drupal.org/node/2368987, update the + # install profile's YAML file to depend on the page_cache module instead. use_internal: true + max_age: 0 +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 +response: + gzip: false +stale_file_threshold: 2592000 diff --git a/core/profiles/standard/config/install/system.performance.yml b/core/profiles/standard/config/install/system.performance.yml index 5921966..18238d5 100644 --- a/core/profiles/standard/config/install/system.performance.yml +++ b/core/profiles/standard/config/install/system.performance.yml @@ -1,5 +1,20 @@ -# @todo: Remove this file in https://www.drupal.org/node/2368987, update the -# install profile's YAML file instead. cache: page: + # @todo: Remove this file in https://www.drupal.org/node/2368987, update the + # install profile's YAML file to depend on the page_cache module instead. use_internal: true + max_age: 0 +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 +response: + gzip: false +stale_file_threshold: 2592000 diff --git a/core/profiles/testing/config/install/system.performance.yml b/core/profiles/testing/config/install/system.performance.yml index 5921966..18238d5 100644 --- a/core/profiles/testing/config/install/system.performance.yml +++ b/core/profiles/testing/config/install/system.performance.yml @@ -1,5 +1,20 @@ -# @todo: Remove this file in https://www.drupal.org/node/2368987, update the -# install profile's YAML file instead. cache: page: + # @todo: Remove this file in https://www.drupal.org/node/2368987, update the + # install profile's YAML file to depend on the page_cache module instead. use_internal: true + max_age: 0 +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 +response: + gzip: false +stale_file_threshold: 2592000