system.performance.yml
Same filename in this branch
Same filename and directory in other branches
- 11.x core/modules/system/config/install/system.performance.yml
- 11.x core/tests/fixtures/config_install/testing_config_install/system.performance.yml
- 11.x core/tests/fixtures/config_install/multilingual/system.performance.yml
- 10 core/modules/system/config/install/system.performance.yml
- 9 core/modules/system/config/install/system.performance.yml
- 8.9.x core/modules/system/config/install/system.performance.yml
25 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.
- AssetCompressUpdatePathTest::testRunUpdates in core/
modules/ system/ tests/ src/ Functional/ Update/ AssetCompressUpdatePathTest.php - Tests the upgrade path for renaming gzip keys to compress.
- AssetDumper::dumpToUri in core/
lib/ Drupal/ Core/ Asset/ AssetDumper.php - Dumps an (optimized) asset to persistent storage.
File
-
core/
tests/ fixtures/ config_install/ multilingual/ system.performance.yml
View source
- _core:
- default_config_hash: b2cssrj-lOmATIbdehfCqfCFgVR0qCdxxWhwqa2KBVQ
- cache:
- page:
- max_age: 0
- css:
- preprocess: true
- compress: 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: '<!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>'
- js:
- preprocess: true
- compress: true
- stale_file_threshold: 2592000
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.