Inconsistent Loading Times for GeoRSS Overlay Between Firefox and IE

148 Views Asked by At

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

2

There are 2 best solutions below

0
On BEST ANSWER

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.

2
On

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