29 string references to 'system.performance' in Zircon Profile 8
- AjaxFormPageCacheTest::setUp in core/
modules/ system/ src/ Tests/ Ajax/ AjaxFormPageCacheTest.php - Sets up a Drupal site for running functional and integration tests.
- AjaxResponseAttachmentsProcessor::__construct in core/
lib/ Drupal/ Core/ Ajax/ AjaxResponseAttachmentsProcessor.php - Constructs a AjaxResponseAttachmentsProcessor object.
- AssertPageCacheContextsAndTagsTrait::enablePageCaching in core/
modules/ system/ src/ Tests/ Cache/ AssertPageCacheContextsAndTagsTrait.php - Enables page caching.
- BasicAuthTest::testBasicAuth in core/
modules/ basic_auth/ src/ Tests/ Authentication/ BasicAuthTest.php - Test http basic authentication.
- BlockTest::testBlockCacheTags in core/
modules/ block/ src/ Tests/ BlockTest.php - Test that cache tags are properly set and bubbled up to the page cache.
- CachedStorageTest::setUp in core/
modules/ config/ src/ Tests/ Storage/ CachedStorageTest.php - Performs setup tasks before each individual test method is run.
- ColorTest::_testColor in core/
modules/ color/ src/ Tests/ ColorTest.php - Tests the Color module functionality using the given theme.
- CommandsTest::testAttachedSettings in core/
modules/ system/ src/ Tests/ Ajax/ CommandsTest.php - Regression test: Settings command exists regardless of JS aggregation.
- ConfigStorageTestBase::testCRUD in core/
modules/ config/ src/ Tests/ Storage/ ConfigStorageTestBase.php - Tests storage CRUD operations.
- DatabaseStorageTest::setUp in core/
modules/ config/ src/ Tests/ Storage/ DatabaseStorageTest.php - Performs setup tasks before each individual test method is run.
- Fast404ExceptionHtmlSubscriber::on404 in core/
lib/ Drupal/ Core/ EventSubscriber/ Fast404ExceptionHtmlSubscriber.php - Handles a 404 error for HTML.
- FileStorageTest::setUp in core/
modules/ config/ src/ Tests/ Storage/ FileStorageTest.php - Performs setup tasks before each individual test method is run.
- FileStorageTest::testlistAll in core/
modules/ config/ src/ Tests/ Storage/ FileStorageTest.php - Tests the FileStorage::listAll method with a relative and absolute path.
- FinishResponseSubscriber::__construct in core/
lib/ Drupal/ Core/ EventSubscriber/ FinishResponseSubscriber.php - Constructs a FinishResponseSubscriber object.
- FormStoragePageCacheTest::setUp in core/
modules/ system/ src/ Tests/ Form/ FormStoragePageCacheTest.php - Sets up a Drupal site for running functional and integration tests.
- HtmlResponseAttachmentsProcessor::__construct in core/
lib/ Drupal/ Core/ Render/ HtmlResponseAttachmentsProcessor.php - Constructs a HtmlResponseAttachmentsProcessor object.
- MigrateSystemPerformanceTest::testSystemPerformance in core/
modules/ system/ src/ Tests/ Migrate/ d6/ MigrateSystemPerformanceTest.php - Tests migration of system (Performance) variables to system.performance.yml.
- PageCacheTagsTestBase::setUp in core/
modules/ system/ src/ Tests/ Cache/ PageCacheTagsTestBase.php - Sets up a Drupal site for running functional and integration tests.
- PageCacheTest::testCacheableResponseResponses in core/
modules/ page_cache/ src/ Tests/ PageCacheTest.php - Tests cacheability of a CacheableResponse.
- PageCacheTest::testConditionalRequests in core/
modules/ page_cache/ src/ Tests/ PageCacheTest.php - Tests support of requests with If-Modified-Since and If-None-Match headers.
- PageCacheTest::testPageCache in core/
modules/ page_cache/ src/ Tests/ PageCacheTest.php - Tests cache headers.
- PageCacheTest::testPageCacheAnonymousRolePermissions in core/
modules/ page_cache/ src/ Tests/ PageCacheTest.php - Tests the automatic presence of the anonymous role's cache tag.
- PageCacheTest::testPageCacheTags in core/
modules/ page_cache/ src/ Tests/ PageCacheTest.php - Test that cache tags are properly persisted.
- PageCacheTest::testPageCacheWithoutVaryCookie in core/
modules/ page_cache/ src/ Tests/ PageCacheTest.php - Tests the omit_vary_cookie setting.
- PageCacheTest::testQueryParameterFormatRequests in core/
modules/ page_cache/ src/ Tests/ PageCacheTest.php - Tests support for different cache items with different request formats specified via a query parameter.
- PerformanceForm::buildForm in core/
modules/ system/ src/ Form/ PerformanceForm.php - Form constructor.
- PerformanceForm::getEditableConfigNames in core/
modules/ system/ src/ Form/ PerformanceForm.php - Gets the configuration names that will be editable.
- SessionTest::testEmptyAnonymousSession in core/
modules/ system/ src/ Tests/ Session/ SessionTest.php - Test that empty anonymous sessions are destroyed.
- ThemeTest::testCSSOverride in core/
modules/ system/ src/ 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.