Skip to content

fix(widgets): tolerate un-keyable widget ids in widget value store#13773

Merged
AustinMroz merged 4 commits into
mainfrom
fix/widget-store-custom-node-widgets
Jul 18, 2026
Merged

fix(widgets): tolerate un-keyable widget ids in widget value store#13773
AustinMroz merged 4 commits into
mainfrom
fix/widget-store-custom-node-widgets

Conversation

@christian-byrne

Copy link
Copy Markdown
Contributor

Summary

Custom-node widgets with empty/placeholder names no longer throw and blank the entire node's widget grid on 1.47+ (regression from the store-backed widget-state refactor #12617).

Changes

  • What: parseWidgetId rejects ids whose name segment is empty by throwing. Custom nodes register client-side widgets with empty/placeholder names (spacer/header/preview/button), producing such ids. The throw aborted BaseWidget.setNodeId seeding (legacy renderer) and tripped the Vue NodeWidgets error boundary — blanking the node's whole widget grid (e.g. rgthree Power Lora Loader rendered no widgets; VHS Load Video / Video Combine lost their injected widgets). Guard registerWidget/getWidget/deleteWidget with isWidgetId so the store declines an un-keyable id instead of throwing. registerWidget now returns undefined for such ids, and BaseWidget keeps its correct local _state so the widget still functions. One un-storable widget no longer blanks its siblings.
  • Breaking: useWidgetValueStore().registerWidget return type is now WidgetState | undefined (only BaseWidget consumes the return; handled).

