Skip to main content
Open

Preload most used screen in Universal UI

Related products:Universal UIIndicium Service Tier
  • April 6, 2023
  • 1 reply
  • 110 views

Arjan Sollie
Thinkwise blogger
Forum|alt.badge.img+15

The universal UI uses the lazy loading concept. This has the benefit of not having to load the whole application upon login. This makes the UI feel a lot faster than its predecessors.

However upon opening a screen it will load all the required components for this screen. This sometimes makes loading/opening of a screen feel kind of slow. 

I personally think that having a kind of hybrid form of lazy loading and loading the whole application would be perfect. It would be super usefully to fully load the screens, that a specific user opens most often, upon loading (login) the application (top 5 for example).

IAM can be used to determine the top 5 screens which have to be preloaded.

1 reply

Mark Jongeling
Administrator
Forum|alt.badge.img+23
  • Software Architect
  • April 6, 2023
NewOpen