You’ll probably have to exclude jQuery from the async/ defer fun, can you try that?
Can i know how to do that ?
Now i have enabled the async. Can you please check the website ?
Here is the plugin settings.
https://prnt.sc/nwzxdz
https://prnt.sc/nwzxjt
If you check the logo carousal in bottom of the page it’s disappeared and some of the post images not displayed.
Thanks
Well, under “Settings” -> “Quick settings” you’ll see “Apply Async (jQuery excluded”, click that and save settings?
Have done, but same issue
OK, what JS errors do you see on the browser console?
Here is the error screenshot https://prnt.sc/nwzoc4
that’s the screenshot you shared originally @kumarbbit, which mentioned jQuery as unknown. can you re-test with jQuery excluded and share the errors you _now_ see (doesn’t have to be a screenshot, copy/pasting the errors is OK too)?
Hi,
I did, I have made a video for reference. Please check the video https://www.loom.com/share/16bbfd265f84497981cb862c873ffdc5
Thanks
Very weird that jquery-migrate keeps on complaining about jQuery. Can you instead try with defer?
Re. the other error; can you exclude the favorites plugin?
When i use the defer it’s working fine, but in google page speed doesn’t effect any thing (Mobile 10 and Desktop 34). If i use Async Mobile 18 and Desktop 51 but having a issue in website front-end.
the problem is that “async” doesn’t force browsers to honor script order, which sometimes leads to such unexpected results. with “defer” script load (execution) order is guaranteed.
the fact that “defer” doesn’t seem to impact your GPSI-score is not that relevant, in that sense that both “defer” and “async” make the javascript non-render-blocking and both will improve your sites performance (even if GPSI mistakingly seems to think not).