Hello there,
Big fan of Dragonbyte tech mods
I like to move all dbtech js in the head to footer, but is that possible?
Google pagespeed test
My html page
Regards,
fan
Big fan of Dragonbyte tech mods

I like to move all dbtech js in the head to footer, but is that possible?
Google pagespeed test
Code:
Your page has 12 blocking script resources and 11 blocking CSS resources. This causes a delay in rendering your page.
None of the above-the-fold content on your page could be rendered without waiting for the following resources to load. Try to defer or asynchronously load blocking resources, or inline the critical portions of those resources directly in the HTML.
http://ajax.googleapis.com/…r-dom-event/yuiloader-dom-event.js?v=414
http://ajax.googleapis.com/…build/connection/connection-min.js?v=414
http://www.360haven.com/…ums/clientscript/vbulletin-core.js?v=414
http://www.360haven.com/…clientscript/vbulletin_textedit.js?v=414
http://www.360haven.com/…ch/vbshout/clientscript/vbshout.js?v=548
http://www.360haven.com/…out/clientscript/vbshout-smiley.js?v=548
http://www.360haven.com/…hout/clientscript/vbshout-color.js?v=548
http://www.360haven.com/…shout/clientscript/vbshout-font.js?v=548
http://www.360haven.com/…/clientscript/vbshout-fontstyle.js?v=548
http://www.360haven.com/…hout/clientscript/vbshout-sound.js?v=548
http://www.360haven.com/…t_pro/clientscript/vbshout-size.js?v=548
http://www.360haven.com/forums/mobiquo/smartbanner/appbanner.js
My html page
Code:
<script type="text/javascript" src="http://www.360haven.com/....vbulletin_textedit.js?v=414"></script>
<script type="text/javascript" src="http://www.360haven.com/....dbtech/vbshout/clientscript/vbshout.js?v=548"></script>
<script type="text/javascript" src="http://www.360haven.com/....dbtech/vbshout/clientscript/vbshout-smiley.js?v=548"></script>
<script type="text/javascript" src="http://www.360haven.com/....dbtech/vbshout/clientscript/vbshout-color.js?v=548"></script>
<script type="text/javascript" src="http://www.360haven.com/....dbtech/vbshout/clientscript/vbshout-font.js?v=548"></script>
<script type="text/javascript" src="http://www.360haven.com/....dbtech/vbshout/clientscript/vbshout-fontstyle.js?v=548"></script>
<script type="text/javascript" src="http://www.360haven.com/....dbtech/vbshout/clientscript/vbshout-sound.js?v=548"></script> <script type="text/javascript" src="http://www.360haven.com/....dbtech/vbshout_pro/clientscript/vbshout-size.js?v=548"></script> <script src="clientscript/yui/animation/animation-min.js" type="text/javascript"></script><script type="text/javascript" src="clientscript/yui/json/json-min.js"></script><script type="text/javascript" src="dbtech/notifications/clientscript/vbnotifications.js"></script>
<script type="text/javascript">
vbphrase["dbtech_notifs_inbox"] = "Inbox";
vbphrase["dbtech_notifs_notifications"] = "Notifications";
vbphrase["dbtech_notifs_notification"] = "Notification!";
vbphrase["dbtech_notifs_new_notifications"] = "New Notification(s)!";
vbphrase["dbtech_notifs_error"] = "ERROR!";
vbphrase["dbtech_notifs_you_have"] = "You have ";
var Notif = new Notif_Obj();
</script>
Regards,
fan
Upvote
0