-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Closed
Labels
good first issueIssue that doesn't require previous experience with GatsbyIssue that doesn't require previous experience with Gatsbytype: maintenanceAn issue or pull request describing a change that isn't a bug, feature or documentation changeAn issue or pull request describing a change that isn't a bug, feature or documentation change
Description
Summary
A quick fix to enable gatsby users to disable redux state caching was introduced by #13066 as it caused out of memory issues for large websites. #10732 fixes this issue correctly by moving away from json-stringify into v8.serialize.
#10732 still keeps the redux state on disk which gives us the same speed benefits as we had before. With the temporary fix, we didn't have any cache which means our site takes more time to load.
abhijithvijayan
Metadata
Metadata
Assignees
Labels
good first issueIssue that doesn't require previous experience with GatsbyIssue that doesn't require previous experience with Gatsbytype: maintenanceAn issue or pull request describing a change that isn't a bug, feature or documentation changeAn issue or pull request describing a change that isn't a bug, feature or documentation change