Say I have a fairly hefty JavaScript file, packed down to roughly 100kb or so. By file I mean it’s an external file that would be linked in via
Like others have said, it should most likely go in an external file. I prefer to include such files at the end of the
I you really need to squeeze out every last ms then you probably should do what Yahoo says.