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.
drupal_serve_page_from_cache in drupal/core/includes/bootstrap.inc
Sets HTTP headers in preparation for a cached page response.
ExceptionController::on404Html in drupal/core/lib/Drupal/Core/Controller/ExceptionController.php
Processes a NotFound exception into an HTTP 404 response.
FileStorageTest::setUp in drupal/core/modules/config/lib/Drupal/config/Tests/Storage/FileStorageTest.php
Sets up Drupal unit test environment.
JavaScriptTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Common/JavaScriptTest.php
Sets up a Drupal site for running functional and integration tests.
JavaScriptTest::tearDown in drupal/core/modules/system/lib/Drupal/system/Tests/Common/JavaScriptTest.php
Delete created files and temporary files directory, delete the tables created by setUp(), and reset the database prefix.
JavaScriptTest::testAggregation in drupal/core/modules/system/lib/Drupal/system/Tests/Common/JavaScriptTest.php
Tests JavaScript grouping and aggregation.
PageCacheTest::testConditionalRequests in drupal/core/modules/system/lib/Drupal/system/Tests/Bootstrap/PageCacheTest.php
Tests support of requests with If-Modified-Since and If-None-Match headers.
PageCacheTest::testPageCache in drupal/core/modules/system/lib/Drupal/system/Tests/Bootstrap/PageCacheTest.php
Tests cache headers.
PageCacheTest::testPageCompression in drupal/core/modules/system/lib/Drupal/system/Tests/Bootstrap/PageCacheTest.php
Tests page compression.
PerformanceForm::buildForm in drupal/core/modules/system/lib/Drupal/system/Form/PerformanceForm.php
Implements \Drupal\Core\Form\FormInterface::buildForm().
SessionTest::testEmptyAnonymousSession in drupal/core/modules/system/lib/Drupal/system/Tests/Session/SessionTest.php
Test that empty anonymous sessions are destroyed.
StatisticsLoggingTest::setUp in drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsLoggingTest.php
Sets up a Drupal site for running functional and integration tests.
system_update_8017 in drupal/core/modules/system/system.install
Move system performance settings from variable to config.
system_update_8039 in drupal/core/modules/system/system.install
Convert css and js gzip compression variables to config.
system_update_8043 in drupal/core/modules/system/system.install
Move system theme settings from variable to config.
system_update_8044 in drupal/core/modules/system/system.install
Move system fast 404 settings from variable to config.
ThemeTest::testCSSOverride in drupal/core/modules/system/lib/Drupal/system/Tests/Theme/ThemeTest.php
Ensures a theme's .info.yml file is able to override a module CSS file from being added to the page.
_drupal_bootstrap_page_cache in drupal/core/includes/bootstrap.inc
Attempts to serve a page from the cache.