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

Steps to reproduce: * load https://share.firefox.dev/3lXGUsO * select the third row in the marker table. * click the permalink button, copy that url and load it. Expected result: the same...

polish
markers

Our deploy process is longer than it should be, because it involves going through a sequence of actions on Github Web UI. Instead we can leverage the command line using...

code maintenance

Right now we have lots of custom handling. This could be done purely with marker schema. e.g. for Network markers: ``` if (newData.type === 'Network') { if (typeof newData.domainLookupStart ===...

markers

It would be useful for devs to see a summary for shared profile links in services like Matrix/Slack/Twitter/etc. oEmbed might solve this, so we can maintain this separate from the...

feature

E.g., for a `profile.meta.configuration.capacity" of 8388608 (which is 8 * 1024 * 1024), the displayed "Profile Information" -> "Buffer Capacity" is "8.00MB". In my opinion: * The '.00' should be...

In the search fields in our various panes, you can use commas to search for multiple strings. However, it seems that different panes have different interpretations of "searching for multiple...

polish
call tree
markers

We should simplify the chart panel toolbar by: * Converting javascript/native checkbox to a selecbox. * Limiting "invert call stack" checkbox to call tree only. ![](https://user-images.githubusercontent.com/466239/75361724-0c313680-58b8-11ea-842a-dfa9ece96d41.png) ┆Issue is synchronized with...

feature
active tab

We currently have 3 interfaces: * The addon -- which we're sunsetting, so we can ignore it now. * The popup -- replacing the addon, nearly a copy/paste of the...

discussion
unified profiler

This is your weekly update of **all** Yarn dependencies. Please take a good look at what changed and the test results before merging this pull request. ### What changed? ✳️...

dependencies

I'd like to be able to get the requests in the HAR format. Either a button to download from the network panel (example https://share.firefox.dev/4eEUs8H), or some kind of URL convention...