Where do I place a script to run as soon as possible? Is it possible to run a script before the page is even fully downloaded?
Currently I have no external requests (scripts or otherwise) and all my functions and calls are in one script tag at the end of the document right before </body> (this is the best place for them, right?). If I have one autonomous script that I want to run ASAP is the best place for it in the head?