Closed
Bug 441379
Opened 15 years ago
Closed 14 years ago
nsDOMClassInfo::Init and xptiInterfaceInfoManager responsible for lots of i/o
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: sayrer, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: mobile, perf, Whiteboard: [ts])
xptiInterfaceInfoManager::LoadFile and xptiInterfaceInfoManager::ReadFile cause significant I/O, second only to the activity found in NSS initialization. It could be that nsDOMClassInfo is just the first thing to ask for the data.
Reporter | ||
Updated•15 years ago
|
Whiteboard: startup
Comment 1•15 years ago
|
||
sayre: i used to see a lot of stuff here when i didn't build packages which combines all the xpt files -- did you do that?
Comment 2•14 years ago
|
||
bug 510309 implemented this. Rob, how did you determine this? - need to confirm that the i/o you were seeing is resolved by this change.
Depends on: 510309
Updated•14 years ago
|
Whiteboard: startup [ts] → startup [ts][needs verification]
Comment 3•14 years ago
|
||
Confirming comment 1, marking WFM.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
Updated•14 years ago
|
Whiteboard: startup [ts][needs verification] → [ts]
You need to log in
before you can comment on or make changes to this bug.
Description
•