Skip to content

fix: route missing-node replacement updates through pendingWarnings - #15141

Open
jaeone94 wants to merge 4 commits into
mainfrom
jaeone94/p2-missing-node-single-writer-14653
Open

fix: route missing-node replacement updates through pendingWarnings#15141
jaeone94 wants to merge 4 commits into
mainfrom
jaeone94/p2-missing-node-single-writer-14653

Conversation

@jaeone94

Copy link
Copy Markdown
Collaborator

ELI5

Replacing a missing node now updates the same per-workflow warnings cache that tab switching restores from, so a replacement can no longer silently disagree with what the Errors panel shows after switching tabs.

Motivation

#14653 — the node-replacement path wrote the missing-node display store directly, while other producers write workflow.pendingWarnings and let showPendingWarnings() project it. The two agree only because of the current read path. An earlier draft of this PR also migrated the live hooks and the queue-error rescan to cache-first; an adversarial review round showed that collides with two lifecycle windows (graph teardown fires onNodeRemoved for every node while the outgoing workflow is still active; several producers can run with no active workflow), so the scope retreated to the issue's own suggested fix: the replacement path only.

Provenance

  • Authored by: interactive session
  • From: Missing-node display state has two independent writers #14653 — Missing-node display state has two independent writers
  • Verified: Full pnpm test:unit (15,935 passed; 12 pre-existing host-only bash-3.2 failures in scripts/cicd reproduced identically on the unchanged baseline); pnpm typecheck, pnpm lint, pnpm knip, pnpm format:check passed. Coverage proof: reverting the cache write fails the replacement-path test.

Summary

  • pendingWarnings gains pure missing-node helpers (dedupeMissingNodeTypes, remove by type/nodeId/prefix) shared with the display store, so dedup semantics cannot drift — and fixes a latent string | number nodeId strict-comparison bug the old store mutator carried.
  • Node replacement removes the replaced types from the active workflow's pendingWarnings and re-projects silently; with no active workflow it falls back to the store, so behavior is never worse than before.
  • Live hooks and the queue rescan intentionally stay store-first: store = live view state, cache = blur/load snapshot, replacement = explicit user action that updates both.

Not in scope

True single-writer requires migrating the model/media candidates off store-first writes and a teardown-safe hook design first; deferred deliberately (tracked as an RFC follow-up), not forgotten.

Review Focus

The null-workflow fallback in the replacement path, and helper-vs-deleted-store-mutator semantics parity in pendingWarnings.ts.

Test plan

  • Replacement updates both the cache and the rendered store; falls back to the store with no active workflow.
  • Helper semantics covered directly, including the nodeId coercion fix.
  • Full unit suite green (minus documented host-only bash failures).

Fixes #14653

@github-actions

github-actions Bot commented Aug 12, 2026

Copy link
Copy Markdown

🎨 Storybook: ✅ Built — View Storybook

Details

⏰ Completed at: 08/18/2026, 04:17:05 AM UTC

Links

🎭 Playwright: ✅ 1832 passed, 0 failed · 1 flaky

📊 Browser Reports
  • chromium: View Report (✅ 1811 / ❌ 0 / ⚠️ 1 / ⏭️ 5)
  • chromium-2x: View Report (✅ 2 / ❌ 0 / ⚠️ 0 / ⏭️ 0)
  • chromium-0.5x: View Report (✅ 1 / ❌ 0 / ⚠️ 0 / ⏭️ 0)
  • mobile-chrome: View Report (✅ 18 / ❌ 0 / ⚠️ 0 / ⏭️ 0)
  • New-test walkthrough (chromium, recorded video): View Report

📦 Bundle: 8.85 MB gzip 🔴 +228 B

Details

Summary

  • Raw size: 37.4 MB baseline 37.4 MB — 🔴 +949 B
  • Gzip: 8.85 MB baseline 8.85 MB — 🔴 +228 B
  • Brotli: 6.19 MB baseline 6.19 MB — 🟢 -11 B
  • Bundles: 438 current • 438 baseline • 145 added / 145 removed

Category Glance
Data & Services 🔴 +551 B (3.52 MB) · Graph Workspace 🔴 +398 B (1.37 MB) · Vendor & Third-Party ⚪ 0 B (16.8 MB) · Other ⚪ 0 B (14.2 MB) · Panels & Settings ⚪ 0 B (566 kB) · Utilities & Hooks ⚪ 0 B (550 kB) · + 5 more

App Entry Points — 3.71 kB (baseline 3.71 kB) • ⚪ 0 B

Main entry bundles and manifests

File Before After Δ Raw Δ Gzip Δ Brotli
assets/index-B6VpFBTr.js (new) 3.71 kB 🔴 +3.71 kB 🔴 +1.85 kB 🔴 +1.6 kB
assets/index-CulOoow4.js (removed) 3.71 kB 🟢 -3.71 kB 🟢 -1.86 kB 🟢 -1.62 kB

Status: 1 added / 1 removed

Graph Workspace — 1.37 MB (baseline 1.37 MB) • 🔴 +398 B

Graph editor runtime, canvas, workflow orchestration

File Before After Δ Raw Δ Gzip Δ Brotli
assets/GraphView-BbsOsiBz.js (new) 1.36 MB 🔴 +1.36 MB 🔴 +297 kB 🔴 +223 kB
assets/GraphView-yjy-S3N7.js (removed) 1.36 MB 🟢 -1.36 MB 🟢 -297 kB 🟢 -223 kB
assets/WidgetCompositor-BysKZhqg.js (removed) 8.17 kB 🟢 -8.17 kB 🟢 -2.76 kB 🟢 -2.46 kB
assets/WidgetCompositor-r3fNVjFy.js (new) 8.17 kB 🔴 +8.17 kB 🔴 +2.76 kB 🔴 +2.45 kB

Status: 2 added / 2 removed / 1 unchanged

Views & Navigation — 124 kB (baseline 124 kB) • ⚪ 0 B

Top-level views, pages, and routed surfaces

File Before After Δ Raw Δ Gzip Δ Brotli
assets/CloudSurveyView-CSTbRYbo.js (new) 25 kB 🔴 +25 kB 🔴 +6.24 kB 🔴 +5.52 kB
assets/CloudSurveyView-DV6JNz3s.js (removed) 25 kB 🟢 -25 kB 🟢 -6.24 kB 🟢 -5.52 kB
assets/CloudLayoutView-C6x1XSsv.js (removed) 21.8 kB 🟢 -21.8 kB 🟢 -6.57 kB 🟢 -5.75 kB
assets/CloudLayoutView-hjMKsUg-.js (new) 21.8 kB 🔴 +21.8 kB 🔴 +6.57 kB 🔴 +5.75 kB
assets/UserCheckView-BQ3fpDeO.js (removed) 8.75 kB 🟢 -8.75 kB 🟢 -2.19 kB 🟢 -1.9 kB
assets/UserCheckView-DL8CfrdG.js (new) 8.75 kB 🔴 +8.75 kB 🔴 +2.19 kB 🔴 +1.9 kB
assets/CloudLoginView-BUSufgS9.js (new) 8.74 kB 🔴 +8.74 kB 🔴 +2.55 kB 🔴 +2.26 kB
assets/CloudLoginView-DZFf0QHE.js (removed) 8.74 kB 🟢 -8.74 kB 🟢 -2.55 kB 🟢 -2.26 kB
assets/useCloudAuthPage-BlA60Fzg.js (new) 7.08 kB 🔴 +7.08 kB 🔴 +2.51 kB 🔴 +2.21 kB
assets/useCloudAuthPage-BoJtNDAJ.js (removed) 7.08 kB 🟢 -7.08 kB 🟢 -2.51 kB 🟢 -2.2 kB
assets/CloudSignupView-DCq3YPh7.js (new) 6.96 kB 🔴 +6.96 kB 🔴 +2.28 kB 🔴 +2 kB
assets/CloudSignupView-hGPgDifq.js (removed) 6.96 kB 🟢 -6.96 kB 🟢 -2.27 kB 🟢 -1.99 kB
assets/WidgetTextPreview-boLLoC67.js (new) 6.07 kB 🔴 +6.07 kB 🔴 +2.13 kB 🔴 +1.91 kB
assets/WidgetTextPreview-cCq9motJ.js (removed) 6.07 kB 🟢 -6.07 kB 🟢 -2.13 kB 🟢 -1.9 kB
assets/CloudSubscriptionRedirectView-BEyJRftp.js (removed) 6.05 kB 🟢 -6.05 kB 🟢 -2.25 kB 🟢 -1.96 kB
assets/CloudSubscriptionRedirectView-C3UdyWRB.js (new) 6.05 kB 🔴 +6.05 kB 🔴 +2.25 kB 🔴 +1.97 kB
assets/UserSelectView-CdJWqyDr.js (removed) 5.49 kB 🟢 -5.49 kB 🟢 -1.96 kB 🟢 -1.72 kB
assets/UserSelectView-DlV4BgHa.js (new) 5.49 kB 🔴 +5.49 kB 🔴 +1.96 kB 🔴 +1.72 kB
assets/CloudForgotPasswordView-Bua1O1KK.js (removed) 4.97 kB 🟢 -4.97 kB 🟢 -1.72 kB 🟢 -1.49 kB
assets/CloudForgotPasswordView-IcYMPYLP.js (new) 4.97 kB 🔴 +4.97 kB 🔴 +1.72 kB 🔴 +1.49 kB
assets/CloudAuthTimeoutView-BZYScNOO.js (removed) 4.43 kB 🟢 -4.43 kB 🟢 -1.54 kB 🟢 -1.34 kB
assets/CloudAuthTimeoutView-DVA6-Gfi.js (new) 4.43 kB 🔴 +4.43 kB 🔴 +1.54 kB 🔴 +1.34 kB
assets/OAuthLayoutView-BPfMdxNK.js (removed) 1.31 kB 🟢 -1.31 kB 🟢 -703 B 🟢 -586 B
assets/OAuthLayoutView-DyoBj_yk.js (new) 1.31 kB 🔴 +1.31 kB 🔴 +701 B 🔴 +587 B
assets/WidgetTextPreview-BuU_qzXE.js (removed) 131 B 🟢 -131 B 🟢 -100 B 🟢 -89 B
assets/WidgetTextPreview-BZmB07ys.js (new) 131 B 🔴 +131 B 🔴 +100 B 🔴 +90 B

Status: 13 added / 13 removed / 4 unchanged

Panels & Settings — 566 kB (baseline 566 kB) • ⚪ 0 B

Configuration panels, inspectors, and settings screens

File Before After Δ Raw Δ Gzip Δ Brotli
assets/KeybindingPanel-C2We41Gl.js (removed) 49.4 kB 🟢 -49.4 kB 🟢 -9.95 kB 🟢 -8.8 kB
assets/KeybindingPanel-DLU0SO64.js (new) 49.4 kB 🔴 +49.4 kB 🔴 +9.95 kB 🔴 +8.8 kB
assets/SecretsPanel-B4NIRyLZ.js (new) 33.7 kB 🔴 +33.7 kB 🔴 +7.87 kB 🔴 +6.92 kB
assets/SecretsPanel-CTzsGAHu.js (removed) 33.7 kB 🟢 -33.7 kB 🟢 -7.87 kB 🟢 -6.92 kB
assets/CreditsPanel-BpjJQ7ft.js (removed) 11.5 kB 🟢 -11.5 kB 🟢 -3.21 kB 🟢 -2.81 kB
assets/CreditsPanel-Cp_HCCFO.js (new) 11.5 kB 🔴 +11.5 kB 🔴 +3.21 kB 🔴 +2.81 kB
assets/AboutPanel-D_l6bDWB.js (new) 11.2 kB 🔴 +11.2 kB 🔴 +3.03 kB 🔴 +2.72 kB
assets/AboutPanel-DYPKyJWo.js (removed) 11.2 kB 🟢 -11.2 kB 🟢 -3.03 kB 🟢 -2.72 kB
assets/ExtensionPanel-CZxND2UK.js (new) 9.19 kB 🔴 +9.19 kB 🔴 +2.51 kB 🔴 +2.23 kB
assets/ExtensionPanel-DFYsu_AJ.js (removed) 9.19 kB 🟢 -9.19 kB 🟢 -2.51 kB 🟢 -2.22 kB
assets/ServerConfigPanel-0OEi-ylL.js (removed) 6.09 kB 🟢 -6.09 kB 🟢 -1.94 kB 🟢 -1.72 kB
assets/ServerConfigPanel-DQ229Zu4.js (new) 6.09 kB 🔴 +6.09 kB 🔴 +1.94 kB 🔴 +1.72 kB
assets/UserPanel-BMXj3L0s.js (removed) 5.73 kB 🟢 -5.73 kB 🟢 -1.78 kB 🟢 -1.54 kB
assets/UserPanel-CBlC0TNU.js (new) 5.73 kB 🔴 +5.73 kB 🔴 +1.78 kB 🔴 +1.54 kB
assets/refreshRemoteConfig-B69WsyfN.js (removed) 4.24 kB 🟢 -4.24 kB 🟢 -1.51 kB 🟢 -1.34 kB
assets/refreshRemoteConfig-CKMmub1E.js (new) 4.24 kB 🔴 +4.24 kB 🔴 +1.51 kB 🔴 +1.33 kB
assets/cloudRemoteConfig-CDQIol1Z.js (new) 951 B 🔴 +951 B 🔴 +513 B 🔴 +437 B
assets/cloudRemoteConfig-CO0yHpdd.js (removed) 951 B 🟢 -951 B 🟢 -514 B 🟢 -422 B
assets/refreshRemoteConfig-DBpuA66Z.js (removed) 110 B 🟢 -110 B 🟢 -89 B 🟢 -86 B
assets/refreshRemoteConfig-DJ_hcaqN.js (new) 110 B 🔴 +110 B 🔴 +89 B 🔴 +82 B

Status: 10 added / 10 removed / 16 unchanged

User & Accounts — 27.7 kB (baseline 27.7 kB) • ⚪ 0 B

Authentication, profile, and account management bundles

