Is there a way to sort the console and network, by time for XHTTP requests in chrome dev tools?
For example in the network panel, we can sort by method, status, type etc etc, in ascending or descending order.
Is there a way to sort it such that the latest requests appear at the top for network and console panel, so we don't have to keep scrolling down to see the latest requests.
I saw it happened before in Chrome canary (network panel) some time back, but it has since defaulted back to appending new requests at the bottom.
Using Version 33.0.1709.2 canary
Solution 1:
Here we go, I found it. It would be difficult to hide it better!
Some further googling produced answers for older versions of Chrome, but the instructions screenshots were outdated and didn't make sense anymore.
Here's how to restore chronological sort order for the Network
tab:
- Right click the
Waterfall
column header - In the popup menu, mouse-over
Waterfall
to reveal the submenu - Click
Start Time
Step 3 selects the sort criterion ... once it's set to Start Time
, you can just click the Waterfall
column header to toggle ascending/descending order.