Can you help me for fixing the isn't responding issue pleaase?

can you help me for fixing the isn't responding issue please?
it appears when am standing in the screen or back from another screen to that screen

Here are my blocks

@Taifun Let's take a look please

Sorry, I'm on mobile and can't help you to check the blocks of a complete screen, your blocks are too tiny

Check the Initialize event
Which method do you use to switch screens?

Taifun

Here is the initialize block

and this is how switching screens

There is a lot going on in the Initialize event .. you try to get 9 firebase values and update a spreadsheet
To find out what could be an issue, disable most of the blocks,, does it work then? Then enable some blocks step by step, test frequently until you find the issue... check also your Firebase.GotValue event...

Also use only one method to switch screens, i.e. the manager screen method OR the tribblehunter method (or one of its variations), but not several methods at the same time

Taifun