-
-
Notifications
You must be signed in to change notification settings - Fork 202
[DevIndex] Fix Redundant Store Load via createAllItems hook #9161
Copy link
Copy link
Closed
Labels
aibugSomething isn't workingSomething isn't workingperformancePerformance improvements and optimizationsPerformance improvements and optimizations
Description
The allItems backup collection created during filtering inherits the autoLoad: true config from the main store, causing a redundant data fetch.
This fix introduces a protected createAllItems(config) hook in Neo.collection.Base, which is then overridden in Neo.data.Store to explicitly set autoLoad: false.
This ensures clean separation of concerns and prevents the performance regression.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
aibugSomething isn't workingSomething isn't workingperformancePerformance improvements and optimizationsPerformance improvements and optimizations