Use single Proxy to determine chain of accessors.
Closed this issue · 0 comments
kube commented
Chain of accessors is determined through an unnecessary recursive use of proxies, that cost performance because of multiple Proxy objects creation.
To optimize performance, use a single Proxy that will return itself recursively, and fill accessors chain.