anm
Forum Replies Created
-
Forum: Plugins
In reply to: [Autoptimize] Autoptimize stylesheet that competes with LCP imagei emailed you an example of a page with those issues
Forum: Plugins
In reply to: [Autoptimize] Autoptimize stylesheet that competes with LCP imagecan i send you the pages through email so you can have a look please?
Forum: Plugins
In reply to: [Autoptimize] Autoptimize stylesheet that competes with LCP imageso if i use “Delay full CSS more?” what will that do with the big css file? The big css file generated by autoptimize is created becausr of inlining the CSS above the fold (i think).
will it help with that?
Forum: Plugins
In reply to: [Autoptimize] Autoptimize stylesheet that competes with LCP imageif i add a preload to the LCP, do i have to redo the critical css rules for that page?
Forum: Plugins
In reply to: [Autoptimize] Autoptimize stylesheet that competes with LCP imageand can i defer/async that stylesheet created by autoptimize?
Forum: Plugins
In reply to: [Autoptimize] Autoptimize stylesheet that competes with LCP imageis there any way to add a preload tag for the LCP to the critical css rules?
Forum: Plugins
In reply to: [Autoptimize] Autoptimize stylesheet that competes with LCP imagei am already using criticalcss.com to create critical css.
the autoptimize stylesheet is NOT renderblocking, but it still competes with Lcp in bandwidth and delays its loading (appears before the LCP in request waterfall)
Forum: Plugins
In reply to: [Autoptimize] New page not being optimizedjust sent you the url via email, thank you!
Forum: Plugins
In reply to: [Autoptimize] New page not being optimizedi have already done that (sorry, i forgot to mention), i have created a new critical css rule for that page, and the css appears render blocking :/
Forum: Plugins
In reply to: [Autoptimize] Cant edit CSS rules in Autoptimizethanks a lot for pointing me in the right direction, Frank! 🙂
Forum: Plugins
In reply to: [Autoptimize] Cant edit CSS rules in AutoptimizeThe problem is that it seems to be the whole above-the-fold page that is unstyled (no background, header text, button, unstyled, LCP image not aligned)
Forum: Plugins
In reply to: [Autoptimize] Cant edit CSS rules in Autoptimizei was comparing the request waterfalls of the pages that have layout shift + flash of unstyled content to the pages that are ok:
there is no difference in the requests besides the fact that, in the pages with layout shift, the autoptimize css requests appear right under the html requests, before the LCP renders. But they are not renderblocking…
in the pages without layout shift, the LCP comes right after the html request, and only after that come the autoptimize css requests…
i even tried and duplicated one of the pages that is ok (no layput shift) and assigned to it one of the urls of the pages with layour shift, and guess what – it still has layout shift/fouc 🙁
Forum: Plugins
In reply to: [Autoptimize] Cant edit CSS rules in Autoptimizei was looking at the request chain comparatively and i can see that – on the pages affected by the flash of unstyled content, jquery.min.js renders before all the initial css requests have finished rendering (although jquery.min.js has the Defer tag added through Autoptimize and low priority). So on those pages i get 2 css requests, then the jquery request, then more css requests. In comparison, on the pages which are not affected by this problem, the jquery.min.js request comes after the whole css request chain is finished rendering.
so i dont understand why, on some pages, jsquery still loads before the css has finished rendering, although i have defered it using autoptimize (it is not part of the js exclusion list). 😕
Forum: Plugins
In reply to: [Autoptimize] Cant edit CSS rules in Autoptimizei see. Is it possible to send you these pages via email to have a quick look? I generated the css using criticalcss so im not sure what to why it s only happening on some pages.
Forum: Plugins
In reply to: [Autoptimize] Cant edit CSS rules in Autoptimizei can see that the critical css does show up in the source of those pges too..