perf: defer heavy chat shell renderers#183
Open
0xSolarPunk wants to merge 1 commit into
Open
Conversation
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
Perf notes
rgxz0B2U.jsat 929,406 bytes andafXDL_8X.jsat 711,925 bytes.D9I-KMdv.jsat 650,886 bytes.Evidence
Dogfood report is at
/tmp/garcon-dogfood-perf/report.mdon the profiling machine.Validation
bun run --cwd web test conversation-feed-itemsbun run checkbun run testtimeout 45s bun run start --port 0 --bind-address 127.0.0.1Startup smoke reached
http://0.0.0.0:21369before the timeout shut down the test server.Notes
/tmp/openai-codex; the relevant design takeaway was to avoid unnecessary work in the steady chat render path, similar to Codex TUI's frame diffing approach./tmp/svelte-official; this keeps the change in canonical runes/await-boundary territory.