profiler
profiler copied to clipboard
Firefox Profiler — Web app for Firefox performance analysis
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...
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...
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 ===...
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...
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...
We should simplify the chart panel toolbar by: * Converting javascript/native checkbox to a selecbox. * Limiting "invert call stack" checkbox to call tree only.  ┆Issue is synchronized with...
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...
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? ✳️...
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...