kurogane
Forum Replies Created
-
Forum: Plugins
In reply to: [Autoptimize] JavaScript and CSS in above-the-fold contentI’ll try later, just curious why is enable critical css give me now Prioritize visible content ?
Forum: Plugins
In reply to: [Autoptimize] JavaScript and CSS in above-the-fold contentI’m going to enable it if when you check is disable then check this critical css
https://0bin.net/paste/5gnhplzkWQho5fJY#zwap-RKQkwH5P+M00qzPvEQB+GI/RdAct+/pNMhe2uq
Forum: Plugins
In reply to: [Autoptimize] JavaScript and CSS in above-the-fold contentTell me when you’re here and i can enable inline about an hour.
Forum: Plugins
In reply to: [Autoptimize] JavaScript and CSS in above-the-fold contentIts my first post.
Forum: Plugins
In reply to: [Autoptimize] JavaScript and CSS in above-the-fold contentBecause of that my backgroud image not work.
This is what i have, Autoptimize generate two files
autoptimize_5d5547fafc63cae9b5ac1708b0168b4f.css
autoptimize_b688b9c8541d6fbfa33c29c655a63f45.cssSo this happen, inline css > autoptimize_5d5547fafc63cae9b5ac1708b0168b4f.css > autoptimize_b688b9c8541d6fbfa33c29c655a63f45.css
“The problem” this file have background autoptimize_5d5547fafc63cae9b5ac1708b0168b4f.css (mobile) then autoptimize_b688b9c8541d6fbfa33c29c655a63f45.css have another backgroud (desktop), so for some reason the last css file not load only load the first css thats is why i lose my background image.
<style type="text/css" id="aoatfcss" media="all"> ..... inline code ..... </style><noscript id="aonoscrcss"><link type="text/css" media="all" href="autoptimize_5d5547fafc63cae9b5ac1708b0168b4f.css" rel="stylesheet" /><link type="text/css" media="screen" href="autoptimize_b688b9c8541d6fbfa33c29c655a63f45.css" rel="stylesheet" /></noscript>Forum: Plugins
In reply to: [Autoptimize] JavaScript and CSS in above-the-fold contentTry to put this simple code
body { background: #FF0000; border: 0; margin: 0; padding: 0; }The code above should be make a red background.
Not going to work because ovewrite with css file generate Autoptimize “autoptimize_5d5547fafc63cae9b5ac1708b0168b4f.css”
Forum: Plugins
In reply to: [Autoptimize] JavaScript and CSS in above-the-fold contentI just notice something, I tried to put only body -> background in inline and defer CSS and not working refused to work, maybe a bug?
Forum: Plugins
In reply to: [Autoptimize] JavaScript and CSS in above-the-fold contentNo sure how that google work, can you explain it? if not i going to use the premium one.
Forum: Plugins
In reply to: [Autoptimize] JavaScript and CSS in above-the-fold contentNo, CSS part.
Forum: Plugins
In reply to: [Autoptimize] JavaScript and CSS in above-the-fold contentThats what i do and my site breaks, i lost my background and anothers elements.
When i enable javascript not working backgroud images and other stuff so when i enable force JS fix the issue and pagespeed give more score.
i as say i don’t care CSS part, i’m already do inline & defer CSS