google.load
google.load
Out of context: Reply #3
- Started
- Last post
- 3 Responses
- markeebee0
It's definitely worthwhile from a performance perspective, if you get a reasonable amount of traffic. There are a couple of benefits; it reduces your bandwidth usage (I know the jQuery lib seems tiny, but multiply it by a million visitors and that's a fair chunk of bandwidth), and requesting the .js file from a different server means that more files will be able to download concurrently from yours.
Just one thing—it might not be worth using the google.load method if you're only getting jQuery: http://tinyurl.com/y872mja