Skip to content

perf(hotspots): optimize DOM/Network paths and expand regression coverage#48

Merged
lynnswap merged 13 commits intomainfrom
codex/hotspot-regression-foundation
Feb 14, 2026
Merged

perf(hotspots): optimize DOM/Network paths and expand regression coverage#48
lynnswap merged 13 commits intomainfrom
codex/hotspot-regression-foundation

Conversation

@lynnswap
Copy link
Owner

@lynnswap lynnswap commented Feb 14, 2026

Summary:

  • Optimize DOM auto-update snapshot flow to avoid unnecessary full snapshots and keep mutation bundles as the primary update path.
  • Reduce Network buffering overhead by skipping request/response body capture while preserving metadata, queue behavior, and dropped-event accounting.
  • Re-check network body-capture mode after async boundaries so in-flight requests honor active→buffering transitions.
  • Batch network event application/resource timing handling to reduce main-thread churn.
  • Add broad Swift and TypeScript regression coverage for DOM/Network hotspots, including quantitative acceptance checks.
  • Keep execution guidance in README focused on local verification (swift test, npm run test:ts, npm run typecheck:ts).

Testing:

  • swift test
  • npm run test:ts -- --reporter=verbose
  • npm run typecheck:ts

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 92ab4ab8c7

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: aec370f5b1

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@lynnswap lynnswap merged commit fe7c917 into main Feb 14, 2026
@lynnswap lynnswap deleted the codex/hotspot-regression-foundation branch February 14, 2026 10:13
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.

1 participant