Confirmed users
231
edits
m (This is not an fxsearch query) |
(Lots of fixes) |
||
| Line 1: | Line 1: | ||
=Firefox Desktop Perceived Performance Team= | =Firefox Desktop Perceived Performance Team= | ||
<p>The purpose of this team is to improve the perceived performance of the Firefox. Our focus is mostly on frontend code that impacts the perceived performance of the browser itself, not | <p>The purpose of this team is to improve the perceived performance of the Firefox. Our focus is mostly on frontend code that impacts the perceived performance of the browser itself, not the performance of rendering web pages. There are other teams focused on the latter.</p> | ||
=Members= | =Members= | ||
| Line 27: | Line 27: | ||
=Bugzilla= | =Bugzilla= | ||
<p>Bugzilla components don't tend to align properly with this project's boundaries, so this team is monitoring bugs across a number of components that block the [https://bugzilla.mozilla.org/show_bug.cgi?id=photon-performance photon-performance] meta bug. Common components of interest are Firefox:General, Firefox:Tabbed Browser, Toolkit:General and more.</p> | <p>Bugzilla components don't tend to align properly with this project's boundaries, so this team is monitoring bugs across a number of components that block the [https://bugzilla.mozilla.org/show_bug.cgi?id=photon-performance photon-performance] meta bug. Here is the [https://bugzilla.mozilla.org/showdependencytree.cgi?id=1363750&hide_resolved=1 dependency tree]. Common components of interest are Firefox:General, Firefox:Tabbed Browser, Toolkit:General and more.</p> | ||
==Selecting a New Bug for the Current Release== | ==Selecting a New Bug for the Current Release== | ||
# Select any 'P1' bug which is currently ''unassigned'' and ''not blocked'' on a dependency. If no 'P1' bugs are available then select from the available 'P2' bugs, and so on. | # Select any 'P1' bug which is currently ''unassigned'' and ''not blocked'' on a dependency. If no 'P1' bugs are available then select from the available 'P2' bugs, and so on. | ||
# Add the following if not already present: | # Add the following if not already present: | ||
* [fxperf] whiteboard tag. | |||
* perf keyword. | * perf keyword. | ||
* qe-verify-, unless it is a bug that QA can reasonably verify. | * qe-verify-, unless it is a bug that QA can reasonably verify. | ||
| Line 37: | Line 38: | ||
==Adding a New Bug to the Backlog== | ==Adding a New Bug to the Backlog== | ||
# Add the [fxperf] tag to the whiteboard. | |||
# Add the perf keyword. | # Add the perf keyword. | ||
# Set the bug as a dependency of a user story bug or a meta bug if applicable. | # Set the bug as a dependency of a user story bug or a meta bug if applicable. | ||
| Line 51: | Line 53: | ||
<p> </p> | <p> </p> | ||
{| class="wikitable mw-collapsible" style="width: 100%" | |||
{| class="wikitable collapsible" style="width: 100%" | |||
! Triage | ! Triage | ||
|- | |- | ||
| Line 67: | Line 68: | ||
|} | |} | ||
{| class="wikitable collapsible" style="width: 100%" | =Releases= | ||
<p> </p> | |||
{| class="wikitable mw-collapsible" style="width: 100%" | |||
! Current Release | |||
|- | |||
| | |||
<p>'''P1''': ''Must Have'' - development occurring in the current release - [https://mzl.la/2l7OeTr View in Bugzilla]</p> | |||
'''Duration:''' Tuesday January 23 - Monday March 12 | |||
<p> </p> | |||
<bugzilla> | |||
{ | |||
"whiteboard": "[fxperf]", | |||
"include_fields": ["id", "summary", "status", "whiteboard", "keywords", "assigned_to"], | |||
"priority": "P1", | |||
"resolution": "---" | |||
} | |||
</bugzilla> | |||
|} | |||
<p> </p> | |||
{| class="wikitable mw-collapsible" style="width: 100%" | |||
! Current Release: Completed | |||
|- | |||
| | |||
<p>[https://bugzilla.mozilla.org/buglist.cgi?o5=equals&f1=status_whiteboard&v6=mozilla60&list_id=13793382&columnlist=bug_id%2Cshort_desc%2Cbug_status%2Cstatus_whiteboard%2Ckeywords%2Cassigned_to_realname&o1=substring&o6=equals&f4=OP&v5=firefox%2060&query_format=advanced&j4=OR&f5=target_milestone&v1=%5Bfxperf%5D&f6=target_milestone View in Bugzilla]</p> | |||
<bugzilla> | |||
{ | |||
"include_fields": ["id", "summary", "status", "whiteboard", "keywords", "assigned_to", "priority"], | |||
"o5": "substring", | |||
"f1": "status_whiteboard", | |||
"o3": "notsubstring", | |||
"v6": "firefox 60", | |||
"o1": "substring", | |||
"o6": "substring", | |||
"f4": "OP", | |||
"v5": "mozilla60", | |||
"j4": "OR", | |||
"f5": "target_milestone", | |||
"v1": "[fxperf]", | |||
"f6": "target_milestone" | |||
} | |||
</bugzilla> | |||
|} | |||
<p> </p> | |||
{| class="wikitable mw-collapsible mw-collapsed" style="width: 100%" | |||
! Next Release | |||
|- | |||
| | |||
<p>'''P2''': ''Should Have'' - targeted for the current release if production capacity exists - [https://mzl.la/2l7ISYn View in Bugzilla]</p> | |||
<bugzilla> | |||
{ | |||
"whiteboard": "[fxperf]", | |||
"include_fields": ["id", "summary", "status", "whiteboard", "keywords", "assigned_to"], | |||
"priority": "P2", | |||
"resolution": "---" | |||
} | |||
</bugzilla> | |||
|} | |||
<p> </p> | |||
{| class="wikitable mw-collapsible mw-collapsed" style="width: 100%" | |||
! Backlog | ! Backlog | ||
|- | |- | ||
| | | | ||
<p>'''P3''': ''Could Have'' - planned for development in an upcoming release - [https://mzl.la/2l7SEcY View in Bugzilla]</p> | |||
<bugzilla> | |||
{ | |||
"whiteboard": "[fxperf]", | |||
"include_fields": ["id", "summary", "status", "whiteboard", "keywords", "assigned_to"], | |||
"priority": "P3", | |||
"resolution": "---" | |||
} | |||
</bugzilla> | |||
|} | |||
<p> </p> | <p> </p> | ||
{| class="wikitable mw-collapsible mw-collapsed" style="width: 100%" | |||
! Patches Accepted | |||
|- | |||
| | |||
<p>'''P5''': ''Will Have'' - not scheduled for any particular release, patches accepted - [https://mzl.la/2l7DcOg View in Bugzilla]</p> | |||
<bugzilla> | |||
{ | |||
"whiteboard": "[fxperf]", | |||
"include_fields": ["id", "summary", "status", "whiteboard", "keywords", "assigned_to"], | |||
"priority": "P5", | |||
"resolution": "---" | |||
} | |||
</bugzilla> | |||
|} | |||
<p> </p> | |||
{| class="wikitable mw-collapsible mw-collapsed" style="width: 100%" | |||
! ¯\_(ツ)_/¯ | |||
|- | |||
| | |||
<p>'''P4''': (should be reprioritized to P3 or P5) - [https://mzl.la/2l7SEcY View in Bugzilla]</p> | |||
<bugzilla> | <bugzilla> | ||
{ | { | ||
"whiteboard": "[fxperf]", | |||
"include_fields": ["id", "summary", "status", "whiteboard", "keywords", "assigned_to"], | "include_fields": ["id", "summary", "status", "whiteboard", "keywords", "assigned_to"], | ||
" | "priority": "P4", | ||
"resolution": "---" | "resolution": "---" | ||
} | } | ||
</bugzilla> | </bugzilla> | ||
|} | |} | ||
<p> </p> | |||