View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0018332 | MMW 5 | Other | public | 2021-09-22 11:22 | 2021-11-11 21:35 |
Reporter | Ludek | Assigned To | |||
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 5.0 | ||||
Target Version | 5.0.2 | Fixed in Version | 5.0.2 | ||
Summary | 0018332: Command line option to debug startup performance using DevTools | ||||
Description | As discussed via IM: A command line parameter allowing to start MM window without splash screen (before it fully loads/parse all JS code) and auto-record this in DevTools would be very useful for analyzing/catching JS performance leaks on MM start. | ||||
Tags | No tags attached. | ||||
Fixed in build | 2505 | ||||
|
Petr indicated that we've used requirejs('helpers/debugTools'); registerDebuggerEntryPoint.call(this / method class / , 'init' / method name to inject / ); to open devtools before init method call. Maybe it can be used for main window as well ... needs to be tested... |
|
Added /debug parameter to stop startup (waiting on info dialog) once main window context is created (only mainwindow.html loaded ... nothing else) so developer can open up DevTools and prepare for performance testing. |
|
Verified 2518 Working as Designed. |