system.performance.yml

drupal/core/modules/system/config/system.performance.yml
23 string references to 'system.performance'
ColorTest::_testColor in drupal/core/modules/color/lib/Drupal/color/Tests/ColorTest.php
Tests the Color module functionality using the given theme.
ConfigStorageTestBase::testCRUD in drupal/core/modules/config/lib/Drupal/config/Tests/Storage/ConfigStorageTestBase.php
Tests storage controller CRUD operations.
DatabaseStorageTest::setUp in drupal/core/modules/config/lib/Drupal/config/Tests/Storage/DatabaseStorageTest.php
Sets up Drupal unit test environment.
drupal_aggregate_css in drupal/core/includes/common.inc
Aggregation callback: Aggregates CSS files and inline content.
drupal_aggregate_js in drupal/core/includes/common.inc
Default callback to aggregate JavaScript files.

... See full list

File

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