Hi I've done some digging and testing around the autoload feature (http:// code.google.com/apis/ajax/documentation/#AutoLoading) of google.load() It seems from the documentation initially that it would append all the intended js files into 1 request so that you only have 1 server round trip, no matter how many you request. This doesn't seem to be the case during my testing however, as I still get 1 round trip for each file being requested.
What exactly does the autoload feature do to benefit speed? Seems to me I get the exact same number of server round trips using auto load or not using it. -- You received this message because you are subscribed to the Google Groups "Google AJAX APIs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-ajax-search-api?hl=.
