Confirmed users
177
edits
m (Fixed typo) |
|||
(21 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{Message/box|Quantum Flow was a cross-team browser responsiveness improvement effort that ran throughout 2017 and culminated in the release of Firefox Quantum in November of that year. You can read more about the release of Firefox Quantum in [https://blog.mozilla.org/en/mozilla/introducing-firefox-quantum/ this article] and learn about our latest performance triage process [[Performance/Triage|here]].}} | |||
{{Archived}} | |||
= What is Quantum Flow? = | = What is Quantum Flow? = | ||
Line 4: | Line 8: | ||
Quantum Flow is focused on: | Quantum Flow is focused on: | ||
# User centric performance and responsiveness prioritized over throughput | # User centric performance and responsiveness prioritized over throughput | ||
Line 38: | Line 41: | ||
= Bugzilla Query Lists= | = Bugzilla Query Lists= | ||
The Quantum Flow (QF) initiative is a cross-component effort to improve user perceived responsiveness and performance. Since QF is cross-component we are unable to use the component specific fields in Bugzilla such as Priority etc. Instead we will annotate interesting bugs with whiteboard tags and attach them to the appropriate QF meta bugs. | The Quantum Flow (QF) initiative is a cross-component effort to improve user perceived responsiveness and performance. Since QF is cross-component we are unable to use the component specific fields in Bugzilla such as Priority etc. Instead we will annotate interesting bugs with whiteboard tags and attach them to the appropriate QF meta bugs. | ||
== QF Dashboard == | |||
[https://charts.mozilla.org/quantum/blockers.html QF P1 Dashboard] | |||
== Burndown Chart: P1 Open/Closed Q3/17 == | |||
[https://cpeterso.github.io/burndown/?whiteboard=qf:p1&Since=2017-07-03 P1 Bugs Open/Closed Q3/17 (Since Jul 3)] | |||
[https://bugzilla.mozilla.org/buglist.cgi?list_id=13566817&status_whiteboard_type=allwordssubstr&chfield=cf_last_resolved&chfieldfrom=2017-04-01&status_whiteboard=%5Bqf%3Ap1%5D&resolution=FIXED&chfieldto=Now&query_format=advanced&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED Query: P1 Bugs Closed Q3/17 (Since Jul 3/17)] | |||
== Burndown Chart: P1 Open/Closed Q2/17 == | |||
[https://cpeterso.github.io/burndown/?whiteboard=qf:p1&Since=2017-04-01 P1 Bugs Open/Closed Q2/17 (Since Apr 1)] | |||
[https://bugzilla.mozilla.org/buglist.cgi?list_id=13566817&status_whiteboard_type=allwordssubstr&chfield=cf_last_resolved&chfieldfrom=2017-04-01&status_whiteboard=%5Bqf%3Ap1%5D&resolution=FIXED&chfieldto=Now&query_format=advanced&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED Query: P1 Bugs Closed Q2/17 (Since Apr 1/17)] | |||
== Burndown Chart: P1 Open/Closed Q1/17 == | |||
[https://cpeterso.github.io/burndown/?whiteboard=qf:p1&since=2017-01-01 P1 Bugs Open/Closed Q1/17 (Since Jan 1)] | |||
== Burndown Chart: P1 bugs for ALL the DOM Components == | |||
[https://cpeterso.github.io/burndown/?whiteboard=%5Bqf:p1%5D&since=2017-04-01&component=Document%20Navigation,DOM,DOM:%20Core%20%26%20HTML,DOM:%20Device%20Interfaces,DOM:%20Events,DOM:%20IndexedDB,DOM:%20Push%20Notifications,DOM:%20Quota%20Manager,DOM:%20Service%20Workers,DOM:%20Workers,Event%20Handling,HTML:%20Form%20Submission,HTML:%20Parser,Keyboard:%20Navigation,Serializers,XBL,XML,XPConnect,XSLT P1 Bugs of ALL DOM Components] | |||
== Burndown Chart: P1 bugs for ALL the JavaScript Components == | |||
[https://cpeterso.github.io/burndown/?whiteboard=%5Bqf:p1%5D&since=2017-04-1&component=JavaScript%20Engine,JavaScript%20Engine:%20JIT,JavaScript%20engine%27s%20JIT%20compilers,JavaScript:%20GC,JavaScript:%20Internationalization%20API,JavaScript:%20Standard%20Library P1 Bugs of ALL Javascript Components] | |||
== Burndown Chart: P1 bugs for ALL the Layout Components == | |||
[https://cpeterso.github.io/burndown/?whiteboard=qf:p1&since=2017-04-01&component=CSS%20Parsing%20and%20Computation,Layout,Layout:%20Block%20and%20Inline,Layout:%20Floats,Layout:%20Form%20Controls,Layout:%20HTML%20Frames,Layout:%20Images,Layout:%20Misc%20Code,Layout:%20R%20%26%20A%20Pos,Layout:%20Tables,Layout:%20Text,Layout:%20View%20Rendering,Layout:%20Web%20Painting,SVG Bugs of ALL Layout Components] | |||
== Chart: P1 Bugs Fixed Recently== | == Chart: P1 Bugs Fixed Recently== | ||
Line 74: | Line 106: | ||
"o1": "changedafter", | "o1": "changedafter", | ||
"v1": "2017-04-01" | "v1": "2017-04-01" | ||
} | |||
</bugzilla> | |||
== Query: P1 Bugs Fixed since Q1/2017== | |||
This query breakout the P1 bugs by component fixed since Jan 1, 2017. | |||
<bugzilla> | |||
{ | |||
"status_whiteboard":"[qf:p1]", | |||
"resolution": "fixed", | |||
"include_fields": "id, component, summary, resolution, assigned_to, last_change_time", | |||
"order": "component", | |||
"f1": "resolution", | |||
"o1": "changedafter", | |||
"v1": "2017-01-01" | |||
} | } | ||
</bugzilla> | </bugzilla> |