core/modules/system/config/install/system.performance.yml | 2 +- core/profiles/minimal/config/install/system.performance.yml | 5 +++++ core/profiles/standard/config/install/system.performance.yml | 5 +++++ core/profiles/testing/config/install/system.performance.yml | 5 +++++ 4 files changed, 16 insertions(+), 1 deletion(-) diff --git a/core/modules/system/config/install/system.performance.yml b/core/modules/system/config/install/system.performance.yml index 98f34f0..1e75b4b 100644 --- a/core/modules/system/config/install/system.performance.yml +++ b/core/modules/system/config/install/system.performance.yml @@ -1,6 +1,6 @@ cache: page: - use_internal: true + use_internal: false max_age: 0 css: preprocess: true diff --git a/core/profiles/minimal/config/install/system.performance.yml b/core/profiles/minimal/config/install/system.performance.yml index e69de29..5921966 100644 --- a/core/profiles/minimal/config/install/system.performance.yml +++ b/core/profiles/minimal/config/install/system.performance.yml @@ -0,0 +1,5 @@ +# @todo: Remove this file in https://www.drupal.org/node/2368987, update the +# install profile's YAML file instead. +cache: + page: + use_internal: true diff --git a/core/profiles/standard/config/install/system.performance.yml b/core/profiles/standard/config/install/system.performance.yml index e69de29..5921966 100644 --- a/core/profiles/standard/config/install/system.performance.yml +++ b/core/profiles/standard/config/install/system.performance.yml @@ -0,0 +1,5 @@ +# @todo: Remove this file in https://www.drupal.org/node/2368987, update the +# install profile's YAML file instead. +cache: + page: + use_internal: true diff --git a/core/profiles/testing/config/install/system.performance.yml b/core/profiles/testing/config/install/system.performance.yml index e69de29..5921966 100644 --- a/core/profiles/testing/config/install/system.performance.yml +++ b/core/profiles/testing/config/install/system.performance.yml @@ -0,0 +1,5 @@ +# @todo: Remove this file in https://www.drupal.org/node/2368987, update the +# install profile's YAML file instead. +cache: + page: + use_internal: true