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
fix(perf): improve long running task performance in query core (#8107)
* fix: improve long running task performance in query core
This addresses two hot spots we have noticed
on a large scale enterprise app when profiling
with chrome. These changes help to cut down
on long running tasks when there are many query
calls on the page
* refactor: remove two more arrays to be more efficient
* refactor: remove queryObserver improvement from PR
* refactor: packages/query-core/src/queryObserver.ts remove
---------
Co-authored-by: davidaghassi <[email protected]>
Co-authored-by: Dominik Dorfmeister <[email protected]>
0 commit comments