fix(cloudflare): harden canonical RSC warmup end to end - #3040
Open
james-elicx wants to merge 21 commits into
Open
fix(cloudflare): harden canonical RSC warmup end to end#3040james-elicx wants to merge 21 commits into
james-elicx wants to merge 21 commits into
Conversation
Contributor
|
commit: |
Contributor
Performance benchmarksCompared 1 improved · 0 regressed · 5 within ±1.5%
View detailed results and traces 🟢 improvement · 🔴 regression · ⚫ change below 1.5% · paired base/head |
james-elicx
changed the base branch from
codex/rsc-prewarm-deploy-invariants
to
codex/rsc-prewarm-loading-shell-scope
August 22, 2026 16:58
james-elicx
changed the base branch from
codex/rsc-prewarm-loading-shell-scope
to
codex/rsc-prewarm-e2e-proof
August 22, 2026 17:00
This was referenced Aug 22, 2026
james-elicx
marked this pull request as ready for review
August 24, 2026 17:50
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.
Summary
Consolidates the canonical warmup hardening previously split across #3021–#3040. This range ends at the first clean, self-contained deployed boundary: earlier heads could begin filling cache keys while version-override routing was still mixed, which is fixed by the staged-readiness work included here.
Response and build validation
Vary, and immutable build identityCanonical request ownership
router.prefetch(),router.push(), explicit full prefetch, and soft navigation reuse on a real deployed WorkerDiscovery and staged deployment
The three findings raised on #3038 are resolved by #3039 and #3040 within this consolidated range.
Scope
Only canonical RSC/ISR CDN warm request identity, build-time warm discovery, response validation, and Cloudflare staged deployment. No middleware, TPR, development-mode, cross-version-cache, local page rendering, or generic caching changes.
Validation
The retained commits keep their focused client, ownership, cache, adapter, discovery, deploy, version, build, and deployed Playwright coverage. This exact head passed all 67 checks, including strict Worker prewarming and browser reuse.
Consolidates #3021 through #3040. Stacked on #3020.