javascript - Inconsistent Loading Times for GeoRSS Overlay Between Firefox and IE -


I have a very simple page that displays a map and overlay on a numerical basis in a GeoRSS XML file . There is a publicly accessible file here

Firefox is loading in approximately 5 seconds, which is expected because there are so many points to map, but IE (6 and 7) 45 seconds in one minute is taking. What can I do to diagnose what is happening? What is a tool that will show me what is happening? (Ie firebug for IE)

thanks, Mark

IE 6/7 You can try IE8 in a built in: Tools -> Developer Tools -> Profiler -> Start Profile -> Reload Page


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -