system.performance.yml in Zircon Profile 8.0
Same filename and directory in other branches
core/modules/system/config/install/system.performance.yml
29 string references to 'system.performance'
- AjaxFormPageCacheTest::setUp in core/
modules/ system/ src/ Tests/ Ajax/ AjaxFormPageCacheTest.php - Sets up a Drupal site for running functional and integration tests.
- AjaxResponseAttachmentsProcessor::__construct in core/
lib/ Drupal/ Core/ Ajax/ AjaxResponseAttachmentsProcessor.php - Constructs a AjaxResponseAttachmentsProcessor object.
- AssertPageCacheContextsAndTagsTrait::enablePageCaching in core/
modules/ system/ src/ Tests/ Cache/ AssertPageCacheContextsAndTagsTrait.php - Enables page caching.
- BasicAuthTest::testBasicAuth in core/
modules/ basic_auth/ src/ Tests/ Authentication/ BasicAuthTest.php - Test http basic authentication.
- BlockTest::testBlockCacheTags in core/
modules/ block/ src/ Tests/ BlockTest.php - Test that cache tags are properly set and bubbled up to the page cache.
File
core/modules/system/config/install/system.performance.ymlView source
- cache:
- page:
- 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: '<!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
- gzip: true
- stale_file_threshold: 2592000