firefox-devtools / profiler

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

Hide memory track by default #2301

Open squelart opened 4 years ago

squelart commented 4 years ago

In https://bugzilla.mozilla.org/show_bug.cgi?id=1594756#c0 Olli said:

When using the built-in profiler, memory measurements are shown by default in the profiles. The UI is already rather full of information, and memory measurements don't often tell anything too useful (when one is profiling some non-memory related perf issue). It would be nice to be able to hide Memory information by default.

┆Issue is synchronized with this Jira Task

gregtatum commented 4 years ago

We are getting into a state where we have lots of potential timeline based data, that may be useful to a small set of people. The header is also getting quite crowded. Perhaps it's time to re-think a "timeline" tab, where we could move things our of the header?

gregtatum commented 4 years ago

Here are various timelines that make things busy:

fqueze commented 4 years ago

As a quick mitigation, I think a way from the track selector panel to hide/show all the memory tracks or all the network tracks with a single click would go a long way.

Screenshot tracks also make things busy.