Improve Debugger startup times
Categories
(DevTools :: Debugger, enhancement, P2)
Tracking
(firefox69 fixed)
Tracking | Status | |
---|---|---|
firefox69 | --- | fixed |
People
(Reporter: jlast, Assigned: jlast)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [debugger-mvp])
Attachments
(2 files, 4 obsolete files)
Lazily loading modules has been shown to be a nice performance win.
Assignee | ||
Comment 1•6 years ago
|
||
remote:
remote: View your changes here:
remote: https://hg.mozilla.org/try/rev/482b326ed112520036b42bd19ff643c4c29af919
remote: https://hg.mozilla.org/try/rev/7df901461f71008caa212144e76d71d61f82e16d
remote:
remote: Follow the progress of your build on Treeherder:
remote: https://treeherder.mozilla.org/#/jobs?repo=try&revision=7df901461f71008caa212144e76d71d61f82e16d
remote:
remote: It looks like this try push has talos jobs. Compare performance against a baseline revision:
remote: https://treeherder.mozilla.org/perf.html#/comparechooser?newProject=try&newRevision=7df901461f71008caa212144e76d71d61f82e16d
remote: recorded changegroup in replication log in 0.039s
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Updated•6 years ago
|
Comment 3•6 years ago
|
||
I can confirm it takes a very long time VS chrome devtools, often more then twice as long
Assignee | ||
Comment 4•6 years ago
|
||
Thanks for reporting.
The other DevTools panels do a better job of lazily loading the modules. We started a proof of concept 2 months ago, which I hope we can finish in a couple of weeks.
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 5•6 years ago
|
||
Updated•6 years ago
|
Assignee | ||
Comment 7•6 years ago
|
||
moving back to planned while i wait on lazy loading
Updated•6 years ago
|
Updated•6 years ago
|
Updated•6 years ago
|
Updated•6 years ago
|
Assignee | ||
Comment 10•6 years ago
|
||
Comment 11•6 years ago
|
||
bugherder |
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Updated•6 years ago
|
Updated•6 years ago
|
Assignee | ||
Comment 12•6 years ago
•
|
||
dynamic imports
https://gist.github.com/f6faf2d9a9e3c185804ad85791ca59a8
Assignee | ||
Comment 13•6 years ago
|
||
Assignee | ||
Comment 14•6 years ago
|
||
Comment 15•6 years ago
|
||
Updated•6 years ago
|
Comment 16•6 years ago
|
||
bugherder |
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Updated•6 years ago
|
Updated•6 years ago
|
Description
•