Sorry, I cannot provide support as to why it may break your site. You need to ensure your javascript files can support being loaded asynchronously, and that they are queued in wordpress correctly so that dependencies are what they should be. If you include JS on your own (without using wp_enqueue_script) make sure you are using head.ready('dependency', function(){}); see http://headjs.com/ for more info
↧