-
Notifications
You must be signed in to change notification settings - Fork 30.3k
Turbopack: use selective reads for merged modules #88560
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
|
01acfb1 to
4b38276
Compare
123468b to
57f3026
Compare
4b38276 to
f655453
Compare
57f3026 to
7ea2ab2
Compare
f655453 to
5d26752
Compare
CodSpeed Performance ReportMerging this PR will not alter performanceComparing Summary
Footnotes
|
ac32f08 to
4984f09
Compare
5d26752 to
6a2c423
Compare
4984f09 to
c7a40b1
Compare
6a2c423 to
417f80f
Compare
7b4c945 to
0b1cd77
Compare
733a56f to
79c0c1e
Compare
6b38c6e to
d870869
Compare
79c0c1e to
aa766fa
Compare
d870869 to
0874e3f
Compare
aa766fa to
95d32c3
Compare
0874e3f to
3731bb9
Compare
95d32c3 to
2ea978f
Compare
3731bb9 to
bcb4795
Compare
2ea978f to
e36980f
Compare
a890206 to
866cdb7
Compare
e36980f to
f693acb
Compare
f693acb to
5371a4a
Compare
866cdb7 to
bbf8aec
Compare
5371a4a to
270b86a
Compare
### What? Use selective reads for merged modules data. This is a preparation to make chunking be less dependent on module graph changes.

What?
Use selective reads for merged modules data.
This is a preparation to make chunking be less dependent on module graph changes.