Help: How can I improve app speed on API 35?

As the title says, after upgrading to API 35, I feel my app is running slower on my phone. How can I modify the parameters to get it closer to the speed of the original API 34?

The execution speed of the old API34 APP is shown in the video below.

The video below shows the speed of the APP after upgrading to API 35.

https://gallery.appinventor.mit.edu/?galleryid=348d997a-a0b1-40e5-a09e-8c38ee42881f
About the Author

From what I can see is both videos are about the same. What is different is that different combinations of the boxes shown appear. These are probably selected by random and selecting different combinations takes different execution times perhaps.

How? probably no one can tell for sure unless you share some code. If you could create two examples where you use fixed combine you might be able to establish whether one run is slower than the other. :slight_smile: Right now I guess you are comparing apples and oranges as far as I can tell.

Because the file is too large, I failed to upload it. I can only upload it to the Gallery. Here is the link. Thank you for your help!

https://gallery.appinventor.mit.edu/?galleryid=348d997a-a0b1-40e5-a09e-8c38ee42881f
About the Author

image
You have two Sound components, which can slow things down.

Try switching to Players?

Thank you very much for your suggestion, I will try it, thank you!