Have a look at the “inline & defer CSS” option, more info in the AO FAQ arunux.
hope this helps,
frank
well, no, not really the same issue actually 🙂
if you click on the “remove render blocking resources” title you’ll see there is no render-blocking CSS any more, which is the exact aim of “inline & defer CSS”.
so now you have 2 render-blocking resources left, both javascript; jquery.js & an elementor fontawesome JS-file, so:
* for jquery try removing js/jquery/jquery.js from the list of JS optimization exceptions and test thoroughly
* for the fontawesome JS try adding font-awesome/js/v4-shims.min.js to the “async JS” field on AO’s extra tab and again test things
hope this helps,
frank
Thread Starter
arunux
(@arunux)
* for jquery try removing js/jquery/jquery.js from the list of JS optimization exceptions and test thoroughly
It breaks slider
well, then either you’ll have to live with render-blocking jQuery (as is often the case) or you’ll have to search for a slider that does not depend on jQuery being available immediately (or ask the slider developer for advice on that topic).