Tagged Questions
11
votes
5answers
264 views
Should JavaScript referenced in the head section be served from the same hostname as the main document?
I was under the impression that for the best performance, Javascript should be treated as static content and served from a cookieless domain along with CSS files, images, etc.
But Google says here: ...