More info. Using the IE8 profiler, the code that is creating the markers is not taking very long (.3 sec). It seems the markers take a long time to appear long after my function has completed. The biggest time user is the following call chain: Function.apply -> e -> eval code. I can supply a csv of the profiling data if that helps.
Dave On May 22, 9:47 am, Dave <dualrud...@gmail.com> wrote: > I'm seeing extremely sluggish marker placement on my page with > IE8,http://www.betarunwayfinder.com. Markers get added/removed when > zooming in and out, so this is a big issue for me. > > Chrome is snappy. With IE8, it takes several seconds to plot 50 > markers. The loop that adds the markers is doing "new > google.maps.Marker(...)" and a few addListener calls. I tried removing > the addListeners, but it's still slow. Appears to be the marker > creation causing the problem. > > I'm all for discouraging Internet Destroyer, but 55% of my visitors > unfortunately still use it. > > Dave > > -- > You received this message because you are subscribed to the Google Groups > "Google Maps JavaScript API v3" group. > To post to this group, send email to google-maps-js-api...@googlegroups.com. > To unsubscribe from this group, send email to > google-maps-js-api-v3+unsubscr...@googlegroups.com. > For more options, visit this group > athttp://groups.google.com/group/google-maps-js-api-v3?hl=en. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-api...@googlegroups.com. To unsubscribe from this group, send email to google-maps-js-api-v3+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.