Should You Use Google's Ajax Libraries API for Hosting? »
Thanks to Jesse, I decided to read up on Google's Ajax Libraries API, a "content distribution network and loading architecture for the most popular open source JavaScript libraries" (their words). In simpler terms, Google will host some of the most common JavaScript libraries for you, such as jQuery, prototype, script.aculo.us and MooTools (my words).
The immediate benefit is not having to host it myself. That's cool. I don't use a lot of JavaScript, but as you probably know, I'm a fan of offloading things to other people when it can save me the hassle of doing it myself - FeedBurner (now another Google property) is one of the most famous examples of this. But I'm not sure if JavaScript will work in this arena. First and foremost, because I use so little of it, I'm not sure if it really matters. Only 30K or so on my individual archives (such as this one). Even if every visitor I had to the site downloaded the pages fresh, instead of caching them, and every page that I had had those pages - a virtual impossibility, since they don't use themselves - we'd only be talking about 1GB per month or so. That's hardly worth the effort for me - though it may be for you. But what about the user experience? Maybe that is worth it.
Read "Should You Use Google's Ajax Libraries API for Hosting?" »
