I'm working on a complex page with multiple scripts, css files, lots of dynamically generated html, scripts loading scripts, all kinds of crazy stuff. Naturally, the page can load quite slow sometimes.
I'm finding it difficult to tell, in realtime, what exactly is slowing it down. Can FireBug's "net" tab help me with this? I've looked at the "net" tab, of course, but it seems that it only shows files after they're loaded. Is there another tool that can help me? What I want is to be able to see that the page is still loading, and see exactly what's still loading.
FireFox's status bar tells me a little bit... it says "waitin for www.mydomain.net", but it doesn't tell me exactly which file it's waiting for. I'm assuming there is a single file that's the bottleneck here, that's blocking all subsequent files from loading, but I'll admit, I don't know that much about the nitty gritty of how browsers fetch files.