How can I make default jquery version of WordPress “async”?
So as far as I know, WP does not support “async” yet, for scripts. Which means the only way you’ll be able to add any script async is by including them directly in your theme’s header (or footer) file… And that is going to be a bit hard to manage, since a lot of queued … Read more