I see that
Google PageSpeed Insights complains about "render-blocking JavaScript". For example on one forum's index page it doesn't like:
yahoo-dom-event.js
connection-min.js
vbulletin_global.js
vbulletin_md5.js
Has anyone experimented or had success with making the vBulletin JavaScript includes asynchronous with the
async keyword?
For example:
Code:
<script async src="my.js">
Thanks,
James