Save or Print Firebug output
I am using firebug to profile our webapp.
I am trying to make changes to speed it up. I want to make sure that each change that I make increases the efficiency of the app.
What I would like to do is save or print the Net tab and the Javascript profile of the site I am开发者_如何学Python viewing. How can I do this?
(I would just take a screenshot but the output spans several pages so taking a screenshot is not practical)
Here you go: http://www.softwareishard.com/blog/consoleexport/
Jan Odvarko at Software is Hard has created two firebug plugins that allow you to export the console and the Net tab.
- The ConsoleExport exports the console tab (including profiling) to html.
- The NetExport exports the net tab to either the clipboard as an image or to a
.har
file. A link is provided for Jan's har viewer however I found that this was quite slow and not very useful. However exporting to an image file works great.
精彩评论