JamesAB
08-17-2015, 03:23 PM
I see that Google PageSpeed Insights (https://developers.google.com/speed/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:
<script async src="my.js">
Thanks,
James
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:
<script async src="my.js">
Thanks,
James