Everytime my code loads the visualization library via google.load a different url is requested, preventing local caching. This is adding 112k to every page request. Some examples:
https://www.google.com/uds/api/visualization/1.0/e8fe9d2ccef9081d9084efd126b680ab/default,corechart.I.js https://www.google.com/uds/api/visualization/1.0/238b7a4e10c0105f0d75b696f632c882/default,corechart.I.js If you save the piechart example to a html file and refresh the page in your browser you'll see the same thing in fiddler2: http://code.google.com/apis/visualization/documentation/gallery/piechart.html#Example -- You received this message because you are subscribed to the Google Groups "Google Visualization API" 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-visualization-api?hl=en.
