-
Hello, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
First the is nothing you want build into the library. To speed things up, you can issue multiple browserequest in one call: https://reference.opcfoundation.org/Core/Part4/v104/docs/5.8.2 Also you could try to use asyncio tasks, to do multiple calls at once. |
Beta Was this translation helpful? Give feedback.
I wrote the client (a looong time ago) and yes it browses everytime you try to expand a node in the tree and uses the low level API at a few places.
Generally trying to load all the nodes is a very bad idea and probably impossible in under 3s depending on hw