feat(cache): probe App Page cacheability on staged Workers - #3091
Open
james-elicx wants to merge 7 commits into
Open
feat(cache): probe App Page cacheability on staged Workers#3091james-elicx wants to merge 7 commits into
james-elicx wants to merge 7 commits into
Conversation
commit: |
Contributor
|
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
force-pushed
the
codex/cacheability-probe-protocol
branch
from
August 26, 2026 14:45
57b8f36 to
cac8df4
Compare
james-elicx
force-pushed
the
codex/cacheability-probe-protocol
branch
3 times, most recently
from
August 26, 2026 18:29
3af8b5e to
7e09505
Compare
james-elicx
force-pushed
the
codex/cacheability-probe-protocol
branch
3 times, most recently
from
August 26, 2026 21:27
8c5eb20 to
6adc031
Compare
james-elicx
marked this pull request as ready for review
August 26, 2026 22:08
This was referenced Aug 26, 2026
james-elicx
force-pushed
the
codex/cacheability-probe-protocol
branch
from
August 26, 2026 23:25
6adc031 to
1634073
Compare
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.
Capability stack 3/9. Exact head:
16340739a0a09f558eb06946d2ac2568c2123b05. Base: #3090.Full chain: #3108 → #3090 → #3091 → #3092 → #3103 → #3093 → #3094 → #3098 → #3113.
Summary
Safety and Next.js parity
revalidatealone does not override dynamic runtime usageThis layer covers App Pages. #3092 consumes probe results for ordinary CDN admission; #3098 extends the protocol to Pages Router.
Review guide
cacheability-request.tsauthenticates probes and drains bounded responses.cacheability-classification.tsrecords request-scoped route outcomes.middleware-runtime.tsreports middleware participation without changing middleware behavior.app-page-cache-finalizer.tspublishes the completed render outcome.cacheability-probe.spec.tsexercises the built Worker under workerd.Review size
Layer-only diff against this PR's base: 25 files, +717/-18.
Validation
vp checkandgit diff --check