Status
Not open for further replies.

Fanta

Customer
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

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
This suggestion has been closed. Votes are no longer accepted.
That is not supported at this time, currently load order of the JS files is very important. I'll change this to a Feature Request :)
 
Thank you sir.
This is really important for all of us so may i ask how long i have to wait for the updated versions :)
 
We're unable to provide ETAs for updates, unfortunately. I'm currently very busy with DBSEO, and that's likely to be the case for a while yet as we add new features and collect more feedback :)
 
Status
Not open for further replies.

Similar threads

Top