Recently I have been having issues with Firefox 3 on Ubuntu Hardy Heron. I will click on a link and it will hang for a while. I don't know if its a bug in Firefox 3 or a page running too much client side JavaScript, but I would like to try and debug it a bit.
So, my question is, is there a way to have some kind of process explorer, or task manager sort of thing for Firefox 3? I would like to be able to see what tabs are using what percent of my processor via the JavaScript on that page (or anything in the page that is causing CPU/memory usage). Does anybody know of a plugin that does this, or something similar? Has anyone else done this kind of inspection another way?
I know about FireBug, but I can't imagine how I would use it to finger which tab is using a lot of resources.
Any suggestions or insights?
UPDATE: Thanks Orion for the info! It doesn't really answer the question of having such a process explorer, but I think it answers my problem, so I'll mark yours as the answer! I'm still interested in some kind of mechanism to see what my various tabs are doing with respect to memory and javascript time, so any such comments are still welcome!