My question for optimize a screen!

I CREATING AN APP WHERE MANY OF THE FEATURES ARE GENERATED IN A COMMON SCREEN.
I HAVE A BROWSER REFRESH TIME PROBLEM. USE TO GOOGLE CHROME. AFTER EVERY CHANGE I AM WAITING FOR 20-30 SECUNDES. MY QUESTION IS CAN I OPTIMIZE TO ELIMINATE THIS DELAY?

MY PROJECT: https://x.thunkable.com/copy/78e9634b255efe2f17a96300555a1193

PS: I WOULD LIKE TO KEEP THE FEATUREA IN JUST ONE SCREEN. CURRENTLY CREATED ARE A MINIMALE PATR OF THIS STAGE.

I APOLOGISE FOR BAD ENGLISH!

This is a known issue. Try using Yandex.Browser. My experiments show that in it Thunkeble X works a little better than in Chrome or Firefox. Please write, has the delay decreased or is it also inconvenient to work in Yandex.Browser?

To minimize the delay, it is necessary to reduce the number of blocks on the screen. There are many similar blocks in your project that need to be replaced by an algorithm using a loop.

THANKS FOR THE FAST ANSWER. WOULD YOU GIVE ME A GUIDELINE WHAT YOU MEAN To minimize the delay, it is necessary to reduce the number of blocks on the screen. There are many similar blocks in your project that need to be replaced by an algorithm using a loop. CAN YOU HELP ME BY GIVING ME AN EXAMPLE OF MY PROJECT.
I will try Yandex Browser and write if it is better.

Check it. For translation, use one block, and after that you can assign the translated text from the list to variables.

https://x.thunkable.com/projects/5d20851208b6b2da19825a09/project/properties/designer/

1 Like

Yes, this is a good idea. I tried different browsers! There is no improvement. Perhaps the only solution is to do them in separate screens.
Thanks for the help!

1 Like