iOS Scripts Slowness

I am working on iOS native app automation, and when certain below xpaths elements are verified and clicked. It burns alot of time to identify and click on the element.

Note: I have not given any explicit wait time

xpath : //UIAApplication[1]/UIAWindow[1]/UIAScrollView[2]/UIATextField[3]
//UIAApplication[1]/UIAWindow[1]/UIAScrollView[2]/UIAButton[1]

Can anyone let me know whether you have encountered the similar issue?

Hi… did u get a solution to this problem… we are facing the same issue. Identify the element by above method taking 40-50 sec to identify… how can we make it faster.