Review Focus

  • @DrJKL @AustinMroz — this is in the refactor: store-backed WidgetId subgraph host widgets; delete widgetValueIO layer #12617 widget-store path. Confirms the design that a widget which can't be keyed (graphId:nodeId: with empty name) is simply not store-backed and keeps its local value.
  • Scope: this fixes only the missing-widget facet (widgets that don't render). The blank-value facet (pythongosssss Show Text, Impact populated_text) is the separate idempotent-registerWidget collision (same root cause, Ensure dynamic combo children cleanup state #13073 class) and will follow in a second PR.
  • Confirmation: the empty-name trigger was identified from code + custom-node patterns; still needs a live rgthree/VHS repro on 1.47 to confirm end-to-end. Kept as draft pending that. Unit-level behavior is covered by new regression tests.

QA source: staging 1.47 custom-node findings (rgthree / VHS / pythongosssss / Impact), all working on 1.45.21.

Custom nodes register client-side widgets with empty or placeholder names
(spacer/header/preview/button). Their widget id has an empty name segment,
which parseWidgetId rejects by throwing. The throw aborted BaseWidget.setNodeId
seeding (legacy) and tripped the Vue NodeWidgets error boundary, blanking the
node's entire widget grid (e.g. rgthree Power Lora Loader rendered no widgets).

Guard registerWidget/getWidget/deleteWidget with isWidgetId so the store
declines an un-keyable id instead of throwing; registerWidget now returns
undefined for such ids and BaseWidget keeps its local widget state so the
widget still functions. One un-storable widget no longer blanks its siblings.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

📝 Walkthrough

Walkthrough

The widget value store validates widget IDs before registration, lookup, and deletion. Tests cover rejected IDs and valid siblings, while BaseWidget retains its local state when registration returns undefined.

Changes

Widget ID validation

Layer / File(s) Summary
Store validation and coverage
src/stores/widgetValueStore.ts, src/stores/widgetValueStore.test.ts
Store operations reject un-keyable IDs with defined failure values, and tests cover valid registrations, invalid IDs, and sibling widget behavior.
BaseWidget registration handling
src/lib/litegraph/src/widgets/BaseWidget.ts, src/lib/litegraph/src/widgets/BaseWidget.test.ts, browser_tests/tests/vueNodes/widgets/emptyNameWidget.spec.ts
setNodeId updates _state only when registration succeeds, with unit and browser coverage for empty widget names.

Estimated code review effort: 2 (Simple) | ~10 minutes

Possibly related PRs

Suggested labels: size:XL

Suggested reviewers: austinmroz


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 Commit subjects and PR title aren’t provided here, so the bug-fix trigger in condition 1 can’t be verified. Please provide the PR title and commit subjects (or a changelist that includes them) so I can determine whether the E2E-test requirement applies.
✅ Passed checks (5 passed)
Check name Status Explanation
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Adr Compliance For Entity/Litegraph Changes ✅ Passed Litegraph changes only add widget-store validation and a BaseWidget guard; no ADR 0003/0008 anti-patterns appear in the diff.
Title check ✅ Passed The title clearly names the main change: making widget IDs tolerable in the widget value store.
Description check ✅ Passed The description covers Summary, Changes, and Review Focus, with the required details mostly complete.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/widget-store-custom-node-widgets

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

@github-actions

github-actions Bot commented Jul 17, 2026

Copy link
Copy Markdown

🎭 Playwright: ✅ 1714 passed, 0 failed · 2 flaky

📊 Browser Reports
  • chromium: View Report (✅ 1693 / ❌ 0 / ⚠️ 2 / ⏭️ 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)

🎨 Storybook: ✅ Built — View Storybook

Details

⏰ Completed at: 07/18/2026, 03:35:11 AM UTC

Links

📦 Bundle: 7.91 MB gzip 🔴 +86 B

Details

Summary

  • Raw size: 33.4 MB baseline 33.4 MB — 🔴 +306 B
  • Gzip: 7.91 MB baseline 7.91 MB — 🔴 +86 B
  • Brotli: 5.45 MB baseline 5.45 MB — 🟢 -257 B
  • Bundles: 302 current • 302 baseline • 136 added / 136 removed

Category Glance
Utilities & Hooks 🔴 +306 B (3.4 MB) · Vendor & Third-Party ⚪ 0 B (15.7 MB) · Other ⚪ 0 B (11.9 MB) · Graph Workspace ⚪ 0 B (1.25 MB) · Panels & Settings ⚪ 0 B (550 kB) · Data & Services ⚪ 0 B (273 kB) · + 5 more

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

Main entry bundles and manifests

File Before After Δ Raw Δ Gzip Δ Brotli
assets/index-1M0IT3RM.js (new) 47.3 kB 🔴 +47.3 kB 🔴 +14.1 kB 🔴 +12.1 kB
assets/index-CVmWeCZ7.js (removed) 47.3 kB 🟢 -47.3 kB 🟢 -14 kB 🟢 -12.2 kB

Status: 1 added / 1 removed

Graph Workspace — 1.25 MB (baseline 1.25 MB) • ⚪ 0 B

Graph editor runtime, canvas, workflow orchestration

File Before After Δ Raw Δ Gzip Δ Brotli
assets/GraphView-a6uj4tyL.js (new) 1.25 MB 🔴 +1.25 MB 🔴 +266 kB 🔴 +200 kB
assets/GraphView-DzQGYOTR.js (removed) 1.25 MB 🟢 -1.25 MB 🟢 -266 kB 🟢 -200 kB

Status: 1 added / 1 removed

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

Top-level views, pages, and routed surfaces

File Before After Δ Raw Δ Gzip Δ Brotli
assets/CloudSurveyView-5E25a6dT.js (new) 25 kB 🔴 +25 kB 🔴 +6.26 kB 🔴 +5.53 kB
assets/CloudSurveyView-C2Q2sa_V.js (removed) 25 kB 🟢 -25 kB 🟢 -6.26 kB 🟢 -5.54 kB
assets/CloudLoginView-BM1H65eV.js (new) 11.4 kB 🔴 +11.4 kB 🔴 +3.07 kB 🔴 +2.69 kB
assets/CloudLoginView-CIDWiFmr.js (removed) 11.4 kB 🟢 -11.4 kB 🟢 -3.07 kB 🟢 -2.69 kB
assets/CloudSignupView-DpjWkQyJ.js (new) 9.79 kB 🔴 +9.79 kB 🔴 +2.75 kB 🔴 +2.4 kB
assets/CloudSignupView-G5-hxJzK.js (removed) 9.79 kB 🟢 -9.79 kB 🟢 -2.75 kB 🟢 -2.42 kB
assets/CloudLayoutView-CM_2RTCx.js (removed) 9.54 kB 🟢 -9.54 kB 🟢 -2.35 kB 🟢 -2.03 kB
assets/CloudLayoutView-DmxyYhto.js (new) 9.54 kB 🔴 +9.54 kB 🔴 +2.35 kB 🔴 +2.03 kB
assets/UserCheckView-DA6W_jmN.js (new) 8.8 kB 🔴 +8.8 kB 🔴 +2.23 kB 🔴 +1.93 kB
assets/UserCheckView-DXmlN2ef.js (removed) 8.8 kB 🟢 -8.8 kB 🟢 -2.22 kB 🟢 -1.93 kB
assets/WidgetTextPreview-CpNG1ASs.js (removed) 6.13 kB 🟢 -6.13 kB 🟢 -2.17 kB 🟢 -1.92 kB
assets/WidgetTextPreview-JXnE1vV1.js (new) 6.13 kB 🔴 +6.13 kB 🔴 +2.17 kB 🔴 +1.92 kB
assets/CloudSubscriptionRedirectView-9aIljWyW.js (new) 6.06 kB 🔴 +6.06 kB 🔴 +2.27 kB 🔴 +1.97 kB
assets/CloudSubscriptionRedirectView-CZ-FdCBQ.js (removed) 6.06 kB 🟢 -6.06 kB 🟢 -2.27 kB 🟢 -1.97 kB
assets/UserSelectView-CB4OrCLT.js (removed) 5.54 kB 🟢 -5.54 kB 🟢 -1.98 kB 🟢 -1.74 kB
assets/UserSelectView-CLiO_Kwj.js (new) 5.54 kB 🔴 +5.54 kB 🔴 +1.98 kB 🔴 +1.74 kB
assets/CloudForgotPasswordView-D6qzWbTj.js (removed) 5.15 kB 🟢 -5.15 kB 🟢 -1.76 kB 🟢 -1.54 kB
assets/CloudForgotPasswordView-vYjIVP9k.js (new) 5.15 kB 🔴 +5.15 kB 🔴 +1.76 kB 🔴 +1.54 kB
assets/CloudAuthTimeoutView-B2zFW0wl.js (removed) 4.49 kB 🟢 -4.49 kB 🟢 -1.57 kB 🟢 -1.37 kB
assets/CloudAuthTimeoutView-pEki-wwx.js (new) 4.49 kB 🔴 +4.49 kB 🔴 +1.57 kB 🔴 +1.36 kB
assets/WidgetTextPreview-BgQUgMV9.js (removed) 131 B 🟢 -131 B 🟢 -100 B 🟢 -93 B
assets/WidgetTextPreview-D6WFqqO4.js (new) 131 B 🔴 +131 B 🔴 +100 B 🔴 +89 B

Status: 11 added / 11 removed / 3 unchanged

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

Configuration panels, inspectors, and settings screens

File Before After Δ Raw Δ Gzip Δ Brotli
assets/KeybindingPanel-B7vWlmPR.js (removed) 49.5 kB 🟢 -49.5 kB 🟢 -9.97 kB 🟢 -8.82 kB
assets/KeybindingPanel-Uhq5tTP1.js (new) 49.5 kB 🔴 +49.5 kB 🔴 +9.97 kB 🔴 +8.83 kB
assets/SecretsPanel-Cwv-IyqG.js (removed) 31 kB 🟢 -31 kB 🟢 -7.51 kB 🟢 -6.57 kB
assets/SecretsPanel-DqBZZDjr.js (new) 31 kB 🔴 +31 kB 🔴 +7.51 kB 🔴 +6.57 kB
assets/CreditsPanel-BJ-Obw9u.js (removed) 16 kB 🟢 -16 kB 🟢 -4.67 kB 🟢 -4.1 kB
assets/CreditsPanel-C9eyfMmP.js (new) 16 kB 🔴 +16 kB 🔴 +4.67 kB 🔴 +4.1 kB
assets/SubscriptionPanel-BtdCLc2u.js (new) 11.5 kB 🔴 +11.5 kB 🔴 +3.64 kB 🔴 +3.2 kB
assets/SubscriptionPanel-CAhKuwzd.js (removed) 11.5 kB 🟢 -11.5 kB 🟢 -3.63 kB 🟢 -3.2 kB
assets/AboutPanel-CPzXTV1K.js (new) 11.2 kB 🔴 +11.2 kB 🔴 +3.06 kB 🔴 +2.75 kB
assets/AboutPanel-DI38EFO2.js (removed) 11.2 kB 🟢 -11.2 kB 🟢 -3.06 kB 🟢 -2.75 kB
assets/ExtensionPanel-C8R3dJAs.js (removed) 9.04 kB 🟢 -9.04 kB 🟢 -2.5 kB 🟢 -2.2 kB
assets/ExtensionPanel-DqR00fPT.js (new) 9.04 kB 🔴 +9.04 kB 🔴 +2.5 kB 🔴 +2.19 kB
assets/ServerConfigPanel-B-GtueWb.js (removed) 6.15 kB 🟢 -6.15 kB 🟢 -1.98 kB 🟢 -1.76 kB
assets/ServerConfigPanel-DXqUemn3.js (new) 6.15 kB 🔴 +6.15 kB 🔴 +1.98 kB 🔴 +1.76 kB
assets/UserPanel-DvgB77va.js (removed) 5.78 kB 🟢 -5.78 kB 🟢 -1.82 kB 🟢 -1.57 kB
assets/UserPanel-DZ7XuWY-.js (new) 5.78 kB 🔴 +5.78 kB 🔴 +1.82 kB 🔴 +1.58 kB
assets/refreshRemoteConfig-BX3qP6Hg.js (new) 2.84 kB 🔴 +2.84 kB 🔴 +1.24 kB 🔴 +1.09 kB
assets/refreshRemoteConfig-wpZlk9N4.js (removed) 2.84 kB 🟢 -2.84 kB 🟢 -1.24 kB 🟢 -1.09 kB
assets/cloudRemoteConfig-CP-GCyxW.js (removed) 990 B 🟢 -990 B 🟢 -541 B 🟢 -461 B
assets/cloudRemoteConfig-DA0VHnhu.js (new) 990 B 🔴 +990 B 🔴 +542 B 🔴 +461 B
assets/refreshRemoteConfig-C6M5XLGS.js (new) 110 B 🔴 +110 B 🔴 +89 B 🔴 +85 B
assets/refreshRemoteConfig-DKK7qHtk.js (removed) 110 B 🟢 -110 B 🟢 -89 B 🟢 -87 B

Status: 11 added / 11 removed / 15 unchanged

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

Authentication, profile, and account management bundles

File Before After Δ Raw Δ Gzip Δ Brotli
assets/SignUpForm-00WSJZSt.js (new) 12.3 kB 🔴 +12.3 kB 🔴 +4.19 kB 🔴 +3.66 kB
assets/SignUpForm-2FGWKvPM.js (removed) 12.3 kB 🟢 -12.3 kB 🟢 -4.19 kB 🟢 -3.65 kB
assets/auth--_vajzpq.js (removed) 3.69 kB 🟢 -3.69 kB 🟢 -1.3 kB 🟢 -1.14 kB
assets/auth-P5_92M3Q.js (new) 3.69 kB 🔴 +3.69 kB 🔴 +1.3 kB 🔴 +1.14 kB
assets/usePostAuthRedirect-37T26F7v.js (removed) 3.33 kB 🟢 -3.33 kB 🟢 -1.28 kB 🟢 -1.1 kB
assets/usePostAuthRedirect-B3Ezj1J7.js (new) 3.33 kB 🔴 +3.33 kB 🔴 +1.28 kB 🔴 +1.11 kB
assets/UpdatePasswordContent-D1mTyui0.js (removed) 1.92 kB 🟢 -1.92 kB 🟢 -876 B 🟢 -760 B
assets/UpdatePasswordContent-YQxQkPf1.js (new) 1.92 kB 🔴 +1.92 kB 🔴 +878 B 🔴 +765 B
assets/authStore--kZhdSoR.js (new) 130 B 🔴 +130 B 🔴 +109 B 🔴 +106 B
assets/authStore-D3Vssk7o.js (removed) 130 B 🟢 -130 B 🟢 -109 B 🟢 -106 B
assets/workspaceAuthStore-BxCM5OiK.js (new) 110 B 🔴 +110 B 🔴 +104 B 🔴 +114 B
assets/workspaceAuthStore-KQyfYMUd.js (removed) 110 B 🟢 -110 B 🟢 -104 B 🟢 -114 B
assets/auth-CnVQrFVV.js (new) 105 B 🔴 +105 B 🔴 +96 B 🔴 +88 B
assets/auth-jKaJkd9I.js (removed) 105 B 🟢 -105 B 🟢 -96 B 🟢 -72 B

Status: 7 added / 7 removed / 3 unchanged

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

Modals, dialogs, drawers, and in-app editors

File Before After Δ Raw Δ Gzip Δ Brotli
assets/ComfyHubPublishDialog-BML5KdtO.js (new) 90.5 kB 🔴 +90.5 kB 🔴 +19.3 kB 🔴 +16.5 kB
assets/ComfyHubPublishDialog-SGFNlb9F.js (removed) 90.5 kB 🟢 -90.5 kB 🟢 -19.3 kB 🟢 -16.5 kB
assets/useShareDialog-CZLGHR7O.js (new) 23.7 kB 🔴 +23.7 kB 🔴 +5.59 kB 🔴 +4.97 kB
assets/useShareDialog-Dhp4PEdr.js (removed) 23.7 kB 🟢 -23.7 kB 🟢 -5.58 kB 🟢 -4.97 kB
assets/feedbackDialog-rO1yRRua.js (removed) 4.51 kB 🟢 -4.51 kB 🟢 -1.9 kB 🟢 -1.63 kB
assets/feedbackDialog-rseXd4wk.js (new) 4.51 kB 🔴 +4.51 kB 🔴 +1.9 kB 🔴 +1.63 kB
assets/ComfyHubPublishDialog-BCGyfu69.js (new) 143 B 🔴 +143 B 🔴 +105 B 🔴 +89 B
assets/ComfyHubPublishDialog-D4kXTQxG.js (removed) 143 B 🟢 -143 B 🟢 -105 B 🟢 -88 B
assets/useSubscriptionDialog-CvtLbuIR.js (new) 110 B 🔴 +110 B 🔴 +102 B 🔴 +95 B
assets/useSubscriptionDialog-Dwnc_3XQ.js (removed) 110 B 🟢 -110 B 🟢 -102 B 🟢 -92 B

Status: 5 added / 5 removed / 1 unchanged

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

Reusable component library chunks

File Before After Δ Raw Δ Gzip Δ Brotli
assets/ComfyQueueButton-BEph0_TY.js (removed) 13.6 kB 🟢 -13.6 kB 🟢 -3.8 kB 🟢 -3.39 kB
assets/ComfyQueueButton-CWobl_80.js (new) 13.6 kB 🔴 +13.6 kB 🔴 +3.8 kB 🔴 +3.39 kB
assets/useTerminalTabs-B3vjZmhc.js (new) 11.8 kB 🔴 +11.8 kB 🔴 +3.72 kB 🔴 +3.29 kB
assets/useTerminalTabs-BYMTLw0K.js (removed) 11.8 kB 🟢 -11.8 kB 🟢 -3.72 kB 🟢 -3.29 kB
assets/SubscribeButton-BbkCdgZl.js (new) 2.18 kB 🔴 +2.18 kB 🔴 +994 B 🔴 +875 B
assets/SubscribeButton-DDOp8hhS.js (removed) 2.18 kB 🟢 -2.18 kB 🟢 -994 B 🟢 -871 B
assets/cloudFeedbackTopbarButton-DFTzZ_ud.js (new) 771 B 🔴 +771 B 🔴 +458 B 🔴 +390 B
assets/cloudFeedbackTopbarButton-DW44xKfG.js (removed) 771 B 🟢 -771 B 🟢 -462 B 🟢 -414 B
assets/ComfyQueueButton-Cs5Xb83d.js (new) 128 B 🔴 +128 B 🔴 +99 B 🔴 +90 B
assets/ComfyQueueButton-DpEP7jPy.js (removed) 128 B 🟢 -128 B 🟢 -99 B 🟢 -92 B

Status: 5 added / 5 removed / 8 unchanged

Data & Services — 273 kB (baseline 273 kB) • ⚪ 0 B

Stores, services, APIs, and repositories

File Before After Δ Raw Δ Gzip Δ Brotli
assets/load3dService-DeHeWXAX.js (new) 135 kB 🔴 +135 kB 🔴 +30.3 kB 🔴 +25.4 kB
assets/load3dService-ESE5ymVz.js (removed) 135 kB 🟢 -135 kB 🟢 -30.3 kB 🟢 -25.4 kB
assets/api-CI5O1r8B.js (new) 89.1 kB 🔴 +89.1 kB 🔴 +24.5 kB 🔴 +21.1 kB
assets/api-DOXxcCGE.js (removed) 89.1 kB 🟢 -89.1 kB 🟢 -24.5 kB 🟢 -21.1 kB
assets/workflowShareService-CgnDh8tm.js (removed) 17 kB 🟢 -17 kB 🟢 -5 kB 🟢 -4.44 kB
assets/workflowShareService-DR-zwSwE.js (new) 17 kB 🔴 +17 kB 🔴 +5 kB 🔴 +4.44 kB
assets/keybindingService-BY8BRBG9.js (new) 7.28 kB 🔴 +7.28 kB 🔴 +1.9 kB 🔴 +1.63 kB
assets/keybindingService-DjNf1E6z.js (removed) 7.28 kB 🟢 -7.28 kB 🟢 -1.91 kB 🟢 -1.63 kB
assets/releaseStore-D6Q6CZSG.js (removed) 6.77 kB 🟢 -6.77 kB 🟢 -2.07 kB 🟢 -1.81 kB
assets/releaseStore-DuzY_SUM.js (new) 6.77 kB 🔴 +6.77 kB 🔴 +2.07 kB 🔴 +1.8 kB
assets/systemStatsStore-DtPLPSC3.js (removed) 4.99 kB 🟢 -4.99 kB 🟢 -1.77 kB 🟢 -1.5 kB
assets/systemStatsStore-GhD2t7wX.js (new) 4.99 kB 🔴 +4.99 kB 🔴 +1.77 kB 🔴 +1.5 kB
assets/userStore-CT8sxvgT.js (removed) 2.42 kB 🟢 -2.42 kB 🟢 -930 B 🟢 -825 B
assets/userStore-DkAUHy2N.js (new) 2.42 kB 🔴 +2.42 kB 🔴 +932 B 🔴 +820 B
assets/audioService-BB15nBud.js (new) 1.76 kB 🔴 +1.76 kB 🔴 +861 B 🔴 +749 B
assets/audioService-iYGlawyA.js (removed) 1.76 kB 🟢 -1.76 kB 🟢 -860 B 🟢 -749 B
assets/dialogService-BAzC38Ft.js (new) 100 B 🔴 +100 B 🔴 +99 B 🔴 +100 B
assets/dialogService-DEuzlGkT.js (removed) 100 B 🟢 -100 B 🟢 -99 B 🟢 -94 B
assets/settingStore-CegZ9aY6.js (removed) 98 B 🟢 -98 B 🟢 -98 B 🟢 -89 B
assets/settingStore-DZtTR2U-.js (new) 98 B 🔴 +98 B 🔴 +98 B 🔴 +99 B
assets/assetsStore-DxeOJQvJ.js (removed) 96 B 🟢 -96 B 🟢 -97 B 🟢 -85 B
assets/assetsStore-r1PIIjiQ.js (new) 96 B 🔴 +96 B 🔴 +97 B 🔴 +87 B
assets/releaseStore-BIYl9uUu.js (new) 95 B 🔴 +95 B 🔴 +86 B 🔴 +91 B
assets/releaseStore-CzPmTHHT.js (removed) 95 B 🟢 -95 B 🟢 -86 B 🟢 -83 B
assets/api-1nCMttGO.js (removed) 62 B 🟢 -62 B 🟢 -74 B 🟢 -66 B
assets/api-YjHeg__T.js (new) 62 B 🔴 +62 B 🔴 +74 B 🔴 +66 B

Status: 13 added / 13 removed / 3 unchanged

Utilities & Hooks — 3.4 MB (baseline 3.4 MB) • 🔴 +306 B

Helpers, composables, and utility bundles

File Before After Δ Raw Δ Gzip Δ Brotli
assets/promotionUtils-Z2gpMDdu.js (new) 3.04 MB 🔴 +3.04 MB 🔴 +704 kB 🔴 +531 kB
assets/promotionUtils-BHhw3s2g.js (removed) 3.04 MB 🟢 -3.04 MB 🟢 -704 kB 🟢 -531 kB
assets/useConflictDetection-Bfv9daPe.js (new) 235 kB 🔴 +235 kB 🔴 +52.3 kB 🔴 +42.6 kB
assets/useConflictDetection-WAaDjPoB.js (removed) 235 kB 🟢 -235 kB 🟢 -52.3 kB 🟢 -42.6 kB
assets/useLoad3d-BSuceqbc.js (removed) 25.8 kB 🟢 -25.8 kB 🟢 -5.83 kB 🟢 -5.17 kB
assets/useLoad3d-Dm8j273d.js (new) 25.8 kB 🔴 +25.8 kB 🔴 +5.83 kB 🔴 +5.17 kB
assets/useLoad3dViewer-Bco_BCbB.js (new) 21.2 kB 🔴 +21.2 kB 🔴 +4.99 kB 🔴 +4.38 kB
assets/useLoad3dViewer-BHjnlz64.js (removed) 21.2 kB 🟢 -21.2 kB 🟢 -4.99 kB 🟢 -4.4 kB
assets/useFeatureFlags-B8UPPpV7.js (removed) 6.75 kB 🟢 -6.75 kB 🟢 -2.07 kB 🟢 -1.74 kB
assets/useFeatureFlags-DYI59EnY.js (new) 6.75 kB 🔴 +6.75 kB 🔴 +2.07 kB 🔴 +1.74 kB
assets/useDowngradeToPersonal-BeYyf6fT.js (removed) 3 kB 🟢 -3 kB 🟢 -1.18 kB 🟢 -1.04 kB
assets/useDowngradeToPersonal-BMGy-EOD.js (new) 3 kB 🔴 +3 kB 🔴 +1.18 kB 🔴 +1.02 kB
assets/assetPreviewUtil-CMz0b1fL.js (new) 2.41 kB 🔴 +2.41 kB 🔴 +1.01 kB 🔴 +873 B
assets/assetPreviewUtil-DLnNMFNl.js (removed) 2.41 kB 🟢 -2.41 kB 🟢 -1.01 kB 🟢 -875 B
assets/useUpstreamValue-Cz8AOFgs.js (removed) 2.04 kB 🟢 -2.04 kB 🟢 -793 B 🟢 -702 B
assets/useUpstreamValue-D_JHySTz.js (new) 2.04 kB 🔴 +2.04 kB 🔴 +793 B 🔴 +703 B
assets/useWorkspaceTierLabel-BmMPlNmp.js (removed) 1.99 kB 🟢 -1.99 kB 🟢 -852 B 🟢 -725 B
assets/useWorkspaceTierLabel-CD_wIzwY.js (new) 1.99 kB 🔴 +1.99 kB 🔴 +852 B 🔴 +732 B
assets/useSessionCookie-DGDa_hLv.js (new) 995 B 🔴 +995 B 🔴 +519 B 🔴 +455 B
assets/useSessionCookie-DkBsDpxS.js (removed) 995 B 🟢 -995 B 🟢 -519 B 🟢 -440 B
assets/subscriptionCheckoutUtil-BaXGdMLS.js (new) 905 B 🔴 +905 B 🔴 +538 B 🔴 +451 B
assets/subscriptionCheckoutUtil-DWTz0qmD.js (removed) 905 B 🟢 -905 B 🟢 -539 B 🟢 -456 B
assets/useLoad3d-61hWXLxg.js (new) 311 B 🔴 +311 B 🔴 +163 B 🔴 +147 B
assets/useLoad3d-C1jncsFD.js (removed) 311 B 🟢 -311 B 🟢 -162 B 🟢 -147 B
assets/useSessionCookie-Brqj3bsT.js (new) 101 B 🔴 +101 B 🔴 +86 B 🔴 +79 B
assets/useSessionCookie-iIwwOlTa.js (removed) 101 B 🟢 -101 B 🟢 -86 B 🟢 -82 B
assets/useFeatureFlags-BsIqqT_I.js (removed) 98 B 🟢 -98 B 🟢 -85 B 🟢 -75 B
assets/useFeatureFlags-BTNznBWQ.js (new) 98 B 🔴 +98 B 🔴 +85 B 🔴 +75 B
assets/useLoad3dViewer-6IFQb9Kw.js (new) 98 B 🔴 +98 B 🔴 +85 B 🔴 +83 B
assets/useLoad3dViewer-C4dXNRPk.js (removed) 98 B 🟢 -98 B 🟢 -85 B 🟢 -85 B
assets/useCurrentUser-3AIOImph.js (new) 96 B 🔴 +96 B 🔴 +97 B 🔴 +83 B
assets/useCurrentUser-Sku2GM8A.js (removed) 96 B 🟢 -96 B 🟢 -97 B 🟢 -83 B

Status: 16 added / 16 removed / 20 unchanged

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

External libraries and shared vendor chunks

Status: 16 unchanged

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

Bundles that do not match a named category

File Before After Δ Raw Δ Gzip Δ Brotli
assets/core-Bw2YtzzH.js (removed) 111 kB 🟢 -111 kB 🟢 -28.6 kB 🟢 -24.2 kB
assets/core-BzVyHyJa.js (new) 111 kB 🔴 +111 kB 🔴 +28.6 kB 🔴 +24.2 kB
assets/WidgetSelect-4jEDK-40.js (removed) 88.1 kB 🟢 -88.1 kB 🟢 -20 kB 🟢 -17.1 kB
assets/WidgetSelect-BJfg1slV.js (new) 88.1 kB 🔴 +88.1 kB 🔴 +20 kB 🔴 +17.1 kB
assets/Load3D-CC9Bolzs.js (new) 68.8 kB 🔴 +68.8 kB 🔴 +11 kB 🔴 +9.5 kB
assets/Load3D-Cf5lBuDs.js (removed) 68.8 kB 🟢 -68.8 kB 🟢 -11 kB 🟢 -9.51 kB
assets/Preview3d-BF77ZoId.js (removed) 51 kB 🟢 -51 kB 🟢 -8.36 kB 🟢 -7.3 kB
assets/Preview3d-CvpZXgKd.js (new) 51 kB 🔴 +51 kB 🔴 +8.36 kB 🔴 +7.31 kB
assets/SubscriptionTransitionPreviewWorkspace-B1_3GW-X.js (removed) 46.8 kB 🟢 -46.8 kB 🟢 -9.68 kB 🟢 -8.54 kB
assets/SubscriptionTransitionPreviewWorkspace-DrMwZZEn.js (new) 46.8 kB 🔴 +46.8 kB 🔴 +9.67 kB 🔴 +8.57 kB
assets/SubscriptionRequiredDialogContentUnified-1MU5DMOe.js (new) 41.2 kB 🔴 +41.2 kB 🔴 +9.16 kB 🔴 +7.99 kB
assets/SubscriptionRequiredDialogContentUnified-KD9Y-Dxc.js (removed) 41.2 kB 🟢 -41.2 kB 🟢 -9.16 kB 🟢 -7.97 kB
assets/WorkspacePanelContent-bP7sS7KE.js (removed) 40.8 kB 🟢 -40.8 kB 🟢 -8.63 kB 🟢 -7.63 kB
assets/WorkspacePanelContent-BqGfdNTF.js (new) 40.8 kB 🔴 +40.8 kB 🔴 +8.64 kB 🔴 +7.63 kB
assets/WidgetBoundingBoxes-CO9rQTT_.js (new) 33.8 kB 🔴 +33.8 kB 🔴 +9.2 kB 🔴 +8.16 kB
assets/WidgetBoundingBoxes-y5xEA0TV.js (removed) 33.8 kB 🟢 -33.8 kB 🟢 -9.2 kB 🟢 -8.16 kB
assets/WidgetPainter-CgavRe-A.js (new) 32.7 kB 🔴 +32.7 kB 🔴 +7.9 kB 🔴 +6.98 kB
assets/WidgetPainter-YNDR9S6O.js (removed) 32.7 kB 🟢 -32.7 kB 🟢 -7.91 kB 🟢 -7.01 kB
assets/Load3dViewerContent-CDq4ILNF.js (removed) 30.9 kB 🟢 -30.9 kB 🟢 -6.31 kB 🟢 -5.48 kB
assets/Load3dViewerContent-D9diwbuT.js (new) 30.9 kB 🔴 +30.9 kB 🔴 +6.31 kB 🔴 +5.48 kB
assets/SubscriptionPanelContentWorkspace-CzLSdf_3.js (removed) 25 kB 🟢 -25 kB 🟢 -5.86 kB 🟢 -5.14 kB
assets/SubscriptionPanelContentWorkspace-DaVkgQOx.js (new) 25 kB 🔴 +25 kB 🔴 +5.86 kB 🔴 +5.15 kB
assets/SubscriptionRequiredDialogContentWorkspace--QA6KsIw.js (removed) 24.6 kB 🟢 -24.6 kB 🟢 -5.68 kB 🟢 -4.99 kB
assets/SubscriptionRequiredDialogContentWorkspace-C4-yePl5.js (new) 24.6 kB 🔴 +24.6 kB 🔴 +5.67 kB 🔴 +4.98 kB
assets/SubscriptionRequiredDialogContent-C7RjYp80.js (new) 24.4 kB 🔴 +24.4 kB 🔴 +6 kB 🔴 +5.3 kB
assets/SubscriptionRequiredDialogContent-CByLOFfp.js (removed) 24.4 kB 🟢 -24.4 kB 🟢 -6 kB 🟢 -5.3 kB
assets/WidgetImageCrop-CjoodLjP.js (new) 23.3 kB 🔴 +23.3 kB 🔴 +5.75 kB 🔴 +5.04 kB
assets/WidgetImageCrop-LIRPKcW9.js (removed) 23.3 kB 🟢 -23.3 kB 🟢 -5.75 kB 🟢 -5.04 kB
assets/load3d-BcOmNcKq.js (removed) 22.3 kB 🟢 -22.3 kB 🟢 -5.46 kB 🟢 -4.72 kB
assets/load3d-Bl_wAn0O.js (new) 22.3 kB 🔴 +22.3 kB 🔴 +5.46 kB 🔴 +4.72 kB
assets/CurrentUserPopoverWorkspace-BW85Hc1z.js (new) 20.6 kB 🔴 +20.6 kB 🔴 +4.72 kB 🔴 +4.2 kB
assets/CurrentUserPopoverWorkspace-CAVoWhkT.js (removed) 20.6 kB 🟢 -20.6 kB 🟢 -4.72 kB 🟢 -4.2 kB
assets/SignInContent-7nE1VCnq.js (new) 20 kB 🔴 +20 kB 🔴 +5.05 kB 🔴 +4.41 kB
assets/SignInContent-CjtfVIMT.js (removed) 20 kB 🟢 -20 kB 🟢 -5.05 kB 🟢 -4.4 kB
assets/WidgetInputNumber-LBMD_39R.js (new) 19.1 kB 🔴 +19.1 kB 🔴 +4.83 kB 🔴 +4.29 kB
assets/WidgetInputNumber-sGpXClHY.js (removed) 19.1 kB 🟢 -19.1 kB 🟢 -4.83 kB 🟢 -4.29 kB
assets/CreditsTile-B8767qTx.js (removed) 17.1 kB 🟢 -17.1 kB 🟢 -4.54 kB 🟢 -4 kB
assets/CreditsTile-DOoLKJ3R.js (new) 17.1 kB 🔴 +17.1 kB 🔴 +4.54 kB 🔴 +4.02 kB
assets/WidgetRecordAudio-Ce1Q3iDX.js (new) 16.6 kB 🔴 +16.6 kB 🔴 +4.63 kB 🔴 +4.13 kB
assets/WidgetRecordAudio-DDJBy2UH.js (removed) 16.6 kB 🟢 -16.6 kB 🟢 -4.63 kB 🟢 -4.14 kB
assets/WidgetRange-BaMuzxyx.js (removed) 16.2 kB 🟢 -16.2 kB 🟢 -4.17 kB 🟢 -3.72 kB
assets/WidgetRange-BPbd2LbB.js (new) 16.2 kB 🔴 +16.2 kB 🔴 +4.17 kB 🔴 +3.72 kB
assets/WaveAudioPlayer-D1A7X0l6.js (new) 12.8 kB 🔴 +12.8 kB 🔴 +3.49 kB 🔴 +3.06 kB
assets/WaveAudioPlayer-D9CmHJxZ.js (removed) 12.8 kB 🟢 -12.8 kB 🟢 -3.49 kB 🟢 -3.07 kB
assets/WidgetCurve-B1Kn0tC8.js (new) 11.3 kB 🔴 +11.3 kB 🔴 +3.51 kB 🔴 +3.16 kB
assets/WidgetCurve-DIp-jZEf.js (removed) 11.3 kB 🟢 -11.3 kB 🟢 -3.51 kB 🟢 -3.16 kB
assets/TeamWorkspacesDialogContent-Bd-MQ67c.js (new) 10.3 kB 🔴 +10.3 kB 🔴 +3 kB 🔴 +2.67 kB
assets/TeamWorkspacesDialogContent-CTuP5pYW.js (removed) 10.3 kB 🟢 -10.3 kB 🟢 -3 kB 🟢 -2.67 kB
assets/Load3DConfiguration-DoCiIiPL.js (new) 9.02 kB 🔴 +9.02 kB 🔴 +2.66 kB 🔴 +2.35 kB
assets/Load3DConfiguration-DQvChp1f.js (removed) 9.02 kB 🟢 -9.02 kB 🟢 -2.67 kB 🟢 -2.35 kB
assets/onboardingCloudRoutes-BnG9Spud.js (removed) 8.44 kB 🟢 -8.44 kB 🟢 -2.64 kB 🟢 -2.27 kB
assets/onboardingCloudRoutes-jrhnYRbm.js (new) 8.44 kB 🔴 +8.44 kB 🔴 +2.64 kB 🔴 +2.28 kB
assets/nodeTemplates-CFbcrrtN.js (removed) 8.33 kB 🟢 -8.33 kB 🟢 -2.88 kB 🟢 -2.54 kB
assets/nodeTemplates-DoDRMMVl.js (new) 8.33 kB 🔴 +8.33 kB 🔴 +2.88 kB 🔴 +2.54 kB
assets/NightlySurveyController-BFtdltkj.js (removed) 7.56 kB 🟢 -7.56 kB 🟢 -2.59 kB 🟢 -2.3 kB
assets/NightlySurveyController-QQxAr5EY.js (new) 7.56 kB 🔴 +7.56 kB 🔴 +2.59 kB 🔴 +2.31 kB
assets/InviteMemberDialogContent-Dgrpfh-q.js (removed) 6.76 kB 🟢 -6.76 kB 🟢 -2.22 kB 🟢 -1.96 kB
assets/InviteMemberDialogContent-dz-NjoDN.js (new) 6.76 kB 🔴 +6.76 kB 🔴 +2.22 kB 🔴 +1.96 kB
assets/WidgetWithControl-C9gy9IXc.js (removed) 6.36 kB 🟢 -6.36 kB 🟢 -2.58 kB 🟢 -2.29 kB
assets/WidgetWithControl-nP_ptBYm.js (new) 6.36 kB 🔴 +6.36 kB 🔴 +2.58 kB 🔴 +2.28 kB
assets/tierBenefits-Dta054DD.js (removed) 6.02 kB 🟢 -6.02 kB 🟢 -1.93 kB 🟢 -1.67 kB
assets/tierBenefits-Hbdal1PI.js (new) 6.02 kB 🔴 +6.02 kB 🔴 +1.93 kB 🔴 +1.67 kB
assets/load3dPreviewExtensions-C12uVLd6.js (new) 5.95 kB 🔴 +5.95 kB 🔴 +1.85 kB 🔴 +1.64 kB
assets/load3dPreviewExtensions-F1BDn8_9.js (removed) 5.95 kB 🟢 -5.95 kB 🟢 -1.85 kB 🟢 -1.64 kB
assets/CancelSubscriptionDialogContent-ccZn0HJd.js (removed) 5.76 kB 🟢 -5.76 kB 🟢 -1.97 kB 🟢 -1.73 kB
assets/CancelSubscriptionDialogContent-Dt48Kk01.js (new) 5.76 kB 🔴 +5.76 kB 🔴 +1.97 kB 🔴 +1.73 kB
assets/FreeTierDialogContent-BZgKgbXu.js (removed) 5.25 kB 🟢 -5.25 kB 🟢 -1.76 kB 🟢 -1.55 kB
assets/FreeTierDialogContent-CPBjGk64.js (new) 5.25 kB 🔴 +5.25 kB 🔴 +1.76 kB 🔴 +1.55 kB
assets/CreateWorkspaceDialogContent-BbW09p0b.js (new) 5.19 kB 🔴 +5.19 kB 🔴 +1.82 kB 🔴 +1.58 kB
assets/CreateWorkspaceDialogContent-CSYapZCo.js (removed) 5.19 kB 🟢 -5.19 kB 🟢 -1.83 kB 🟢 -1.58 kB
assets/ChangeMemberRoleDialogContent-BiwwHHEr.js (new) 5.04 kB 🔴 +5.04 kB 🔴 +1.67 kB 🔴 +1.46 kB
assets/ChangeMemberRoleDialogContent-BMdOmpBY.js (removed) 5.04 kB 🟢 -5.04 kB 🟢 -1.67 kB 🟢 -1.46 kB
assets/missingModelDownload-B_39FH1e.js (new) 5.04 kB 🔴 +5.04 kB 🔴 +1.95 kB 🔴 +1.7 kB
assets/missingModelDownload-nDHSzNaF.js (removed) 5.04 kB 🟢 -5.04 kB 🟢 -1.95 kB 🟢 -1.7 kB
assets/EditWorkspaceDialogContent-BjptF4J_.js (removed) 5 kB 🟢 -5 kB 🟢 -1.79 kB 🟢 -1.55 kB
assets/EditWorkspaceDialogContent-D0LN-UHC.js (new) 5 kB 🔴 +5 kB 🔴 +1.79 kB 🔴 +1.56 kB
assets/WidgetTextarea-Cc_Tb_ba.js (removed) 4.86 kB 🟢 -4.86 kB 🟢 -1.9 kB 🟢 -1.67 kB
assets/WidgetTextarea-DGjUd8WP.js (new) 4.86 kB 🔴 +4.86 kB 🔴 +1.91 kB 🔴 +1.68 kB
assets/saveMesh-B27wBh5z.js (new) 4.81 kB 🔴 +4.81 kB 🔴 +1.56 kB 🔴 +1.37 kB
assets/saveMesh-Cs1hhmdK.js (removed) 4.81 kB 🟢 -4.81 kB 🟢 -1.56 kB 🟢 -1.38 kB
assets/ValueControlPopover-B-7xrTs6.js (removed) 4.55 kB 🟢 -4.55 kB 🟢 -1.58 kB 🟢 -1.41 kB
assets/ValueControlPopover-DqRFqyPX.js (new) 4.55 kB 🔴 +4.55 kB 🔴 +1.59 kB 🔴 +1.42 kB
assets/DeleteWorkspaceDialogContent-B8o2RXlc.js (new) 3.91 kB 🔴 +3.91 kB 🔴 +1.47 kB 🔴 +1.27 kB
assets/DeleteWorkspaceDialogContent-DLoMEhVi.js (removed) 3.91 kB 🟢 -3.91 kB 🟢 -1.47 kB 🟢 -1.27 kB
assets/LeaveWorkspaceDialogContent-CmW07j8F.js (removed) 3.73 kB 🟢 -3.73 kB 🟢 -1.42 kB 🟢 -1.22 kB
assets/LeaveWorkspaceDialogContent-CTeypIKT.js (new) 3.73 kB 🔴 +3.73 kB 🔴 +1.42 kB 🔴 +1.22 kB
assets/RemoveMemberDialogContent-BZRsZRux.js (removed) 3.71 kB 🟢 -3.71 kB 🟢 -1.37 kB 🟢 -1.18 kB
assets/RemoveMemberDialogContent-DOIKefi8.js (new) 3.71 kB 🔴 +3.71 kB 🔴 +1.37 kB 🔴 +1.19 kB
assets/RevokeInviteDialogContent-CNmFZz9Y.js (removed) 3.63 kB 🟢 -3.63 kB 🟢 -1.38 kB 🟢 -1.2 kB
assets/RevokeInviteDialogContent-W_EDxyq3.js (new) 3.63 kB 🔴 +3.63 kB 🔴 +1.38 kB 🔴 +1.21 kB
assets/InviteMemberUpsellDialogContent-CNpG5ccU.js (removed) 3.52 kB 🟢 -3.52 kB 🟢 -1.26 kB 🟢 -1.1 kB
assets/InviteMemberUpsellDialogContent-WK0mAfdx.js (new) 3.52 kB 🔴 +3.52 kB 🔴 +1.26 kB 🔴 +1.1 kB
assets/workspaceCheckoutTelemetry-CfyUSSpq.js (new) 3.47 kB 🔴 +3.47 kB 🔴 +1.56 kB 🔴 +1.36 kB
assets/workspaceCheckoutTelemetry-DgWYi61E.js (removed) 3.47 kB 🟢 -3.47 kB 🟢 -1.56 kB 🟢 -1.36 kB
assets/Media3DTop-1jOMVyfo.js (new) 3.26 kB 🔴 +3.26 kB 🔴 +1.3 kB 🔴 +1.13 kB
assets/Media3DTop-QciVR2a4.js (removed) 3.26 kB 🟢 -3.26 kB 🟢 -1.3 kB 🟢 -1.13 kB
assets/GlobalToast-BM0yp3Cp.js (removed) 3.05 kB 🟢 -3.05 kB 🟢 -1.26 kB 🟢 -1.08 kB
assets/GlobalToast-BMmHi9nJ.js (new) 3.05 kB 🔴 +3.05 kB 🔴 +1.26 kB 🔴 +1.09 kB
assets/load3dAdvanced-DVDsDRLW.js (removed) 2.87 kB 🟢 -2.87 kB 🟢 -1.13 kB 🟢 -985 B
assets/load3dAdvanced-tTr2AiDn.js (new) 2.87 kB 🔴 +2.87 kB 🔴 +1.13 kB 🔴 +986 B
assets/SubscribeToRun-6XOM8kN9.js (removed) 2.45 kB 🟢 -2.45 kB 🟢 -1.07 kB 🟢 -962 B
assets/SubscribeToRun-DODdaxAw.js (new) 2.45 kB 🔴 +2.45 kB 🔴 +1.07 kB 🔴 +931 B
assets/graphHasMissingNodes-hygJtpTC.js (removed) 1.93 kB 🟢 -1.93 kB 🟢 -904 B 🟢 -792 B
assets/graphHasMissingNodes-oiqipCTE.js (new) 1.93 kB 🔴 +1.93 kB 🔴 +904 B 🔴 +794 B
assets/MediaAudioTop-Ifuw30AW.js (removed) 1.67 kB 🟢 -1.67 kB 🟢 -838 B 🟢 -700 B
assets/MediaAudioTop-WNYi0MKp.js (new) 1.67 kB 🔴 +1.67 kB 🔴 +837 B 🔴 +697 B
assets/CloudRunButtonWrapper-B65OyrYV.js (new) 1.11 kB 🔴 +1.11 kB 🔴 +548 B 🔴 +488 B
assets/CloudRunButtonWrapper-qsp6SIO3.js (removed) 1.11 kB 🟢 -1.11 kB 🟢 -551 B 🟢 -512 B
assets/cloudSessionCookie-H7gREbv5.js (removed) 991 B 🟢 -991 B 🟢 -466 B 🟢 -424 B
assets/cloudSessionCookie-qHxgzT0z.js (new) 991 B 🔴 +991 B 🔴 +466 B 🔴 +400 B
assets/cloudBadges-bIuuaV_f.js (new) 973 B 🔴 +973 B 🔴 +548 B 🔴 +467 B
assets/cloudBadges-D8ZAALe1.js (removed) 973 B 🟢 -973 B 🟢 -549 B 🟢 -498 B
assets/Load3DAdvanced-_JO8muUG.js (removed) 813 B 🟢 -813 B 🟢 -452 B 🟢 -384 B
assets/Load3DAdvanced-DuVC0kFp.js (new) 813 B 🔴 +813 B 🔴 +452 B 🔴 +410 B
assets/nightlyBadges-BY71VHKB.js (removed) 464 B 🟢 -464 B 🟢 -307 B 🟢 -254 B
assets/nightlyBadges-Kj3W56IZ.js (new) 464 B 🔴 +464 B 🔴 +308 B 🔴 +256 B
assets/missingModelDownload-BK4MEILo.js (new) 228 B 🔴 +228 B 🔴 +150 B 🔴 +131 B
assets/missingModelDownload-BmnrsMu5.js (removed) 228 B 🟢 -228 B 🟢 -150 B 🟢 -129 B
assets/SubscriptionPanelContentWorkspace-B9j8diw_.js (new) 179 B 🔴 +179 B 🔴 +117 B 🔴 +96 B
assets/SubscriptionPanelContentWorkspace-WkivxuZ1.js (removed) 179 B 🟢 -179 B 🟢 -117 B 🟢 -106 B
assets/Load3dViewerContent-CVa6ZQOl.js (new) 137 B 🔴 +137 B 🔴 +103 B 🔴 +91 B
assets/Load3dViewerContent-DopOByvU.js (removed) 137 B 🟢 -137 B 🟢 -103 B 🟢 -92 B
assets/Load3DAdvanced-CWtFcoOY.js (new) 122 B 🔴 +122 B 🔴 +97 B 🔴 +87 B
assets/Load3DAdvanced-DHTnpAqP.js (removed) 122 B 🟢 -122 B 🟢 -97 B 🟢 -100 B
assets/WidgetLegacy-DESC0VRn.js (removed) 119 B 🟢 -119 B 🟢 -108 B 🟢 -99 B
assets/WidgetLegacy-DXGN_HoI.js (new) 119 B 🔴 +119 B 🔴 +108 B 🔴 +94 B
assets/workflowDraftStoreV2-BKnqOYVW.js (new) 113 B 🔴 +113 B 🔴 +105 B 🔴 +117 B
assets/workflowDraftStoreV2-D6jDt5gu.js (removed) 113 B 🟢 -113 B 🟢 -105 B 🟢 -117 B
assets/Load3D-BXcz4quK.js (removed) 98 B 🟢 -98 B 🟢 -89 B 🟢 -88 B
assets/Load3D-Cr-eC5HQ.js (new) 98 B 🔴 +98 B 🔴 +89 B 🔴 +78 B
assets/changeTracker-COmr85gE.js (removed) 93 B 🟢 -93 B 🟢 -95 B 🟢 -82 B
assets/changeTracker-RNAsNTX9.js (new) 93 B 🔴 +93 B 🔴 +95 B 🔴 +82 B

Status: 66 added / 66 removed / 97 unchanged

⚡ Performance Report

canvas-idle: · 60.0 avg FPS · 59.9 P5 FPS ✅ (target: ≥52) · 0ms TBT · 57.3 MB heap
canvas-mouse-sweep: · 60.0 avg FPS · 59.5 P5 FPS ✅ (target: ≥52) · 0ms TBT · 52.2 MB heap
canvas-zoom-sweep: · 60.0 avg FPS · 59.7 P5 FPS ✅ (target: ≥52) · 0ms TBT · 72.5 MB heap
dom-widget-clipping: · 60.0 avg FPS · 59.9 P5 FPS ✅ (target: ≥52) · 0ms TBT · 54.8 MB heap
large-graph-idle: · 60.0 avg FPS · 59.9 P5 FPS ✅ (target: ≥52) · 0ms TBT · 61.5 MB heap
large-graph-pan: · 60.0 avg FPS · 59.5 P5 FPS ✅ (target: ≥52) · 0ms TBT · 53.9 MB heap
large-graph-zoom: · 60.0 avg FPS · 59.7 P5 FPS ✅ (target: ≥52) · 0ms TBT · 65.0 MB heap
minimap-idle: · 60.0 avg FPS · 59.9 P5 FPS ✅ (target: ≥52) · 0ms TBT · 63.5 MB heap
subgraph-dom-widget-clipping: · 60.0 avg FPS · 59.7 P5 FPS ✅ (target: ≥52) · 0ms TBT · 55.0 MB heap
subgraph-idle: · 60.0 avg FPS · 59.7 P5 FPS ✅ (target: ≥52) · 0ms TBT · 44.7 MB heap
subgraph-mouse-sweep: · 60.0 avg FPS · 59.7 P5 FPS ✅ (target: ≥52) · 0ms TBT · 53.8 MB heap
subgraph-transition-enter: · 60.0 avg FPS · 59.5 P5 FPS ✅ (target: ≥52) · 131ms TBT · 80.1 MB heap
viewport-pan-sweep: · 60.0 avg FPS · 59.7 P5 FPS ✅ (target: ≥52) · 0ms TBT · 75.5 MB heap
vue-large-graph-idle: · 57.1 avg FPS · 59.7 P5 FPS ✅ (target: ≥52) · 0ms TBT · 162.3 MB heap
vue-large-graph-pan: · 58.1 avg FPS · 59.5 P5 FPS ✅ (target: ≥52) · 68ms TBT · 160.4 MB heap
workflow-execution: · 60.0 avg FPS · 59.7 P5 FPS ✅ (target: ≥52) · 0ms TBT · 58.6 MB heap

⚠️ 11 regressions detected

Show regressions
Metric Baseline PR (median) Δ Sig
canvas-mouse-sweep: layout duration 4ms 4ms +16% ⚠️ z=3.0
canvas-mouse-sweep: style recalc duration 40ms 56ms +38% ⚠️ z=4.1
canvas-zoom-sweep: layout duration 1ms 1ms +21% ⚠️ z=2.7
canvas-zoom-sweep: task duration 340ms 375ms +10% ⚠️ z=2.1
dom-widget-clipping: task duration 338ms 412ms +22% ⚠️ z=2.9
large-graph-idle: task duration 617ms 681ms +10% ⚠️ z=2.6
large-graph-pan: task duration 1163ms 1206ms +4% ⚠️ z=2.9
minimap-idle: task duration 574ms 658ms +15% ⚠️ z=2.8
subgraph-dom-widget-clipping: task duration 375ms 423ms +13% ⚠️ z=2.4
subgraph-idle: task duration 427ms 476ms +11% ⚠️ z=3.4
subgraph-mouse-sweep: layout duration 4ms 6ms +47% ⚠️ z=5.2
All metrics
Metric Baseline PR (median) Δ Sig
canvas-idle: avg frame time 17ms 17ms +0% z=0.4
canvas-idle: p95 frame time 17ms 17ms -1%
canvas-idle: layout duration 0ms 0ms +0%
canvas-idle: style recalc duration 9ms 7ms -15% z=-3.8
canvas-idle: layout count 0 0 +0%
canvas-idle: style recalc count 9 8 -11% z=-5.6
canvas-idle: task duration 435ms 434ms -0% z=1.3
canvas-idle: script duration 20ms 23ms +17% z=-0.9
canvas-idle: TBT 0ms 0ms +0%
canvas-idle: heap used 47.0 MB 57.3 MB +22%
canvas-idle: DOM nodes -263 -125 -53% z=-115.3
canvas-idle: event listeners -133 -65 -52% z=-16.1
canvas-mouse-sweep: avg frame time 17ms 17ms +0% z=-0.4
canvas-mouse-sweep: p95 frame time 17ms 17ms +1%
canvas-mouse-sweep: layout duration 4ms 4ms +16% ⚠️ z=3.0
canvas-mouse-sweep: style recalc duration 40ms 56ms +38% ⚠️ z=4.1
canvas-mouse-sweep: layout count 12 12 +0%
canvas-mouse-sweep: style recalc count 74 76 +2% z=-1.4
canvas-mouse-sweep: task duration 817ms 956ms +17% z=1.6
canvas-mouse-sweep: script duration 126ms 135ms +7% z=-0.1
canvas-mouse-sweep: TBT 0ms 0ms +0%
canvas-mouse-sweep: heap used 49.9 MB 52.2 MB +5%
canvas-mouse-sweep: DOM nodes -263 -266 +1% z=-126.7
canvas-mouse-sweep: event listeners -131 -133 +2% z=-33.9
canvas-zoom-sweep: avg frame time 17ms 17ms +0% z=0.5
canvas-zoom-sweep: p95 frame time 17ms 17ms +0%
canvas-zoom-sweep: layout duration 1ms 1ms +21% ⚠️ z=2.7
canvas-zoom-sweep: style recalc duration 18ms 19ms +8% z=0.2
canvas-zoom-sweep: layout count 6 6 +0%
canvas-zoom-sweep: style recalc count 30 31 +3% z=-0.6
canvas-zoom-sweep: task duration 340ms 375ms +10% ⚠️ z=2.1
canvas-zoom-sweep: script duration 23ms 24ms +6% z=-0.9
canvas-zoom-sweep: TBT 0ms 0ms +0%
canvas-zoom-sweep: heap used 72.6 MB 72.5 MB -0%
canvas-zoom-sweep: DOM nodes 77 78 +1% z=-1.6
canvas-zoom-sweep: event listeners 19 19 +0% z=-0.9
dom-widget-clipping: avg frame time 17ms 17ms +0% z=-0.6
dom-widget-clipping: p95 frame time 17ms 17ms -1%
dom-widget-clipping: layout duration 0ms 0ms +0%
dom-widget-clipping: style recalc duration 7ms 10ms +41% z=0.1
dom-widget-clipping: layout count 0 0 +0%
dom-widget-clipping: style recalc count 11 12 +9% z=-2.2
dom-widget-clipping: task duration 338ms 412ms +22% ⚠️ z=2.9
dom-widget-clipping: script duration 58ms 69ms +21% z=0.5
dom-widget-clipping: TBT 0ms 0ms +0%
dom-widget-clipping: heap used 54.6 MB 54.8 MB +0%
dom-widget-clipping: DOM nodes 18 20 +11% z=-1.5
dom-widget-clipping: event listeners 2 2 +0% variance too high
large-graph-idle: avg frame time 17ms 17ms +0% z=-0.6
large-graph-idle: p95 frame time 17ms 17ms -1%
large-graph-idle: layout duration 0ms 0ms +0%
large-graph-idle: style recalc duration 10ms 11ms +11% z=-1.3
large-graph-idle: layout count 0 0 +0%
large-graph-idle: style recalc count 9 9 -6% z=-9.9
large-graph-idle: task duration 617ms 681ms +10% ⚠️ z=2.6
large-graph-idle: script duration 106ms 105ms -1% z=0.2
large-graph-idle: TBT 0ms 0ms +0%
large-graph-idle: heap used 63.2 MB 61.5 MB -3%
large-graph-idle: DOM nodes -267 -268 +0% z=-323.3
large-graph-idle: event listeners -129 -129 +0% z=-25.4
large-graph-pan: avg frame time 17ms 17ms +0% z=0.3
large-graph-pan: p95 frame time 17ms 17ms +1%
large-graph-pan: layout duration 0ms 0ms +0%
large-graph-pan: style recalc duration 14ms 16ms +15% z=-1.2
large-graph-pan: layout count 0 0 +0%
large-graph-pan: style recalc count 68 69 +1% z=-1.7
large-graph-pan: task duration 1163ms 1206ms +4% ⚠️ z=2.9
large-graph-pan: script duration 396ms 407ms +3% z=-0.1
large-graph-pan: TBT 0ms 0ms +0%
large-graph-pan: heap used 53.0 MB 53.9 MB +2%
large-graph-pan: DOM nodes -270 -270 -0% z=-174.9
large-graph-pan: event listeners -131 -128 -2% z=-160.5
large-graph-zoom: avg frame time 17ms 17ms +0%
large-graph-zoom: p95 frame time 17ms 17ms +0%
large-graph-zoom: layout duration 8ms 9ms +15%
large-graph-zoom: style recalc duration 16ms 17ms +5%
large-graph-zoom: layout count 60 60 +0%
large-graph-zoom: style recalc count 66 65 -2%
large-graph-zoom: task duration 1357ms 1496ms +10%
large-graph-zoom: script duration 493ms 536ms +9%
large-graph-zoom: TBT 0ms 0ms +0%
large-graph-zoom: heap used 56.8 MB 65.0 MB +15%
large-graph-zoom: DOM nodes -272 -274 +1%
large-graph-zoom: event listeners -133 -132 -1%
minimap-idle: avg frame time 17ms 17ms +0% z=0.7
minimap-idle: p95 frame time 17ms 17ms -0%
minimap-idle: layout duration 0ms 0ms +0%
minimap-idle: style recalc duration 9ms 8ms -13% z=-2.0
minimap-idle: layout count 0 0 +0%
minimap-idle: style recalc count 9 7 -22% z=-3.8
minimap-idle: task duration 574ms 658ms +15% ⚠️ z=2.8
minimap-idle: script duration 104ms 103ms -1% z=0.5
minimap-idle: TBT 0ms 0ms +0%
minimap-idle: heap used 63.5 MB 63.5 MB -0%
minimap-idle: DOM nodes -267 -270 +1% z=-211.4
minimap-idle: event listeners -129 -128 -1% z=-200.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 10ms 13ms +23% z=0.1
subgraph-dom-widget-clipping: layout count 0 0 +0%
subgraph-dom-widget-clipping: style recalc count 47 48 +1% z=-0.8
subgraph-dom-widget-clipping: task duration 375ms 423ms +13% ⚠️ z=2.4
subgraph-dom-widget-clipping: script duration 121ms 129ms +6% z=0.0
subgraph-dom-widget-clipping: TBT 0ms 0ms +0%
subgraph-dom-widget-clipping: heap used 55.1 MB 55.0 MB -0%
subgraph-dom-widget-clipping: DOM nodes 20 21 +5% z=-1.1
subgraph-dom-widget-clipping: event listeners 8 8 +0% z=-1.4
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 10ms 8ms -18% z=-2.9
subgraph-idle: layout count 0 0 +0%
subgraph-idle: style recalc count 11 9 -18% z=-2.9
subgraph-idle: task duration 427ms 476ms +11% ⚠️ z=3.4
subgraph-idle: script duration 18ms 20ms +8% z=-0.2
subgraph-idle: TBT 0ms 0ms +0%
subgraph-idle: heap used 69.4 MB 44.7 MB -36%
subgraph-idle: DOM nodes 20 -124 -720% z=-97.5
subgraph-idle: event listeners 4 -65 -1713% variance too high
subgraph-mouse-sweep: avg frame time 17ms 17ms +0% z=0.4
subgraph-mouse-sweep: p95 frame time 17ms 17ms +0%
subgraph-mouse-sweep: layout duration 4ms 6ms +47% ⚠️ z=5.2
subgraph-mouse-sweep: style recalc duration 37ms 42ms +15% z=-0.1
subgraph-mouse-sweep: layout count 16 16 +0%
subgraph-mouse-sweep: style recalc count 75 77 +3% z=-1.6
subgraph-mouse-sweep: task duration 746ms 789ms +6% z=0.3
subgraph-mouse-sweep: script duration 97ms 102ms +6% z=0.3
subgraph-mouse-sweep: TBT 0ms 0ms +0%
subgraph-mouse-sweep: heap used 47.5 MB 53.8 MB +13%
subgraph-mouse-sweep: DOM nodes -264 -100 -62% z=-74.5
subgraph-mouse-sweep: event listeners -133 -65 -52% variance too high
subgraph-transition-enter: avg frame time 17ms 17ms +0%
subgraph-transition-enter: p95 frame time 17ms 17ms -0%
subgraph-transition-enter: layout duration 15ms 14ms -6%
subgraph-transition-enter: style recalc duration 32ms 32ms -0%
subgraph-transition-enter: layout count 13 14 +8%
subgraph-transition-enter: style recalc count 17 18 +6%
subgraph-transition-enter: task duration 828ms 887ms +7%
subgraph-transition-enter: script duration 33ms 41ms +25%
subgraph-transition-enter: TBT 155ms 131ms -15%
subgraph-transition-enter: heap used 81.4 MB 80.1 MB -2%
subgraph-transition-enter: DOM nodes 13673 13673 +0%
subgraph-transition-enter: event listeners 2369 2371 +0%
viewport-pan-sweep: avg frame time 17ms 17ms +0%
viewport-pan-sweep: p95 frame time 17ms 17ms +0%
viewport-pan-sweep: layout duration 0ms 0ms +0%
viewport-pan-sweep: style recalc duration 38ms 45ms +19%
viewport-pan-sweep: layout count 0 0 +0%
viewport-pan-sweep: style recalc count 250 250 +0%
viewport-pan-sweep: task duration 3901ms 4187ms +7%
viewport-pan-sweep: script duration 1260ms 1319ms +5%
viewport-pan-sweep: TBT 0ms 0ms +0%
viewport-pan-sweep: heap used 71.6 MB 75.5 MB +6%
viewport-pan-sweep: DOM nodes -267 -267 +0%
viewport-pan-sweep: event listeners -113 -113 +0%
vue-large-graph-idle: avg frame time 17ms 17ms +2%
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 12688ms 14075ms +11%
vue-large-graph-idle: script duration 542ms 563ms +4%
vue-large-graph-idle: TBT 0ms 0ms +0%
vue-large-graph-idle: heap used 163.3 MB 162.3 MB -1%
vue-large-graph-idle: DOM nodes -8311 -8311 +0%
vue-large-graph-idle: event listeners -16384 -16384 +0%
vue-large-graph-pan: avg frame time 17ms 17ms -0%
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 13ms 19ms +46%
vue-large-graph-pan: layout count 0 0 +0%
vue-large-graph-pan: style recalc count 82 119 +45%
vue-large-graph-pan: task duration 15551ms 17480ms +12%
vue-large-graph-pan: script duration 857ms 892ms +4%
vue-large-graph-pan: TBT 15ms 68ms +353%
vue-large-graph-pan: heap used 158.4 MB 160.4 MB +1%
vue-large-graph-pan: DOM nodes -8311 -8311 +0%
vue-large-graph-pan: event listeners -16380 -16380 +0%
workflow-execution: avg frame time 17ms 17ms +0% z=0.6
workflow-execution: p95 frame time 17ms 17ms +0%
workflow-execution: layout duration 0ms 1ms +67% z=-6.7
workflow-execution: style recalc duration 14ms 18ms +26% z=-3.0
workflow-execution: layout count 2 3 +25% z=-4.5
workflow-execution: style recalc count 9 10 +11% z=-3.8
workflow-execution: task duration 74ms 103ms +38% z=-1.8
workflow-execution: script duration 7ms 9ms +25% z=-6.8
workflow-execution: TBT 0ms 0ms +0%
workflow-execution: heap used 67.7 MB 58.6 MB -14%
workflow-execution: DOM nodes 119 117 -2% z=-6.2
workflow-execution: event listeners 33 49 +48% z=-0.7
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-07-18T03:45:09.847Z",
  "gitSha": "895e5a888b13c3fb706711b2c60357c3edcd2707",
  "branch": "fix/widget-store-custom-node-widgets",
  "measurements": [
    {
      "name": "canvas-idle",
      "durationMs": 2053.6610000000055,
      "styleRecalcs": 9,
      "styleRecalcDurationMs": 7.195,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 368.504,
      "heapDeltaBytes": 3789668,
      "heapUsedBytes": 72586980,
      "domNodes": 18,
      "jsHeapTotalBytes": 19677184,
      "scriptDurationMs": 16.776000000000003,
      "eventListeners": 4,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.670000000000012,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "canvas-idle",
      "durationMs": 2030.2749999999605,
      "styleRecalcs": 7,
      "styleRecalcDurationMs": 7.668999999999999,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 498.62300000000005,
      "heapDeltaBytes": -21258924,
      "heapUsedBytes": 47535972,
      "domNodes": -267,
      "jsHeapTotalBytes": 20328448,
      "scriptDurationMs": 29.883999999999997,
      "eventListeners": -133,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "canvas-mouse-sweep",
      "durationMs": 2004.5160000000237,
      "styleRecalcs": 75,
      "styleRecalcDurationMs": 62.809000000000005,
      "layouts": 12,
      "layoutDurationMs": 4.53,
      "taskDurationMs": 955.4800000000001,
      "heapDeltaBytes": -15114844,
      "heapUsedBytes": 53747448,
      "domNodes": -267,
      "jsHeapTotalBytes": 20852736,
      "scriptDurationMs": 127.98199999999999,
      "eventListeners": -133,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "canvas-mouse-sweep",
      "durationMs": 1976.4940000000024,
      "styleRecalcs": 76,
      "styleRecalcDurationMs": 48.318,
      "layouts": 12,
      "layoutDurationMs": 3.8640000000000003,
      "taskDurationMs": 957.243,
      "heapDeltaBytes": -13201896,
      "heapUsedBytes": 55688336,
      "domNodes": -264,
      "jsHeapTotalBytes": 20066304,
      "scriptDurationMs": 141.991,
      "eventListeners": -133,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.799999999999272
    },
    {
      "name": "canvas-zoom-sweep",
      "durationMs": 1739.091999999971,
      "styleRecalcs": 31,
      "styleRecalcDurationMs": 17.154,
      "layouts": 6,
      "layoutDurationMs": 0.7239999999999999,
      "taskDurationMs": 307.494,
      "heapDeltaBytes": 7088528,
      "heapUsedBytes": 75894532,
      "domNodes": 79,
      "jsHeapTotalBytes": 19939328,
      "scriptDurationMs": 18.748,
      "eventListeners": 19,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.699999999999818
    },
    {
      "name": "canvas-zoom-sweep",
      "durationMs": 1750.5689999999277,
      "styleRecalcs": 31,
      "styleRecalcDurationMs": 21.833,
      "layouts": 6,
      "layoutDurationMs": 0.806,
      "taskDurationMs": 442.936,
      "heapDeltaBytes": 7403812,
      "heapUsedBytes": 76141380,
      "domNodes": 77,
      "jsHeapTotalBytes": 19677184,
      "scriptDurationMs": 29.897999999999996,
      "eventListeners": 19,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.799999999999272
    },
    {
      "name": "dom-widget-clipping",
      "durationMs": 639.9780000000135,
      "styleRecalcs": 12,
      "styleRecalcDurationMs": 8.328000000000003,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 385.243,
      "heapDeltaBytes": -11633440,
      "heapUsedBytes": 57244668,
      "domNodes": 20,
      "jsHeapTotalBytes": 19677184,
      "scriptDurationMs": 63.777999999999984,
      "eventListeners": 2,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66333333333335,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "dom-widget-clipping",
      "durationMs": 773.8769999999704,
      "styleRecalcs": 12,
      "styleRecalcDurationMs": 11.514,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 438.509,
      "heapDeltaBytes": -11395688,
      "heapUsedBytes": 57635504,
      "domNodes": 20,
      "jsHeapTotalBytes": 19939328,
      "scriptDurationMs": 75.105,
      "eventListeners": 2,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66333333333335,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "large-graph-idle",
      "durationMs": 2054.1279999999915,
      "styleRecalcs": 9,
      "styleRecalcDurationMs": 12.693,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 559.913,
      "heapDeltaBytes": 5222564,
      "heapUsedBytes": 64374416,
      "domNodes": -266,
      "jsHeapTotalBytes": 5193728,
      "scriptDurationMs": 88.84500000000001,
      "eventListeners": -129,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "large-graph-idle",
      "durationMs": 2031.4069999999447,
      "styleRecalcs": 8,
      "styleRecalcDurationMs": 9.104000000000001,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 801.7529999999999,
      "heapDeltaBytes": 5177236,
      "heapUsedBytes": 64531672,
      "domNodes": -269,
      "jsHeapTotalBytes": 4669440,
      "scriptDurationMs": 120.922,
      "eventListeners": -129,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66333333333332,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "large-graph-pan",
      "durationMs": 2202.9999999999745,
      "styleRecalcs": 69,
      "styleRecalcDurationMs": 16.000000000000004,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 1092.31,
      "heapDeltaBytes": -3714624,
      "heapUsedBytes": 56580180,
      "domNodes": -269,
      "jsHeapTotalBytes": 5455872,
      "scriptDurationMs": 373.596,
      "eventListeners": -127,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "large-graph-pan",
      "durationMs": 2311.7350000001124,
      "styleRecalcs": 68,
      "styleRecalcDurationMs": 16.707,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 1318.836,
      "heapDeltaBytes": -4076012,
      "heapUsedBytes": 56452932,
      "domNodes": -270,
      "jsHeapTotalBytes": 5455872,
      "scriptDurationMs": 440.27,
      "eventListeners": -129,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "large-graph-zoom",
      "durationMs": 3132.7930000000492,
      "styleRecalcs": 65,
      "styleRecalcDurationMs": 15.777,
      "layouts": 60,
      "layoutDurationMs": 8.431,
      "taskDurationMs": 1332.319,
      "heapDeltaBytes": -5223692,
      "heapUsedBytes": 56356624,
      "domNodes": -271,
      "jsHeapTotalBytes": 7290880,
      "scriptDurationMs": 478.97499999999997,
      "eventListeners": -133,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "large-graph-zoom",
      "durationMs": 3621.171000000004,
      "styleRecalcs": 64,
      "styleRecalcDurationMs": 18.107,
      "layouts": 60,
      "layoutDurationMs": 8.940999999999999,
      "taskDurationMs": 1660.2630000000001,
      "heapDeltaBytes": 18024160,
      "heapUsedBytes": 80044616,
      "domNodes": -276,
      "jsHeapTotalBytes": 7028736,
      "scriptDurationMs": 593.348,
      "eventListeners": -131,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.670000000000012,
      "p95FrameDurationMs": 16.799999999999272
    },
    {
      "name": "minimap-idle",
      "durationMs": 2029.9969999999803,
      "styleRecalcs": 8,
      "styleRecalcDurationMs": 6.326999999999999,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 553.822,
      "heapDeltaBytes": 5433788,
      "heapUsedBytes": 66327816,
      "domNodes": -269,
      "jsHeapTotalBytes": 3883008,
      "scriptDurationMs": 89.723,
      "eventListeners": -127,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66999999999998,
      "p95FrameDurationMs": 16.699999999999818
    },
    {
      "name": "minimap-idle",
      "durationMs": 2067.470999999955,
      "styleRecalcs": 6,
      "styleRecalcDurationMs": 9.568999999999997,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 762.083,
      "heapDeltaBytes": 5581308,
      "heapUsedBytes": 66902708,
      "domNodes": -271,
      "jsHeapTotalBytes": 5193728,
      "scriptDurationMs": 116.936,
      "eventListeners": -129,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "subgraph-dom-widget-clipping",
      "durationMs": 590.5409999999733,
      "styleRecalcs": 48,
      "styleRecalcDurationMs": 11.506,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 381.108,
      "heapDeltaBytes": -11387872,
      "heapUsedBytes": 57504592,
      "domNodes": 22,
      "jsHeapTotalBytes": 20463616,
      "scriptDurationMs": 121.897,
      "eventListeners": 8,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "subgraph-dom-widget-clipping",
      "durationMs": 739.1920000000027,
      "styleRecalcs": 47,
      "styleRecalcDurationMs": 14.168000000000001,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 464.067,
      "heapDeltaBytes": -11175916,
      "heapUsedBytes": 57824312,
      "domNodes": 20,
      "jsHeapTotalBytes": 20201472,
      "scriptDurationMs": 135.13799999999998,
      "eventListeners": 8,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.699999999999818
    },
    {
      "name": "subgraph-idle",
      "durationMs": 2003.723999999977,
      "styleRecalcs": 9,
      "styleRecalcDurationMs": 7.177999999999999,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 395.32500000000005,
      "heapDeltaBytes": -23416420,
      "heapUsedBytes": 45664868,
      "domNodes": 18,
      "jsHeapTotalBytes": 19017728,
      "scriptDurationMs": 13.703,
      "eventListeners": 4,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66333333333335,
      "p95FrameDurationMs": 16.699999999999818
    },
    {
      "name": "subgraph-idle",
      "durationMs": 2029.2670000000044,
      "styleRecalcs": 9,
      "styleRecalcDurationMs": 9.162000000000003,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 556.215,
      "heapDeltaBytes": -20950044,
      "heapUsedBytes": 48082596,
      "domNodes": -266,
      "jsHeapTotalBytes": 19542016,
      "scriptDurationMs": 25.674000000000003,
      "eventListeners": -133,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "subgraph-mouse-sweep",
      "durationMs": 1692.228,
      "styleRecalcs": 75,
      "styleRecalcDurationMs": 35.58,
      "layouts": 16,
      "layoutDurationMs": 4.442999999999999,
      "taskDurationMs": 715.4019999999999,
      "heapDeltaBytes": -19626656,
      "heapUsedBytes": 49350272,
      "domNodes": -266,
      "jsHeapTotalBytes": 18493440,
      "scriptDurationMs": 91.836,
      "eventListeners": -133,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "subgraph-mouse-sweep",
      "durationMs": 1810.069999999996,
      "styleRecalcs": 79,
      "styleRecalcDurationMs": 48.43,
      "layouts": 16,
      "layoutDurationMs": 8.298,
      "taskDurationMs": 862.694,
      "heapDeltaBytes": -5395224,
      "heapUsedBytes": 63411212,
      "domNodes": 67,
      "jsHeapTotalBytes": 20201472,
      "scriptDurationMs": 113.064,
      "eventListeners": 4,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "subgraph-transition-enter",
      "durationMs": 1351.725999999985,
      "styleRecalcs": 18,
      "styleRecalcDurationMs": 32.43599999999999,
      "layouts": 14,
      "layoutDurationMs": 14.147000000000002,
      "taskDurationMs": 887.3070000000002,
      "heapDeltaBytes": 1647840,
      "heapUsedBytes": 83945756,
      "domNodes": 13673,
      "jsHeapTotalBytes": 11534336,
      "scriptDurationMs": 40.863,
      "eventListeners": 2371,
      "totalBlockingTimeMs": 131,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.799999999999272
    },
    {
      "name": "viewport-pan-sweep",
      "durationMs": 8151.789000000008,
      "styleRecalcs": 250,
      "styleRecalcDurationMs": 41.972,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 3627.515,
      "heapDeltaBytes": 15694764,
      "heapUsedBytes": 74981316,
      "domNodes": -267,
      "jsHeapTotalBytes": 6709248,
      "scriptDurationMs": 1166.819,
      "eventListeners": -113,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "viewport-pan-sweep",
      "durationMs": 8773.682000000008,
      "styleRecalcs": 250,
      "styleRecalcDurationMs": 48.590999999999994,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 4747.152000000001,
      "heapDeltaBytes": 23919324,
      "heapUsedBytes": 83442624,
      "domNodes": -267,
      "jsHeapTotalBytes": 6709248,
      "scriptDurationMs": 1471.879,
      "eventListeners": -113,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.80000000000109
    },
    {
      "name": "vue-large-graph-idle",
      "durationMs": 13649.737000000016,
      "styleRecalcs": 0,
      "styleRecalcDurationMs": 0,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 13625.226999999999,
      "heapDeltaBytes": -70352880,
      "heapUsedBytes": 162968956,
      "domNodes": -8311,
      "jsHeapTotalBytes": -7016448,
      "scriptDurationMs": 524.948,
      "eventListeners": -16386,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 17.220000000000073,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "vue-large-graph-idle",
      "durationMs": 14577.636000000097,
      "styleRecalcs": 0,
      "styleRecalcDurationMs": 0,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 14524.346,
      "heapDeltaBytes": -50460980,
      "heapUsedBytes": 177481020,
      "domNodes": -8311,
      "jsHeapTotalBytes": -5705728,
      "scriptDurationMs": 601.092,
      "eventListeners": -16382,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 17.776666666666642,
      "p95FrameDurationMs": 16.799999999999272
    },
    {
      "name": "vue-large-graph-pan",
      "durationMs": 16923.17099999997,
      "styleRecalcs": 112,
      "styleRecalcDurationMs": 17.396999999999995,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 16886.889000000003,
      "heapDeltaBytes": -41912648,
      "heapUsedBytes": 166158432,
      "domNodes": -8311,
      "jsHeapTotalBytes": -11472896,
      "scriptDurationMs": 867.207,
      "eventListeners": -16382,
      "totalBlockingTimeMs": 23,
      "frameDurationMs": 17.223333333333237,
      "p95FrameDurationMs": 16.799999999999272
    },
    {
      "name": "vue-large-graph-pan",
      "durationMs": 18113.562,
      "styleRecalcs": 126,
      "styleRecalcDurationMs": 21.033000000000023,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 18073.475,
      "heapDeltaBytes": -38639272,
      "heapUsedBytes": 170175612,
      "domNodes": -8311,
      "jsHeapTotalBytes": -12607488,
      "scriptDurationMs": 916.9350000000001,
      "eventListeners": -16378,
      "totalBlockingTimeMs": 113,
      "frameDurationMs": 17.223333333333358,
      "p95FrameDurationMs": 16.799999999999272
    },
    {
      "name": "workflow-execution",
      "durationMs": 118.86299999997618,
      "styleRecalcs": 8,
      "styleRecalcDurationMs": 15.075,
      "layouts": 2,
      "layoutDurationMs": 0.44399999999999995,
      "taskDurationMs": 81.919,
      "heapDeltaBytes": 3229456,
      "heapUsedBytes": 71167272,
      "domNodes": 119,
      "jsHeapTotalBytes": 3407872,
      "scriptDurationMs": 7.281,
      "eventListeners": 33,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "workflow-execution",
      "durationMs": 461.16600000004837,
      "styleRecalcs": 12,
      "styleRecalcDurationMs": 20.204,
      "layouts": 3,
      "layoutDurationMs": 0.7079999999999999,
      "taskDurationMs": 123.91199999999999,
      "heapDeltaBytes": -16477276,
      "heapUsedBytes": 51637760,
      "domNodes": 115,
      "jsHeapTotalBytes": 6569984,
      "scriptDurationMs": 10.636000000000001,
      "eventListeners": 65,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.699999999999818
    }
  ]
}

