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

feat(gatsby): Add webpack fs caching for development flag #32264

Merged
merged 10 commits into from Jul 15, 2021

Conversation

KyleAMathews
Copy link
Contributor

@KyleAMathews KyleAMathews commented Jul 6, 2021

Testing on my blog, it drops the start of the webpack server from 11s -> 6s.

Using fs caching in development doesn't need an explicit persistence step as webpack will write out to the cache
whenever it's idling (which happens a lot during development).

[ch32885]

…ith 20% opt-in

Testing on my blog, it drops the start of the webpack server from 11s -> 6s.

Using fs caching in development doesn't need an explicit persistence step as webpack will write out to the cache
whenever it's idling (which happens a lot durinv development).
@gatsbot gatsbot bot added the status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer label Jul 6, 2021
@KyleAMathews KyleAMathews removed the status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer label Jul 6, 2021
@KyleAMathews KyleAMathews marked this pull request as draft July 6, 2021 16:09
@KyleAMathews KyleAMathews added the topic: DX Developer Experience (e.g. Fast Refresh, i18n, SSR, page creation, starters) label Jul 7, 2021
@KyleAMathews KyleAMathews marked this pull request as ready for review July 7, 2021 20:29
@LekoArts LekoArts changed the title feat(gatsby): Enable webpack fs caching for development behind flag with 20% opt-in feat(gatsby): Add webpack fs caching for development flag Jul 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: DX Developer Experience (e.g. Fast Refresh, i18n, SSR, page creation, starters)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants