-
Notifications
You must be signed in to change notification settings - Fork 30.3k
Turbopack: add caching to chunking #88561
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
Conversation
|
Allow CI Workflow Run
Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer |
1 similar comment
|
Allow CI Workflow Run
Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer |
Tests Passed |
Stats from current PR✅ No significant changes detected📊 All Metrics📖 Metrics GlossaryDev Server Metrics:
Build Metrics:
Change Thresholds:
⚡ Dev Server
📦 Dev Server (Webpack) (Legacy)📦 Dev Server (Webpack)
⚡ Production Builds
📦 Production Builds (Webpack) (Legacy)📦 Production Builds (Webpack)
📦 Bundle SizesBundle Sizes⚡ TurbopackClient Main Bundles: **430 kB** → **430 kB** ✅ -81 B82 files with content-based hashes (individual files not comparable between builds) Server Middleware
Build DetailsBuild Manifests
📦 WebpackClient Main Bundles
Polyfills
Pages
Server Edge SSR
Middleware
Build DetailsBuild Manifests
Build Cache
🔄 Shared (bundler-independent)Runtimes
|
b59bb44 to
6c030b9
Compare
4b38276 to
f655453
Compare
7eb2e99 to
e674a8b
Compare
f655453 to
5d26752
Compare
Merging this PR will not alter performance
Comparing Footnotes
|
e674a8b to
d22f730
Compare
6a2c423 to
417f80f
Compare
d22f730 to
46ab09d
Compare
ba514f5 to
733a56f
Compare
cc74267 to
6d683eb
Compare
733a56f to
79c0c1e
Compare
6d683eb to
70ab818
Compare
79c0c1e to
aa766fa
Compare
70ab818 to
5669332
Compare
aa766fa to
95d32c3
Compare
5669332 to
dacd83f
Compare
95d32c3 to
2ea978f
Compare
dacd83f to
22f8fbd
Compare
2ea978f to
e36980f
Compare
22f8fbd to
549c9bd
Compare
e36980f to
f693acb
Compare
549c9bd to
88a56a6
Compare
5371a4a to
270b86a
Compare
88a56a6 to
be9ef9f
Compare
be9ef9f to
d99eb30
Compare
270b86a to
a8b0f9d
Compare
make make_chunks a cached function
d99eb30 to
2e07870
Compare
### What? Make make_chunks a cached function to allow it to be cached even when the module graph changes (assuming that chunk group's chunk items are not affected by the change)

What?
Make make_chunks a cached function to allow it to be cached even when the module graph changes (assuming that chunk group's chunk items are not affected by the change)