@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: 2

🤖 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/lib/litegraph/src/widgets/BaseWidget.ts`:
- Around line 150-157: Add a focused regression test for BaseWidget.setNodeId
using an empty widget name, with registerWidget returning undefined. Verify that
the widget’s local _state and value remain usable after registration is
declined, covering the conditional assignment in setNodeId rather than only
testing the store directly.

In `@src/stores/widgetValueStore.test.ts`:
- Around line 230-261: Expand the “un-keyable widget ids” tests around
namelessId to include representative malformed and missing-segment IDs, not only
an empty widget name. Register a valid sibling before exercising getWidget,
setValue, and deleteWidget for each invalid ID, and assert every operation
declines safely while the sibling remains readable with its original value; keep
assertions behavioral rather than tied to internal implementation details.
🪄 Autofix (Beta)

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: aab1cf09-1002-4ea8-aaaf-bd008b031096

📥 Commits

Reviewing files that changed from the base of the PR and between 832d48e and cec0554.

📒 Files selected for processing (3)
  • src/lib/litegraph/src/widgets/BaseWidget.ts
  • src/stores/widgetValueStore.test.ts
  • src/stores/widgetValueStore.ts

Comment thread src/lib/litegraph/src/widgets/BaseWidget.ts
Comment thread src/stores/widgetValueStore.test.ts
@codecov

codecov Bot commented Jul 17, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

@@            Coverage Diff             @@
##             main   #13773      +/-   ##
==========================================
- Coverage   78.29%   78.28%   -0.02%     
==========================================
  Files        1683     1683              
  Lines       98509    98702     +193     
  Branches    35475    35524      +49     
==========================================
+ Hits        77129    77267     +138     
- Misses      20922    20972      +50     
- Partials      458      463       +5     
Flag Coverage Δ
unit 67.28% <100.00%> (+0.03%) ⬆️

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

Files with missing lines Coverage Δ
src/lib/litegraph/src/widgets/BaseWidget.ts 84.46% <ø> (-0.15%) ⬇️
src/stores/widgetValueStore.ts 100.00% <100.00%> (ø)

... and 8 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.

@christian-byrne christian-byrne added the preview-cpu Creates a preview ephemeral environment for this PR (CPU only) label Jul 17, 2026
DrJKL
DrJKL previously approved these changes Jul 17, 2026
Comment thread src/stores/widgetValueStore.ts Outdated
init: WidgetStateInit<TValue>
): WidgetState<TValue> {
): WidgetState<TValue> | undefined {
if (!isWidgetId(widgetId)) return undefined

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.

Might want a console.warn

AustinMroz
AustinMroz previously approved these changes Jul 17, 2026
Address review feedback on the store's un-keyable-id handling:
- registerWidget logs a console.warn when it declines an un-keyable id, so
  the drop is visible during debugging instead of silent.
- Add a BaseWidget.setNodeId test with an empty widget name asserting the
  widget keeps its local state and stays readable/writable when the store
  returns undefined.
- Expand the store suite with representative malformed ids (missing/extra
  segments, empty graph/node/name) and assert declined ops never disturb a
  valid sibling on the same node.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@christian-byrne
christian-byrne dismissed stale reviews from AustinMroz and DrJKL via ba810e1 July 18, 2026 00:03
@christian-byrne

Copy link
Copy Markdown
Contributor Author

Addressed the review feedback in ba810e1:

  • @DrJKL added a console.warn in registerWidget when an un-keyable id is declined, so the drop is visible rather than silent.
  • Added a BaseWidget.setNodeId test with an empty widget name asserting the widget keeps local state + stays readable/writable when the store returns undefined.
  • Expanded the store suite with representative malformed ids (missing/extra segments, empty graph/node/name) and a sibling-safety assertion that declined ops never disturb a valid sibling.

Keeping this in draft only until Denys confirms rgthree Power Lora renders on the 1.47 preview build; unit coverage + both approvals are in.

@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: 1

🤖 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/stores/widgetValueStore.test.ts`:
- Around line 244-251: Update the malformed-ID test around registerWidget to
call it once per ID, capture its return value, and assert it is undefined
without separately asserting no throw. Spy on console.warn, verify the expected
warning is emitted for each malformed ID, and restore the spy after the test
completes.
🪄 Autofix (Beta)

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: 6cb25485-12d9-45ea-af46-cdd9189f86d0

