PluginProbe
xSpeed Cache: AI-Powered Performance Hub with MCP, Caching & CDN / 1.3.5
xSpeed Cache: AI-Powered Performance Hub with MCP, Caching & CDN v1.3.5
1.3.5 1.3.4 1.3.3 1.3.2 1.3.1 1.3.0 1.2.4 trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 All 31 releases
← All changes | includes/modules/Minify/MinifyModule.php +2 -2 1.3.01.3.5 View file →
@@ -75,9 +75,9 @@
75 75 'delay_js' => array(
76 76 'type' => 'bool',
77 77 'default' => false,
78 78 'label' => __( 'Delay JavaScript Until Interaction', 'xspeed' ),
79 - 'description' => __( 'Postpone script loading until the visitor scrolls, moves the mouse, taps, or presses a key. Drastically improves first paint on script-heavy pages; can break above-the-fold scripted UI — test before leaving on.', 'xspeed' ),
79 + 'description' => __( 'Postpone script loading until the visitor scrolls, moves the mouse, taps, or presses a key. Drastically improves first paint on script-heavy pages; can break above-the-fold scripted UI — test before leaving on. Cookie-consent banners (CookieYes, Complianz, Cookiebot, NotificationX, Cookie Notice, Borlabs, Real Cookie Banner and others) are never delayed, so the visitor is still asked before anything else runs.', 'xspeed' ),
80 80 ),
81 81 'async_css' => array(
82 82 'type' => 'bool',
83 83 'default' => false,
@@ -94,9 +94,9 @@
94 94 'type' => 'list',
95 95 'default' => array( 'jquery-core', 'jquery-migrate' ),
96 96 'item_type' => 'string',
97 97 'label' => __( 'Defer / Delay Exclusions', 'xspeed' ),
98 - 'description' => __( 'Script handles OR URL substrings that skip defer + delay. Defaults exclude jQuery (most themes depend on it being available synchronously). One per line.', 'xspeed' ),
98 + 'description' => __( 'Script handles OR URL substrings that skip defer + delay. Defaults exclude jQuery (most themes depend on it being available synchronously). Cookie-consent banners are always skipped and do not need listing here. One per line.', 'xspeed' ),
99 99 // Only relevant once defer OR delay is on — the exclusion list
100 100 // governs both. Uses the `any` (OR) dependency form. (FBS-82227)
101 101 'dependsOn' => array(
102 102 'any' => array(