-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <davidaghassi@robinhood.com> Co-authored-by: Dominik Dorfmeister <office@dorfmeister.cc>
- Loading branch information
1 parent
44b70f1
commit 5499577
Showing
1 changed file
with
30 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters