Delayed communication with Allen bradley PLC

I’m working on ignition edge and haveing issue with PLC communication delay while writing into using bidirectional binding.
Most of the things are in default settings.
after research following are main 2 errors im stuck to.
If anyone knows, please guide .
I’m using ignition edge

Time: Mon Sep 27 6:22:55PM Severity: ERROR Logger: com.inductiveautomation.ignition.client.util.gui.ErrorUtil Stack Trace: java.util.concurrent.ExecutionException: com.inductiveautomation.ignition.client.gateway_interface.GatewayException: Read timed out&#13;<br>&nbsp;&nbsp;&nbsp;&nbsp;at java.base/java.util.concurrent.CompletableFuture.reportGet(Unknown Source)&#13;<br>&nbsp;&nbsp;&nbsp;&nbsp;at java.base/java.util.concurrent.CompletableFuture.get(Unknown Source)&#13;<br>&nbsp;&nbsp;&nbsp;&nbsp;at com.inductiveautomation.ignition.designer.sqltags.opcbrowser.OpcBrowseExecutor\$ProviderBrowseExecutor.browse(OpcBrowseExecutor.java:49)&#13;<br>&nbsp;&nbsp;&nbsp;&nbsp;at com.inductiveautomation.ignition.designer.sqltags.opcbrowser.AbstractOPCTreeNode.browse(AbstractOPCTreeNode.java:35)&#13;<br>&nbsp;&nbsp;&nbsp;&nbsp;at com.inductiveautomation.ignition.designer.sqltags.opcbrowser.OPCFolderNode.loadChildren(OPCFolderNode.java:52)&#13;<br>&nbsp;&nbsp;&nbsp;&nbsp;at com.inductiveautomation.ignition.client.util.gui.tree.AbstractAsynchronousTreeNode\$Loader.run(AbstractAsynchronousTreeNode.java:83)&#13;<br>&nbsp;&nbsp;&nbsp;&nbsp;at java.base/java.util.concurrent.Executors\$RunnableAdapter.call(Unknown Source)&#13;<br>&nbsp;&nbsp;&nbsp;&nbsp;at java.base/java.util.concurrent.FutureTask.run(Unknown Source)&#13;<br>&nbsp;&nbsp;&nbsp;&nbsp;at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)&#13;<br>&nbsp;&nbsp;&nbsp;&nbsp;at java.base/java.util.concurrent.ThreadPoolExecutor\$Worker.run(Unknown Source)&#13;<br>&nbsp;&nbsp;&nbsp;&nbsp;at java.base/java.lang.Thread.run(Unknown Source)&#13;<br>Caused by: com.inductiveautomation.ignition.client.gateway_interface.GatewayException: Read timed out&#13;<br>&nbsp;&nbsp;&nbsp;&nbsp;at com.inductiveautomation.ignition.client.gateway_interface.GatewayInterface.newGatewayException(GatewayInterface.java:351)&#13;<br>&nbsp;&nbsp;&nbsp;&nbsp;at com.inductiveautomation.ignition.client.gateway_interface.GatewayInterface.getResponse(GatewayInterface.java:543)&#13;<br>&nbsp;&nbsp;&nbsp;&nbsp;at com.inductiveautomation.ignition.client.gateway_interface.GatewayInterface.sendMessage(GatewayInterface.java:283)&#13;<br>&nbsp;&nbsp;&nbsp;&nbsp;at com.inductiveautomation.ignition.client.gateway_interface.GatewayInterface.sendMessage(GatewayInterface.java:278)&#13;<br>&nbsp;&nbsp;&nbsp;&nbsp;at com.inductiveautomation.ignition.client.gateway_interface.GatewayInterface.invoke(GatewayInterface.java:945)&#13;<br>&nbsp;&nbsp;&nbsp;&nbsp;at com.inductiveautomation.ignition.client.tags.impl.GatewayTagInterface.browseTagDataSourcesAsync(GatewayTagInterface.java:180)&#13;<br>&nbsp;&nbsp;&nbsp;&nbsp;at com.inductiveautomation.ignition.client.tags.impl.GatewayTagInterface\$GatewayProviderProxy.browseTagDataSourcesAsync(GatewayTagInterface.java:263)&#13;<br>&nbsp;&nbsp;&nbsp;&nbsp;at com.inductiveautomation.ignition.client.tags.impl.ClientTagManagerImpl.browseTagDataSourcesAsync(ClientTagManagerImpl.java:155)&#13;<br>&nbsp;&nbsp;&nbsp;&nbsp;... 9 common frames omitted&#13;<br>Caused by: java.net.SocketTimeoutException: Read timed out&#13;<br>&nbsp;&nbsp;&nbsp;&nbsp;at java.base/java.net.SocketInputStream.socketRead0(Native Method)&#13;<br>&nbsp;&nbsp;&nbsp;&nbsp;at java.base/java.net.SocketInputStream.socketRead(Unknown Source)&#13;<br>&nbsp;&nbsp;&nbsp;&nbsp;at java.base/java.net.SocketInputStream.read(Unknown Source)&#13;<br>&nbsp;&nbsp;&nbsp;&nbsp;at java.base/java.net.SocketInputStream.read(Unknown Source)&#13;<br>&nbsp;&nbsp;&nbsp;&nbsp;at java.base/java.io.BufferedInputStream.fill(Unknown Source)&#13;<br>&nbsp;&nbsp;&nbsp;&nbsp;at java.base/java.io.BufferedInputStream.read1(Unknown Source)&#13;<br>&nbsp;&nbsp;&nbsp;&nbsp;at java.base/java.io.BufferedInputStream.read(Unknown Source)&#13;<br>&nbsp;&nbsp;&nbsp;&nbsp;at java.base/sun.net.www.http.HttpClient.parseHTTPHeader(Unknown Source)&#13;<br>&nbsp;&nbsp;&nbsp;&nbsp;at java.base/sun.net.www.http.HttpClient.parseHTTP(Unknown Source)&#13;<br>&nbsp;&nbsp;&nbsp;&nbsp;at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)&#13;<br>&nbsp;&nbsp;&nbsp;&nbsp;at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)&#13;<br>&nbsp;&nbsp;&nbsp;&nbsp;at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)&#13;<br>&nbsp;&nbsp;&nbsp;&nbsp;at com.inductiveautomation.ignition.client.gateway_interface.GatewayInterface.getResponse(GatewayInterface.java:437)&#13;<br>&nbsp;&nbsp;&nbsp;&nbsp;... 15 common frames omitted&#13;<br>

INFO   | jvm 1    | 2021/09/27 15:52:44 | Max allowed deviation=1000ms, actual deviation=1134ms 
INFO   | jvm 1    | 2021/09/27 15:52:51 | W [ClockDriftDetector            ] [19:52:51]: Clock drift, degraded performance, or pause-the-world detected.