-
Notifications
You must be signed in to change notification settings - Fork 27.6k
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
[Turbopack] reduce the number of spans created in task completion #75437
Merged
Conversation
This file contains 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
This was referenced Jan 29, 2025
Stats from current PRDefault BuildGeneral
Client Bundles (main, webpack)
Legacy Client Bundles (polyfills)
Client Pages
Client Build Manifests
Rendered Page Sizes
Edge SSR bundle Size
Middleware size
Next Runtimes
build cache
Diff detailsDiff for main-HASH.jsDiff too large to display |
caf32c7
to
1b1b190
Compare
fc6f804
to
6884e61
Compare
bgw
approved these changes
Jan 29, 2025
1b1b190
to
7f00411
Compare
6884e61
to
afce630
Compare
7f00411
to
c53679c
Compare
afce630
to
2069ce9
Compare
c53679c
to
50337e5
Compare
2069ce9
to
2a52349
Compare
50337e5
to
a1d5dd3
Compare
2a52349
to
28b836a
Compare
a1d5dd3
to
912c37c
Compare
28b836a
to
88d2c40
Compare
912c37c
to
b0be27a
Compare
88d2c40
to
533de45
Compare
a9a87aa
to
8fe203c
Compare
419c2fa
to
e604635
Compare
8fe203c
to
e835c3e
Compare
e604635
to
15d6cc8
Compare
e835c3e
to
f8162e2
Compare
15d6cc8
to
e620692
Compare
f8162e2
to
2e08f15
Compare
e620692
to
a99f036
Compare
fdaad90
to
c5747a5
Compare
a99f036
to
74f4093
Compare
c5747a5
to
24625a5
Compare
74f4093
to
2ccc8c5
Compare
24625a5
to
6651734
Compare
2ccc8c5
to
3aad50f
Compare
3aad50f
to
c631f8d
Compare
6651734
to
00c9fd4
Compare
c631f8d
to
b4afea2
Compare
Tests Passed |
Merge activity
|
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.
What?
Skip some methods for tasks without children.
Reduces number of spans created in tracing.
Closes PACK-3892