Closed
Bug 1546528
Opened 6 years ago
Closed 5 years ago
Improve newSource performance
Categories
(DevTools :: Debugger, defect, P2)
DevTools
Debugger
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: jlast, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [debugger-mvp])
It looks like newGeneratedSources
and insertSourceActors
can have a significant performance impact. This comes up for instance when previewing a token, which does an evaluate under the hood and creates a new script.
STR:
- start launchpad and open localhost:8000
- in the controlled tab to go todomvc
- pause in the launchpad and hover on some variables.
This will be a big enough app where new sources are somewhat slow (250ms)
Reporter | ||
Updated•6 years ago
|
Updated•6 years ago
|
Whiteboard: [debugger-mvp]
Updated•6 years ago
|
Whiteboard: [debugger-mvp]
Comment 1•6 years ago
|
||
[:jlast] how can it be measured?
Comment 2•5 years ago
|
||
The STR in the comment #0 are not valid anymore since the Launchpad isn't supported anymore, closing.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•