i have a section of a webpage that loads a javascript file from an external source and then kicks off an ajax query.
when i load the page, i see the browser saying "waiting for xxx.com" alot so i think the dependency on this external javascript is slowing my initial page load.
is there a way i can load this external javascript async so it doesn't slow the loading of the rest of my page at all.