diff --git a/plugins/performance-lab/includes/site-health/load.php b/plugins/performance-lab/includes/site-health/load.php index 3ef6825492..3d726c00d7 100644 --- a/plugins/performance-lab/includes/site-health/load.php +++ b/plugins/performance-lab/includes/site-health/load.php @@ -32,6 +32,6 @@ require_once __DIR__ . '/avif-headers/helper.php'; require_once __DIR__ . '/avif-headers/hooks.php'; -// Far-Future Headers site health check. +// Effective Asset Cache Headers site health check. require_once __DIR__ . '/effective-asset-cache-headers/helper.php'; require_once __DIR__ . '/effective-asset-cache-headers/hooks.php'; diff --git a/plugins/performance-lab/tests/includes/site-health/effective-asset-cache-headers/test-effective-asset-cache-headers.php b/plugins/performance-lab/tests/includes/site-health/effective-asset-cache-headers/test-effective-asset-cache-headers.php index a026caa552..2895027655 100644 --- a/plugins/performance-lab/tests/includes/site-health/effective-asset-cache-headers/test-effective-asset-cache-headers.php +++ b/plugins/performance-lab/tests/includes/site-health/effective-asset-cache-headers/test-effective-asset-cache-headers.php @@ -29,7 +29,7 @@ public function setUp(): void { } /** - * Test that the far-future headers test is added to the site health tests. + * Test that the effective caching headers test is added to the site health tests. * * @covers ::perflab_effective_asset_cache_headers_add_test */ @@ -46,7 +46,7 @@ public function test_perflab_effective_asset_cache_headers_add_test(): void { } /** - * Test that the far-future headers test is attached to the site status tests. + * Test that the effective caching headers test is attached to the site status tests. * * @covers ::perflab_effective_asset_cache_headers_add_test */ @@ -55,7 +55,7 @@ public function test_perflab_effective_asset_cache_headers_add_test_is_attached_ } /** - * Test that when all assets have valid far-future headers, the status is "good". + * Test that when all assets have valid effective caching headers, the status is "good". * * @covers ::perflab_effective_asset_cache_headers_assets_test * @covers ::perflab_effective_asset_cache_headers_check_assets @@ -76,7 +76,7 @@ public function test_all_assets_valid_effective_cache_headers(): void { } /** - * Test that when an asset has no far-future headers but has conditional caching (ETag/Last-Modified), status is 'recommended'. + * Test that when an asset has no effective caching headers but has conditional caching (ETag/Last-Modified), status is 'recommended'. * * @covers ::perflab_effective_asset_cache_headers_assets_test * @covers ::perflab_effective_asset_cache_headers_check_assets