criticalcss inline css
-
Hi,
Thanks for an awesome work with this plugin. it helped us achieve a lot from performance perspective.
I have enabled “Inline and Defer CSS” option to and using criticalcss to load above the fold inline css.
However, the 2 bundled css media=print are still loading as usual.
I ran out of ideas what else to try.
There isn’t any other caching plugin used. I am using pantheon hosting which does page cache itslef.Screenshot of settings: https://tinyurl.com/ygrwk6c3
<link rel=”stylesheet” media=”print” href=”xxxxx/wp-content/uploads/autoptimize/css/aggregated_6b0b4ea83d49d944ff99c6641083c1de.css” onload=”this.onload=null;this.media=’all’;”/>
<link rel=”stylesheet” media=”print” href=”xxxxx/wp-content/uploads/autoptimize/css/aggregated_af3f06c364b63b8f7839aa5d50777c54.css” onload=”this.onload=null;this.media=’ print’;”/>
<noscript id=”aonoscrcss”>
<link media=”all” href=”xxxx/wp-content/uploads/autoptimize/css/aggregated_6b0b4ea83d49d944ff99c6641083c1de.css” rel=”stylesheet”/>
<link media=” print” href=”xxxx/wp-content/uploads/autoptimize/css/aggregated_af3f06c364b63b8f7839aa5d50777c54.css” rel=”stylesheet”/>
</noscript>I will appreciate any help with this. thanks
Update – I am using newspaper theme from tagdiv
The topic ‘criticalcss inline css’ is closed to new replies.