Closed
Bug 1015388
Opened 11 years ago
Closed 10 years ago
[Contacts] Implement new startup loading events
Categories
(Firefox OS Graveyard :: Gaia::Contacts, defect, P2)
Tracking
(b2g-v2.0 fixed, b2g-v2.1 fixed)
RESOLVED
FIXED
2.0 S6 (18july)
People
(Reporter: Eli, Assigned: arcturus)
References
Details
(Keywords: perf, Whiteboard: [c=automation p= s=2014.07.18.t u=] [p=4])
Attachments
(1 file)
46 bytes,
text/x-github-pull-request
|
jmcf
:
review+
Eli
:
feedback+
bajaj
:
approval-gaia-v2.0+
|
Details | Review |
+++ This bug was initially created as a clone of Bug #837668 +++
We need to measure when the app is usable by the user. For that we'll need to send an event (the moment is specific to the app) to |window| that the performance test will be able to receive.
The events for implementation are outlined in bug 996038.
Reporter | ||
Comment 1•11 years ago
|
||
Bug 996038 introduces new events outlining the phases of application startup. Each of these 5 events needs to be implemented.
Summary: [Contacts] "ready to use" perf measurement → [Contacts] Implement new startup loading events
Reporter | ||
Comment 2•10 years ago
|
||
As an FYI, this implementation needs to land in 2.0 as it is important for meeting release performance acceptance criteria.
https://wiki.mozilla.org/FirefoxOS/Performance/Release_Acceptance
Assignee | ||
Comment 3•10 years ago
|
||
Hi Eli,
have some doubts about when to launch the events cause of the nature of the contact app.
As we load the list content dynamically, but we allow the user to interact before this list is done, even the first contact is displayed, should we launch mo-content-interactive when the user is ready to interact with the frame (add contact and settings) or when the very first contact is displayed in the list?
Flags: needinfo?(eperelman)
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → francisco
Reporter | ||
Comment 4•10 years ago
|
||
From looking at the Contacts app, Add Contact and Settings are elements that exist within the chrome of the application. That means when these elements are ready to be interacted with, you will trigger 'moz-chrome-interactive'.
I would consider the Contact list to be the core interaction of the application, and so once the user is able to start interacting with the list (regardless of whether there are any contacts in the list or not), then you should trigger 'moz-content-interactive'.
Does that make sense?
Flags: needinfo?(eperelman)
Assignee | ||
Comment 5•10 years ago
|
||
Definitely, makes sense since the interaction with the list is key, so we will fire the event when we draw the first screen with contacts.
This list is really tricky since it doesn't load completely, but the user can interact at the very moment we display the first batch of contacts.
Assignee | ||
Updated•10 years ago
|
Whiteboard: [c=automation p= s= u=] → [c=automation p= s= u=] [p=4]
Target Milestone: --- → 2.0 S6 (18july)
Assignee | ||
Comment 6•10 years ago
|
||
Attachment #8451677 -
Flags: review?(jmcf)
Attachment #8451677 -
Flags: feedback?(eperelman)
Reporter | ||
Comment 7•10 years ago
|
||
Comment on attachment 8451677 [details] [review]
Pointer to PR 21453
Need to add the app to the whitelist at [1].
[1] https://github.com/mozilla-b2g/gaia/blob/master/tests/performance/startup_events_test.js#L24
Attachment #8451677 -
Flags: feedback?(eperelman) → feedback-
Assignee | ||
Comment 8•10 years ago
|
||
(In reply to Eli Perelman, :Eli from comment #7)
> Comment on attachment 8451677 [details] [review]
> Pointer to PR 21453
>
> Need to add the app to the whitelist at [1].
>
> [1]
> https://github.com/mozilla-b2g/gaia/blob/master/tests/performance/
> startup_events_test.js#L24
Thanks for that, I read it but forgot to add to the PR.
Also here is a summary of the events used with this PR:
- moz-chrome-dom-loaded fired when we receive the 'load' event in index.html
- moz-chrome-interactive fired when setup the listeners on the first elements on the screen: search, add contact and settings
- moz-app-visually-complete fired when we remove the class 'hide' fromt he body
- moz-content-interactive when the first batch of contacts is rendered
- moz-app-loaded just after we fired the moz-content-interactive since the contacts will be loading, but the app is totally usable.
Assignee | ||
Comment 9•10 years ago
|
||
Comment on attachment 8451677 [details] [review]
Pointer to PR 21453
Hi Eli,
new version of the patch with your suggestion.
Thanks!
Attachment #8451677 -
Flags: feedback- → feedback?(eperelman)
Reporter | ||
Updated•10 years ago
|
Attachment #8451677 -
Flags: feedback?(eperelman) → feedback+
Comment 10•10 years ago
|
||
Hi Francisco,
I left some comments on GH
best
Assignee | ||
Comment 11•10 years ago
|
||
Hi Jose,
I've just updated the bug with your suggestions.
Thanks!
Flags: needinfo?(jmcf)
Updated•10 years ago
|
Attachment #8451677 -
Flags: review?(jmcf) → review+
Assignee | ||
Comment 13•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 14•10 years ago
|
||
Francisco, could you please have this uplifted to v2.0 branch based on my remarks in comment 2?
Flags: needinfo?(francisco)
Assignee | ||
Comment 15•10 years ago
|
||
Comment on attachment 8451677 [details] [review]
Pointer to PR 21453
NOTE: Please see https://wiki.mozilla.org/Release_Management/B2G_Landing to better understand the B2G approval process and landings.
[Approval Request Comment] This is required for achieving performance acceptance criteria
https://wiki.mozilla.org/FirefoxOS/Performance/Release_Acceptance
[Bug caused by] (feature/regressing bug #): feature needed for 2.0
[User impact] if declined: We wont be able to achieve acceptance criteria
[Testing completed]: Yes, unit test added
[Risk to taking this patch] (and alternatives if risky): No ristk since we are launching events when we reach different phases of the app
[String changes made]:
Attachment #8451677 -
Flags: approval-gaia-v2.0?
Flags: needinfo?(francisco)
Updated•10 years ago
|
status-b2g-v2.0:
--- → affected
status-b2g-v2.1:
--- → fixed
Updated•10 years ago
|
Attachment #8451677 -
Flags: approval-gaia-v2.0? → approval-gaia-v2.0+
Updated•10 years ago
|
Whiteboard: [c=automation p= s= u=] [p=4] → [c=automation p= s=2014.07.18.t u=] [p=4]
Comment 16•10 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•