You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 13, 2023. It is now read-only.
In my application I have around 6 queries executed on server side. Few of them are queries that could be easily cached and they do not need to walk the tree every time the request comes to server.
Do you have any recommendation, tips etc how to improve it? I did't found any usefull posts/issues about performance of getDataFromTree function