Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sort Safari debugger network tab chronologically

I'm using Safari to debug a web application. I would like the Network tab to show the activity as it occurs in chronological order but I can't figure out how to sort it that way. I'm pretty sure it used to be sorted that way by default but I can't figure out how to get it back. Does anyone know?

enter image description here

like image 590
d512 Avatar asked Dec 14 '18 15:12

d512


2 Answers

Sure, try clicking the header of the timeline column to sort chronologically. Clicking it again toggles between an ascending or descending sort.

Safari Sort Chronologically

like image 152
Hilke Heremans Avatar answered Sep 19 '22 14:09

Hilke Heremans


Show the waterfall column and sort by it. It should order the requests by the time, when they started (when sorting in ascending order).

like image 35
Igor Baran Avatar answered Sep 21 '22 14:09

Igor Baran