View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0013662 | MMW 5 | General | public | 2016-11-17 12:12 | 2017-09-12 13:46 |
Reporter | petr | Assigned To | |||
Priority | high | Severity | minor | Reproducibility | always |
Status | assigned | Resolution | open | ||
Summary | 0013662: App reload performance improvements | ||||
Description | 1. We can cache less for each skin/layout to prevent parse on every skin change. 2. Show main window a bit later, when every content is already loaded. 3. Leave old browser active a bit longer so we can make smooth animation between old content/browser and new content/browser (but we need to be in sync with persistent so new content/browser will open correctly). | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||
|
2. The window should still be shown asap, but only after some basic re-positioning has been made. 3. The main point here is to start loading of the new browser immediately and only wait for persistent.json to be available when it's about to be loaded by the new browser (i.e. destruction of the old browser and construction of the new to be done in parallel). |