Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I copy the list of HTTP requests made by a web page out of Firebug’s Net panel?

In the Firebug Net panel, you can get a list of all HTTP requests made for the current page.

  • http://getfirebug.com/wiki/index.php/Net_Panel

Is there a way copy this list as text, so that I can paste it somewhere else for my own records? I’m doing some optimisation work, and it’d be really handy to save the requests made for pages before I optimise, so that I can check what effect my optimisation has.

Alternatively, are there any other tools that would give me the same file information (i.e. URL of file requested, size of file — I don’t need the timeline stuff that Firebug’s Net panel does) as Firebug, in text format?

like image 371
Paul D. Waite Avatar asked Oct 15 '10 11:10

Paul D. Waite


1 Answers

FireBug NetExport extension is what you're looking for.

like image 156
Hoa Avatar answered Oct 02 '22 03:10

Hoa