Jump to: navigation, search

Changes


Fast Startup (Client)

205 bytes added, 10:27, 2 March 2018
/* Lazy loading */
=== Lazy loading ===
After users log in, only the essential content is loaded initially into memory. For now, this means everything other than the properties and property values (on Android) / , which are not needed at initialization. That means some properties and property values are loaded initially as they are for example needed for MRO status calculation or similar. Other properties and property values (on WinX), which are then loaded on demand. For example, when
* The icons of objects are to be displayed;
* Users need to look at the properties of objects;
* Documents (Thumbnails) are shown.
 
[[Category:Client|Lazy Loading (Client)]]
=== Comparison between eager loading and lazy loading ===
335
edits