Appium scripts is running very slow on the screen with multiple dynamic data on Android

I am automating one of the crypto apps on Android. I have observed one thing that while running the same set of tests on a dev environment where numeric values are mostly static and not changing much, the scripts run at a pretty good speed. But while running the same test suite on the prod environment where the numeric data are changing every second, the script tends to run very slow. It takes about 5 seconds or more to execute a single command.
Please note that I am not dealing with any of the dynamic data, just handling the input fields and the buttons on the screen.
Any idea why it is happening so? Kindly help me out.
Thanks.