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
getDerivedStateFromProps is a major performance bottleneck when there are lots of trees with comments. Even clicking on one comment can take up to 7 seconds until something happens. The culprit is most likely the sorting in getDerivedStateFromProps which could be easily cached (and maybe optimized in another way, as well).
The text was updated successfully, but these errors were encountered:
getDerivedStateFromProps
is a major performance bottleneck when there are lots of trees with comments. Even clicking on one comment can take up to 7 seconds until something happens. The culprit is most likely the sorting ingetDerivedStateFromProps
which could be easily cached (and maybe optimized in another way, as well).The text was updated successfully, but these errors were encountered: