When I load the Visualization libraries with the jsapi load() method (Or just browse to the viz api javascript urls wiht my browser) I get headers that instruct the browser to never cache the javascript. The cache-control is set to private, max age 0, and expires is set to the current time.
This is pretty harsh, it seems to me, and once my users' browser caches are populated 90%-100% of my page load is the viz api. Is there any reason caching is disabled on these guys? The jsapi loader handles versions in a way that is very cache friendly, so I don't see why these libs couldn't be cached for a year, but even a day would make me happy. -Bill -- 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.
