Turbopack: Remove chunk group id from value of chunk groups map#95142
Merged
Conversation
Contributor
Tests PassedCommit: d2bfdd4 |
Contributor
Stats from current PR🟢 1 improvement
📊 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
Server Middleware
Build DetailsBuild Manifests
📦 WebpackClient Main Bundles
Polyfills
Pages
Server Edge SSR
Middleware
Build DetailsBuild Manifests
Build Cache
🔄 Shared (bundler-independent)Runtimes
📎 Tarball URLCommit: d2bfdd4 |
sampoder
force-pushed
the
sp/turbopack/chunking-heuristics/production
branch
4 times, most recently
from
June 25, 2026 07:02
6142984 to
d0bb99a
Compare
sampoder
force-pushed
the
bgw/dedupe-group-id-in-chunk-group-map
branch
from
June 25, 2026 07:03
3559ccd to
b2e05e3
Compare
sampoder
changed the base branch from
sp/turbopack/chunking-heuristics/production
to
sp/turbopack/chunking-heuristics/clusters
June 25, 2026 07:04
sampoder
force-pushed
the
sp/turbopack/chunking-heuristics/clusters
branch
from
June 29, 2026 19:13
e6dbf56 to
00f7598
Compare
sampoder
force-pushed
the
bgw/dedupe-group-id-in-chunk-group-map
branch
from
June 29, 2026 19:13
b2e05e3 to
9f5e5a1
Compare
sampoder
force-pushed
the
sp/turbopack/chunking-heuristics/clusters
branch
from
June 29, 2026 23:50
e3b86c8 to
9726503
Compare
sampoder
force-pushed
the
sp/turbopack/chunking-heuristics/clusters
branch
3 times, most recently
from
July 13, 2026 22:40
723758a to
a0aa5a8
Compare
sampoder
force-pushed
the
bgw/dedupe-group-id-in-chunk-group-map
branch
from
July 13, 2026 22:40
9f5e5a1 to
96a3029
Compare
sampoder
force-pushed
the
sp/turbopack/chunking-heuristics/clusters
branch
from
July 13, 2026 22:54
a0aa5a8 to
d4d4b50
Compare
sampoder
force-pushed
the
bgw/dedupe-group-id-in-chunk-group-map
branch
from
July 13, 2026 22:54
96a3029 to
8dcc30d
Compare
sampoder
force-pushed
the
sp/turbopack/chunking-heuristics/clusters
branch
from
July 13, 2026 23:20
d4d4b50 to
a78758c
Compare
sampoder
force-pushed
the
bgw/dedupe-group-id-in-chunk-group-map
branch
from
July 13, 2026 23:20
8dcc30d to
a685194
Compare
sampoder
force-pushed
the
sp/turbopack/chunking-heuristics/clusters
branch
from
July 13, 2026 23:23
a78758c to
04872ae
Compare
sampoder
force-pushed
the
bgw/dedupe-group-id-in-chunk-group-map
branch
from
July 13, 2026 23:23
a685194 to
6e3ba2c
Compare
sampoder
force-pushed
the
sp/turbopack/chunking-heuristics/clusters
branch
from
July 14, 2026 21:48
04872ae to
b6d5995
Compare
bgw
force-pushed
the
bgw/dedupe-group-id-in-chunk-group-map
branch
from
July 20, 2026 23:09
6e3ba2c to
0953d9f
Compare
bgw
changed the base branch from
sp/turbopack/chunking-heuristics/clusters
to
canary
July 20, 2026 23:11
bgw
marked this pull request as ready for review
July 20, 2026 23:11
bgw
force-pushed
the
bgw/dedupe-group-id-in-chunk-group-map
branch
from
July 21, 2026 21:51
0953d9f to
d2bfdd4
Compare
sampoder
approved these changes
Jul 21, 2026
bgw
enabled auto-merge (squash)
July 21, 2026 21:57
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
It looks like we were redundantly storing these group ids in the
FxIndexMap, when we could just use it's entry position.