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.
drupal_process_form in drupal/core/includes/form.inc
Processes a form submission.
drupal_serve_page_from_cache in drupal/core/includes/bootstrap.inc
Sets HTTP headers in preparation for a cached page response.
FileStorageTest::setUp in drupal/core/modules/config/lib/Drupal/config/Tests/Storage/FileStorageTest.php
Sets up Drupal unit test environment.
HookBootExitTest::testHookBootExit in drupal/core/modules/system/lib/Drupal/system/Tests/Bootstrap/HookBootExitTest.php
Tests calling of hook_boot() and hook_exit().
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.
PollVoteCheckHostnameTest::setUp in drupal/core/modules/poll/lib/Drupal/poll/Tests/PollVoteCheckHostnameTest.php
Sets up a Drupal site for running functional and integration tests.
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_performance_settings in drupal/core/modules/system/system.admin.inc
Form builder; Configure site performance settings.
system_performance_settings_submit in drupal/core/modules/system/system.admin.inc
Form submission handler for system_performance_settings().
ThemeTest::testCSSOverride in drupal/core/modules/system/lib/Drupal/system/Tests/Theme/ThemeTest.php
Ensures a theme's .info 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.