Closed
Bug 1271512
Opened 9 years ago
Closed 8 years ago
"nsRefreshDriver::Tick" spent more time between "navigationStart" to "domLoading"
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
INCOMPLETE
| Performance Impact | ? |
People
(Reporter: sho, Unassigned)
References
Details
Ref profile :: https://goo.gl/Ehhru8
Analyze the running time between "navigationStart" and "domLoading"
From Gecko Profiling data, the Range [43116, 43621]:
50 100% Startup::XRE_Main
13 26.0% ├─ nsRefreshDriver::Tick
10 17.8% │ ├─ preShell::Paint
3 1.6% │ └─ preShell::Flush
3 6.0% ├─ js::RunScript
3 6.0% ├─ Timer::Fire
│ └─ ...so on
└─ ...so on
Blocks: gdoc_format10_ubuntu(260%)
Updated•8 years ago
|
Whiteboard: [qf:investigate]
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INCOMPLETE
Updated•3 years ago
|
Performance Impact: --- → ?
Whiteboard: [qf:investigate]
You need to log in
before you can comment on or make changes to this bug.
Description
•