Closed
Bug 1367655
Opened 9 years ago
Closed 9 years ago
[Input Latency] GSearch - Select First Cat Image
Categories
(Core :: General, defect)
Core
General
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: wachen, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [QRC])
User Story
STR: 1. Open images.google.com with searching for “cats”. Wait for the results to be loaded 2. Click on the first cats image in the search results Short Gecko Profile(cover only Input Lantency action): https://perfht.ml/2qMYBy0 Reports: https://goo.gl/O8NGb6 Notes: https://docs.google.com/spreadsheets/d/1MsTK1FW88wuLd25A18HG2KqpjYJnvrxGM9a6MeZp35w/edit#gid=256706414 Firefox Profile and Chrome Tracing will be attached in the following.
STR:
1. Open images.google.com with searching for “cats”. Wait for the results to be loaded
2. Click on the first cats image in the search results
Reports: https://goo.gl/O8NGb6
Notes: https://docs.google.com/spreadsheets/d/1MsTK1FW88wuLd25A18HG2KqpjYJnvrxGM9a6MeZp35w/edit#gid=256706414
Firefox Profile and Chrome Tracing will be attached in the following.
| Reporter | ||
Updated•9 years ago
|
Blocks: Hasal_InputLatency
Component: JavaScript Engine → General
| Reporter | ||
Comment 1•9 years ago
|
||
Firefox Profile https://perfht.ml/2qmxtFZ
Chrome Tracing https://goo.gl/W5CMbY
Updated•9 years ago
|
Whiteboard: [QRC_NeedAnalysis]
Short Gecko Profile(cover only Input Lantency action):
https://perfht.ml/2qMYBy0
Updated•9 years ago
|
Whiteboard: [QRC_NeedAnalysis] → [[QRC_NeedAnalysis]
Updated•9 years ago
|
Whiteboard: [[QRC_NeedAnalysis] → [QRC][QRC_NeedAnalysis]
Comment 3•9 years ago
|
||
I'm closing this one since Firefox is already faster than or on par with Chrome in this case.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
Whiteboard: [QRC][QRC_NeedAnalysis] → [QRC]
Comment 4•9 years ago
|
||
This one (though we're as good or better than chrome, mostly) has one "interesting" bit:
https://perf-html.io/public/69f88e5a6c6ef339dfaa0442932e075f690f1bea/calltree/?implementation=js&range=1.4816_2.4332~1.7767_2.1714&thread=0
shows we're doing an update check in the middle of this. Also interesting is the amount of time on MainThread all the cert checks take. Thank you, NSS.
Ehsan: thoughts? are there problems with how we're checking for addons, or how we're gathering these profiles? And should we file a bug on NSS and update manager/etc to see if we can move some of this stuff off mainthread? (or is there one?)
Flags: needinfo?(ehsan)
Comment 5•9 years ago
|
||
Great find! Filed bug 1373408 about the scheduling of this event. Hopefully follow-up bugs will be filed from there...
Flags: needinfo?(ehsan)
You need to log in
before you can comment on or make changes to this bug.
Description
•