File Before After Δ Raw Δ Gzip Δ Brotli
assets/SignUpForm-BksPe5Jb.js (removed) 13.3 kB 🟢 -13.3 kB 🟢 -4.52 kB 🟢 -3.93 kB
assets/SignUpForm-D0Fbannk.js (new) 13.3 kB 🔴 +13.3 kB 🔴 +4.52 kB 🔴 +3.93 kB
assets/auth-aePnQCJR.js (new) 3.71 kB 🔴 +3.71 kB 🔴 +1.28 kB 🔴 +1.1 kB
assets/auth-BFWox2Nj.js (removed) 3.71 kB 🟢 -3.71 kB 🟢 -1.29 kB 🟢 -1.1 kB
assets/UpdatePasswordContent-By9D7xnD.js (new) 1.85 kB 🔴 +1.85 kB 🔴 +841 B 🔴 +735 B
assets/UpdatePasswordContent-XFnC32oX.js (removed) 1.85 kB 🟢 -1.85 kB 🟢 -841 B 🟢 -735 B
assets/authStore-Cr3i7ftF.js (removed) 128 B 🟢 -128 B 🟢 -104 B 🟢 -105 B
assets/authStore-DSg9ANii.js (new) 128 B 🔴 +128 B 🔴 +104 B 🔴 +105 B
assets/workspaceAuthStore-CwumQcF3.js (removed) 108 B 🟢 -108 B 🟢 -99 B 🟢 -106 B
assets/workspaceAuthStore-CXw7BDmi.js (new) 108 B 🔴 +108 B 🔴 +99 B 🔴 +107 B
assets/auth-9extWcD2.js (removed) 105 B 🟢 -105 B 🟢 -96 B 🟢 -87 B
assets/auth-CCX7pvxr.js (new) 105 B 🔴 +105 B 🔴 +96 B 🔴 +88 B

Status: 6 added / 6 removed / 5 unchanged

Editors & Dialogs — 125 kB (baseline 125 kB) • ⚪ 0 B

Modals, dialogs, drawers, and in-app editors

File Before After Δ Raw Δ Gzip Δ Brotli
assets/ComfyHubPublishDialog-BapilZCQ.js (new) 90.1 kB 🔴 +90.1 kB 🔴 +19.3 kB 🔴 +16.5 kB
assets/ComfyHubPublishDialog-C2ESeQmG.js (removed) 90.1 kB 🟢 -90.1 kB 🟢 -19.3 kB 🟢 -16.5 kB
assets/useShareDialog-D9n2Ap6i.js (removed) 23.9 kB 🟢 -23.9 kB 🟢 -5.69 kB 🟢 -5.04 kB
assets/useShareDialog-zFWy1wDS.js (new) 23.9 kB 🔴 +23.9 kB 🔴 +5.69 kB 🔴 +5.03 kB
assets/feedbackDialog-CqXf_4EP.js (new) 4.45 kB 🔴 +4.45 kB 🔴 +1.87 kB 🔴 +1.59 kB
assets/feedbackDialog-CWtPFy2K.js (removed) 4.45 kB 🟢 -4.45 kB 🟢 -1.87 kB 🟢 -1.59 kB
assets/useRangeEditor-BXyOj4H1.js (new) 3.29 kB 🔴 +3.29 kB 🔴 +1.14 kB 🔴 +1.03 kB
assets/useRangeEditor-PXjE4V2p.js (removed) 3.29 kB 🟢 -3.29 kB 🟢 -1.14 kB 🟢 -1.03 kB
assets/useLayerEditor-B1KqVU_J.js (removed) 1.01 kB 🟢 -1.01 kB 🟢 -490 B 🟢 -408 B
assets/useLayerEditor-DlXuO7HR.js (new) 1.01 kB 🔴 +1.01 kB 🔴 +491 B 🔴 +406 B
assets/ComfyHubPublishDialog-Bdqict40.js (removed) 143 B 🟢 -143 B 🟢 -105 B 🟢 -89 B
assets/ComfyHubPublishDialog-Cr8Y6pkB.js (new) 143 B 🔴 +143 B 🔴 +105 B 🔴 +91 B
assets/useSubscriptionDialog-BXbNlFH_.js (new) 108 B 🔴 +108 B 🔴 +102 B 🔴 +99 B
assets/useSubscriptionDialog-JHhkfGzR.js (removed) 108 B 🟢 -108 B 🟢 -102 B 🟢 -91 B

Status: 7 added / 7 removed / 1 unchanged

UI Components — 67.1 kB (baseline 67.1 kB) • ⚪ 0 B

Reusable component library chunks

File Before After Δ Raw Δ Gzip Δ Brotli
assets/ComfyQueueButton-C3QCbhiO.js (removed) 14.6 kB 🟢 -14.6 kB 🟢 -3.97 kB 🟢 -3.53 kB
assets/ComfyQueueButton-CkCErXsM.js (new) 14.6 kB 🔴 +14.6 kB 🔴 +3.97 kB 🔴 +3.53 kB
assets/useTerminalTabs-BHB8Yuzi.js (removed) 11.8 kB 🟢 -11.8 kB 🟢 -3.69 kB 🟢 -3.27 kB
assets/useTerminalTabs-D8JyTbqy.js (new) 11.8 kB 🔴 +11.8 kB 🔴 +3.69 kB 🔴 +3.27 kB
assets/InviteMembersForm-BfMgZExI.js (removed) 8.23 kB 🟢 -8.23 kB 🟢 -2.74 kB 🟢 -2.43 kB
assets/InviteMembersForm-BWGNbNtn.js (new) 8.23 kB 🔴 +8.23 kB 🔴 +2.74 kB 🔴 +2.43 kB
assets/SubscribeButton-CpnVGFaO.js (new) 2.15 kB 🔴 +2.15 kB 🔴 +969 B 🔴 +848 B
assets/SubscribeButton-onqaUcR3.js (removed) 2.15 kB 🟢 -2.15 kB 🟢 -968 B 🟢 -848 B
assets/cloudFeedbackTopbarButton-CBEGa-fO.js (removed) 705 B 🟢 -705 B 🟢 -421 B 🟢 -360 B
assets/cloudFeedbackTopbarButton-CWeT1fqJ.js (new) 705 B 🔴 +705 B 🔴 +421 B 🔴 +362 B
assets/ComfyQueueButton-CjRhjC2t.js (removed) 128 B 🟢 -128 B 🟢 -99 B 🟢 -89 B
assets/ComfyQueueButton-Vy9jkZ6R.js (new) 128 B 🔴 +128 B 🔴 +99 B 🔴 +92 B

Status: 6 added / 6 removed / 8 unchanged

Data & Services — 3.52 MB (baseline 3.52 MB) • 🔴 +551 B

Stores, services, APIs, and repositories

File Before After Δ Raw Δ Gzip Δ Brotli
assets/settingStore-Btd3Gnlv.js (new) 3.16 MB 🔴 +3.16 MB 🔴 +740 kB 🔴 +556 kB
assets/settingStore-pOoTnsC_.js (removed) 3.16 MB 🟢 -3.16 MB 🟢 -740 kB 🟢 -556 kB
assets/api-Q7hmgNwS.js (removed) 186 kB 🟢 -186 kB 🟢 -39.8 kB 🟢 -33.4 kB
assets/api-sjmIpGfy.js (new) 186 kB 🔴 +186 kB 🔴 +39.8 kB 🔴 +33.3 kB
assets/load3dService-C9KcT8MB.js (new) 132 kB 🔴 +132 kB 🔴 +29.3 kB 🔴 +24.6 kB
assets/load3dService-YIAhSnQ8.js (removed) 132 kB 🟢 -132 kB 🟢 -29.3 kB 🟢 -24.6 kB
assets/workflowShareService-BNp-O_9F.js (new) 16.5 kB 🔴 +16.5 kB 🔴 +4.91 kB 🔴 +4.35 kB
assets/workflowShareService-vveOvl3f.js (removed) 16.5 kB 🟢 -16.5 kB 🟢 -4.91 kB 🟢 -4.34 kB
assets/keybindingService-Atvpr2se.js (removed) 6.89 kB 🟢 -6.89 kB 🟢 -1.73 kB 🟢 -1.49 kB
assets/keybindingService-BXxI5pL0.js (new) 6.89 kB 🔴 +6.89 kB 🔴 +1.74 kB 🔴 +1.49 kB
assets/releaseStore-D9p7GOXs.js (new) 6.72 kB 🔴 +6.72 kB 🔴 +2.03 kB 🔴 +1.77 kB
assets/releaseStore-WgPZk0Or.js (removed) 6.72 kB 🟢 -6.72 kB 🟢 -2.03 kB 🟢 -1.77 kB
assets/systemStatsStore-CJM9jWb8.js (new) 4.93 kB 🔴 +4.93 kB 🔴 +1.74 kB 🔴 +1.47 kB
assets/systemStatsStore-rJqqaVpT.js (removed) 4.93 kB 🟢 -4.93 kB 🟢 -1.74 kB 🟢 -1.47 kB
assets/userStore-DAib1BT8.js (removed) 2.38 kB 🟢 -2.38 kB 🟢 -898 B 🟢 -796 B
assets/userStore-DyiV-tfN.js (new) 2.38 kB 🔴 +2.38 kB 🔴 +896 B 🔴 +795 B
assets/audioService-BLYkVMiR.js (new) 1.71 kB 🔴 +1.71 kB 🔴 +830 B 🔴 +722 B
assets/audioService-DRQy9s0b.js (removed) 1.71 kB 🟢 -1.71 kB 🟢 -830 B 🟢 -732 B
assets/dialogService-Bh7svknD.js (new) 98 B 🔴 +98 B 🔴 +97 B 🔴 +81 B
assets/dialogService-CgZWQ87n.js (removed) 98 B 🟢 -98 B 🟢 -97 B 🟢 -80 B
assets/releaseStore-DUzZYYLF.js (removed) 95 B 🟢 -95 B 🟢 -86 B 🟢 -90 B
assets/releaseStore-QBJwG4-4.js (new) 95 B 🔴 +95 B 🔴 +86 B 🔴 +87 B
assets/settingStore-CYYQOxwe.js (new) 95 B 🔴 +95 B 🔴 +86 B 🔴 +83 B
assets/settingStore-D6KtmHNj.js (removed) 95 B 🟢 -95 B 🟢 -86 B 🟢 -81 B
assets/assetsStore-B_a4n7XI.js (removed) 94 B 🟢 -94 B 🟢 -92 B 🟢 -82 B
assets/assetsStore-BxpEBabZ.js (new) 94 B 🔴 +94 B 🔴 +92 B 🔴 +84 B
assets/api-B1y_2QX0.js (removed) 62 B 🟢 -62 B 🟢 -74 B 🟢 -66 B
assets/api-DWFQVtpW.js (new) 62 B 🔴 +62 B 🔴 +74 B 🔴 +62 B

Status: 14 added / 14 removed / 3 unchanged

Utilities & Hooks — 550 kB (baseline 550 kB) • ⚪ 0 B

Helpers, composables, and utility bundles

File Before After Δ Raw Δ Gzip Δ Brotli
assets/useConflictDetection-CgPSJaz5.js (removed) 236 kB 🟢 -236 kB 🟢 -53 kB 🟢 -43.2 kB
assets/useConflictDetection-uRZ_01L4.js (new) 236 kB 🔴 +236 kB 🔴 +53 kB 🔴 +43.2 kB
assets/useLayerEditorSession-C9LesQWz.js (removed) 158 kB 🟢 -158 kB 🟢 -40.8 kB 🟢 -34.3 kB
assets/useLayerEditorSession-CvC8ZQGW.js (new) 158 kB 🔴 +158 kB 🔴 +40.8 kB 🔴 +34.3 kB
assets/useLoad3d-7w8sUtTd.js (removed) 25.8 kB 🟢 -25.8 kB 🟢 -5.8 kB 🟢 -5.13 kB
assets/useLoad3d-DxdiltQp.js (new) 25.8 kB 🔴 +25.8 kB 🔴 +5.8 kB 🔴 +5.14 kB
assets/useLoad3dViewer-BbRoaN4s.js (removed) 21.2 kB 🟢 -21.2 kB 🟢 -4.98 kB 🟢 -4.36 kB
assets/useLoad3dViewer-kI2FsGPY.js (new) 21.2 kB 🔴 +21.2 kB 🔴 +4.98 kB 🔴 +4.38 kB
assets/useImageCrop-D6er60gk.js (new) 14.9 kB 🔴 +14.9 kB 🔴 +3.42 kB 🔴 +2.98 kB
assets/useImageCrop-DKFGwUjp.js (removed) 14.9 kB 🟢 -14.9 kB 🟢 -3.42 kB 🟢 -2.98 kB
assets/useDowngradeToPersonal-CCYmVYUe.js (removed) 10.9 kB 🟢 -10.9 kB 🟢 -2.73 kB 🟢 -2.35 kB
assets/useDowngradeToPersonal-D5DknVat.js (new) 10.9 kB 🔴 +10.9 kB 🔴 +2.74 kB 🔴 +2.35 kB
assets/useFeatureFlags-CKtPaW9V.js (removed) 7.32 kB 🟢 -7.32 kB 🟢 -2.06 kB 🟢 -1.76 kB
assets/useFeatureFlags-DrkMZgGN.js (new) 7.32 kB 🔴 +7.32 kB 🔴 +2.06 kB 🔴 +1.76 kB
assets/useCompositorLayers-DgMx1ViI.js (removed) 2.94 kB 🟢 -2.94 kB 🟢 -896 B 🟢 -804 B
assets/useCompositorLayers-sSGnbdNE.js (new) 2.94 kB 🔴 +2.94 kB 🔴 +896 B 🔴 +804 B
assets/assetPreviewUtil-CdD8Wihl.js (removed) 2.35 kB 🟢 -2.35 kB 🟢 -966 B 🟢 -850 B
assets/assetPreviewUtil-z9MvHW4S.js (new) 2.35 kB 🔴 +2.35 kB 🔴 +966 B 🔴 +850 B
assets/useUpstreamValue-Cc7ExZTS.js (removed) 1.99 kB 🟢 -1.99 kB 🟢 -757 B 🟢 -684 B
assets/useUpstreamValue-v-auTXZ_.js (new) 1.99 kB 🔴 +1.99 kB 🔴 +757 B 🔴 +684 B
assets/useWorkspaceTierLabel-BIRDPiMq.js (new) 1.93 kB 🔴 +1.93 kB 🔴 +813 B 🔴 +697 B
assets/useWorkspaceTierLabel-kM08FwJD.js (removed) 1.93 kB 🟢 -1.93 kB 🟢 -812 B 🟢 -697 B
assets/subscriptionCheckoutUtil-ff1nqyGF.js (new) 877 B 🔴 +877 B 🔴 +519 B 🔴 +433 B
assets/subscriptionCheckoutUtil-OQjelesV.js (removed) 877 B 🟢 -877 B 🟢 -520 B 🟢 -434 B
assets/useSessionCookie-Ca3CayoG.js (new) 652 B 🔴 +652 B 🔴 +334 B 🔴 +292 B
assets/useSessionCookie-Z5c5yNwS.js (removed) 652 B 🟢 -652 B 🟢 -334 B 🟢 -292 B
assets/useLoad3d-BAvoO6y_.js (removed) 311 B 🟢 -311 B 🟢 -163 B 🟢 -147 B
assets/useLoad3d-BBSjUOXV.js (new) 311 B 🔴 +311 B 🔴 +161 B 🔴 +147 B
assets/useSessionCookie-BpTa1ENb.js (new) 101 B 🔴 +101 B 🔴 +86 B 🔴 +84 B
assets/useSessionCookie-DxOCa_wG.js (removed) 101 B 🟢 -101 B 🟢 -86 B 🟢 -84 B
assets/useFeatureFlags-BmeXChD6.js (removed) 98 B 🟢 -98 B 🟢 -85 B 🟢 -83 B
assets/useFeatureFlags-BuZSF1Hy.js (new) 98 B 🔴 +98 B 🔴 +85 B 🔴 +82 B
assets/useLoad3dViewer-CHEyVEmx.js (new) 98 B 🔴 +98 B 🔴 +85 B 🔴 +85 B
assets/useLoad3dViewer-CPGevo_S.js (removed) 98 B 🟢 -98 B 🟢 -85 B 🟢 -90 B
assets/useCurrentUser-CfmBL7_n.js (removed) 94 B 🟢 -94 B 🟢 -95 B 🟢 -80 B
assets/useCurrentUser-DJAJCnKX.js (new) 94 B 🔴 +94 B 🔴 +95 B 🔴 +87 B

Status: 18 added / 18 removed / 20 unchanged

Vendor & Third-Party — 16.8 MB (baseline 16.8 MB) • ⚪ 0 B

External libraries and shared vendor chunks

Status: 18 unchanged

Other — 14.2 MB (baseline 14.2 MB) • ⚪ 0 B

Bundles that do not match a named category

File Before After Δ Raw Δ Gzip Δ Brotli
assets/core-BpmHRFQn.js (removed) 115 kB 🟢 -115 kB 🟢 -29.7 kB 🟢 -25.1 kB
assets/core-BYhLctBp.js (new) 115 kB 🔴 +115 kB 🔴 +29.7 kB 🔴 +25.1 kB
assets/WidgetSelect-B9siJbaQ.js (new) 88.8 kB 🔴 +88.8 kB 🔴 +20.2 kB 🔴 +17.2 kB
assets/WidgetSelect-BLEGI2Fa.js (removed) 88.8 kB 🟢 -88.8 kB 🟢 -20.1 kB 🟢 -17.2 kB
assets/SubscriptionPanelContentWorkspace-CFxJM6xk.js (removed) 81.3 kB 🟢 -81.3 kB 🟢 -16.1 kB 🟢 -13.9 kB
assets/SubscriptionPanelContentWorkspace-fsNe5KFG.js (new) 81.3 kB 🔴 +81.3 kB 🔴 +16.1 kB 🔴 +13.9 kB
assets/Load3D-DrmHjucH.js (new) 73.3 kB 🔴 +73.3 kB 🔴 +12.1 kB 🔴 +10.3 kB
assets/Load3D-H-SEnN6r.js (removed) 73.3 kB 🟢 -73.3 kB 🟢 -12.1 kB 🟢 -10.3 kB
assets/WidgetVideoEdit-Cc9KOwpR.js (new) 67.5 kB 🔴 +67.5 kB 🔴 +15.7 kB 🔴 +13.9 kB
assets/WidgetVideoEdit-CHQtDPqo.js (removed) 67.5 kB 🟢 -67.5 kB 🟢 -15.7 kB 🟢 -13.9 kB
assets/SubscriptionTransitionPreviewWorkspace-B3Diks6y.js (removed) 66.6 kB 🟢 -66.6 kB 🟢 -13.4 kB 🟢 -11.7 kB
assets/SubscriptionTransitionPreviewWorkspace-DChJ9ohB.js (new) 66.6 kB 🔴 +66.6 kB 🔴 +13.4 kB 🔴 +11.7 kB
assets/WorkspaceSettingsPanelContent-BmKeK-QU.js (removed) 58.2 kB 🟢 -58.2 kB 🟢 -12.4 kB 🟢 -10.8 kB
assets/WorkspaceSettingsPanelContent-BN3WAgCc.js (new) 58.2 kB 🔴 +58.2 kB 🔴 +12.4 kB 🔴 +10.8 kB
assets/Preview3d-C6gpx9H6.js (removed) 50.9 kB 🟢 -50.9 kB 🟢 -8.32 kB 🟢 -7.25 kB
assets/Preview3d-DJ4SA9d5.js (new) 50.9 kB 🔴 +50.9 kB 🔴 +8.32 kB 🔴 +7.24 kB
assets/main-BhYWvYLC.js (new) 45.3 kB 🔴 +45.3 kB 🔴 +13.2 kB 🔴 +11.4 kB
assets/main-BziIBOzh.js (removed) 45.3 kB 🟢 -45.3 kB 🟢 -13.2 kB 🟢 -11.4 kB
assets/SubscriptionRequiredDialogContentUnified-BPg7Ouga.js (new) 42.7 kB 🔴 +42.7 kB 🔴 +9.39 kB 🔴 +8.18 kB
assets/SubscriptionRequiredDialogContentUnified-DWleEkj_.js (removed) 42.7 kB 🟢 -42.7 kB 🟢 -9.39 kB 🟢 -8.18 kB
assets/LayerEditorContent-CFbx1xk9.js (new) 42.5 kB 🔴 +42.5 kB 🔴 +9.62 kB 🔴 +8.42 kB
assets/LayerEditorContent-Uknyid_k.js (removed) 42.5 kB 🟢 -42.5 kB 🟢 -9.62 kB 🟢 -8.44 kB
assets/WidgetBoundingBoxes-4X0k0_Kf.js (removed) 33.7 kB 🟢 -33.7 kB 🟢 -9.16 kB 🟢 -8.13 kB
assets/WidgetBoundingBoxes-BO8OinpP.js (new) 33.7 kB 🔴 +33.7 kB 🔴 +9.16 kB 🔴 +8.13 kB
assets/WidgetPainter-B4kRjsB0.js (new) 32.6 kB 🔴 +32.6 kB 🔴 +7.87 kB 🔴 +6.97 kB
assets/WidgetPainter-Fg0Li7ER.js (removed) 32.6 kB 🟢 -32.6 kB 🟢 -7.87 kB 🟢 -6.97 kB
assets/Load3dViewerContent-CCPZbpyV.js (new) 30.8 kB 🔴 +30.8 kB 🔴 +6.28 kB 🔴 +5.46 kB
assets/Load3dViewerContent-D4BrNE7t.js (removed) 30.8 kB 🟢 -30.8 kB 🟢 -6.28 kB 🟢 -5.45 kB
assets/SubscriptionRequiredDialogContent-6rvErz-R.js (new) 26.9 kB 🔴 +26.9 kB 🔴 +6.36 kB 🔴 +5.61 kB
assets/SubscriptionRequiredDialogContent-C96NF7w2.js (removed) 26.9 kB 🟢 -26.9 kB 🟢 -6.35 kB 🟢 -5.59 kB
assets/SubscriptionRequiredDialogContentWorkspace-_qv5iyrQ.js (new) 25.1 kB 🔴 +25.1 kB 🔴 +5.81 kB 🔴 +5.11 kB
assets/SubscriptionRequiredDialogContentWorkspace-Wl9Awzk6.js (removed) 25.1 kB 🟢 -25.1 kB 🟢 -5.81 kB 🟢 -5.11 kB
assets/CreditsTile-DmXSKHU2.js (removed) 24.9 kB 🟢 -24.9 kB 🟢 -6.65 kB 🟢 -5.83 kB
assets/CreditsTile-DQnkr7yA.js (new) 24.9 kB 🔴 +24.9 kB 🔴 +6.65 kB 🔴 +5.83 kB
assets/load3d--oIyXDFZ.js (new) 22.2 kB 🔴 +22.2 kB 🔴 +5.4 kB 🔴 +4.68 kB
assets/load3d-aiDQUCuY.js (removed) 22.2 kB 🟢 -22.2 kB 🟢 -5.4 kB 🟢 -4.68 kB
assets/CurrentUserPopoverWorkspace-BC1eg4N8.js (new) 21.8 kB 🔴 +21.8 kB 🔴 +4.94 kB 🔴 +4.4 kB
assets/CurrentUserPopoverWorkspace-CcyUGqSd.js (removed) 21.8 kB 🟢 -21.8 kB 🟢 -4.94 kB 🟢 -4.4 kB
assets/SignInContent-60Xx6PwB.js (removed) 20.6 kB 🟢 -20.6 kB 🟢 -5.18 kB 🟢 -4.53 kB
assets/SignInContent-CvAbfeBv.js (new) 20.6 kB 🔴 +20.6 kB 🔴 +5.18 kB 🔴 +4.53 kB
assets/WidgetRecordAudio-BrQse1dE.js (removed) 16.6 kB 🟢 -16.6 kB 🟢 -4.6 kB 🟢 -4.1 kB
assets/WidgetRecordAudio-CIwP2yev.js (new) 16.6 kB 🔴 +16.6 kB 🔴 +4.6 kB 🔴 +4.1 kB
assets/WidgetInputNumber-BSW49iku.js (new) 13.9 kB 🔴 +13.9 kB 🔴 +3.63 kB 🔴 +3.21 kB
assets/WidgetInputNumber-CHalCwY7.js (removed) 13.9 kB 🟢 -13.9 kB 🟢 -3.63 kB 🟢 -3.21 kB
assets/WidgetRange-DqcoS7vO.js (removed) 13.7 kB 🟢 -13.7 kB 🟢 -3.55 kB 🟢 -3.13 kB
assets/WidgetRange-n3bKF1jR.js (new) 13.7 kB 🔴 +13.7 kB 🔴 +3.55 kB 🔴 +3.12 kB
assets/WaveAudioPlayer-DBgc-HRw.js (new) 12.8 kB 🔴 +12.8 kB 🔴 +3.46 kB 🔴 +3.05 kB
assets/WaveAudioPlayer-RXMpenFT.js (removed) 12.8 kB 🟢 -12.8 kB 🟢 -3.46 kB 🟢 -3.05 kB
assets/WidgetCurve-D69iI3d_.js (removed) 11.2 kB 🟢 -11.2 kB 🟢 -3.47 kB 🟢 -3.15 kB
assets/WidgetCurve-DKD_XPca.js (new) 11.2 kB 🔴 +11.2 kB 🔴 +3.47 kB 🔴 +3.14 kB
assets/TeamWorkspacesDialogContent-BbwVMs7J.js (removed) 10.3 kB 🟢 -10.3 kB 🟢 -2.97 kB 🟢 -2.63 kB
assets/TeamWorkspacesDialogContent-DRjje3gH.js (new) 10.3 kB 🔴 +10.3 kB 🔴 +2.97 kB 🔴 +2.63 kB
assets/onboardingCloudRoutes-BP5q6nfE.js (removed) 9.46 kB 🟢 -9.46 kB 🟢 -2.85 kB 🟢 -2.43 kB
assets/onboardingCloudRoutes-Du9B-nnM.js (new) 9.46 kB 🔴 +9.46 kB 🔴 +2.85 kB 🔴 +2.43 kB
assets/Load3DConfiguration-BPfvR7rt.js (removed) 8.91 kB 🟢 -8.91 kB 🟢 -2.61 kB 🟢 -2.3 kB
assets/Load3DConfiguration-C_PkpcI_.js (new) 8.91 kB 🔴 +8.91 kB 🔴 +2.61 kB 🔴 +2.3 kB
assets/WidgetImageCrop-B-lngUh4.js (removed) 8.49 kB 🟢 -8.49 kB 🟢 -2.66 kB 🟢 -2.35 kB
assets/WidgetImageCrop-BEb5OzMr.js (new) 8.49 kB 🔴 +8.49 kB 🔴 +2.65 kB 🔴 +2.34 kB
assets/SetMemberCreditLimitDialogContent-CVz8vwwb.js (new) 8.47 kB 🔴 +8.47 kB 🔴 +2.34 kB 🔴 +2.05 kB
assets/SetMemberCreditLimitDialogContent-D0rFYewC.js (removed) 8.47 kB 🟢 -8.47 kB 🟢 -2.34 kB 🟢 -2.05 kB
assets/nodeTemplates-D8wMGQ4M.js (removed) 8.32 kB 🟢 -8.32 kB 🟢 -2.85 kB 🟢 -2.51 kB
assets/nodeTemplates-DgnHG2Io.js (new) 8.32 kB 🔴 +8.32 kB 🔴 +2.85 kB 🔴 +2.51 kB
assets/NightlySurveyController-C4wO_um_.js (removed) 7.5 kB 🟢 -7.5 kB 🟢 -2.55 kB 🟢 -2.23 kB
assets/NightlySurveyController-DJL3gco3.js (new) 7.5 kB 🔴 +7.5 kB 🔴 +2.55 kB 🔴 +2.25 kB
assets/CloudRunButtonWrapper-DyUl0UoH.js (removed) 7.29 kB 🟢 -7.29 kB 🟢 -2.29 kB 🟢 -2.01 kB
assets/CloudRunButtonWrapper-gwZghOhu.js (new) 7.29 kB 🔴 +7.29 kB 🔴 +2.29 kB 🔴 +2.01 kB
assets/WidgetWithControl-DiwYCJXR.js (new) 6.48 kB 🔴 +6.48 kB 🔴 +2.64 kB 🔴 +2.32 kB
assets/WidgetWithControl-DU3EWqzC.js (removed) 6.48 kB 🟢 -6.48 kB 🟢 -2.64 kB 🟢 -2.35 kB
assets/missingModelMetadata-B4wREQIr.js (removed) 6.45 kB 🟢 -6.45 kB 🟢 -2.2 kB 🟢 -1.93 kB
assets/missingModelMetadata-BxswLLa0.js (new) 6.45 kB 🔴 +6.45 kB 🔴 +2.2 kB 🔴 +1.93 kB
assets/CancelSubscriptionDialogContent-BUU97CVc.js (removed) 5.97 kB 🟢 -5.97 kB 🟢 -1.98 kB 🟢 -1.75 kB
assets/CancelSubscriptionDialogContent-KGIMyO0B.js (new) 5.97 kB 🔴 +5.97 kB 🔴 +1.98 kB 🔴 +1.75 kB
assets/load3dPreviewExtensions-BPEtkh8f.js (removed) 5.88 kB 🟢 -5.88 kB 🟢 -1.81 kB 🟢 -1.6 kB
assets/load3dPreviewExtensions-CiroRtFR.js (new) 5.88 kB 🔴 +5.88 kB 🔴 +1.81 kB 🔴 +1.6 kB
assets/launchCancellationFlow-CN1EIJyy.js (removed) 5.18 kB 🟢 -5.18 kB 🟢 -1.78 kB 🟢 -1.56 kB
assets/launchCancellationFlow-CoqCrOPP.js (new) 5.18 kB 🔴 +5.18 kB 🔴 +1.78 kB 🔴 +1.57 kB
assets/CreateWorkspaceDialogContent-D6AJal7n.js (removed) 5.12 kB 🟢 -5.12 kB 🟢 -1.79 kB 🟢 -1.55 kB
assets/CreateWorkspaceDialogContent-DrFGXrQF.js (new) 5.12 kB 🔴 +5.12 kB 🔴 +1.79 kB 🔴 +1.55 kB
assets/ChangeMemberRoleDialogContent-CquXX1k_.js (new) 4.97 kB 🔴 +4.97 kB 🔴 +1.64 kB 🔴 +1.43 kB
assets/ChangeMemberRoleDialogContent-Dwfl-duO.js (removed) 4.97 kB 🟢 -4.97 kB 🟢 -1.64 kB 🟢 -1.43 kB
assets/InviteMemberDialogContent-ByfK_n8z.js (new) 4.96 kB 🔴 +4.96 kB 🔴 +1.64 kB 🔴 +1.44 kB
assets/InviteMemberDialogContent-IqP04Wo5.js (removed) 4.96 kB 🟢 -4.96 kB 🟢 -1.64 kB 🟢 -1.43 kB
assets/EditWorkspaceDialogContent-CY8kOoU-.js (removed) 4.93 kB 🟢 -4.93 kB 🟢 -1.76 kB 🟢 -1.52 kB
assets/EditWorkspaceDialogContent-DzmOZeyT.js (new) 4.93 kB 🔴 +4.93 kB 🔴 +1.76 kB 🔴 +1.52 kB
assets/WidgetTextarea-BGJoj-fR.js (removed) 4.83 kB 🟢 -4.83 kB 🟢 -1.88 kB 🟢 -1.65 kB
assets/WidgetTextarea-BRYf-jOC.js (new) 4.83 kB 🔴 +4.83 kB 🔴 +1.88 kB 🔴 +1.65 kB
assets/saveMesh-CVXjwl0n.js (removed) 4.76 kB 🟢 -4.76 kB 🟢 -1.52 kB 🟢 -1.34 kB
assets/saveMesh-D2AOgmnB.js (new) 4.76 kB 🔴 +4.76 kB 🔴 +1.52 kB 🔴 +1.35 kB
assets/WorkspacePanelContent-Bxew2_ng.js (removed) 4.74 kB 🟢 -4.74 kB 🟢 -1.62 kB 🟢 -1.44 kB
assets/WorkspacePanelContent-DFnG5x6d.js (new) 4.74 kB 🔴 +4.74 kB 🔴 +1.62 kB 🔴 +1.44 kB
assets/ValueControlPopover-BXKbyql4.js (new) 4.49 kB 🔴 +4.49 kB 🔴 +1.55 kB 🔴 +1.38 kB
assets/ValueControlPopover-CNLCdwy3.js (removed) 4.49 kB 🟢 -4.49 kB 🟢 -1.55 kB 🟢 -1.38 kB
assets/DeleteWorkspaceDialogContent-2zSoZAur.js (removed) 3.84 kB 🟢 -3.84 kB 🟢 -1.44 kB 🟢 -1.24 kB
assets/DeleteWorkspaceDialogContent-7a_8-Hsi.js (new) 3.84 kB 🔴 +3.84 kB 🔴 +1.44 kB 🔴 +1.24 kB
assets/RemoveMemberDialogContent-BJivC9Pz.js (removed) 3.76 kB 🟢 -3.76 kB 🟢 -1.38 kB 🟢 -1.22 kB
assets/RemoveMemberDialogContent-rqcop4W9.js (new) 3.76 kB 🔴 +3.76 kB 🔴 +1.38 kB 🔴 +1.2 kB
assets/RevokeInviteDialogContent-CT0pLSg-.js (removed) 3.67 kB 🟢 -3.67 kB 🟢 -1.39 kB 🟢 -1.21 kB
assets/RevokeInviteDialogContent-zE5VrkoY.js (new) 3.67 kB 🔴 +3.67 kB 🔴 +1.39 kB 🔴 +1.21 kB
assets/LeaveWorkspaceDialogContent-B9SsFTyx.js (removed) 3.67 kB 🟢 -3.67 kB 🟢 -1.38 kB 🟢 -1.19 kB
assets/LeaveWorkspaceDialogContent-U-0qlnJx.js (new) 3.67 kB 🔴 +3.67 kB 🔴 +1.38 kB 🔴 +1.21 kB
assets/InviteMemberUpsellDialogContent-aF7r-PSl.js (new) 3.47 kB 🔴 +3.47 kB 🔴 +1.24 kB 🔴 +1.09 kB
assets/InviteMemberUpsellDialogContent-fOdHoKjx.js (removed) 3.47 kB 🟢 -3.47 kB 🟢 -1.24 kB 🟢 -1.09 kB
assets/workspaceCheckoutTelemetry-B2hrWJKY.js (removed) 3.4 kB 🟢 -3.4 kB 🟢 -1.52 kB 🟢 -1.32 kB
assets/workspaceCheckoutTelemetry-DDZarf3O.js (new) 3.4 kB 🔴 +3.4 kB 🔴 +1.52 kB 🔴 +1.32 kB
assets/GlobalToast-BhfYyLZA.js (new) 3.25 kB 🔴 +3.25 kB 🔴 +1.3 kB 🔴 +1.11 kB
assets/GlobalToast-JkutR5Ww.js (removed) 3.25 kB 🟢 -3.25 kB 🟢 -1.3 kB 🟢 -1.11 kB
assets/Media3DTop-Crm8-iWY.js (removed) 3.21 kB 🟢 -3.21 kB 🟢 -1.26 kB 🟢 -1.11 kB
assets/Media3DTop-EOixTQ0V.js (new) 3.21 kB 🔴 +3.21 kB 🔴 +1.27 kB 🔴 +1.11 kB
assets/load3dAdvanced-DISj4nRJ.js (new) 2.82 kB 🔴 +2.82 kB 🔴 +1.09 kB 🔴 +950 B
assets/load3dAdvanced-Q08tPm5H.js (removed) 2.82 kB 🟢 -2.82 kB 🟢 -1.09 kB 🟢 -956 B
assets/SubscribeToRun-BFAaTAmA.js (removed) 2.39 kB 🟢 -2.39 kB 🟢 -1.03 kB 🟢 -908 B
assets/SubscribeToRun-DBCby9yJ.js (new) 2.39 kB 🔴 +2.39 kB 🔴 +1.03 kB 🔴 +907 B
assets/MediaAudioTop-DTp099vZ.js (new) 1.62 kB 🔴 +1.62 kB 🔴 +807 B 🔴 +669 B
assets/MediaAudioTop-Wzx3qXOX.js (removed) 1.62 kB 🟢 -1.62 kB 🟢 -807 B 🟢 -669 B
assets/cloudSessionCookie-DelfD7D5.js (removed) 933 B 🟢 -933 B 🟢 -432 B 🟢 -377 B
assets/cloudSessionCookie-DFvIXHkz.js (new) 933 B 🔴 +933 B 🔴 +429 B 🔴 +375 B
assets/cloudBadges-8XB4ZBjG.js (new) 922 B 🔴 +922 B 🔴 +513 B 🔴 +457 B
assets/cloudBadges-MK8sfkBx.js (removed) 922 B 🟢 -922 B 🟢 -513 B 🟢 -441 B
assets/Load3DAdvanced-DIHpeI4u.js (new) 761 B 🔴 +761 B 🔴 +422 B 🔴 +358 B
assets/Load3DAdvanced-DIhuUG7C.js (removed) 761 B 🟢 -761 B 🟢 -423 B 🟢 -360 B
assets/nightlyBadges-BetOOXt-.js (removed) 411 B 🟢 -411 B 🟢 -272 B 🟢 -268 B
assets/nightlyBadges-D3803LWT.js (new) 411 B 🔴 +411 B 🔴 +272 B 🔴 +264 B
assets/Load3dViewerContent-CaYtAihF.js (removed) 137 B 🟢 -137 B 🟢 -103 B 🟢 -96 B
assets/Load3dViewerContent-DVpvlyaW.js (new) 137 B 🔴 +137 B 🔴 +103 B 🔴 +91 B
assets/missingModelMetadata-D5TusP4x.js (removed) 125 B 🟢 -125 B 🟢 -103 B 🟢 -110 B
assets/missingModelMetadata-vZBVzCbL.js (new) 125 B 🔴 +125 B 🔴 +103 B 🔴 +101 B
assets/Load3DAdvanced-CpYUmMDN.js (new) 122 B 🔴 +122 B 🔴 +97 B 🔴 +88 B
assets/Load3DAdvanced-DTCvWew7.js (removed) 122 B 🟢 -122 B 🟢 -97 B 🟢 -89 B
assets/WidgetLegacy-CF2U5ovS.js (new) 117 B 🔴 +117 B 🔴 +106 B 🔴 +93 B
assets/WidgetLegacy-Dwxg39il.js (removed) 117 B 🟢 -117 B 🟢 -106 B 🟢 -103 B
assets/workflowDraftStoreV2-6tM7y_7m.js (removed) 112 B 🟢 -112 B 🟢 -101 B 🟢 -109 B
assets/workflowDraftStoreV2-DrsWFXOu.js (new) 112 B 🔴 +112 B 🔴 +101 B 🔴 +111 B
assets/Load3D-Bkzy7xNk.js (new) 98 B 🔴 +98 B 🔴 +89 B 🔴 +86 B
assets/Load3D-Bsu1beL8.js (removed) 98 B 🟢 -98 B 🟢 -89 B 🟢 -89 B
assets/changeTracker-5e1w81ld.js (new) 91 B 🔴 +91 B 🔴 +93 B 🔴 +78 B
assets/changeTracker-BBegIGBK.js (removed) 91 B 🟢 -91 B 🟢 -93 B 🟢 -87 B

Status: 68 added / 68 removed / 217 unchanged

⚡ Performance Report

canvas-idle: · 60.0 avg FPS · 59.7 P5 FPS ✅ (target: ≥52) · 0ms TBT · 62.8 MB heap
canvas-mouse-sweep: · 60.0 avg FPS · 59.9 P5 FPS ✅ (target: ≥52) · 0ms TBT · 65.0 MB heap
canvas-zoom-sweep: · 60.0 avg FPS · 59.9 P5 FPS ✅ (target: ≥52) · 0ms TBT · 60.4 MB heap
dom-widget-clipping: · 60.0 avg FPS · 59.9 P5 FPS ✅ (target: ≥52) · 0ms TBT · 67.5 MB heap
large-graph-idle: · 60.0 avg FPS · 59.9 P5 FPS ✅ (target: ≥52) · 0ms TBT · 67.4 MB heap
large-graph-pan: · 60.0 avg FPS · 59.7 P5 FPS ✅ (target: ≥52) · 0ms TBT · 71.7 MB heap
large-graph-zoom: · 60.0 avg FPS · 59.5 P5 FPS ✅ (target: ≥52) · 0ms TBT · 73.8 MB heap
legacy-node-drag: · 60.0 avg FPS · 59.9 P5 FPS ✅ (target: ≥52) · 0ms TBT · 74.8 MB heap
minimap-idle: · 60.0 avg FPS · 59.7 P5 FPS ✅ (target: ≥52) · 0ms TBT · 65.4 MB heap
subgraph-dom-widget-clipping: · 60.0 avg FPS · 59.7 P5 FPS ✅ (target: ≥52) · 0ms TBT · 68.2 MB heap
subgraph-idle: · 60.0 avg FPS · 59.7 P5 FPS ✅ (target: ≥52) · 0ms TBT · 67.9 MB heap
subgraph-mouse-sweep: · 60.0 avg FPS · 59.7 P5 FPS ✅ (target: ≥52) · 0ms TBT · 62.7 MB heap
subgraph-transition-enter: · 60.0 avg FPS · 59.9 P5 FPS ✅ (target: ≥52) · 81ms TBT · 92.1 MB heap
viewport-pan-sweep: · 60.0 avg FPS · 59.9 P5 FPS ✅ (target: ≥52) · 0ms TBT · 81.9 MB heap
vue-large-graph-idle: · 60.0 avg FPS · 59.7 P5 FPS ✅ (target: ≥52) · 0ms TBT · 172.7 MB heap
vue-large-graph-pan: · 57.1 avg FPS · 59.5 P5 FPS ✅ (target: ≥52) · 19ms TBT · 178.1 MB heap
workflow-execution: · 60.0 avg FPS · 59.9 P5 FPS ✅ (target: ≥52) · 0ms TBT · 63.0 MB heap

✅ No regressions detected.

All metrics
Metric Baseline PR (median) Δ Sig
canvas-idle: avg frame time 17ms 17ms -0% z=-0.5
canvas-idle: p95 frame time 17ms 17ms +0%
canvas-idle: layout duration 0ms 0ms +0%
canvas-idle: style recalc duration 6ms 5ms -19% z=-7.1
canvas-idle: layout count 0 0 +0%
canvas-idle: style recalc count 10 10 +0% z=-2.1
canvas-idle: task duration 404ms 348ms -14% z=-1.5
canvas-idle: script duration 6ms 5ms -20% z=-9.3
canvas-idle: TBT 0ms 0ms +0%
canvas-idle: heap used 65.2 MB 62.8 MB -4%
canvas-idle: DOM nodes -280 -280 +0% z=-237.3
canvas-idle: event listeners -181 -164 -9% z=-37.1
canvas-mouse-sweep: avg frame time 17ms 17ms -0% z=-0.9
canvas-mouse-sweep: p95 frame time 17ms 17ms -0%
canvas-mouse-sweep: layout duration 5ms 2ms -52% z=-7.0
canvas-mouse-sweep: style recalc duration 25ms 22ms -13% z=-6.6
canvas-mouse-sweep: layout count 12 12 +0%
canvas-mouse-sweep: style recalc count 72 71 -1% z=-3.3
canvas-mouse-sweep: task duration 651ms 593ms -9% z=-4.7
canvas-mouse-sweep: script duration 74ms 66ms -11% z=-10.8
canvas-mouse-sweep: TBT 0ms 0ms +0%
canvas-mouse-sweep: heap used 68.7 MB 65.0 MB -5%
canvas-mouse-sweep: DOM nodes -279 -282 +1% z=-133.1
canvas-mouse-sweep: event listeners -181 -164 -9% z=-41.4
canvas-zoom-sweep: avg frame time 17ms 17ms +0% z=0.5
canvas-zoom-sweep: p95 frame time 17ms 17ms -1%
canvas-zoom-sweep: layout duration 0ms 0ms -4% z=-4.1
canvas-zoom-sweep: style recalc duration 11ms 10ms -13% z=-5.9
canvas-zoom-sweep: layout count 6 6 +0%
canvas-zoom-sweep: style recalc count 31 31 -2% z=-1.7
canvas-zoom-sweep: task duration 275ms 233ms -15% z=-4.1
canvas-zoom-sweep: script duration 8ms 6ms -23% z=-7.1
canvas-zoom-sweep: TBT 0ms 0ms +0%
canvas-zoom-sweep: heap used 60.7 MB 60.4 MB -1%
canvas-zoom-sweep: DOM nodes 75 77 +2% z=-3.5
canvas-zoom-sweep: event listeners 19 20 +5% z=-0.7
dom-widget-clipping: avg frame time 17ms 17ms +0% z=0.1
dom-widget-clipping: p95 frame time 17ms 17ms -1%
dom-widget-clipping: layout duration 0ms 0ms +0%
dom-widget-clipping: style recalc duration 5ms 5ms -11% z=-6.3
dom-widget-clipping: layout count 0 0 +0%
dom-widget-clipping: style recalc count 13 12 -8% z=-2.2
dom-widget-clipping: task duration 260ms 227ms -12% z=-8.4
dom-widget-clipping: script duration 34ms 31ms -10% z=-11.3
dom-widget-clipping: TBT 0ms 0ms +0%
dom-widget-clipping: heap used 67.6 MB 67.5 MB -0%
dom-widget-clipping: DOM nodes 22 20 -9% z=-1.5
dom-widget-clipping: event listeners 0 1 variance too high
large-graph-idle: avg frame time 17ms 17ms +0% z=-0.2
large-graph-idle: p95 frame time 17ms 17ms -0%
large-graph-idle: layout duration 0ms 0ms +0%
large-graph-idle: style recalc duration 7ms 6ms -10% z=-5.9
large-graph-idle: layout count 0 0 +0%
large-graph-idle: style recalc count 11 11 -5% z=-3.5
large-graph-idle: task duration 504ms 429ms -15% z=-2.1
large-graph-idle: script duration 11ms 7ms -35% z=-9.0
large-graph-idle: TBT 0ms 0ms +0%
large-graph-idle: heap used 73.2 MB 67.4 MB -8%
large-graph-idle: DOM nodes -260 -268 +3% z=-323.8
large-graph-idle: event listeners -149 -164 +10% z=-31.2
large-graph-pan: avg frame time 17ms 17ms -0% z=-0.8
large-graph-pan: p95 frame time 17ms 17ms +0%
large-graph-pan: layout duration 0ms 0ms +0%
large-graph-pan: style recalc duration 10ms 8ms -17% z=-11.4
large-graph-pan: layout count 0 0 +0%
large-graph-pan: style recalc count 67 69 +2% z=-1.7
large-graph-pan: task duration 883ms 726ms -18% z=-8.3
large-graph-pan: script duration 245ms 195ms -21% z=-10.8
large-graph-pan: TBT 0ms 0ms +0%
large-graph-pan: heap used 72.5 MB 71.7 MB -1%
large-graph-pan: DOM nodes -259 -265 +2% z=-171.8
large-graph-pan: event listeners -149 -73 -51% z=-93.5
large-graph-zoom: avg frame time 17ms 17ms +0%
large-graph-zoom: p95 frame time 17ms 17ms +0%
large-graph-zoom: layout duration 6ms 5ms -15%
large-graph-zoom: style recalc duration 10ms 10ms +2%
large-graph-zoom: layout count 60 60 +0%
large-graph-zoom: style recalc count 63 66 +5%
large-graph-zoom: task duration 977ms 858ms -12%
large-graph-zoom: script duration 259ms 230ms -11%
large-graph-zoom: TBT 0ms 0ms +0%
large-graph-zoom: heap used 74.6 MB 73.8 MB -1%
large-graph-zoom: DOM nodes 8 -127 -1681%
large-graph-zoom: event listeners 8 -70 -969%
legacy-node-drag: avg frame time 17ms 17ms -0%
legacy-node-drag: p95 frame time 17ms 17ms -1%
legacy-node-drag: layout duration 0ms 0ms +0%
legacy-node-drag: style recalc duration 9ms 6ms -29%
legacy-node-drag: layout count 0 0 +0%
legacy-node-drag: style recalc count 47 48 +2%
legacy-node-drag: task duration 1137ms 860ms -24%
legacy-node-drag: script duration 339ms 262ms -23%
legacy-node-drag: TBT 0ms 0ms +0%
legacy-node-drag: heap used 60.9 MB 74.8 MB +23%
legacy-node-drag: DOM nodes -239 16 -107%
legacy-node-drag: event listeners 31 184 +494%
minimap-idle: avg frame time 17ms 17ms +0% z=0.1
minimap-idle: p95 frame time 17ms 17ms -0%
minimap-idle: layout duration 0ms 0ms +0%
minimap-idle: style recalc duration 5ms 5ms -9% z=-5.7
minimap-idle: layout count 0 0 +0%
minimap-idle: style recalc count 9 10 +11% z=0.6
minimap-idle: task duration 497ms 422ms -15% z=-2.2
minimap-idle: script duration 14ms 8ms -44% z=-9.1
minimap-idle: TBT 0ms 0ms +0%
minimap-idle: heap used 62.8 MB 65.4 MB +4%
minimap-idle: DOM nodes -282 -277 -2% z=-216.5
minimap-idle: event listeners -179 -163 -9% z=-253.8
subgraph-dom-widget-clipping: avg frame time 17ms 17ms +0% z=0.1
subgraph-dom-widget-clipping: p95 frame time 17ms 17ms +0%
subgraph-dom-widget-clipping: layout duration 0ms 0ms +0%
subgraph-dom-widget-clipping: style recalc duration 8ms 7ms -9% z=-6.2
subgraph-dom-widget-clipping: layout count 0 0 +0%
subgraph-dom-widget-clipping: style recalc count 47 49 +3% z=0.9
subgraph-dom-widget-clipping: task duration 290ms 243ms -16% z=-7.3
subgraph-dom-widget-clipping: script duration 83ms 68ms -17% z=-9.4
subgraph-dom-widget-clipping: TBT 0ms 0ms +0%
subgraph-dom-widget-clipping: heap used 69.3 MB 68.2 MB -2%
subgraph-dom-widget-clipping: DOM nodes 20 23 +15% z=0.7
subgraph-dom-widget-clipping: event listeners 8 7 -13% z=-1.6
subgraph-idle: avg frame time 17ms 17ms -0% z=-0.2
subgraph-idle: p95 frame time 17ms 17ms +0%
subgraph-idle: layout duration 0ms 0ms +0%
subgraph-idle: style recalc duration 6ms 6ms -1% z=-5.7
subgraph-idle: layout count 0 0 +0%
subgraph-idle: style recalc count 10 12 +20% z=1.7
subgraph-idle: task duration 399ms 348ms -13% z=-0.7
subgraph-idle: script duration 5ms 5ms -10% z=-5.8
subgraph-idle: TBT 0ms 0ms +0%
subgraph-idle: heap used 57.0 MB 67.9 MB +19%
subgraph-idle: DOM nodes -279 -278 -1% z=-200.2
subgraph-idle: event listeners -151 -179 +19% variance too high
subgraph-mouse-sweep: avg frame time 17ms 17ms -0% z=-0.1
subgraph-mouse-sweep: p95 frame time 17ms 17ms +0%
subgraph-mouse-sweep: layout duration 3ms 2ms -25% z=-7.3
subgraph-mouse-sweep: style recalc duration 26ms 21ms -22% z=-6.6
subgraph-mouse-sweep: layout count 16 16 +0%
subgraph-mouse-sweep: style recalc count 75 77 +2% z=-1.9
subgraph-mouse-sweep: task duration 616ms 531ms -14% z=-3.4
subgraph-mouse-sweep: script duration 56ms 46ms -18% z=-8.4
subgraph-mouse-sweep: TBT 0ms 0ms +0%
subgraph-mouse-sweep: heap used 56.4 MB 62.7 MB +11%
subgraph-mouse-sweep: DOM nodes -280 -279 -0% z=-154.8
subgraph-mouse-sweep: event listeners -151 -164 +9% variance too high
subgraph-transition-enter: avg frame time 17ms 17ms +0%
subgraph-transition-enter: p95 frame time 17ms 17ms -1%
subgraph-transition-enter: layout duration 9ms 8ms -12%
subgraph-transition-enter: style recalc duration 23ms 20ms -13%
subgraph-transition-enter: layout count 16 15 -6%
subgraph-transition-enter: style recalc count 21 20 -5%
subgraph-transition-enter: task duration 682ms 613ms -10%
subgraph-transition-enter: script duration 11ms 10ms -9%
subgraph-transition-enter: TBT 102ms 81ms -21%
subgraph-transition-enter: heap used 93.7 MB 92.1 MB -2%
subgraph-transition-enter: DOM nodes 13673 13673 +0%
subgraph-transition-enter: event listeners 2373 2373 +0%
viewport-pan-sweep: avg frame time 17ms 17ms -0%
viewport-pan-sweep: p95 frame time 17ms 17ms -1%
viewport-pan-sweep: layout duration 0ms 0ms +0%
viewport-pan-sweep: style recalc duration 25ms 21ms -13%
viewport-pan-sweep: layout count 0 0 +0%
viewport-pan-sweep: style recalc count 250 251 +0%
viewport-pan-sweep: task duration 3046ms 2539ms -17%
viewport-pan-sweep: script duration 703ms 590ms -16%
viewport-pan-sweep: TBT 0ms 0ms +0%
viewport-pan-sweep: heap used 80.0 MB 81.9 MB +2%
viewport-pan-sweep: DOM nodes -267 -268 +0%
viewport-pan-sweep: event listeners -133 -147 +11%
vue-large-graph-idle: avg frame time 17ms 17ms -3%
vue-large-graph-idle: p95 frame time 17ms 17ms -0%
vue-large-graph-idle: layout duration 0ms 0ms +0%
vue-large-graph-idle: style recalc duration 0ms 0ms +0%
vue-large-graph-idle: layout count 0 0 +0%
vue-large-graph-idle: style recalc count 0 0 +0%
vue-large-graph-idle: task duration 11765ms 8731ms -26%
vue-large-graph-idle: script duration 88ms 42ms -52%
vue-large-graph-idle: TBT 0ms 0ms +0%
vue-large-graph-idle: heap used 165.7 MB 172.7 MB +4%
vue-large-graph-idle: DOM nodes -8312 -8312 +0%
vue-large-graph-idle: event listeners -16391 -16392 +0%
vue-large-graph-pan: avg frame time 17ms 18ms +2%
vue-large-graph-pan: p95 frame time 17ms 17ms +0%
vue-large-graph-pan: layout duration 0ms 0ms +0%
vue-large-graph-pan: style recalc duration 12ms 12ms -1%
vue-large-graph-pan: layout count 0 0 +0%
vue-large-graph-pan: style recalc count 69 67 -4%
vue-large-graph-pan: task duration 13609ms 11410ms -16%
vue-large-graph-pan: script duration 326ms 322ms -1%
vue-large-graph-pan: TBT 36ms 19ms -47%
vue-large-graph-pan: heap used 181.6 MB 178.1 MB -2%
vue-large-graph-pan: DOM nodes -8312 -8312 +0%
vue-large-graph-pan: event listeners -16387 -16387 +0%
workflow-execution: avg frame time 17ms 17ms -0% z=0.1
workflow-execution: p95 frame time 17ms 17ms -0%
workflow-execution: layout duration 1ms 1ms +43% z=-5.5
workflow-execution: style recalc duration 12ms 13ms +8% z=-5.1
workflow-execution: layout count 2 3 +25% z=-4.5
workflow-execution: style recalc count 14 17 +18% z=-0.6
workflow-execution: task duration 75ms 93ms +23% z=-2.8
workflow-execution: script duration 5ms 7ms +26% z=-7.5
workflow-execution: TBT 0ms 0ms +0%
workflow-execution: heap used 62.3 MB 63.0 MB +1%
workflow-execution: DOM nodes 125 137 +9% z=-3.4
workflow-execution: event listeners 97 98 +1% z=10.6
Historical variance (last 15 runs)
Metric μ σ CV
canvas-idle: avg frame time 17ms 0ms 0.0%
canvas-idle: layout duration 0ms 0ms 0.0%
canvas-idle: style recalc duration 11ms 1ms 8.2%
canvas-idle: layout count 0 0 0.0%
canvas-idle: style recalc count 11 1 5.0%
canvas-idle: task duration 395ms 31ms 7.9%
canvas-idle: script duration 25ms 2ms 8.8%
canvas-idle: TBT 0ms 0ms 0.0%
canvas-idle: DOM nodes 23 1 5.6%
canvas-idle: event listeners 12 5 40.9%
canvas-mouse-sweep: avg frame time 17ms 0ms 0.0%
canvas-mouse-sweep: layout duration 4ms 0ms 5.4%
canvas-mouse-sweep: style recalc duration 43ms 3ms 7.4%
canvas-mouse-sweep: layout count 12 0 0.0%
canvas-mouse-sweep: style recalc count 79 2 3.0%
canvas-mouse-sweep: task duration 865ms 58ms 6.7%
canvas-mouse-sweep: script duration 136ms 6ms 4.8%
canvas-mouse-sweep: TBT 0ms 0ms 0.0%
canvas-mouse-sweep: DOM nodes 62 3 4.2%
canvas-mouse-sweep: event listeners 8 4 49.4%
canvas-zoom-sweep: avg frame time 17ms 0ms 0.0%
canvas-zoom-sweep: layout duration 1ms 0ms 7.0%
canvas-zoom-sweep: style recalc duration 19ms 2ms 8.0%
canvas-zoom-sweep: layout count 6 0 0.0%
canvas-zoom-sweep: style recalc count 31 0 1.5%
canvas-zoom-sweep: task duration 327ms 23ms 7.1%
canvas-zoom-sweep: script duration 27ms 3ms 11.1%
canvas-zoom-sweep: TBT 0ms 0ms 0.0%
canvas-zoom-sweep: DOM nodes 79 1 1.0%
canvas-zoom-sweep: event listeners 24 5 21.8%
dom-widget-clipping: avg frame time 17ms 0ms 0.0%
dom-widget-clipping: layout duration 0ms 0ms 0.0%
dom-widget-clipping: style recalc duration 10ms 1ms 8.0%
dom-widget-clipping: layout count 0 0 0.0%
dom-widget-clipping: style recalc count 13 0 3.8%
dom-widget-clipping: task duration 365ms 16ms 4.5%
dom-widget-clipping: script duration 68ms 3ms 4.8%
dom-widget-clipping: TBT 0ms 0ms 0.0%
dom-widget-clipping: DOM nodes 22 1 6.4%
dom-widget-clipping: event listeners 8 6 81.2%
large-graph-idle: avg frame time 17ms 0ms 0.0%
large-graph-idle: layout duration 0ms 0ms 0.0%
large-graph-idle: style recalc duration 12ms 1ms 8.6%
large-graph-idle: layout count 0 0 0.0%
large-graph-idle: style recalc count 12 0 2.7%
large-graph-idle: task duration 542ms 54ms 10.0%
large-graph-idle: script duration 102ms 11ms 10.3%
large-graph-idle: TBT 0ms 0ms 0.0%
large-graph-idle: DOM nodes 25 1 3.7%
large-graph-idle: event listeners 26 6 23.2%
large-graph-pan: avg frame time 17ms 0ms 0.0%
large-graph-pan: layout duration 0ms 0ms 0.0%
large-graph-pan: style recalc duration 17ms 1ms 4.6%
large-graph-pan: layout count 0 0 0.0%
large-graph-pan: style recalc count 70 1 0.9%
large-graph-pan: task duration 1082ms 43ms 4.0%
large-graph-pan: script duration 408ms 20ms 4.8%
large-graph-pan: TBT 0ms 0ms 0.0%
large-graph-pan: DOM nodes 19 2 8.7%
large-graph-pan: event listeners 5 1 16.8%
minimap-idle: avg frame time 17ms 0ms 0.0%
minimap-idle: layout duration 0ms 0ms 0.0%
minimap-idle: style recalc duration 10ms 1ms 8.6%
minimap-idle: layout count 0 0 0.0%
minimap-idle: style recalc count 10 1 7.1%
minimap-idle: task duration 527ms 47ms 9.0%
minimap-idle: script duration 98ms 10ms 10.1%
minimap-idle: TBT 0ms 0ms 0.0%
minimap-idle: DOM nodes 19 1 7.1%
minimap-idle: event listeners 5 1 14.4%
subgraph-dom-widget-clipping: avg frame time 17ms 0ms 0.0%
subgraph-dom-widget-clipping: layout duration 0ms 0ms 0.0%
subgraph-dom-widget-clipping: style recalc duration 13ms 1ms 7.4%
subgraph-dom-widget-clipping: layout count 0 0 0.0%
subgraph-dom-widget-clipping: style recalc count 48 1 1.2%
subgraph-dom-widget-clipping: task duration 378ms 18ms 4.9%
subgraph-dom-widget-clipping: script duration 128ms 6ms 4.9%
subgraph-dom-widget-clipping: TBT 0ms 0ms 0.0%
subgraph-dom-widget-clipping: DOM nodes 22 1 5.0%
subgraph-dom-widget-clipping: event listeners 16 6 36.0%
subgraph-idle: avg frame time 17ms 0ms 0.0%
subgraph-idle: layout duration 0ms 0ms 0.0%
subgraph-idle: style recalc duration 10ms 1ms 7.5%
subgraph-idle: layout count 0 0 0.0%
subgraph-idle: style recalc count 11 1 6.0%
subgraph-idle: task duration 370ms 31ms 8.5%
subgraph-idle: script duration 20ms 3ms 13.2%
subgraph-idle: TBT 0ms 0ms 0.0%
subgraph-idle: DOM nodes 22 1 6.9%
subgraph-idle: event listeners 10 7 64.5%
subgraph-mouse-sweep: avg frame time 17ms 0ms 0.0%
subgraph-mouse-sweep: layout duration 5ms 0ms 6.8%
subgraph-mouse-sweep: style recalc duration 42ms 3ms 7.8%
subgraph-mouse-sweep: layout count 16 0 0.0%
subgraph-mouse-sweep: style recalc count 80 2 2.4%
subgraph-mouse-sweep: task duration 766ms 69ms 9.0%
subgraph-mouse-sweep: script duration 101ms 7ms 6.5%
subgraph-mouse-sweep: TBT 0ms 0ms 0.0%
subgraph-mouse-sweep: DOM nodes 67 2 3.3%
subgraph-mouse-sweep: event listeners 8 4 52.6%
workflow-execution: avg frame time 17ms 0ms 0.0%
workflow-execution: layout duration 2ms 0ms 9.4%
workflow-execution: style recalc duration 24ms 2ms 9.1%
workflow-execution: layout count 5 1 11.0%
workflow-execution: style recalc count 18 2 11.5%
workflow-execution: task duration 123ms 11ms 8.8%
workflow-execution: script duration 29ms 3ms 10.2%
workflow-execution: TBT 0ms 0ms 0.0%
workflow-execution: DOM nodes 161 7 4.4%
workflow-execution: event listeners 52 4 8.4%
Trend (last 15 commits on main)
Metric Trend Dir Latest
canvas-idle: avg frame time ▆▃▆▁▆▃▆█▆▆▄▃▃▄▃ ➡️ 17ms
canvas-idle: p95 frame time ➡️ NaNms
canvas-idle: layout duration ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
canvas-idle: style recalc duration ▇▇▆▆▃█▄▃▄▃▇▄▁▆▇ ➡️ 11ms
canvas-idle: layout count ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0
canvas-idle: style recalc count █▃▅▂▅▆▃▁▂▁▂▅▆▅▆ ➡️ 12
canvas-idle: task duration ▃▃▃▆▂▃▃▅▆▂█▃▁▃▃ ➡️ 391ms
canvas-idle: script duration ▄▃▅▇▂▅▃▆▇▅█▄▁▅▆ ➡️ 27ms
canvas-idle: TBT ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
canvas-idle: heap used ➡️ NaN MB
canvas-idle: DOM nodes █▇▆▅▃▇▃▁▂▂▅▆▆▆▇ ➡️ 24
canvas-idle: event listeners ▅█▅▄▁▅▁▁▁▄▅▅▁▅▄ 📉 11
canvas-mouse-sweep: avg frame time ▆█▆▃▁▃▁▆▆▁▃▆▆▃▃ ➡️ 17ms
canvas-mouse-sweep: p95 frame time ➡️ NaNms
canvas-mouse-sweep: layout duration ▁▃▂▄▁▂▁▃▆▂█▇▆▄▃ ➡️ 4ms
canvas-mouse-sweep: style recalc duration ▄▄▂▄▁▂▃▃▅▄█▆▂▄▄ ➡️ 43ms
canvas-mouse-sweep: layout count ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 12
canvas-mouse-sweep: style recalc count █▅▄▃▂▂▁▄▄▅▆▅▂▇▄ ➡️ 79
canvas-mouse-sweep: task duration █▆▄▂▂▃▂▄▄▅█▆▁▆▄ ➡️ 868ms
canvas-mouse-sweep: script duration ▄▅▄▆▄▆▆▆▅▅█▆▁▅▆ ➡️ 139ms
canvas-mouse-sweep: TBT ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
canvas-mouse-sweep: heap used ➡️ NaN MB
canvas-mouse-sweep: DOM nodes █▅▃▃▁▂▂▃▂▄▆▅▃▅▅ ➡️ 64
canvas-mouse-sweep: event listeners █▁▁▁▁▁▇▁▁▁██▇▁█ 📈 13
canvas-zoom-sweep: avg frame time ▅▅█▄▅▁▁▁▅▁▁▅▄▅▁ ➡️ 17ms
canvas-zoom-sweep: p95 frame time ➡️ NaNms
canvas-zoom-sweep: layout duration ▆▅▅▄▁▁█▅▃▅▇▆▁▂▆ ➡️ 1ms
canvas-zoom-sweep: style recalc duration ▆▅▄▆▅▃█▆▇▅▇▄▁▃▅ ➡️ 20ms
canvas-zoom-sweep: layout count ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 6
canvas-zoom-sweep: style recalc count ▁▁▃▄▆▃▆█▄▄▆▁▆▁▆ ➡️ 32
canvas-zoom-sweep: task duration ▄▂▁▇▂▂▄▅▆▃█▄▁▁▅ ➡️ 338ms
canvas-zoom-sweep: script duration ▃▃▂▇▂▂▅▇▆▅█▄▁▂▆ ➡️ 30ms
canvas-zoom-sweep: TBT ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
canvas-zoom-sweep: heap used ➡️ NaN MB
canvas-zoom-sweep: DOM nodes ▄▃▁▅█▁▃▆▄▅▅▃▃▄▃ ➡️ 79
canvas-zoom-sweep: event listeners ▁▁▂▅█▂▁▅▁▅▅▄▁▅▁ ➡️ 19
dom-widget-clipping: avg frame time ▂▄▅▅▂▄█▇▅▇▇▅▅▁▇ ➡️ 17ms
dom-widget-clipping: p95 frame time ➡️ NaNms
dom-widget-clipping: layout duration ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
dom-widget-clipping: style recalc duration ▆▆▂▆▄▃██▄▁▆▇▆▃▅ ➡️ 10ms
dom-widget-clipping: layout count ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0
dom-widget-clipping: style recalc count ▇█▅█▅▄█▇▇▁▇▄▇▂▅ ➡️ 13
dom-widget-clipping: task duration ▃▃▁▅▄▃▅▆▅▂▇█▁▅▅ ➡️ 371ms
dom-widget-clipping: script duration ▅▄▄▆▆▅▇▇▆▃█▇▁▇▇ ➡️ 71ms
dom-widget-clipping: TBT ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
dom-widget-clipping: heap used ➡️ NaN MB
dom-widget-clipping: DOM nodes ▇▇▄▇▅▄█▇▅▁▅▄▇▃▄ ➡️ 21
dom-widget-clipping: event listeners ▅▅▅▅▁▅██▁▁▁▁█▁▁ 📉 2
large-graph-idle: avg frame time ▅▅▅▅▅▂▁▂▄▅▄▂▂▅█ ➡️ 17ms
large-graph-idle: p95 frame time ➡️ NaNms
large-graph-idle: layout duration ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
large-graph-idle: style recalc duration ▅▅▅▆▄▅▃▄▅▅▆█▁▄▆ ➡️ 13ms
large-graph-idle: layout count ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0
large-graph-idle: style recalc count █▆█▃▃▁▃▆▃▆▆▃▆██ ➡️ 12
large-graph-idle: task duration ▂▃▂▆▂▃▃▇▅▃██▁▂▅ ➡️ 569ms
large-graph-idle: script duration ▄▅▄▆▄▅▅▇▆▅█▆▁▃▆ ➡️ 110ms
large-graph-idle: TBT ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
large-graph-idle: heap used ➡️ NaN MB
large-graph-idle: DOM nodes ▆█▅▂▅▃▁▂▃▅▅▆▂▆▅ ➡️ 25
large-graph-idle: event listeners ███▇██▄▁▄▇▇█▂█▇ ➡️ 29
large-graph-pan: avg frame time ▆▃▃▆█▃▁█▆▆▆▆█▁▆ ➡️ 17ms
large-graph-pan: p95 frame time ➡️ NaNms
large-graph-pan: layout duration ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
large-graph-pan: style recalc duration ▃▂▄▄▁▅▂▂▁▄▄█▃▁▂ ➡️ 17ms
large-graph-pan: layout count ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0
large-graph-pan: style recalc count ▆▃█▂▃▂▂▂▁▇▅▃█▆▃ ➡️ 69
large-graph-pan: task duration ▄▃▄▆▄▄▄▆▄▄█▆▁▂▅ ➡️ 1100ms
large-graph-pan: script duration ▅▄▅▆▆▅▄▆▄▅█▄▁▄▅ ➡️ 413ms
large-graph-pan: TBT ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
large-graph-pan: heap used ➡️ NaN MB
large-graph-pan: DOM nodes ▅▃▆▂▄▁▃▁▁▅▁▂█▅▂ ➡️ 18
large-graph-pan: event listeners █▆█▁▁▆▁▁▃▆▁▃██▃ ➡️ 5
minimap-idle: avg frame time ▃▆▆▃█▁█▆▆▃▃▆█▆█ ➡️ 17ms
minimap-idle: p95 frame time ➡️ NaNms
minimap-idle: layout duration ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
minimap-idle: style recalc duration ▄█▁█▅▅█▅▅▃▅▁▁▄▆ ➡️ 10ms
minimap-idle: layout count ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0
minimap-idle: style recalc count ▃▅▂▄█▃▆▁▂▅▂▁▅▆▃ ➡️ 9
minimap-idle: task duration ▃▄▁▅▁▃▄▅▇▃█▅▁▁▅ ➡️ 547ms
minimap-idle: script duration ▄▆▃▇▃▅▆▆▇▅█▅▁▃▆ ➡️ 106ms
minimap-idle: TBT ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
minimap-idle: heap used ➡️ NaN MB
minimap-idle: DOM nodes ▃▅▂▄█▃▆▁▂▅▂▁▅▆▃ ➡️ 19
minimap-idle: event listeners ▃▃▆▁▁▁▃▁▁▆▁▃█▆▁ ➡️ 4
subgraph-dom-widget-clipping: avg frame time ▅▄▄▄▄▄█▄▄▄▃▁▆▃▃ ➡️ 17ms
subgraph-dom-widget-clipping: p95 frame time ➡️ NaNms
subgraph-dom-widget-clipping: layout duration ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
subgraph-dom-widget-clipping: style recalc duration ▂▄▃▅▅▃▂▅▇▃▄█▁▄▆ ➡️ 14ms
subgraph-dom-widget-clipping: layout count ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0
subgraph-dom-widget-clipping: style recalc count ▇█▆▃▆▃▁▆█▇▃▆▇█▅ ➡️ 48
subgraph-dom-widget-clipping: task duration ▂▃▃▆▅▅▂▅█▂▆█▁▂▇ ➡️ 398ms
subgraph-dom-widget-clipping: script duration ▃▃▃▄▅▅▂▄█▂▅▇▁▂▅ ➡️ 131ms
subgraph-dom-widget-clipping: TBT ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
subgraph-dom-widget-clipping: heap used ➡️ NaN MB
subgraph-dom-widget-clipping: DOM nodes ▅▇▅▂▅▂▁▅▅▅▁▇▅█▄ ➡️ 22
subgraph-dom-widget-clipping: event listeners ▅▅▅▂▅▁▅██▁▁█▅█▅ 📈 16
subgraph-idle: avg frame time ▆▆█▁▆▃▆▆▆▃▆▁▃▆█ ➡️ 17ms
subgraph-idle: p95 frame time ➡️ NaNms
subgraph-idle: layout duration ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
subgraph-idle: style recalc duration ▁▇▃▆▂▄▂▃▃▆▆▄▃▇█ ➡️ 12ms
subgraph-idle: layout count ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0
subgraph-idle: style recalc count ▃▆▃▃▂▅▁▂▁▆▃▃██▇ ➡️ 12
subgraph-idle: task duration ▁▃▁▇▁▁▃▆▅▂█▅▁▁▄ ➡️ 378ms
subgraph-idle: script duration ▁▃▂▇▁▂▃▇▆▂█▅▂▁▅ ➡️ 22ms
subgraph-idle: TBT ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
subgraph-idle: heap used ➡️ NaN MB
subgraph-idle: DOM nodes ▃▅▃▂▁▄▁▂▁▅▃▂▇█▇ ➡️ 24
subgraph-idle: event listeners ▁▅▁▁▁▁▁▁▁▅▄▁███ 📈 21
subgraph-mouse-sweep: avg frame time ▅▄▁▃▃▄▆▄▆▃▃█▁▃▃ ➡️ 17ms
subgraph-mouse-sweep: p95 frame time ➡️ NaNms
subgraph-mouse-sweep: layout duration ▁▄▄▄▃▃▅▅▅▂█▇▂▃▆ ➡️ 5ms
subgraph-mouse-sweep: style recalc duration ▃▂▄▅▂▃▄▅█▃█▆▁▂▅ ➡️ 43ms
subgraph-mouse-sweep: layout count ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 16
subgraph-mouse-sweep: style recalc count ▅▂▅▅▁▄▃▅█▅▆▄▂▄▅ ➡️ 81
subgraph-mouse-sweep: task duration ▃▂▄▅▂▄▄▅▇▄█▆▁▃▅ ➡️ 785ms
subgraph-mouse-sweep: script duration ▄▅▄▇▅▅▆▇▆▅██▁▄▆ ➡️ 105ms
subgraph-mouse-sweep: TBT ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
subgraph-mouse-sweep: heap used ➡️ NaN MB
subgraph-mouse-sweep: DOM nodes ▅▁▄▅▁▄▃▃█▅▅▄▂▅▃ ➡️ 66
subgraph-mouse-sweep: event listeners ▇▁▂▇▁▂▂▂█▇▂▂▇▇▂ 📈 5
workflow-execution: avg frame time ▆▆▆▄▆▆▃▄▁▄█▆▅▄▆ ➡️ 17ms
workflow-execution: p95 frame time ➡️ NaNms
workflow-execution: layout duration ▁▆▁▃▂▄▃▂▃▃▅█▄▂▅ ➡️ 2ms
workflow-execution: style recalc duration ▃▇▅▇▁▅▆▇█▁██▂▄▆ ➡️ 25ms
workflow-execution: layout count ▁█▂▃▂▃▃▁▃▃▄▃▂▃▂ ➡️ 5
workflow-execution: style recalc count ▃█▅▇▁▄▅▆▅▅▅▅▄▄▂ ➡️ 15
workflow-execution: task duration ▂▅▄▅▁▄▆▆▆▁▇█▁▃▃ ➡️ 120ms
workflow-execution: script duration ▄▃▄▄▃▅▄▅▆▂▇█▁▃▄ ➡️ 29ms
workflow-execution: TBT ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
workflow-execution: heap used ➡️ NaN MB
workflow-execution: DOM nodes ▂█▃▆▁▄▃▅▃█▃▃▄▃▁ ➡️ 152
workflow-execution: event listeners ▅███▁▅███▁██▅█▅ ➡️ 49
Raw data
{
  "timestamp": "2026-08-18T04:27:29.127Z",
  "gitSha": "462cb55a97110f1da660a82e287c02e2b9d7d860",
  "branch": "jaeone94/p2-missing-node-single-writer-14653",
  "measurements": [
    {
      "name": "canvas-idle",
      "durationMs": 2016.1300000000324,
      "styleRecalcs": 10,
      "styleRecalcDurationMs": 4.498,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 349.173,
      "heapDeltaBytes": 803108,
      "heapUsedBytes": 61549996,
      "domNodes": -280,
      "jsHeapTotalBytes": 4972544,
      "scriptDurationMs": 4.558000000000002,
      "eventListeners": -149,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "canvas-idle",
      "durationMs": 2007.1689999999762,
      "styleRecalcs": 10,
      "styleRecalcDurationMs": 4.603999999999998,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 346.462,
      "heapDeltaBytes": 9048532,
      "heapUsedBytes": 70203712,
      "domNodes": -280,
      "jsHeapTotalBytes": 4710400,
      "scriptDurationMs": 4.529999999999999,
      "eventListeners": -179,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66333333333335,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "canvas-mouse-sweep",
      "durationMs": 1724.4029999999952,
      "styleRecalcs": 71,
      "styleRecalcDurationMs": 22.712000000000003,
      "layouts": 12,
      "layoutDurationMs": 2.115,
      "taskDurationMs": 627.3199999999999,
      "heapDeltaBytes": 14259740,
      "heapUsedBytes": 74794136,
      "domNodes": -282,
      "jsHeapTotalBytes": 5496832,
      "scriptDurationMs": 67.66999999999999,
      "eventListeners": -181,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66333333333332,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "canvas-mouse-sweep",
      "durationMs": 1701.6079999999647,
      "styleRecalcs": 71,
      "styleRecalcDurationMs": 20.750999999999998,
      "layouts": 12,
      "layoutDurationMs": 2.3690000000000007,
      "taskDurationMs": 559.275,
      "heapDeltaBytes": 1227388,
      "heapUsedBytes": 61537840,
      "domNodes": -282,
      "jsHeapTotalBytes": 4186112,
      "scriptDurationMs": 63.59200000000001,
      "eventListeners": -147,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.699999999999818
    },
    {
      "name": "canvas-zoom-sweep",
      "durationMs": 1710.5409999999779,
      "styleRecalcs": 30,
      "styleRecalcDurationMs": 10.073,
      "layouts": 6,
      "layoutDurationMs": 0.4189999999999999,
      "taskDurationMs": 229.87099999999998,
      "heapDeltaBytes": 2338504,
      "heapUsedBytes": 63315948,
      "domNodes": 77,
      "jsHeapTotalBytes": 4456448,
      "scriptDurationMs": 5.817000000000001,
      "eventListeners": 19,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.699999999999818
    },
    {
      "name": "canvas-zoom-sweep",
      "durationMs": 1717.104000000063,
      "styleRecalcs": 31,
      "styleRecalcDurationMs": 9.988999999999999,
      "layouts": 6,
      "layoutDurationMs": 0.49700000000000005,
      "taskDurationMs": 235.37199999999996,
      "heapDeltaBytes": 2769484,
      "heapUsedBytes": 63254708,
      "domNodes": 76,
      "jsHeapTotalBytes": 5242880,
      "scriptDurationMs": 5.747999999999999,
      "eventListeners": 21,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "dom-widget-clipping",
      "durationMs": 393.7999999999988,
      "styleRecalcs": 12,
      "styleRecalcDurationMs": 4.659,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 223.68699999999998,
      "heapDeltaBytes": 10024648,
      "heapUsedBytes": 70839536,
      "domNodes": 20,
      "jsHeapTotalBytes": 4980736,
      "scriptDurationMs": 30.102999999999998,
      "eventListeners": 0,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000273
    },
    {
      "name": "dom-widget-clipping",
      "durationMs": 397.8620000000319,
      "styleRecalcs": 12,
      "styleRecalcDurationMs": 5.153,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 231.09000000000003,
      "heapDeltaBytes": 9881304,
      "heapUsedBytes": 70642992,
      "domNodes": 20,
      "jsHeapTotalBytes": 5242880,
      "scriptDurationMs": 32.12,
      "eventListeners": 2,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000273
    },
    {
      "name": "large-graph-idle",
      "durationMs": 2012.9489999999919,
      "styleRecalcs": 10,
      "styleRecalcDurationMs": 4.783,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 434.571,
      "heapDeltaBytes": -8296988,
      "heapUsedBytes": 65028356,
      "domNodes": -280,
      "jsHeapTotalBytes": -1314816,
      "scriptDurationMs": 8.038,
      "eventListeners": -179,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.699999999999818
    },
    {
      "name": "large-graph-idle",
      "durationMs": 2011.527000000001,
      "styleRecalcs": 11,
      "styleRecalcDurationMs": 7.266000000000002,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 423.89199999999994,
      "heapDeltaBytes": 2118372,
      "heapUsedBytes": 76314836,
      "domNodes": -256,
      "jsHeapTotalBytes": -1576960,
      "scriptDurationMs": 6.804000000000001,
      "eventListeners": -149,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.699999999999818
    },
    {
      "name": "large-graph-pan",
      "durationMs": 2071.341000000018,
      "styleRecalcs": 69,
      "styleRecalcDurationMs": 9.006,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 749.568,
      "heapDeltaBytes": 539584,
      "heapUsedBytes": 75472600,
      "domNodes": -264,
      "jsHeapTotalBytes": -1613824,
      "scriptDurationMs": 197.03199999999998,
      "eventListeners": -149,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "large-graph-pan",
      "durationMs": 2050.9700000000066,
      "styleRecalcs": 68,
      "styleRecalcDurationMs": 7.418999999999999,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 701.93,
      "heapDeltaBytes": 14080884,
      "heapUsedBytes": 74860892,
      "domNodes": -265,
      "jsHeapTotalBytes": 225280,
      "scriptDurationMs": 192.555,
      "eventListeners": 4,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.660000000000007,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "large-graph-zoom",
      "durationMs": 3083.7209999999686,
      "styleRecalcs": 67,
      "styleRecalcDurationMs": 9.589000000000002,
      "layouts": 60,
      "layoutDurationMs": 4.645,
      "taskDurationMs": 819.572,
      "heapDeltaBytes": 1414072,
      "heapUsedBytes": 77555812,
      "domNodes": -265,
      "jsHeapTotalBytes": -1839104,
      "scriptDurationMs": 211.156,
      "eventListeners": -145,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "large-graph-zoom",
      "durationMs": 3041.9239999999945,
      "styleRecalcs": 65,
      "styleRecalcDurationMs": 10.092,
      "layouts": 60,
      "layoutDurationMs": 5.64,
      "taskDurationMs": 895.5569999999999,
      "heapDeltaBytes": 15357824,
      "heapUsedBytes": 77262552,
      "domNodes": 12,
      "jsHeapTotalBytes": 0,
      "scriptDurationMs": 248.132,
      "eventListeners": 6,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "legacy-node-drag",
      "durationMs": 2057.1730000000343,
      "styleRecalcs": 50,
      "styleRecalcDurationMs": 7.219000000000001,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 853.163,
      "heapDeltaBytes": 11386092,
      "heapUsedBytes": 94118356,
      "domNodes": 20,
      "jsHeapTotalBytes": 7794688,
      "scriptDurationMs": 257.60900000000004,
      "eventListeners": 184,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "legacy-node-drag",
      "durationMs": 2053.421000000071,
      "styleRecalcs": 46,
      "styleRecalcDurationMs": 4.923000000000002,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 865.9219999999999,
      "heapDeltaBytes": 433312,
      "heapUsedBytes": 62703524,
      "domNodes": 12,
      "jsHeapTotalBytes": 10747904,
      "scriptDurationMs": 266.61400000000003,
      "eventListeners": 184,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66333333333332,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "minimap-idle",
      "durationMs": 2028.7340000000427,
      "styleRecalcs": 11,
      "styleRecalcDurationMs": 5.325,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 427.44000000000005,
      "heapDeltaBytes": -12247040,
      "heapUsedBytes": 68551476,
      "domNodes": -274,
      "jsHeapTotalBytes": 3211264,
      "scriptDurationMs": 8.884,
      "eventListeners": -177,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.699999999999818
    },
    {
      "name": "minimap-idle",
      "durationMs": 2034.4689999999446,
      "styleRecalcs": 9,
      "styleRecalcDurationMs": 4.452000000000001,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 416.7939999999999,
      "heapDeltaBytes": -12385224,
      "heapUsedBytes": 68577336,
      "domNodes": -280,
      "jsHeapTotalBytes": 3211264,
      "scriptDurationMs": 6.752999999999998,
      "eventListeners": -149,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.799999999999272
    },
    {
      "name": "subgraph-dom-widget-clipping",
      "durationMs": 393.5290000000009,
      "styleRecalcs": 48,
      "styleRecalcDurationMs": 6.704,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 246.77500000000003,
      "heapDeltaBytes": 10628648,
      "heapUsedBytes": 71557424,
      "domNodes": 22,
      "jsHeapTotalBytes": 5242880,
      "scriptDurationMs": 71.928,
      "eventListeners": 8,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.663333333333338,
      "p95FrameDurationMs": 16.700000000000273
    },
    {
      "name": "subgraph-dom-widget-clipping",
      "durationMs": 407.2279999999182,
      "styleRecalcs": 49,
      "styleRecalcDurationMs": 7.0089999999999995,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 239.46499999999997,
      "heapDeltaBytes": 10588984,
      "heapUsedBytes": 71537848,
      "domNodes": 24,
      "jsHeapTotalBytes": 5242880,
      "scriptDurationMs": 65.011,
      "eventListeners": 6,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.669999999999998,
      "p95FrameDurationMs": 16.799999999999727
    },
    {
      "name": "subgraph-idle",
      "durationMs": 2001.4869999999974,
      "styleRecalcs": 12,
      "styleRecalcDurationMs": 5.217,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 343.25600000000003,
      "heapDeltaBytes": 11696576,
      "heapUsedBytes": 72608976,
      "domNodes": -278,
      "jsHeapTotalBytes": 3661824,
      "scriptDurationMs": 4.685,
      "eventListeners": -179,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.699999999999818
    },
    {
      "name": "subgraph-idle",
      "durationMs": 2002.1530000000212,
      "styleRecalcs": 12,
      "styleRecalcDurationMs": 6.697,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 352.777,
      "heapDeltaBytes": 8737484,
      "heapUsedBytes": 69796564,
      "domNodes": -277,
      "jsHeapTotalBytes": 4186112,
      "scriptDurationMs": 4.628,
      "eventListeners": -179,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66333333333332,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "subgraph-mouse-sweep",
      "durationMs": 1702.7879999999982,
      "styleRecalcs": 78,
      "styleRecalcDurationMs": 21.357,
      "layouts": 16,
      "layoutDurationMs": 2.4939999999999998,
      "taskDurationMs": 544.42,
      "heapDeltaBytes": 12119540,
      "heapUsedBytes": 72992760,
      "domNodes": -278,
      "jsHeapTotalBytes": 4710400,
      "scriptDurationMs": 48.244,
      "eventListeners": -179,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66333333333335,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "subgraph-mouse-sweep",
      "durationMs": 1695.0489999999263,
      "styleRecalcs": 75,
      "styleRecalcDurationMs": 19.738,
      "layouts": 16,
      "layoutDurationMs": 2.237,
      "taskDurationMs": 517.417,
      "heapDeltaBytes": -2333496,
      "heapUsedBytes": 58401888,
      "domNodes": -280,
      "jsHeapTotalBytes": 5496832,
      "scriptDurationMs": 43.873999999999995,
      "eventListeners": -149,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.699999999999818
    },
    {
      "name": "subgraph-transition-enter",
      "durationMs": 849.57600000007,
      "styleRecalcs": 20,
      "styleRecalcDurationMs": 20.299000000000003,
      "layouts": 15,
      "layoutDurationMs": 8.221,
      "taskDurationMs": 613.0959999999999,
      "heapDeltaBytes": -317208,
      "heapUsedBytes": 96579560,
      "domNodes": 13673,
      "jsHeapTotalBytes": 11534336,
      "scriptDurationMs": 10.324,
      "eventListeners": 2373,
      "totalBlockingTimeMs": 81,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "viewport-pan-sweep",
      "durationMs": 8080.444999999998,
      "styleRecalcs": 251,
      "styleRecalcDurationMs": 22.222,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 2556.5950000000003,
      "heapDeltaBytes": 16172920,
      "heapUsedBytes": 89320392,
      "domNodes": -274,
      "jsHeapTotalBytes": 4939776,
      "scriptDurationMs": 589.129,
      "eventListeners": -161,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "viewport-pan-sweep",
      "durationMs": 8085.823000000005,
      "styleRecalcs": 250,
      "styleRecalcDurationMs": 20.409000000000002,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 2521.537,
      "heapDeltaBytes": 8039948,
      "heapUsedBytes": 82371020,
      "domNodes": -262,
      "jsHeapTotalBytes": -1351680,
      "scriptDurationMs": 591.314,
      "eventListeners": -133,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66333333333332,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "vue-large-graph-idle",
      "durationMs": 9555.520999999999,
      "styleRecalcs": 0,
      "styleRecalcDurationMs": 0,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 8586.233,
      "heapDeltaBytes": -40734136,
      "heapUsedBytes": 181315040,
      "domNodes": -8312,
      "jsHeapTotalBytes": -7544832,
      "scriptDurationMs": 40.836,
      "eventListeners": -16391,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66333333333332,
      "p95FrameDurationMs": 16.80000000000109
    },
    {
      "name": "vue-large-graph-idle",
      "durationMs": 10053.348000000027,
      "styleRecalcs": 0,
      "styleRecalcDurationMs": 0,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 8876.356999999998,
      "heapDeltaBytes": -24559416,
      "heapUsedBytes": 180822232,
      "domNodes": -8312,
      "jsHeapTotalBytes": -5443584,
      "scriptDurationMs": 43.97300000000001,
      "eventListeners": -16393,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66333333333332,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "vue-large-graph-pan",
      "durationMs": 11641.014999999981,
      "styleRecalcs": 67,
      "styleRecalcDurationMs": 11.50000000000001,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 10862.792000000001,
      "heapDeltaBytes": -28604500,
      "heapUsedBytes": 178563152,
      "domNodes": -8312,
      "jsHeapTotalBytes": -4395008,
      "scriptDurationMs": 284.82,
      "eventListeners": -16387,
      "totalBlockingTimeMs": 2,
      "frameDurationMs": 17.226666666666762,
      "p95FrameDurationMs": 16.799999999999272
    },
    {
      "name": "vue-large-graph-pan",
      "durationMs": 12776.442999999972,
      "styleRecalcs": 66,
      "styleRecalcDurationMs": 12.557999999999986,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 11956.332,
      "heapDeltaBytes": -10256788,
      "heapUsedBytes": 195028488,
      "domNodes": -8312,
      "jsHeapTotalBytes": -8613888,
      "scriptDurationMs": 359.71799999999996,
      "eventListeners": -16387,
      "totalBlockingTimeMs": 36,
      "frameDurationMs": 17.776666666666763,
      "p95FrameDurationMs": 16.799999999999272
    },
    {
      "name": "workflow-execution",
      "durationMs": 464.2830000000231,
      "styleRecalcs": 18,
      "styleRecalcDurationMs": 14.200000000000001,
      "layouts": 3,
      "layoutDurationMs": 1.199,
      "taskDurationMs": 109.057,
      "heapDeltaBytes": 5245708,
      "heapUsedBytes": 65856248,
      "domNodes": 148,
      "jsHeapTotalBytes": 262144,
      "scriptDurationMs": 7.693000000000001,
      "eventListeners": 99,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000273
    },
    {
      "name": "workflow-execution",
      "durationMs": 436.219000000051,
      "styleRecalcs": 15,
      "styleRecalcDurationMs": 11.913,
      "layouts": 2,
      "layoutDurationMs": 0.3039999999999999,
      "taskDurationMs": 76.209,
      "heapDeltaBytes": 4979576,
      "heapUsedBytes": 66304924,
      "domNodes": 125,
      "jsHeapTotalBytes": 262144,
      "scriptDurationMs": 5.741000000000001,
      "eventListeners": 97,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66333333333332,
      "p95FrameDurationMs": 16.700000000000273
    }
  ]
}

