system.performance.yml

drupal/core/modules/system/config/system.performance.yml
22 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. enabled: '0'
  4. max_age: '0'
  5. css:
  6. preprocess: '0'
  7. gzip: '1'
  8. js:
  9. preprocess: '0'
  10. gzip: '1'
  11. response:
  12. gzip: '0'
  13. stale_file_threshold: '2592000'