Closed
Bug 856867
Opened 12 years ago
Closed 12 years ago
TestPilot main-thread I/O
Categories
(Mozilla Labs Graveyard :: Test Pilot, defect)
Mozilla Labs Graveyard
Test Pilot
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: vladan, Unassigned)
References
Details
(Keywords: main-thread-io)
I noticed Firefox getting janky not long after startup and discovered that TestPilot's remote-experiment-loader.js was monopolizing the main thread for about 600ms. From looking at the profile alone, it looks like the time is being spent opening a Zip archive and checking file mtimes.
Profile: http://people.mozilla.com/~bgirard/cleopatra/#report=3a3d37e58eacaa8ab13c723a75a31da1b5aa474c
TestPilot version 1.2.2
We should look into moving some of the I/O off the main thread. I'm told it's not currently possible to open archives off the main thread.
Comment 1•12 years ago
|
||
btw, should pass ".js$" into findEntries in http://mxr.mozilla.org/mozilla-central/source/browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/jar-code-store.js#53
Updated•12 years ago
|
Keywords: main-thread-io
Comment 2•12 years ago
|
||
Fixed by removing test pilot 1. Any new versions we integrate should not have this kind of problem.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
Updated•12 years ago
|
Resolution: WORKSFORME → WONTFIX
Assignee | ||
Updated•9 years ago
|
Product: Mozilla Labs → Mozilla Labs Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•