Performance
-
Faster
Everyone wants a faster loading website. One tip that I came across the other day is to move your scripts that you would normally include in the
headtag down to just above the closingbodytag. Since your website starts loading from the top of your code to the bottom, the extra scripts at the bottom will load last enabling your main, viewable content to be loaded faster.