# My app is a little bit slow, can anyone help me speed up my app?

**URL:** https://community.thunkable.com/t/my-app-is-a-little-bit-slow-can-anyone-help-me-speed-up-my-app/586501
**Category:** Questions about Thunkable X
**Created:** [May 23, 2020, 11:26am UTC](https://community.thunkable.com/t/my-app-is-a-little-bit-slow-can-anyone-help-me-speed-up-my-app/586501 "2020-05-23T11:26:01Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![mattia.guariglia](https://avatars.discourse-cdn.com/v4/letter/m/a9a28c/32.png) [@mattia.guariglia](https://community.thunkable.com/u/mattia.guariglia)
#### Post date: [May 23, 2020, 11:26am UTC](https://community.thunkable.com/t/my-app-is-a-little-bit-slow-can-anyone-help-me-speed-up-my-app/586501/1 "2020-05-23T11:26:01Z")

</div>

can anyone help me speed up my app?  
The app itself does not give problems but on the “prenota” screen is very slow in executing the code, can someone help me optimize the code?  
Because I believe that my app can be improved but I don’t know where to start.  
I share the app link privately, thank you

Here is a video, can i reduce this input lag when i click on arrows?

Look, specially when i make an appointment to navigate in another screen it is little bit slow

Can i do anything or not?

---

<div class="post-metadata">

### Author: ![jared](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/jared/32/138473_2.png) [@jared](https://community.thunkable.com/u/jared)
#### Post date: [May 23, 2020, 12:16pm UTC](https://community.thunkable.com/t/my-app-is-a-little-bit-slow-can-anyone-help-me-speed-up-my-app/586501/2 "2020-05-23T12:16:14Z")

</div>

Are you working eith cloud data or phone data?

If you are reliant on the cloud/internet to provide any of the associated data on those screens it will be slow. I imagine you have the label changing towards the end of the code. Maybe move the code to set the label immediately after the button press if possible. This way the label changes, then the rest of the code executes?

---

<div class="post-metadata">

### Author: ![mattia.guariglia](https://avatars.discourse-cdn.com/v4/letter/m/a9a28c/32.png) [@mattia.guariglia](https://community.thunkable.com/u/mattia.guariglia)
#### Post date: [May 23, 2020, 12:29pm UTC](https://community.thunkable.com/t/my-app-is-a-little-bit-slow-can-anyone-help-me-speed-up-my-app/586501/3 "2020-05-23T12:29:51Z")

</div>

> [@jared](#):
>
> Are you working eith cloud data or phone data?

Yes, I take data from firebase

> [@jared](#):
>
> If you are reliant on the cloud/internet to provide any of the associated data on those screens it will be slow. I imagine you have the label changing towards the end of the code. Maybe move the code to set the label immediately after the button press if possible. This way the label changes, then the rest of the code executes?

the labels change according to the database values, so i think that it’s non possible

---

<div class="post-metadata">

### Author: ![jared](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/jared/32/138473_2.png) [@jared](https://community.thunkable.com/u/jared)
#### Post date: [May 23, 2020, 12:34pm UTC](https://community.thunkable.com/t/my-app-is-a-little-bit-slow-can-anyone-help-me-speed-up-my-app/586501/4 "2020-05-23T12:34:23Z")

</div>

It may be possible to speed up the code. But probably not needed. I would image in you are experiencing internet lag.

Would you like a tester from Michigan US to try it out? I may have a different experience?

I’m on iOS 13 w/ iPhone 11 w/ 4g Ltd plus a 100mb WiFi internet connection.

---

<div class="post-metadata">

### Author: ![mattia.guariglia](https://avatars.discourse-cdn.com/v4/letter/m/a9a28c/32.png) [@mattia.guariglia](https://community.thunkable.com/u/mattia.guariglia)
#### Post date: [May 23, 2020, 12:51pm UTC](https://community.thunkable.com/t/my-app-is-a-little-bit-slow-can-anyone-help-me-speed-up-my-app/586501/5 "2020-05-23T12:51:23Z")

</div>

Yes, of course…how can I send to you the app?  
Thank you so much

---

<div class="post-metadata">

### Author: ![jared](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/jared/32/138473_2.png) [@jared](https://community.thunkable.com/u/jared)
#### Post date: [May 23, 2020, 12:58pm UTC](https://community.thunkable.com/t/my-app-is-a-little-bit-slow-can-anyone-help-me-speed-up-my-app/586501/6 "2020-05-23T12:58:00Z")

</div>

If you click on my picture, you should see an option to send a message. In that box, you can post the share link to your app.

---

<div class="post-metadata">

### Author: ![mattia.guariglia](https://avatars.discourse-cdn.com/v4/letter/m/a9a28c/32.png) [@mattia.guariglia](https://community.thunkable.com/u/mattia.guariglia)
#### Post date: [May 24, 2020, 8:35am UTC](https://community.thunkable.com/t/my-app-is-a-little-bit-slow-can-anyone-help-me-speed-up-my-app/586501/7 "2020-05-24T08:35:39Z")

</div>

is it arrived to you?

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 11:29am UTC](https://community.thunkable.com/t/my-app-is-a-little-bit-slow-can-anyone-help-me-speed-up-my-app/586501/8 "2024-11-08T11:29:04Z")

</div>


