Grouping of API auxilliary JS files is inconsistent. Two different runs of the same application resulted in the following:
http://maps.gstatic.com/cat_js/intl/en_us/mapfiles/api-3/4/4a/%7Bcommon,map,overlay%7D.js http://maps.gstatic.com/cat_js/intl/en_us/mapfiles/api-3/4/4a/%7Butil%7D.js http://maps.gstatic.com/cat_js/intl/en_us/mapfiles/api-3/4/4a/%7Bonion%7D.js http://maps.gstatic.com/cat_js/intl/en_us/mapfiles/api-3/4/4a/%7Bcontrols%7D.js http://maps.gstatic.com/cat_js/intl/en_us/mapfiles/api-3/4/4a/%7Bstats,marker%7D.js http://maps.gstatic.com/cat_js/intl/en_us/mapfiles/api-3/4/4a/%7Bcommon,map,overlay%7D.js http://maps.gstatic.com/cat_js/intl/en_us/mapfiles/api-3/4/4a/%7Butil,onion%7D.js http://maps.gstatic.com/cat_js/intl/en_us/mapfiles/api-3/4/4a/%7Bcontrols%7D.js http://maps.gstatic.com/cat_js/intl/en_us/mapfiles/api-3/4/4a/%7Bstats%7D.js http://maps.gstatic.com/cat_js/intl/en_us/mapfiles/api-3/4/4a/%7Bmarker%7D.js Some of the files cached in one run are not available to the other run. Grouping reduces the number of http requests slightly but it also reduces the ability to reuse previously cached files. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-maps-js-api-v3?hl=en.
