Text tying speed in iOS text box is very slow

In iOS automation, enter text into text box is very slow. I tried in both sendKeys(), MobileElement setValue() methods but still latency.

Element (Sending text SLOW) :-
XCElementType --> XCUIElementTypeTextField
class --> UIATextField
knownSuperClass --> NSObject
*This element has x,y coordinates and no attributes other than the above.

Element (Sending text FAST):-
XCElementType --> XCUIElementTypeTextField
class --> UIATextField
knownSuperClass --> UITextField
*This element has more attributes like name,id,label,accessibilityLabel

Appium version : 1.15.1
java-client version : 7.0.0

Help me on this appium sendKeys text slowness issue.