Firefox stalls on rendering when chrome doesn't
- by amccormack
I have a webpage that loads quickly 100% of the time in chrome, but only 10% or so of the time in Firefox. Looking at the fiddler capture, Firefox only loads 2 of the 100ish files being pulled before it hangs. The error does not seem to be on the server or network side, however, because Chrome never encounters a problem.
How do I find the root of this stall?
While I suspect Firefox's javascript execution is what is causing the hang, are there any particular methods to narrow down the search for the bad code?