@coderabbitai

coderabbitai Bot commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: cee2e510-6bc4-4328-b4ec-76295b158278

📥 Commits

Reviewing files that changed from the base of the PR and between 2013046 and 6c33772.

📒 Files selected for processing (2)
  • src/platform/nodeReplacement/useNodeReplacement.test.ts
  • src/platform/nodeReplacement/useNodeReplacement.ts

Included review availability: Your plan includes up to 4 reviews per rolling hour; 0 remain after this review.


📝 Walkthrough

Walkthrough

Node replacement now removes resolved missing-node types from both workflow pending warnings and the rendered missing-node store. Shared utilities provide deduplication and removal by type, node ID, and execution-ID prefix.

Changes

Missing-node warning synchronization

Layer / File(s) Summary
Missing-node warning utilities
src/platform/workflow/core/utils/pendingWarnings.ts, src/platform/workflow/core/utils/pendingWarnings.test.ts
Added utilities to deduplicate and remove missing-node warnings by type, node ID, and execution-ID prefix.
Error store utility integration
src/platform/nodeReplacement/missingNodesErrorStore.ts, src/platform/nodeReplacement/missingNodesErrorStore.test.ts
Updated the error store to use the shared utilities. Added numeric-to-string node ID coverage.
Replacement warning cleanup
src/platform/nodeReplacement/useNodeReplacement.ts, src/platform/nodeReplacement/useNodeReplacement.test.ts
Replacement updates active workflow warnings and rendered state. The error store remains the fallback without an active workflow. Tests cover complete, partial, unsuccessful, and inactive-workflow replacement paths.

