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
I'm in the midst of migrating from vuex-orm to pinia-orm and I'm now far into it. I'm now faced with a huge performance issue.. feels like a memory leak of some kind.. I have a suspicion that it's due to the way I've set up my relationships. I got a clue due to the issue I've raised regarding the invalid boolean.. the clue is that when I have the invalid boolean warning, I got over one thousand warnings in my console.. even though the relation causing this warning only exists in single digits. So I have a feeling it's going through some crazy recursion but I'm really struggling to debug.
It would be nice if there was a debug flag that could be enabled that would be verbose in everything it's doing so I could pinpoint the source of this performance issue.
Is there perhaps already something like this?
Many thanks
Additional information
Would you be willing to help implement this feature?
Describe the feature
I'm in the midst of migrating from vuex-orm to pinia-orm and I'm now far into it. I'm now faced with a huge performance issue.. feels like a memory leak of some kind.. I have a suspicion that it's due to the way I've set up my relationships. I got a clue due to the issue I've raised regarding the invalid boolean.. the clue is that when I have the invalid boolean warning, I got over one thousand warnings in my console.. even though the relation causing this warning only exists in single digits. So I have a feeling it's going through some crazy recursion but I'm really struggling to debug.
It would be nice if there was a debug flag that could be enabled that would be verbose in everything it's doing so I could pinpoint the source of this performance issue.
Is there perhaps already something like this?
Many thanks
Additional information
Final checks
The text was updated successfully, but these errors were encountered: