Performance/Triage: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 20: Line 20:
= Triage Process =
= Triage Process =
The goals of the triage process are:
The goals of the triage process are:
* assign a priority (related to performance)
* determine if the bug is a performance issue
* assign a category
* assign a priority using the [[../Bugzilla#Project Flag|performance flag]]
* possibly change the component
* assign a appropriate [[../Bugzilla#Keywords|keywords]]
* move the bug to the most suitable component


[https://codepen.io/mstange/pen/eYeWrGr The calculator] is a good way to find the right priority.
[https://codepen.io/mstange/pen/eYeWrGr The calculator] is a good way to find the right priority.


Sometimes the information isn't enough to make a decision, in that case we can "need info" the reporter asking for more data, for example an export of `about:support` or a performance profile, or simply more information about the steps to reproduce.
Sometimes the information isn't enough to make a decision, in that case we can "need info" the reporter asking for more data, for example an export of `about:support` or a performance profile, or simply more information about the steps to reproduce.

Revision as of 20:13, 1 March 2022


Resources

Nomination

To nominate a bug for triage, set the Performance flag in Bugzilla to ?

This can be found by clicking Show Advanced Fields followed by Set bug flags when entering a new bug:

Bugzilla performance nomination on new bug form.png

Or by expanding the Tracking section when editing an existing bug:

Screenshot 2022-02-24 at 19.53.54.png

Triage Process

The goals of the triage process are:

  • determine if the bug is a performance issue
  • assign a priority using the performance flag
  • assign a appropriate keywords
  • move the bug to the most suitable component

The calculator is a good way to find the right priority.

Sometimes the information isn't enough to make a decision, in that case we can "need info" the reporter asking for more data, for example an export of `about:support` or a performance profile, or simply more information about the steps to reproduce.