Same filename and directory in other branches
  1. 8.9.x core/modules/system/config/install/system.performance.yml
  2. 9 core/modules/system/config/install/system.performance.yml
core/modules/system/config/install/system.performance.yml
29 string references to 'system.performance'
AjaxFormPageCacheTest::setUp in core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormPageCacheTest.php
AssertPageCacheContextsAndTagsTrait::enablePageCaching in core/modules/system/tests/src/Functional/Cache/AssertPageCacheContextsAndTagsTrait.php
Enables page caching.
AssetDumper::dumpToUri in core/lib/Drupal/Core/Asset/AssetDumper.php
Dumps an (optimized) asset to persistent storage.
AssetOptimizationTest::doTestAggregation in core/tests/Drupal/FunctionalTests/Asset/AssetOptimizationTest.php
Helper to test aggregate file URLs.
BasicAuthTest::testBasicAuth in core/modules/basic_auth/tests/src/Functional/BasicAuthTest.php
Tests http basic authentication.

... See full list

File

core/modules/system/config/install/system.performance.yml
View source
  1. cache:
  2. page:
  3. max_age: 0
  4. css:
  5. preprocess: true
  6. gzip: true
  7. fast_404:
  8. enabled: true
  9. paths: '/\.(?:txt|png|gif|jpe?g|css|js|ico|swf|flv|cgi|bat|pl|dll|exe|asp)$/i'
  10. exclude_paths: '/\/(?:styles|imagecache)\//'
  11. 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>'
  12. js:
  13. preprocess: true
  14. gzip: true