Closed
Bug 943163
Opened 12 years ago
Closed 7 years ago
[Test-agent] investigate why we insert <script> elements once at a time for require()-d files
Categories
(Firefox OS Graveyard :: Gaia::TestAgent, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: julienw, Assigned: julienw)
Details
This is in [1].
I'd like to try inserting as many concurrent script elements as possible (relying on the browser's capacity to run them in the insertion order) because currently running one test file with lots of require-d files is painfully slow.
[1] https://github.com/mozilla-b2g/js-test-agent/blob/master/lib/test-agent/loader.js#L153-L204
Assignee | ||
Comment 1•11 years ago
|
||
Comment 2•7 years ago
|
||
Firefox OS is not being worked on
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•