profiler icon indicating copy to clipboard operation
profiler copied to clipboard

Firefox Profiler — Web app for Firefox performance analysis

Results 495 profiler issues
Sort by recently updated
recently updated
newest added

* Share: Simpler privacy notice. Copy-to-clipboard button. * Save: Include "saved locally" confirmation with auto-named profile. Possibly also include pencil button for renaming profile (#448) * Compare (#470): Include list...

feature
quantum flow

It would be helpful if the callstack had icons and colors to differentiate between the different types of nodes. * Color-code events in callstack to match markers e.g. use a...

polish
call tree

Navigating the callstack seems slow since it requires two right-arrow key presses to expand and go to next row. We should change it so that right-arrow (or clicking on disclosure...

polish
call tree
quantum flow

When hovering over filtering options in the contextual menu like charge to callers, it would be helpful to show a modal with a tree graphic as shown [here](https://github.com/devtools-html/perf.html/issues/242#issuecomment-290729972). The help...

polish
help wanted
quantum flow
data transform

Coming from issue https://github.com/devtools-html/perf.html/issues/331#issuecomment-301916292 > a file picker would allow programmatic uploads of profiles from https://github.com/jrmuizel/perf-convert > For what you need we should extract a node module out of our...

quantum flow

Requested by Mike Conley: "I'd love it if I could add my own markers to a profile while I'm analyzing it - like a bookmark, to know where things seem...

feature
needs requirements

If there is a single profile in a zip file, the profiler should just open it instead of displaying the folder view. I'm working on a perf regression in a...

polish

Sometimes you want to measure the performance impact of a change. You'll usually get a profile from before the change and a profile from after the change, and then you...

feature
quantum flow

Profile: https://share.firefox.dev/3XBbdcU For JS code from the web, we create one "resource" for the entire origin, e.g. one resource for all URLs with the origin "https://abs.twimg.com". But in the context...

Profile: https://share.firefox.dev/3NnugTb With lots of dropped functions, the transform stack in the UI becomes very squished and it's not easy to see what has been dropped. ![](https://github.com/firefox-devtools/profiler/assets/961291/a90e1946-7e05-4744-83fd-37ec8c25c34f) ┆Issue is synchronized...