-
Notifications
You must be signed in to change notification settings - Fork 30.3k
Turbopack: selective read for module_chunk_groups in ChunkGroupInfo #88559
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 |
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
|
123468b to
57f3026
Compare
77dea0d to
ea2c9d1
Compare
57f3026 to
7ea2ab2
Compare
Merging this PR will not alter performance
Comparing Footnotes
|
ea2c9d1 to
f25f974
Compare
ac32f08 to
4984f09
Compare
f25f974 to
53341fe
Compare
4984f09 to
c7a40b1
Compare
4f4747e to
c1533a6
Compare
c7a40b1 to
7b4c945
Compare
7b4c945 to
0b1cd77
Compare
0b1cd77 to
6b38c6e
Compare
c1533a6 to
5f9a8cd
Compare
5f9a8cd to
2f5f742
Compare
6b38c6e to
d870869
Compare
2f5f742 to
406722e
Compare
d870869 to
0874e3f
Compare
406722e to
96cee4f
Compare
0874e3f to
3731bb9
Compare
3731bb9 to
bcb4795
Compare
96cee4f to
87da776
Compare
bcb4795 to
a890206
Compare
87da776 to
43460b1
Compare
a890206 to
866cdb7
Compare
Tests Passed |
…88559) ### What? Use selective reads for module chunk groups from chunk group info This is a preparation to make chunking be less dependent on module graph changes.

What?
Use selective reads for module chunk groups from chunk group info
This is a preparation to make chunking be less dependent on module graph changes.