Hi
So you have 2 galleries but you are making them visible/invisible depending on which one is selected by the Radio button.
What triggers the galleries to refresh?
1) Have you made sure that your Columns Explicit is on so it only grabs what you want? And that you have Views setup to limit data width?
2) I am not sure why swapping between Galleries is refreshing it. I don't see any details on how the 2 galleries work together
3) If you want to refresh a single item, Use a LookUp to grab it and Patch the Collection, don't grab them all again.
4) If the process of making them visible invisible is making them refresh, it shouldn't but if it does then do this
a) Don't make them invisible
b) Make it so that the Radio button switch determines which one is on the screen and which one isn't
c) Make them both be off the screen but 100px or something on the X Axis
Then when you flip the Radio, dont change whats visible, change the X position, so that the one you see is not OFF the screen and the other is on.
Do this back and forth. Faster and won't refresh.