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
We havent really taken a look at how many renders we are are using in general but Ive noticed that a blank content in the dashboard layout gets rendered 15 times
Suggested solution
Evaluate if its necessary for the app to re-render so many times by blanking one of the pages and see what triggers the re-renders.
Maybe we have a problem with redux store that keeps creating a new state while holding the same data.
Goal
Improve performance of dashboard
Tasks
try blanking a page
research whats causing the re-renders.
The text was updated successfully, but these errors were encountered:
Description
We havent really taken a look at how many renders we are are using in general but Ive noticed that a blank content in the dashboard layout gets rendered 15 times
Suggested solution
Evaluate if its necessary for the app to re-render so many times by blanking one of the pages and see what triggers the re-renders.
Maybe we have a problem with redux store that keeps creating a new state while holding the same data.
Goal
Tasks
The text was updated successfully, but these errors were encountered: