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
thescientist13
changed the title
components are over rendering (in production build)
components are over rendering with spa optimization setting
Aug 6, 2020
Type of Change
Summary
Observed as part of reviewing #345 (comment), but all headers and footers (regardless of GraphQL usage) are rendering a LOT on load.
![excessive-component-rerendering](https://user-images.githubusercontent.com/895923/81241634-d657af00-8fd8-11ea-818e-a337e2404679.png)
It should be noted that in develop / SPA mode, we get what we would probably consider the appropriate amount of renders (x2)
![image](https://user-images.githubusercontent.com/895923/81242204-80840680-8fda-11ea-8caf-95baddccca26.png)
Details
Not sure why. Maybe related to some of these issues
If it's related to no, 2, then this might require some sort of documentation for a pattern users may need to follow.
The text was updated successfully, but these errors were encountered: