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 head tag down to just above the closing body tag. 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.

Follow the link for more speed tips.