Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Client] Perf: SerializableStateInvariantMiddleware #159

Closed
ballyalley-o opened this issue May 3, 2024 · 0 comments · Fixed by #162 or #164
Closed

[Client] Perf: SerializableStateInvariantMiddleware #159

ballyalley-o opened this issue May 3, 2024 · 0 comments · Fixed by #162 or #164
Assignees
Labels
perf Performance related priority 2

Comments

@ballyalley-o
Copy link
Owner

got a warning from redex-toolkit:

'SerializableStateInvariantMiddleware took 101ms, which is more than the warning threshold of 32ms.
If your state or actions are very large, you may want to disable the middleware as it might cause too much of a slowdown in development mode. See https://redux-toolkit.js.org/api/getDefaultMiddleware for instructions.
It is disabled in production builds, so you don't need to worry about that.'

Image

@ballyalley-o ballyalley-o added perf Performance related priority 2 labels May 3, 2024
@ballyalley-o ballyalley-o self-assigned this May 3, 2024
@ballyalley-o ballyalley-o moved this to 🗂️ Backlog in The Code Coach Projct™ May 3, 2024
@ballyalley-o ballyalley-o moved this from 🗂️ Backlog to In Progress in The Code Coach Projct™ May 3, 2024
ballyalley-o added a commit that referenced this issue May 5, 2024
…erializableCheck and immutableCheck configuration in store.ts):
ballyalley-o added a commit that referenced this issue May 5, 2024
…ils-page

[Client] Perf: SerializableStateInvariantMiddleware #159: Fix serializableCheck and immutableCheck configuration in store.ts
@github-project-automation github-project-automation bot moved this from In Progress to Done in The Code Coach Projct™ May 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment