Skip to content
Snippets Groups Projects
Commit 1f171b93 authored by catch's avatar catch
Browse files

Issue #3166449 by ravi.shankar, adamzimmermann, mmatsoo, walangitan,...

Issue #3166449 by ravi.shankar, adamzimmermann, mmatsoo, walangitan, joshua.boltz, Cottser: Improve wording around twig.cache setting for production environments
parent 0a045ce9
No related branches found
No related tags found
No related merge requests found
...@@ -70,7 +70,7 @@ parameters: ...@@ -70,7 +70,7 @@ parameters:
# For more information about debugging Twig templates, see # For more information about debugging Twig templates, see
# https://www.drupal.org/node/1906392. # https://www.drupal.org/node/1906392.
# #
# Not recommended in production environments # Enabling Twig debugging is not recommended in production environments.
# @default false # @default false
debug: false debug: false
# Twig auto-reload: # Twig auto-reload:
...@@ -79,7 +79,7 @@ parameters: ...@@ -79,7 +79,7 @@ parameters:
# If you don't provide a value for auto_reload, it will be determined # If you don't provide a value for auto_reload, it will be determined
# based on the value of debug. # based on the value of debug.
# #
# Not recommended in production environments # Enabling auto-reload is not recommended in production environments.
# @default null # @default null
auto_reload: null auto_reload: null
# Twig cache: # Twig cache:
...@@ -90,7 +90,7 @@ parameters: ...@@ -90,7 +90,7 @@ parameters:
# auto_reload setting above should be enabled rather than disabling the # auto_reload setting above should be enabled rather than disabling the
# Twig cache. # Twig cache.
# #
# Not recommended in production environments # Disabling the Twig cache is not recommended in production environments.
# @default true # @default true
cache: true cache: true
renderer.config: renderer.config:
...@@ -141,7 +141,8 @@ parameters: ...@@ -141,7 +141,8 @@ parameters:
# For more information about debugging cacheable responses, see # For more information about debugging cacheable responses, see
# https://www.drupal.org/developing/api/8/response/cacheable-response-interface # https://www.drupal.org/developing/api/8/response/cacheable-response-interface
# #
# Not recommended in production environments # Enabling cacheability debugging is not recommended in production
# environments.
# @default false # @default false
http.response.debug_cacheability_headers: false http.response.debug_cacheability_headers: false
factory.keyvalue: {} factory.keyvalue: {}
......
...@@ -70,7 +70,7 @@ parameters: ...@@ -70,7 +70,7 @@ parameters:
# For more information about debugging Twig templates, see # For more information about debugging Twig templates, see
# https://www.drupal.org/node/1906392. # https://www.drupal.org/node/1906392.
# #
# Not recommended in production environments # Enabling Twig debugging is not recommended in production environments.
# @default false # @default false
debug: false debug: false
# Twig auto-reload: # Twig auto-reload:
...@@ -79,7 +79,7 @@ parameters: ...@@ -79,7 +79,7 @@ parameters:
# If you don't provide a value for auto_reload, it will be determined # If you don't provide a value for auto_reload, it will be determined
# based on the value of debug. # based on the value of debug.
# #
# Not recommended in production environments # Enabling auto-reload is not recommended in production environments.
# @default null # @default null
auto_reload: null auto_reload: null
# Twig cache: # Twig cache:
...@@ -90,7 +90,7 @@ parameters: ...@@ -90,7 +90,7 @@ parameters:
# auto_reload setting above should be enabled rather than disabling the # auto_reload setting above should be enabled rather than disabling the
# Twig cache. # Twig cache.
# #
# Not recommended in production environments # Disabling the Twig cache is not recommended in production environments.
# @default true # @default true
cache: true cache: true
renderer.config: renderer.config:
...@@ -141,7 +141,8 @@ parameters: ...@@ -141,7 +141,8 @@ parameters:
# For more information about debugging cacheable responses, see # For more information about debugging cacheable responses, see
# https://www.drupal.org/developing/api/8/response/cacheable-response-interface # https://www.drupal.org/developing/api/8/response/cacheable-response-interface
# #
# Not recommended in production environments # Enabling cacheability debugging is not recommended in production
# environments.
# @default false # @default false
http.response.debug_cacheability_headers: false http.response.debug_cacheability_headers: false
factory.keyvalue: {} factory.keyvalue: {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment