Css not deferred
-
Hello,
I’ve some issue deferring the css, maybe it is already correct but I’m not sure, I have my own way to extract critical css and I’m pushing them in the code manually, in the plugin I’ve enabled:
Inline "above the fold CSS" while loading the main autoptimized CSS only after page load. Check the FAQ for more info. This can be fully automated for different types of pages on the CriticalCSS tab.
added a simple
.body{}
in ti, I can see the body class inline but the normal file is loaded in this way:<noscript id="aonoscrcss"><link media="all" href="https://192.168.1.78/wordpress/wp-content/cache/autoptimize/css/autoptimize_59e62629fb3add6f1286e32b678c4466.css" rel="stylesheet" /></noscript>
and:
<link rel="stylesheet" media="print" href="https://192.168.1.78/wordpress/wp-content/cache/autoptimize/css/autoptimize_59e62629fb3add6f1286e32b678c4466.css" onload="this.onload=null;this.media='all';" />
I suppose they should have the
rel="preload"
but I don’t see it…maybe this is a new way to preload css (I’m not super updated)…am I doing something wrong?everything is still in dev, I don’t have anything online
many thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Css not deferred’ is closed to new replies.