Skip to content

Commit cfdfe3c

Browse files
committed
[Fizz] Count Boundary bytes that may contribute to the preamble in the request byteSize (facebook#34059)
Stacked on facebook#34058 When tracking how large the shell is we currently only track the bytes of everything above Suspense boundaries. However since Boundaries that contribute to the preamble will always be inlined when the shell flushes they should also be considered as part of the request byteSize since they always flush alongside the shell. This change adds this tracking DiffTrain build for [8de7aed](facebook@8de7aed)
1 parent 9953bb9 commit cfdfe3c

34 files changed

+86
-86
lines changed

compiled/facebook-www/REVISION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
c260b38d0a082641342fc45ff5ac96e32f764f20
1+
8de7aed8927d87a9e7e838f5d8ae28d5c30805d3
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
c260b38d0a082641342fc45ff5ac96e32f764f20
1+
8de7aed8927d87a9e7e838f5d8ae28d5c30805d3

compiled/facebook-www/React-dev.classic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1434,7 +1434,7 @@ __DEV__ &&
14341434
exports.useTransition = function () {
14351435
return resolveDispatcher().useTransition();
14361436
};
1437-
exports.version = "19.2.0-www-classic-c260b38d-20250731";
1437+
exports.version = "19.2.0-www-classic-8de7aed8-20250730";
14381438
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
14391439
"function" ===
14401440
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/React-dev.modern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1434,7 +1434,7 @@ __DEV__ &&
14341434
exports.useTransition = function () {
14351435
return resolveDispatcher().useTransition();
14361436
};
1437-
exports.version = "19.2.0-www-modern-c260b38d-20250731";
1437+
exports.version = "19.2.0-www-modern-8de7aed8-20250730";
14381438
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
14391439
"function" ===
14401440
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/React-prod.classic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,4 +610,4 @@ exports.useSyncExternalStore = function (
610610
exports.useTransition = function () {
611611
return ReactSharedInternals.H.useTransition();
612612
};
613-
exports.version = "19.2.0-www-classic-c260b38d-20250731";
613+
exports.version = "19.2.0-www-classic-8de7aed8-20250730";

compiled/facebook-www/React-prod.modern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,4 +610,4 @@ exports.useSyncExternalStore = function (
610610
exports.useTransition = function () {
611611
return ReactSharedInternals.H.useTransition();
612612
};
613-
exports.version = "19.2.0-www-modern-c260b38d-20250731";
613+
exports.version = "19.2.0-www-modern-8de7aed8-20250730";

compiled/facebook-www/React-profiling.classic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ exports.useSyncExternalStore = function (
614614
exports.useTransition = function () {
615615
return ReactSharedInternals.H.useTransition();
616616
};
617-
exports.version = "19.2.0-www-classic-c260b38d-20250731";
617+
exports.version = "19.2.0-www-classic-8de7aed8-20250730";
618618
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
619619
"function" ===
620620
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/React-profiling.modern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ exports.useSyncExternalStore = function (
614614
exports.useTransition = function () {
615615
return ReactSharedInternals.H.useTransition();
616616
};
617-
exports.version = "19.2.0-www-modern-c260b38d-20250731";
617+
exports.version = "19.2.0-www-modern-8de7aed8-20250730";
618618
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
619619
"function" ===
620620
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/ReactART-dev.classic.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19318,10 +19318,10 @@ __DEV__ &&
1931819318
(function () {
1931919319
var internals = {
1932019320
bundleType: 1,
19321-
version: "19.2.0-www-classic-c260b38d-20250731",
19321+
version: "19.2.0-www-classic-8de7aed8-20250730",
1932219322
rendererPackageName: "react-art",
1932319323
currentDispatcherRef: ReactSharedInternals,
19324-
reconcilerVersion: "19.2.0-www-classic-c260b38d-20250731"
19324+
reconcilerVersion: "19.2.0-www-classic-8de7aed8-20250730"
1932519325
};
1932619326
internals.overrideHookState = overrideHookState;
1932719327
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -19355,7 +19355,7 @@ __DEV__ &&
1935519355
exports.Shape = Shape;
1935619356
exports.Surface = Surface;
1935719357
exports.Text = Text;
19358-
exports.version = "19.2.0-www-classic-c260b38d-20250731";
19358+
exports.version = "19.2.0-www-classic-8de7aed8-20250730";
1935919359
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1936019360
"function" ===
1936119361
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/ReactART-dev.modern.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19089,10 +19089,10 @@ __DEV__ &&
1908919089
(function () {
1909019090
var internals = {
1909119091
bundleType: 1,
19092-
version: "19.2.0-www-modern-c260b38d-20250731",
19092+
version: "19.2.0-www-modern-8de7aed8-20250730",
1909319093
rendererPackageName: "react-art",
1909419094
currentDispatcherRef: ReactSharedInternals,
19095-
reconcilerVersion: "19.2.0-www-modern-c260b38d-20250731"
19095+
reconcilerVersion: "19.2.0-www-modern-8de7aed8-20250730"
1909619096
};
1909719097
internals.overrideHookState = overrideHookState;
1909819098
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -19126,7 +19126,7 @@ __DEV__ &&
1912619126
exports.Shape = Shape;
1912719127
exports.Surface = Surface;
1912819128
exports.Text = Text;
19129-
exports.version = "19.2.0-www-modern-c260b38d-20250731";
19129+
exports.version = "19.2.0-www-modern-8de7aed8-20250730";
1913019130
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1913119131
"function" ===
1913219132
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

0 commit comments

Comments
 (0)