Stream server overview independently of analytics - #1175
Open
jasonhedman wants to merge 1 commit into
Open
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
jasonhedman
force-pushed
the
json/stream-server-detail
branch
from
September 8, 2026 17:33
1d47529 to
7482a2d
Compare
jasonhedman
force-pushed
the
json/stream-server-detail
branch
from
September 8, 2026 17:43
7482a2d to
21286be
Compare
jasonhedman
force-pushed
the
json/stream-server-detail
branch
from
September 8, 2026 17:55
21286be to
10f3666
Compare
jasonhedman
removed this pull request from stack #1176
September 9, 2026 14:39
jasonhedman
added this pull request to stack #1128
September 9, 2026 14:40
jasonhedman
marked this pull request as ready for review
September 9, 2026 14:43
jasonhedman
force-pushed
the
json/stream-server-detail
branch
from
September 9, 2026 15:02
10f3666 to
1330d33
Compare
jasonhedman
force-pushed
the
json/stream-server-detail
branch
2 times, most recently
from
September 9, 2026 15:13
bda5e49 to
eab43ee
Compare
jasonhedman
force-pushed
the
json/stream-server-detail
branch
from
September 9, 2026 19:14
eab43ee to
f797fd9
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.
A server detail page currently waits for both analytics queries before returning its overview, and its parent layout repeats the origin lookup above the loading boundary. Make the parent layout synchronous, share the validated origin lookup between metadata and page using React request memoization, and start analytics prefetches without awaiting them. Existing pending-query hydration and section boundaries handle the chart stream.
Validation: Production build passed. Both regression tests pass: pending analytics do not block the overview, and missing origins return 404 without analytics. StableEnrich detail loads its overview, usage and resources without browser errors. Independent production-code review passed. App TypeScript, 245 tests, UI compliance, source integrity, and repository boundaries pass. Full
pnpm checknow passes with zero lint warnings or errors, including source integrity and repository boundaries.Stack base: #1174.