Hi, So as for the first question: most of the js code is cached in the browser. The loader is designed to enable as much caching as possible, while still taking care of versioning issues. Note that it is done in such a way that cache is only used if you use in both pages the same set of visualizations. In the next time you refer to the same page, or any other page that loads the same set of visualizations, they will come from the browser's cache.
As for the second question, I don't know... If you can specify more details, we might be able to look, but generally, it should work from iframe at the same speed as with no iframe (only adding the browser's rendering of the iframe, but this is nothing). Regards, VizGuy On Wed, May 6, 2009 at 12:56 PM, codingGirl <[email protected]>wrote: > > 1. if I open a browser and visit a website with visualization all > necessary javascript libraries are loaded. If I leave this site and > later visit another site with visualizations, will the JS libs be > reloaded or are they still there from the first time. > > 2. Why does it take so long for GeoMap to display if I load it in an > iframe? > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
