firefox-devtools / profiler

Firefox Profiler — Web app for Firefox performance analysis
https://profiler.firefox.com
Mozilla Public License 2.0
1.16k stars 379 forks source link

Marker Chart: Allow sorting, e.g., by first marker start time, etc. #2541

Open squelart opened 4 years ago

squelart commented 4 years ago

The marker chart is sorted by categories A-Z and then type A-Z. This is nice and predictable, but it means it can be a bit difficult to see the order of things, and we have markers like "FirstNonBlankPaint" after "FirstContentfulPaint" though their actual time order is always the reverse.

I think it would be useful to allow re-ordering in different ways:

┆Issue is synchronized with this Jira Task

parttimenerd commented 2 years ago

Duration and start time based sorting are implemented in #4203.

You're other requests seem to be harder to implement in more difficult to comprehend.

julienw commented 2 years ago

Duration and start time based sorting are implemented in #4203.

You're other requests seem to be harder to implement in more difficult to comprehend.

Note that this bug is about the marker chart, not the marker table :-)