Hi Paul,
Good question! Because many loads of the libraries are cached, we
never see requests for them. In order to better estimate our traffic,
we use this request to inform us what has been loaded. Also, the
request happens asynchronously much after the page loads so that we
don’t slow down the application performance. These signals are used by
us for capacity planning purposes. We have expanded some of our
operations and grown our capacity. The signals we get from these logs
are directly responsible for our ability to meet the needs of the
community and help ensure global, low latency access to the system.
For example, when a new library is released, we tend to see a traffic
spike as we serve new and not yet cached versions of these libraries.
Without information on how often these libraries are being requested
from us, we have a more difficult time anticipating how large this
spike might be.
If you don’t want these requests to happen, you can include the
libraries directly instead of through the loader. The direct links
are all listed here:
http://code.google.com/apis/ajaxlibs/documentation/#AjaxLibraries
Happy coding,
Jeff