📥 Commits

Reviewing files that changed from the base of the PR and between cec0554 and ba810e1.

📒 Files selected for processing (3)
  • src/lib/litegraph/src/widgets/BaseWidget.test.ts
  • src/stores/widgetValueStore.test.ts
  • src/stores/widgetValueStore.ts

Comment thread src/stores/widgetValueStore.test.ts
christian-byrne and others added 2 commits July 17, 2026 18:56
…13774)

## Summary

On subgraph convert, a widget could render with the wrong type (a
multiline text widget appeared as an int widget until a page reload)
because the widget value store returned a stale entry keyed by
`graphId:nodeId:name`.

## Changes

- **What**: `registerWidget` returned the existing store entry
unconditionally (idempotent to preserve edited values across re-render).
But when a subgraph convert reuses the same `graphId:nodeId:name` key
for a *different* widget, the stale entry won — wrong type, wrong value,
only corrected by a reload that rehydrates the store from serialized
data. Now the idempotent return applies only when `existing.type ===
init.type`; on a type mismatch the id belongs to a different widget, so
the store overwrites with the live type/value. Same-type re-registration
still preserves edited values (unchanged behavior).
- **Breaking**: none.

## Review Focus

- @DrJKL @AustinMroz — this changes the idempotency semantic in the
#12617 widget store (#13073 collision class). The discriminator is
`type`; please sanity-check that no legitimate re-registration changes
`type` for the same logical widget. Reload already produces the correct
result, which is the evidence the in-memory path diverges here.
- Stacked on #13773 (base = `fix/widget-store-custom-node-widgets`).
Rebase to `main` once that lands.

