Speed up page loading by optimizing the use of the script tag.
My default has been to place script tag at the bottom of the body, but after some reading I am going to try putting the script tag in the head and using the defer attribute.
Other reference:
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script