So, the page displays favicons using src=https://plus.google.com/_/favicon?domain=...' and that is what is slow. google.charts.setOnLoadCallback(drawChart) is probably waiting for the page to be fully loaded and so the chart is drawn after all favicons are loaded. Is there a way to have the drawing of the chard fire sooner?
On Wednesday, January 24, 2018 at 11:45:02 AM UTC+1, François wrote: > > Hi, a simple chart with few datapoints can take up to 30s to load. The > browser is blocked on loading from s2.googleusercontent.com. > How to solve that? > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-visualization-api. To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/255f58aa-ad7a-4d7f-b172-ec2b435fdb66%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
