Skip to content

perf(vscode): speed up large session rendering#8863

Open
marius-kilocode wants to merge 2 commits intomainfrom
liberating-shirt
Open

perf(vscode): speed up large session rendering#8863
marius-kilocode wants to merge 2 commits intomainfrom
liberating-shirt

Conversation

@marius-kilocode
Copy link
Copy Markdown
Collaborator

@marius-kilocode marius-kilocode commented Apr 13, 2026

Summary

  • Load session transcripts incrementally and virtualize turn rendering so large conversations open at the latest turn without mounting full history.
  • Defer expensive historical markdown/tool-output work and lazy-load slash commands to reduce webview parse/render time during session switches.
  • Reduce payload and first-paint markdown work for large historical tool outputs.

Closes #8607

@kilo-code-bot
Copy link
Copy Markdown
Contributor

kilo-code-bot bot commented Apr 13, 2026

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Files Reviewed (1 files)
  • bun.lock

Reviewed by gpt-5.4-20260305 · 1,489,227 tokens

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Memory accumulation in VS Code extension webview risks renderer OOM (grey screen)

1 participant