I had noticed that the wordpress wp_enqueue_script was adding scripts to the bottom of the page, even though the footer argument was unset (default false).I had noticed that sometimes page interaction isn't fully ready when page is displayed. (all the jQuery document.ready functions haven't fired when links are clicked in rare circumstances, resulting in odd behaviour). Is there a way to make sure script tags are written and sent to browser at the start of the file? Or, is the performance/lag issue not worth considering or not fixable this way?