Jetpack CSS Not Deferring?
-
I use Jetpack’s CSS for my site’s CSS edits.
I’m trying to use Autoptimize to get rid of render-blocking CSS and I’ve been able to get rid of all but 1 request:
<link rel="stylesheet" id="custom-css-css" type="text/css" href="https://domain.com/?custom-css=1&csblog=1&cscache=6&csrev=54" />
This appears directly before the closing
</head>
tag.I think it’s the Custom CSS from Jetpack.
In the Autoptimize plugin’s CSS settings I’ve got ‘Inline and Defer CSS’ checked and have my critical CSS in the corresponding text area.
How should I approach this to avoid it being a render-blocking issue?
Thanks!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Jetpack CSS Not Deferring?’ is closed to new replies.