Estimated code review effort: 3 (Moderate) | ~25 minutes

Merge Risk: ⚪ Minimal · up to 6c337

The PR localizes missing-node replacement updates to the workflow warning cache while preserving the no-workflow fallback, with no actionable merge-blocking risk remaining after normal checks and review.

Sequence Diagram(s)

sequenceDiagram
  participant NodeReplacement
  participant PendingWarnings
  participant WorkflowService
  participant MissingNodesErrorStore
  NodeReplacement->>PendingWarnings: remove replaced missing-node types
  NodeReplacement->>WorkflowService: refresh pending warnings
  WorkflowService->>MissingNodesErrorStore: synchronize rendered warning state
  NodeReplacement->>MissingNodesErrorStore: fallback without an active workflow
Loading

Possibly related PRs

Suggested reviewers: drjkl


Important

Pre-merge checks failed

Please resolve all errors before merging. Addressing warnings is optional.

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
End-To-End Regression Coverage For Fixes ❓ Inconclusive The changed files are listed, but the PR title and commit subjects are not available; the required bug-fix signal cannot be verified. Provide the PR title and commit subjects, then verify browser_tests/ coverage and the description's concrete end-to-end test rationale.
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly identifies the primary change: routing missing-node replacement updates through pendingWarnings.
Description check ✅ Passed The description explains the motivation, implementation scope, review focus, testing, and relationship to issue #14653.
Linked Issues check ✅ Passed The changes satisfy #14653 by synchronizing replacement updates with pendingWarnings and the rendered missing-node store.
Out of Scope Changes check ✅ Passed The changes remain within scope and support the linked issue through shared helpers, replacement integration, and focused tests.
Adr Compliance For Entity/Litegraph Changes ✅ Passed The PR changes node-replacement and warning utilities, but the available diff summary shows no spatial mutations, core entity growth, ECS component methods, or extension-callback changes.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch jaeone94/p2-missing-node-single-writer-14653

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Actionable comments posted: 4

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@src/platform/nodeReplacement/useNodeReplacement.test.ts`:
- Around line 10-20: Update the vi.mock factory around importOriginal to use
typeof import('`@/lib/litegraph/src/litegraph`') as its generic module type, then
remove the Record<string, unknown> and LiteGraph type assertions while
preserving the existing mocked createNode and registered_node_types overrides.
- Around line 48-62: Define a named type for the active workflow mock, including
pendingWarnings and changeTracker, and use it to type activeWorkflow as that
type or null. Initialize activeWorkflow as null in the vi.hoisted mock; keep the
existing beforeEach population behavior unchanged and remove the duplicated
inline type assertion.

In `@src/platform/nodeReplacement/useNodeReplacement.ts`:
- Around line 234-248: Add a regression test for removeReplacedMissingNodeTypes
that initializes an active workflow with exactly one missing node type, removes
that type, and verifies showPendingWarnings is called synchronously with the
updated workflow and { silent: true }, including the empty missing-node result.
Ensure the test covers the pendingWarnings-null path where
surfaceMissingNodes([]) is invoked.

In `@src/platform/workflow/core/utils/pendingWarnings.ts`:
- Around line 16-26: Update dedupeMissingNodeTypes to replace the manual
Set/filter deduplication with es-toolkit’s uniqBy, returning uniqBy(types,
getMissingNodeKey) so the first item for each key is preserved.
🪄 Autofix

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: e12684f3-e8ce-42c4-ba37-6f57599ff72e

📥 Commits

Reviewing files that changed from the base of the PR and between 2026348 and 321f70a.

📒 Files selected for processing (6)
  • src/platform/nodeReplacement/missingNodesErrorStore.test.ts
  • src/platform/nodeReplacement/missingNodesErrorStore.ts
  • src/platform/nodeReplacement/useNodeReplacement.test.ts
  • src/platform/nodeReplacement/useNodeReplacement.ts
  • src/platform/workflow/core/utils/pendingWarnings.test.ts
  • src/platform/workflow/core/utils/pendingWarnings.ts

Comment thread src/platform/nodeReplacement/useNodeReplacement.test.ts
Comment thread src/platform/nodeReplacement/useNodeReplacement.test.ts
Comment thread src/platform/nodeReplacement/useNodeReplacement.ts
Comment thread src/platform/workflow/core/utils/pendingWarnings.ts
@codecov

codecov Bot commented Aug 12, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

@@            Coverage Diff             @@
##             main   #15141      +/-   ##
==========================================
- Coverage   81.35%   80.69%   -0.67%     
==========================================
  Files        1882     1882              
  Lines      107949   111775    +3826     
  Branches    33953    34520     +567     
==========================================
+ Hits        87822    90192    +2370     
- Misses      19748    21139    +1391     
- Partials      379      444      +65     
Flag Coverage Δ
unit 72.91% <100.00%> (+0.35%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
...platform/nodeReplacement/missingNodesErrorStore.ts 100.00% <100.00%> (ø)
src/platform/nodeReplacement/useNodeReplacement.ts 95.40% <100.00%> (+0.72%) ⬆️
...rc/platform/workflow/core/utils/pendingWarnings.ts 100.00% <100.00%> (ø)

... and 102 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

coderabbitai[bot]
coderabbitai Bot previously approved these changes Aug 18, 2026
coderabbitai[bot]
coderabbitai Bot previously approved these changes Aug 18, 2026
@github-actions github-actions Bot added the risk:R2 PR risk grade (advisory shadow check; grader-owned) label Aug 18, 2026
@jaeone94
jaeone94 marked this pull request as ready for review August 18, 2026 03:59
@jaeone94
jaeone94 requested a review from a team August 18, 2026 03:59
@dosubot dosubot Bot added the size:L This PR changes 100-499 lines, ignoring generated files. label Aug 18, 2026
@github-actions github-actions Bot added risk:R1 PR risk grade (advisory shadow check; grader-owned) and removed risk:R2 PR risk grade (advisory shadow check; grader-owned) labels Aug 18, 2026
Re-projecting the cache into the store wiped entries that were surfaced
outside the load path (missing_node_type rescan writes the store only), so
replacing one type could erase every other still-missing row.
@jaeone94

Copy link
Copy Markdown
Collaborator Author

Follow-ups from the importer-contract RFC review, now open alongside this PR:

All are independent of this PR and of each other.

@jaeone94 jaeone94 assigned christian-byrne and unassigned jaeone94 Aug 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

risk:R2 PR risk grade (advisory shadow check; grader-owned) size:L This PR changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Missing-node display state has two independent writers

2 participants