My app is delaying more than 5 seconds to load!

Hello, my app is delaying more than 5 seconds to load !
How can i reduce loading time ?
I need the screen to be visible before loading without the black screen appearing because the app is heavy, how do I do this ?
Is there some extension to help ?

Decrease the amount of components used in the app and mainly the starting screen divide large code to multiple screens. There is an extension to create duplicate components without actually keeping those components physically called Dynamic Components. Other than that idk any way you can increase the speed of your app.

Tell us more about your app and post a screenshot of your Screen1.Initialize event

Taifun