Improving Javascript Load Times using Google AJAX API
If your site uses common AJAX libraries like jQuery, jQuery UI, mootools, prototype, script.aculo.us, or dojo, the first thing that you’ll notice is that these libraries are quite large and impact page load time. For a browser with a completely empty cache, the browser will load the requested library (and block all other requests during [...]