problem with performance ngxs and redux dev tools

心不动则不痛 提交于 2021-02-10 20:32:07

问题


I store a whole app in ngxs and this works fine.

I have problem when I want to see these data in redux devtools. On first when store was small, all works fine, when store comes lager reduxdevtools works slower and slower, and now is crashes.

Actual here is my json store it is no so big, but in feature with data from backend it will be have about 20-30 Mb

on debug window I see these info: Application state or actions payloads are too large making Redux DevTools serialization slow and consuming a lot of memory. See link to article on how to configure it.

But these example is under ngrx.

I think, that probem is with serialization large object in devtools.

Is it possible to control which areas should be shown in devtools using ngxs as in the example from the link above? or maybe these are better tools for example:diff monitor

thanks for ansvers...

来源:https://stackoverflow.com/questions/58805964/problem-with-performance-ngxs-and-redux-dev-tools

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!