Lazy Loading
-
Burakvor 5 Jahren #16353
Hello,
We are building an app in Simplifier and it is getting larger since it has several modules and increasing day by day. I realized that every module is being loaded when the app is called for the first time. It takes about 10 seconds for the app to be loaded and it is getting longer as the app grows.
Is there any way to have a lazy loading of the non-visited pages, Load on demand feature ?
Chris BouveretHas successfully completed the online course IntroductionHas successfully completed the online course Intermediate (200)Has successfully completed the online course Advanced (300)Has successfully completed the online course Basics (100)Has successfully completed the online course Advanced (320)Has successfully completed the Intermediate CertificationHas successfully completed the Advanced Certificationvor 5 Jahren #16355::Hi there,
this feature has been implemented in the upcoming Simplifier Release 4.5 leveraging the component-preload.js of UI5. This will speed up the initial loading process and should cover your needs. As UI5 apps are single page apps all the content is loaded initially but with the preload feature it is a lot faster than before.
Hope that helps
Chris BouveretHas successfully completed the online course IntroductionHas successfully completed the online course Intermediate (200)Has successfully completed the online course Advanced (300)Has successfully completed the online course Basics (100)Has successfully completed the online course Advanced (320)Has successfully completed the Intermediate CertificationHas successfully completed the Advanced Certificationvor 5 Jahren #16360::Hi,
Release 4.5 will be availabe from 30th July onwards. For testing purposes you can see the beta release within our Freemium Model earlier if interested. Also within Release 4.5 we support Modules that can be loaded dynamically on demand which will also speed up the initial loading time of apps tremendously.
Hope that helps
You must be logged in to reply to this topic.