Question

I have a very simple page built to display a map and overlay a line based on points in a GeoRSS XML file. Here is the publicly accessible file. http://68.178.230.189/georssimport.html

Firefox is loading in about 5 secs, which is expected because there are a lot of points to map, but IE (6 & 7) is taking upwards of 45 secs to a minute. What can I do to diagnose what is going on? What is a tool that will show me what is going on? (i.e. Firebug for IE)

Thanks, Mark

Was it helpful?

Solution 2

I used Google Maps v3. The polyline api worked great and consistently across all browsers. A year later all of my posts to yahoo's developer forums are still unanswered. I would not build on the yahoo Maps library, based on this experience.

OTHER TIPS

For IE6/7 you can try the YUI Profiler. IE8 has one built in: Tools -> Developer Tools -> Profiler -> Start profiling -> Reload page

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top