make sure js/jquery/jquery.js is excluded from JS optimization and that jQuery is not asynced/ deferred either.
hope this helps,
frank
Hi, i Remove that part (js/jquery/jquery.js)from the exclude scripts from autoptimze option.
but i think still issues is there when i again inspect url from google search console.
but you should _not_ remove it there, you need to keep it excluded (and not asynced/ deferred) 🙂
Hi sorry for the misunderstanding.
please let me know How to defer that ??
no, you should not defer it either, jQuery often cannot be optimized properly without something breaking .. :-/
Oh i see,
so what should i do then, cause I am seeing many error in search console
<script type='text/javascript' defer='defer' src='https://www.wemoveautoz.ca/wp-includes/js/jquery/jquery.js?ver=1.12.4-wp'></script>
you are using Async Javascript, you’ll have to configure it to exclude jQuery from being deferred.
Thank you so much. I found out the issue and just solve it.
I am using another plugin name async javascript, and in this plugin setting I just excluded Jquery from being deferred.
what is the pagespeed-recommendation for those files?
hi,
Please check that link.
View post on imgur.com
not 100% clear on the screenshot, but I guess this is about “render-blocking resources”. for that give “inline & defer CSS” a try, more info in the AO FAQ.
Hi, yes you are right, I have seen this issue under render-blocking resources ..
I Tried to tick the inline and defer CSS option and then add critical CSS into the box but nothing happened>.
don’t see any inline or deferred CSS in your site’s HTML source at the moment, double-check the settings and if those are OK then maybe clear all W3 Total Cache caches (page cache, object cache, database cache)?