Skip to content

Commit c417539

Browse files
authored
Merge pull request #2473 from Automattic/hotfix/perfmatters-exclude-jp-main-css
fix(performance): exclude main jetpack css from delay
2 parents 86b59ac + 4e7aa5e commit c417539

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

includes/plugins/class-perfmatters.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ private static function unused_css_excluded_stylesheets() {
8585
'plugins/newspack-popups', // Newspack Campaigns.
8686
'plugins/jetpack/modules/sharedaddy', // Jetpack's share buttons.
8787
'plugins/jetpack/_inc/social-logos', // Jetpack's social logos CSS.
88+
'plugins/jetpack/css/jetpack.css', // Jetpack's main CSS.
8889
'/themes/newspack-', // Any Newspack theme stylesheet.
8990
'cache/perfmatters', // Perfmatters' cache.
9091
'wp-includes',

0 commit comments

Comments
 (0)