I ran one of my pages through Google's Page Speed service and it recommended that I inline a couple of JavaScript scripts that I use on every page. I have always thought it was best to load them as an external file so that they could be cached and not need to be reloaded for every subsequent page visit. Should I leave them as cached or should I inline them within my web page?
Thanks!
Ben