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
In the profiler result below, Root comparison and state.setStateCachesAsPersistent seems to be too high compared to others:
We need to analyse why and if we can improve it
Update
My other profiler shows that postState.setStateCachesAsPersistent(); is only 0.1ms (so we can iggnore it) while Root comparison is still that high (2.6ms)
The text was updated successfully, but these errors were encountered:
Describe the bug
In the profiler result below, Root comparison and state.setStateCachesAsPersistent seems to be too high compared to others:
We need to analyse why and if we can improve it
Update
My other profiler shows that
postState.setStateCachesAsPersistent();
is only 0.1ms (so we can iggnore it) while Root comparison is still that high (2.6ms)The text was updated successfully, but these errors were encountered: