how can i speed up my app ?
my app is too slow.
when i click on on a button it open screen2 but it takes around 4-6 seconds to open the screen.
please help me to speed up my app ?
how can i speed up my app ?
my app is too slow.
when i click on on a button it open screen2 but it takes around 4-6 seconds to open the screen.
please help me to speed up my app ?
Show relevant blocks.
Can you show us your blocks?Actually that happens usually because of two reasons:
1- long code on screen initialization?
2- closing screens incorrectly.See here
yes, i have too many blocks on screen initialization
can i use clock or any other component ?
That’s the reason.put them in a timer (clock component )so it starts after the screen initializes completely ( and don’t forgot to disable it ) or reduce your code on screen initialization.
BTW, if it helped mark my answer as solution ![]()
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.