Need solutions for slow huge data loading on Android Device

Hi,

I’m having problem with loading huge dataon Android Device. Anytime I touch a button, the app loads very long before next touchs.

Is there anyway to just ignore the loading? Because I can see all the GUI already. It’s just reload everytime I touch a button.

I have tried to set driver.implicitly_wait(0) but it not work? It still need time to load the DOM before making any action.

Really appriciated for your help!
Thang Tu