QA source: staging 1.47 — "multiline text widget converts to int
inside/outside nested subgraph; refresh fixes it", working on 1.45.21.

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…13773) (#13779)

## Summary

Playwright regression for #13773: a custom node that registers a
client-side widget with an empty/placeholder name (an un-keyable widget
id) must not trip the Vue `NodeWidgets` error boundary and blank the
node's entire widget grid.

## Changes

- **What**:
`browser_tests/tests/vueNodes/widgets/emptyNameWidget.spec.ts` — a
`registerExtension` `nodeCreated` hook adds an empty-name widget to a
KSampler, then asserts the widget grid renders (not `.node-error`) and
the schema siblings (seed/steps/cfg) stay visible. Behavioral, retrying
assertions, no `waitForTimeout`; a precondition poll confirms the
empty-name widget is actually present so the test can't pass vacuously.
- **Breaking**: none (test only).

## Review Focus

- Stacked on #13773 (base = `fix/widget-store-custom-node-widgets`);
retarget to `main` when that merges.
- Draft: written to pass with the #13773 fix and fail without it, but
could not be run locally (no browser binary / local ComfyUI backend in
the dev env). Relying on CI to validate — will iterate if the fixture
selectors need adjustment.

Locks in the defensive guard from #13773 regardless of the exact
custom-node trigger.

---------

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-authored-by: Austin Mroz <austin@comfy.org>
@AustinMroz
AustinMroz marked this pull request as ready for review July 18, 2026 03:33
@AustinMroz
AustinMroz requested a review from a team July 18, 2026 03:33
@dosubot dosubot Bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Jul 18, 2026
@AustinMroz AustinMroz added needs-backport Fix/change that needs to be cherry-picked to the current feature freeze branch core/1.47 Backport PRs for core 1.47 cloud/1.47 Backport PRs for cloud 1.47 labels Jul 18, 2026
@AustinMroz
AustinMroz added this pull request to the merge queue Jul 18, 2026
Merged via the queue into main with commit 708b97b Jul 18, 2026
99 of 100 checks passed
@AustinMroz
AustinMroz deleted the fix/widget-store-custom-node-widgets branch July 18, 2026 04:04
@github-actions github-actions Bot locked and limited conversation to collaborators Jul 18, 2026
@comfy-pr-bot

Copy link
Copy Markdown
Member

@christian-byrne Successfully backported to #13787

@comfy-pr-bot

Copy link
Copy Markdown
Member

@christian-byrne Successfully backported to #13788

@github-actions github-actions Bot removed the needs-backport Fix/change that needs to be cherry-picked to the current feature freeze branch label Jul 18, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cloud/1.47 Backport PRs for cloud 1.47 core/1.47 Backport PRs for core 1.47 preview-cpu Creates a preview ephemeral environment for this PR (CPU only) size:S This PR changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants