firebug / firebug

Web Development Evolved - The Firebug you have known and loved
http://getfirebug.com/
1.35k stars 341 forks source link

Sort network requests by different components of the timeline #7563

Open fbugissues opened 9 years ago

fbugissues commented 9 years ago

Originally reported on Google Code with ID 7451

The Network tab shows resources in the order each network request was started, clicking
a column within the Network tab, you can reorganise data based the column value.

Chrome takes this a step further and allows you to click on the "Timeline" header to
show an additional range of sorting options.

would be great to have this feature also in Firebug

see http://devtoolsecrets.com/secret/performance-sort-the-network-timeline.html

Reported by maggus.staab on 2014-05-08 08:03:20


fbugissues commented 9 years ago
I like the idea.

Test case:
1. Open Firebug on this page
2. Enable and switch to the Net panel
3. Reload the page
4. Click on the label of the 'Timeline' header

=> A menu should open allowing you to choose between the different parts of the timeline,
so you can sort the requests by them.

Sebastian

Reported by sebastianzartner on 2014-05-11 13:46:02