glad to see it helped you out! were you able to benchmark the savings you saw?
Thread Starter
Damien
(@appducate)
Not sure about getting the exact benchmark, however this is what I can tell you.
I am also using WP Minify and used to have it set to handle the javascript (currently just set to handle the CSS and HTML). My page speed score for mobile was 69 and the computer page speed was 87. I switched off the javascript option in WP minify and enabled Asynchronous Javascript. My mobile speed went to 78 and the computer to 92.
My one question is can you make an Asynchronous CSS plugin?
Currently from my tests Asynchronous Javascript offers the highest speed gain of all the plugins I’ve tried.
unfortunately there are many impacts of loading css async that it probably isn’t worth it (better off optimizing as much as you can)
glad to see it helped!