Hi all, The "Improving Performance on Pages with Many Charts" section on http://code.google.com/apis/chart/docs/making_charts.html#enhancements provides a tip on how to improve load performance on pages with many charts, namely:
"you can add a number 0-9 and a dot just before chart.apis.google.com", eg http://0.chart.apis.google.com/chart?cht=… I've tried using this, and when prepending server numbers, Safari 4, FF 3.5 and IE 8 all refuse to load the charts. An example URL using this performance trick is: http://2.chart.apis.google.com/chart?chs=150x30&chma=0,0,0,0&cht=ls&chd=s:AAAAAAAAHNeulkls279yrihbWSOLLKHGGEEDCCCBBBBAAAAAAAAAAAAAAAAAAA&chm=d,000000,0,19,6,1 When this is loaded directly, it works in all browsers. However, a header inspection shows it is served with a 301 redirect header, and is attempting to redirect to /apis/charttools/index.html ; loading this image inline to a page just shows a broken image. Are the docs out of date (is the behaviour no longer supported?), or am I doing something wrong? Many thanks, Rowan -- You received this message because you are subscribed to the Google Groups "Google Chart 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-chart-api?hl=en.
