Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Reset Network tab default table sort order in Chrome developer tools?

Tags:

In the Network tab of Chrome developer tools, after clicking on a column header, thereby sorting the table by that column, how can I "unsort" the table and reinstate Chrome's default Network table order?

like image 323
sdgluck Avatar asked Apr 30 '19 14:04

sdgluck


People also ask

What is network tab in developer tools?

Clicking on the "network" tab will show you all network requests being made for a certain page. Once the network tab is open we can begin our tutorial.

What is the difference between transferred and resources in chrome DevTools network tab?

"Transferred" is the compressed size of all resources. You can think of it as the amount of upload and download data that a mobile user will use in order to load this page. "Resources" is the uncompressed size of all resources.


1 Answers

  • Right-click on any column header
  • Select "Waterfall" -> "Start time"

Credit: https://christopherd.me/chrome-dev-tools-tip-resetting-the-network-panels-sort-order/

like image 183
sdgluck Avatar answered Oct 24 '22 11:10

sdgluck