system.performance.yml

Same filename in this branch
  1. 11.x core/modules/system/config/install/system.performance.yml
  2. 11.x core/tests/fixtures/config_install/multilingual/system.performance.yml
Same filename in other branches
  1. 9 core/modules/system/config/install/system.performance.yml
  2. 8.9.x core/modules/system/config/install/system.performance.yml
  3. 10 core/modules/system/config/install/system.performance.yml
core/tests/fixtures/config_install/testing_config_install/system.performance.yml
22 string references to 'system.performance'
AjaxFormPageCacheTest::setUp in core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormPageCacheTest.php
AjaxResponseAttachmentsProcessor::__construct in core/lib/Drupal/Core/Ajax/AjaxResponseAttachmentsProcessor.php
Constructs an AjaxResponseAttachmentsProcessor object.
AssertPageCacheContextsAndTagsTrait::enablePageCaching in core/modules/system/tests/src/Functional/Cache/AssertPageCacheContextsAndTagsTrait.php
Enables page caching.
BasicAuthTest::testBasicAuth in core/modules/basic_auth/tests/src/Functional/BasicAuthTest.php
Tests http basic authentication.
BlockTest::testBlockCacheTags in core/modules/block/tests/src/Functional/BlockTest.php
Tests that cache tags are properly set and bubbled up to the page cache.

... See full list

File

core/tests/fixtures/config_install/testing_config_install/system.performance.yml

View source
  1. _core:
  2. default_config_hash: b2cssrj-lOmATIbdehfCqfCFgVR0qCdxxWhwqa2KBVQ
  3. langcode: fr
  4. cache:
  5. page:
  6. max_age: 0
  7. css:
  8. preprocess: true
  9. gzip: true
  10. fast_404:
  11. enabled: true
  12. paths: '/\.(?:txt|png|gif|jpe?g|css|js|ico|swf|flv|cgi|bat|pl|dll|exe|asp)$/i'
  13. exclude_paths: '/\/(?:styles|imagecache)\//'
  14. html: '<!DOCTYPE html><html><head><title>404 Not Found</title></head><body><h1>Not Found</h1><p>The requested URL "@path" was not found on this server.</p></body></html>'
  15. js:
  16. preprocess: true
  17. gzip: true
  18. stale_file_threshold: 2592000

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.