View Issue Details

IDProjectCategoryView StatusLast Update
0013662MMW 5Generalpublic2017-09-12 13:46
Reporterpetr Assigned To 
PriorityhighSeverityminorReproducibilityalways
Status assignedResolutionopen 
Summary0013662: App reload performance improvements
Description1. 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).
TagsNo tags attached.
Fixed in build

Activities

jiri

2016-11-18 07:36

administrator   ~0046187

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).