Skip to content

refactor: convert billingOperationStore to discriminated union + owned transition - #14421

Closed
christian-byrne wants to merge 2 commits into
mainfrom
refactor/billing-operation-discriminated-union
Closed

refactor: convert billingOperationStore to discriminated union + owned transition#14421
christian-byrne wants to merge 2 commits into
mainfrom
refactor/billing-operation-discriminated-union

Conversation

@christian-byrne

Copy link
Copy Markdown
Contributor

Summary

Fixes #14420. From the Slack thread on #14396 (xstate/statechart question for billing ops): BillingOperation had a status field but wasn't a true discriminated union, and handleSuccess/handleFailure/handleTimeout each independently duplicated the status-update/cleanup/telemetry/toast spine with small variations.

Changes

  • BillingOperation is now a real discriminated union (PendingOperation | SucceededOperation | FailedOperation | TimedOutOperation), each variant's errorMessage/actionUrl typed to match what's actually true for that status instead of being nullable-everywhere.
  • Replaced the three handler functions with one transitionToTerminal(opId, outcome) that owns the entire pending -> terminal transition (status update, cleanup, telemetry, side effects, toast, terminal-promise resolution). Per-outcome pieces (telemetry event shape, success side effects, failure toast content) are factored into small functions, but the transition sequencing itself is no longer duplicated three times.
  • No new dependency. Per the Slack discussion, xstate wasn't worth the added concept/onboarding cost here; a plain TS discriminated union + one transition function gets most of the same safety.

Testing

  • All 45 existing billingOperationStore.test.ts tests pass unmodified — the refactor is purely internal representation, no test needed updating.
  • All 193 tests across consumer composables (useSubscriptionCheckout, useWorkspaceBilling, useDowngradeToPersonal) pass unmodified.
  • Full src/platform/workspace suite: 989 tests passing.
  • pnpm typecheck, pnpm lint, pnpm exec oxfmt --check, pnpm knip all clean.

Review focus

The three telemetry-tracking functions (trackSuccessTelemetry/trackFailureTelemetry) intentionally don't fully collapse into one — BillingTelemetryEvent's type constraints (e.g. downgrade_to_personal events have no timeout stage, only succeeded/failed) mean some duplication between the failed and timeout branches is the honest cost of exhaustive discriminated-union typing rather than something to DRY further.

…d transition

BillingOperation had a status field but wasn't a true discriminated union,
and handleSuccess/handleFailure/handleTimeout each independently duplicated
status update, cleanup, telemetry, and toast logic.

Converts BillingOperation into a real discriminated union (Pending/Succeeded/
Failed/TimedOut), and consolidates the three handlers into one
transitionToTerminal function that owns the whole pending -> terminal
transition, with per-outcome telemetry/toast/side-effect pieces factored out
but no longer duplicating the state-update/cleanup/resolve spine.

Fixes #14420
@christian-byrne
christian-byrne requested a review from a team July 30, 2026 22:13
@dosubot dosubot Bot added the size:L This PR changes 100-499 lines, ignoring generated files. label Jul 30, 2026
@dosubot

dosubot Bot commented Jul 30, 2026

Copy link
Copy Markdown

📄 Knowledge review

Dosu skipped reviewing this PR because your organization has used its 200 included credits for the month. Your usage will reset on 2026-08-01. To have Dosu review this PR before then, ask your organization admin to upgrade to a pro account.


Leave Feedback Ask Dosu about ComfyUI_frontend Add Dosu to your team

@github-actions

github-actions Bot commented Jul 30, 2026

Copy link
Copy Markdown

🎭 Playwright: ✅ 1763 passed, 0 failed · 4 flaky

📊 Browser Reports
  • chromium: View Report (✅ 1742 / ❌ 0 / ⚠️ 4 / ⏭️ 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/30/2026, 11:27:20 PM UTC

Links

📦 Bundle: 8.17 MB gzip 🔴 +307 B

Details

Summary

  • Raw size: 34.3 MB baseline 34.3 MB — 🔴 +433 B
  • Gzip: 8.17 MB baseline 8.17 MB — 🔴 +307 B
  • Brotli: 5.65 MB baseline 5.65 MB — 🔴 +555 B
  • Bundles: 424 current • 424 baseline • 143 added / 143 removed

Category Glance
Data & Services 🔴 +440 B (3.43 MB) · Other 🟢 -7 B (12.6 MB) · Vendor & Third-Party ⚪ 0 B (15.7 MB) · Graph Workspace ⚪ 0 B (1.29 MB) · Panels & Settings ⚪ 0 B (552 kB) · Utilities & Hooks ⚪ 0 B (385 kB) · + 5 more

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

Main entry bundles and manifests

File Before After Δ Raw Δ Gzip Δ Brotli
assets/index-D5ZMFxFn.js (removed) 3.62 kB 🟢 -3.62 kB 🟢 -1.81 kB 🟢 -1.59 kB
assets/index-s23WK8ja.js (new) 3.62 kB 🔴 +3.62 kB 🔴 +1.81 kB 🔴 +1.57 kB

Status: 1 added / 1 removed

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

Graph editor runtime, canvas, workflow orchestration

File Before After Δ Raw Δ Gzip Δ Brotli
assets/GraphView-ByZaUEY6.js (new) 1.29 MB 🔴 +1.29 MB 🔴 +276 kB 🔴 +208 kB
assets/GraphView-CvW49LCu.js (removed) 1.29 MB 🟢 -1.29 MB 🟢 -276 kB 🟢 -208 kB

Status: 1 added / 1 removed / 1 unchanged

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

Top-level views, pages, and routed surfaces

File Before After Δ Raw Δ Gzip Δ Brotli
assets/CloudSurveyView-BedZK8O7.js (removed) 24.9 kB 🟢 -24.9 kB 🟢 -6.22 kB 🟢 -5.51 kB
assets/CloudSurveyView-zHZgsohq.js (new) 24.9 kB 🔴 +24.9 kB 🔴 +6.22 kB 🔴 +5.51 kB
assets/CloudLoginView-CzeJnWGV.js (removed) 11.6 kB 🟢 -11.6 kB 🟢 -3.1 kB 🟢 -2.73 kB
assets/CloudLoginView-DfwC41z3.js (new) 11.6 kB 🔴 +11.6 kB 🔴 +3.11 kB 🔴 +2.73 kB
assets/CloudSignupView-DmW0vQJa.js (new) 9.9 kB 🔴 +9.9 kB 🔴 +2.78 kB 🔴 +2.43 kB
assets/CloudSignupView-DWuY_Eb9.js (removed) 9.9 kB 🟢 -9.9 kB 🟢 -2.78 kB 🟢 -2.43 kB
assets/CloudLayoutView-CmDyoV02.js (new) 9.48 kB 🔴 +9.48 kB 🔴 +2.31 kB 🔴 +1.99 kB
assets/CloudLayoutView-CQyMOsKz.js (removed) 9.48 kB 🟢 -9.48 kB 🟢 -2.31 kB 🟢 -2 kB
assets/UserCheckView-5HKH57AM.js (new) 8.75 kB 🔴 +8.75 kB 🔴 +2.19 kB 🔴 +1.9 kB
assets/UserCheckView-T0dp9Z9D.js (removed) 8.75 kB 🟢 -8.75 kB 🟢 -2.19 kB 🟢 -1.9 kB
assets/WidgetTextPreview-C2MOk4cV.js (removed) 6.07 kB 🟢 -6.07 kB 🟢 -2.13 kB 🟢 -1.9 kB
assets/WidgetTextPreview-qmB-1UX-.js (new) 6.07 kB 🔴 +6.07 kB 🔴 +2.13 kB 🔴 +1.9 kB
assets/CloudSubscriptionRedirectView-BbgAlL8w.js (new) 5.99 kB 🔴 +5.99 kB 🔴 +2.23 kB 🔴 +1.94 kB
assets/CloudSubscriptionRedirectView-DuwUPtlm.js (removed) 5.99 kB 🟢 -5.99 kB 🟢 -2.23 kB 🟢 -1.94 kB
assets/UserSelectView-BDEtbm6i.js (new) 5.49 kB 🔴 +5.49 kB 🔴 +1.96 kB 🔴 +1.71 kB
assets/UserSelectView-Bn8NbuLW.js (removed) 5.49 kB 🟢 -5.49 kB 🟢 -1.96 kB 🟢 -1.71 kB
assets/CloudForgotPasswordView-BmtamHHB.js (removed) 5.09 kB 🟢 -5.09 kB 🟢 -1.73 kB 🟢 -1.51 kB
assets/CloudForgotPasswordView-Dn4YcZUT.js (new) 5.09 kB 🔴 +5.09 kB 🔴 +1.73 kB 🔴 +1.51 kB
assets/CloudAuthTimeoutView-B-XoKzpZ.js (new) 4.43 kB 🔴 +4.43 kB 🔴 +1.54 kB 🔴 +1.33 kB
assets/CloudAuthTimeoutView-pMkP8wi2.js (removed) 4.43 kB 🟢 -4.43 kB 🟢 -1.54 kB 🟢 -1.34 kB
assets/OAuthLayoutView-B_0pgB6y.js (removed) 1.31 kB 🟢 -1.31 kB 🟢 -701 B 🟢 -594 B
assets/OAuthLayoutView-BQm-p-ev.js (new) 1.31 kB 🔴 +1.31 kB 🔴 +699 B 🔴 +594 B
assets/WidgetTextPreview-BDcuVC0H.js (new) 131 B 🔴 +131 B 🔴 +100 B 🔴 +93 B
assets/WidgetTextPreview-BEbnBxSk.js (removed) 131 B 🟢 -131 B 🟢 -100 B 🟢 -89 B

Status: 12 added / 12 removed / 4 unchanged

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

Configuration panels, inspectors, and settings screens

File Before After Δ Raw Δ Gzip Δ Brotli
assets/KeybindingPanel-B7vx_kfA.js (removed) 49.4 kB 🟢 -49.4 kB 🟢 -9.94 kB 🟢 -8.8 kB
assets/KeybindingPanel-ClfSFDRY.js (new) 49.4 kB 🔴 +49.4 kB 🔴 +9.94 kB 🔴 +8.8 kB
assets/SecretsPanel-CkYxq5k-.js (removed) 33.7 kB 🟢 -33.7 kB 🟢 -7.88 kB 🟢 -6.91 kB
assets/SecretsPanel-CxfvVz4x.js (new) 33.7 kB 🔴 +33.7 kB 🔴 +7.88 kB 🔴 +6.91 kB
assets/CreditsPanel-DQ_8IYq_.js (new) 15.9 kB 🔴 +15.9 kB 🔴 +4.63 kB 🔴 +4.06 kB
assets/CreditsPanel-DYLsnj5j.js (removed) 15.9 kB 🟢 -15.9 kB 🟢 -4.63 kB 🟢 -4.06 kB
assets/SubscriptionPanel-BEdUj4aW.js (removed) 11.4 kB 🟢 -11.4 kB 🟢 -3.63 kB 🟢 -3.2 kB
assets/SubscriptionPanel-CgzKfJiH.js (new) 11.4 kB 🔴 +11.4 kB 🔴 +3.63 kB 🔴 +3.2 kB
assets/AboutPanel-CFJ_jXaH.js (new) 11.2 kB 🔴 +11.2 kB 🔴 +3.03 kB 🔴 +2.72 kB
assets/AboutPanel-f36sBt3G.js (removed) 11.2 kB 🟢 -11.2 kB 🟢 -3.03 kB 🟢 -2.73 kB
assets/ExtensionPanel-BgTunfLt.js (new) 9.19 kB 🔴 +9.19 kB 🔴 +2.51 kB 🔴 +2.22 kB
assets/ExtensionPanel-u9g2cvsJ.js (removed) 9.19 kB 🟢 -9.19 kB 🟢 -2.51 kB 🟢 -2.22 kB
assets/ServerConfigPanel-cfq9zazd.js (removed) 6.09 kB 🟢 -6.09 kB 🟢 -1.94 kB 🟢 -1.73 kB
assets/ServerConfigPanel-Civ0eQwV.js (new) 6.09 kB 🔴 +6.09 kB 🔴 +1.94 kB 🔴 +1.73 kB
assets/UserPanel-CDYrjXl1.js (new) 5.73 kB 🔴 +5.73 kB 🔴 +1.78 kB 🔴 +1.55 kB
assets/UserPanel-CSTf61Rr.js (removed) 5.73 kB 🟢 -5.73 kB 🟢 -1.78 kB 🟢 -1.55 kB
assets/refreshRemoteConfig-_SsOszOc.js (removed) 2.91 kB 🟢 -2.91 kB 🟢 -1.24 kB 🟢 -1.08 kB
assets/refreshRemoteConfig-CkSQU166.js (new) 2.91 kB 🔴 +2.91 kB 🔴 +1.24 kB 🔴 +1.09 kB
assets/cloudRemoteConfig-CeIKNrpv.js (new) 933 B 🔴 +933 B 🔴 +505 B 🔴 +420 B
assets/cloudRemoteConfig-CWIAPROd.js (removed) 933 B 🟢 -933 B 🟢 -503 B 🟢 -413 B
assets/refreshRemoteConfig-BntDaBVv.js (new) 110 B 🔴 +110 B 🔴 +89 B 🔴 +90 B
assets/refreshRemoteConfig-CoU0ezVU.js (removed) 110 B 🟢 -110 B 🟢 -89 B 🟢 -89 B

Status: 11 added / 11 removed / 15 unchanged

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

Authentication, profile, and account management bundles

File Before After Δ Raw Δ Gzip Δ Brotli
assets/SignUpForm-DtchwIaB.js (new) 12.2 kB 🔴 +12.2 kB 🔴 +4.15 kB 🔴 +3.62 kB
assets/SignUpForm-yvYQFUj-.js (removed) 12.2 kB 🟢 -12.2 kB 🟢 -4.15 kB 🟢 -3.62 kB
assets/auth-B4To_Fcs.js (new) 3.65 kB 🔴 +3.65 kB 🔴 +1.27 kB 🔴 +1.09 kB
assets/auth-DKg5y0Vb.js (removed) 3.65 kB 🟢 -3.65 kB 🟢 -1.27 kB 🟢 -1.09 kB
assets/usePostAuthRedirect-9FBSesA9.js (removed) 3.28 kB 🟢 -3.28 kB 🟢 -1.24 kB 🟢 -1.08 kB
assets/usePostAuthRedirect-G5qxZfZo.js (new) 3.28 kB 🔴 +3.28 kB 🔴 +1.24 kB 🔴 +1.08 kB
assets/UpdatePasswordContent-BTyX-pc-.js (new) 1.85 kB 🔴 +1.85 kB 🔴 +837 B 🔴 +731 B
assets/UpdatePasswordContent-C5d8w_pY.js (removed) 1.85 kB 🟢 -1.85 kB 🟢 -838 B 🟢 -729 B
assets/authStore-Ckd6hE8S.js (new) 128 B 🔴 +128 B 🔴 +104 B 🔴 +105 B
assets/authStore-DZgO3iQE.js (removed) 128 B 🟢 -128 B 🟢 -104 B 🟢 -104 B
assets/workspaceAuthStore-CJ3_7xMj.js (new) 108 B 🔴 +108 B 🔴 +99 B 🔴 +109 B
assets/workspaceAuthStore-QffnSTAm.js (removed) 108 B 🟢 -108 B 🟢 -99 B 🟢 -112 B
assets/auth-CtiU_ewQ.js (new) 105 B 🔴 +105 B 🔴 +96 B 🔴 +94 B
assets/auth-sU8O2F8G.js (removed) 105 B 🟢 -105 B 🟢 -96 B 🟢 -87 B

Status: 7 added / 7 removed / 3 unchanged

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

Modals, dialogs, drawers, and in-app editors

File Before After Δ Raw Δ Gzip Δ Brotli
assets/ComfyHubPublishDialog-CFQr6wMe.js (removed) 90 kB 🟢 -90 kB 🟢 -19.2 kB 🟢 -16.5 kB
assets/ComfyHubPublishDialog-Cqt__2QX.js (new) 90 kB 🔴 +90 kB 🔴 +19.2 kB 🔴 +16.5 kB
assets/useShareDialog-D4uRfKVa.js (removed) 23.9 kB 🟢 -23.9 kB 🟢 -5.69 kB 🟢 -5.04 kB
assets/useShareDialog-DTXccPNP.js (new) 23.9 kB 🔴 +23.9 kB 🔴 +5.7 kB 🔴 +5.03 kB
assets/feedbackDialog-BnUp4hOy.js (removed) 4.45 kB 🟢 -4.45 kB 🟢 -1.86 kB 🟢 -1.59 kB
assets/feedbackDialog-Fet0QYkp.js (new) 4.45 kB 🔴 +4.45 kB 🔴 +1.86 kB 🔴 +1.59 kB
assets/useRangeEditor-KubQWCKq.js (new) 3.23 kB 🔴 +3.23 kB 🔴 +1.13 kB 🔴 +1.02 kB
assets/useRangeEditor-xgzmIa8p.js (removed) 3.23 kB 🟢 -3.23 kB 🟢 -1.12 kB 🟢 -1.02 kB
assets/ComfyHubPublishDialog-BKzeTP2z.js (new) 143 B 🔴 +143 B 🔴 +105 B 🔴 +89 B
assets/ComfyHubPublishDialog-DaXJMOxT.js (removed) 143 B 🟢 -143 B 🟢 -105 B 🟢 -94 B
assets/useSubscriptionDialog-De0g7pA3.js (removed) 108 B 🟢 -108 B 🟢 -102 B 🟢 -85 B
assets/useSubscriptionDialog-fEk1kKSK.js (new) 108 B 🔴 +108 B 🔴 +102 B 🔴 +99 B

Status: 6 added / 6 removed / 1 unchanged

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

Reusable component library chunks

File Before After Δ Raw Δ Gzip Δ Brotli
assets/ComfyQueueButton-BOu0iCkz.js (removed) 13.5 kB 🟢 -13.5 kB 🟢 -3.73 kB 🟢 -3.31 kB
assets/ComfyQueueButton-D5Mvu_oO.js (new) 13.5 kB 🔴 +13.5 kB 🔴 +3.73 kB 🔴 +3.31 kB
assets/useTerminalTabs-DP4lgVtC.js (new) 11.8 kB 🔴 +11.8 kB 🔴 +3.69 kB 🔴 +3.26 kB
assets/useTerminalTabs-DSS6B0d3.js (removed) 11.8 kB 🟢 -11.8 kB 🟢 -3.69 kB 🟢 -3.26 kB
assets/InviteMembersForm-BIwLNR2e.js (new) 7.96 kB 🔴 +7.96 kB 🔴 +2.65 kB 🔴 +2.37 kB
assets/InviteMembersForm-zIc70_3P.js (removed) 7.96 kB 🟢 -7.96 kB 🟢 -2.65 kB 🟢 -2.37 kB
assets/SubscribeButton-DdiYcJdh.js (removed) 2.13 kB 🟢 -2.13 kB 🟢 -955 B 🟢 -838 B
assets/SubscribeButton-yIeruHs-.js (new) 2.13 kB 🔴 +2.13 kB 🔴 +955 B 🔴 +838 B
assets/cloudFeedbackTopbarButton-CXS5Aop1.js (removed) 705 B 🟢 -705 B 🟢 -420 B 🟢 -358 B
assets/cloudFeedbackTopbarButton-DYE2nJxW.js (new) 705 B 🔴 +705 B 🔴 +420 B 🔴 +362 B
assets/ComfyQueueButton-BqSIrjgu.js (new) 128 B 🔴 +128 B 🔴 +99 B 🔴 +90 B
assets/ComfyQueueButton-wa8WLy-8.js (removed) 128 B 🟢 -128 B 🟢 -99 B 🟢 -95 B

Status: 6 added / 6 removed / 9 unchanged

Data & Services — 3.43 MB (baseline 3.43 MB) • 🔴 +440 B

Stores, services, APIs, and repositories

File Before After Δ Raw Δ Gzip Δ Brotli
assets/settingStore-DVlilEP4.js (new) 3.16 MB 🔴 +3.16 MB 🔴 +731 kB 🔴 +551 kB
assets/settingStore-DxgxybvN.js (removed) 3.16 MB 🟢 -3.16 MB 🟢 -731 kB 🟢 -551 kB
assets/load3dService-D4aGUktS.js (removed) 132 kB 🟢 -132 kB 🟢 -29.2 kB 🟢 -24.6 kB
assets/load3dService-DoiWMNBc.js (new) 132 kB 🔴 +132 kB 🔴 +29.2 kB 🔴 +24.6 kB
assets/api-4nQsBMk-.js (removed) 91.7 kB 🟢 -91.7 kB 🟢 -25.4 kB 🟢 -21.8 kB
assets/api-BWV3XhNI.js (new) 91.7 kB 🔴 +91.7 kB 🔴 +25.4 kB 🔴 +21.9 kB
assets/workflowShareService-C-q_2iSL.js (removed) 16.4 kB 🟢 -16.4 kB 🟢 -4.89 kB 🟢 -4.33 kB
assets/workflowShareService-DD6B-Pui.js (new) 16.4 kB 🔴 +16.4 kB 🔴 +4.89 kB 🔴 +4.33 kB
assets/keybindingService-DohVTNcd.js (removed) 7.22 kB 🟢 -7.22 kB 🟢 -1.86 kB 🟢 -1.6 kB
assets/keybindingService-DyOYk3rL.js (new) 7.22 kB 🔴 +7.22 kB 🔴 +1.87 kB 🔴 +1.6 kB
assets/releaseStore-CJIilzIQ.js (new) 6.72 kB 🔴 +6.72 kB 🔴 +2.03 kB 🔴 +1.78 kB
assets/releaseStore-XTXa5Lph.js (removed) 6.72 kB 🟢 -6.72 kB 🟢 -2.03 kB 🟢 -1.77 kB
assets/systemStatsStore-96zSGl5L.js (new) 4.93 kB 🔴 +4.93 kB 🔴 +1.74 kB 🔴 +1.47 kB
assets/systemStatsStore-DoKYuRJG.js (removed) 4.93 kB 🟢 -4.93 kB 🟢 -1.74 kB 🟢 -1.47 kB
assets/userStore-Gqoc0-4S.js (new) 2.38 kB 🔴 +2.38 kB 🔴 +899 B 🔴 +795 B
assets/userStore-tPMbOLf0.js (removed) 2.38 kB 🟢 -2.38 kB 🟢 -897 B 🟢 -794 B
assets/audioService-CL53QQo4.js (removed) 1.71 kB 🟢 -1.71 kB 🟢 -830 B 🟢 -722 B
assets/audioService-D6v1m8WN.js (new) 1.71 kB 🔴 +1.71 kB 🔴 +831 B 🔴 +724 B
assets/dialogService-hmRADmZq.js (new) 98 B 🔴 +98 B 🔴 +97 B 🔴 +83 B
assets/dialogService-Ta6ha4qk.js (removed) 98 B 🟢 -98 B 🟢 -97 B 🟢 -82 B
assets/releaseStore-B60NpmEg.js (removed) 95 B 🟢 -95 B 🟢 -86 B 🟢 -84 B
assets/releaseStore-yeleMgSj.js (new) 95 B 🔴 +95 B 🔴 +86 B 🔴 +85 B
assets/settingStore-CrYISbil.js (new) 95 B 🔴 +95 B 🔴 +86 B 🔴 +88 B
assets/settingStore-DOADFef7.js (removed) 95 B 🟢 -95 B 🟢 -86 B 🟢 -83 B
assets/assetsStore-8fM_2Khs.js (new) 94 B 🔴 +94 B 🔴 +92 B 🔴 +85 B
assets/assetsStore-CBdis9Av.js (removed) 94 B 🟢 -94 B 🟢 -92 B 🟢 -86 B
assets/api-CiqRbQh9.js (new) 62 B 🔴 +62 B 🔴 +74 B 🔴 +66 B
assets/api-DutPY5XJ.js (removed) 62 B 🟢 -62 B 🟢 -74 B 🟢 -66 B

Status: 14 added / 14 removed / 3 unchanged

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

Helpers, composables, and utility bundles

File Before After Δ Raw Δ Gzip Δ Brotli
assets/useConflictDetection-DZCXyf0w.js (new) 235 kB 🔴 +235 kB 🔴 +52.5 kB 🔴 +42.7 kB
assets/useConflictDetection-Rldj5Zn1.js (removed) 235 kB 🟢 -235 kB 🟢 -52.5 kB 🟢 -42.7 kB
assets/useLoad3d-9quFPhbC.js (new) 25.7 kB 🔴 +25.7 kB 🔴 +5.79 kB 🔴 +5.13 kB
assets/useLoad3d-D-aGDUFR.js (removed) 25.7 kB 🟢 -25.7 kB 🟢 -5.79 kB 🟢 -5.13 kB
assets/useLoad3dViewer-BDzS3GfF.js (new) 21.2 kB 🔴 +21.2 kB 🔴 +4.98 kB 🔴 +4.36 kB
assets/useLoad3dViewer-DyHA5m0P.js (removed) 21.2 kB 🟢 -21.2 kB 🟢 -4.98 kB 🟢 -4.36 kB
assets/useImageCrop-BFqr5rz1.js (new) 15 kB 🔴 +15 kB 🔴 +3.42 kB 🔴 +2.98 kB
assets/useImageCrop-CYCcXu4m.js (removed) 15 kB 🟢 -15 kB 🟢 -3.42 kB 🟢 -2.98 kB
assets/useDowngradeToPersonal-Cj_URixy.js (new) 8.85 kB 🔴 +8.85 kB 🔴 +2.53 kB 🔴 +2.17 kB
assets/useDowngradeToPersonal-DO6dvG-X.js (removed) 8.85 kB 🟢 -8.85 kB 🟢 -2.53 kB 🟢 -2.17 kB
assets/useFeatureFlags-ChdIs_XG.js (removed) 7.2 kB 🟢 -7.2 kB 🟢 -2.14 kB 🟢 -1.79 kB
assets/useFeatureFlags-o4yNRr4Y.js (new) 7.2 kB 🔴 +7.2 kB 🔴 +2.14 kB 🔴 +1.79 kB
assets/assetPreviewUtil-B6zp5Ky1.js (new) 2.35 kB 🔴 +2.35 kB 🔴 +971 B 🔴 +835 B
assets/assetPreviewUtil-BrGsWF5u.js (removed) 2.35 kB 🟢 -2.35 kB 🟢 -968 B 🟢 -835 B
assets/useUpstreamValue-DjjbkLY5.js (new) 1.99 kB 🔴 +1.99 kB 🔴 +758 B 🔴 +678 B
assets/useUpstreamValue-DpLFvCV9.js (removed) 1.99 kB 🟢 -1.99 kB 🟢 -756 B 🟢 -669 B
assets/useWorkspaceTierLabel-DqFUjoqT.js (removed) 1.93 kB 🟢 -1.93 kB 🟢 -815 B 🟢 -698 B
assets/useWorkspaceTierLabel-k_tRcV1l.js (new) 1.93 kB 🔴 +1.93 kB 🔴 +816 B 🔴 +698 B
assets/subscriptionCheckoutUtil-0hgizDYr.js (removed) 841 B 🟢 -841 B 🟢 -501 B 🟢 -422 B
assets/subscriptionCheckoutUtil-Drjkoe3M.js (new) 841 B 🔴 +841 B 🔴 +501 B 🔴 +425 B
assets/useSessionCookie-DU8w7nLT.js (new) 692 B 🔴 +692 B 🔴 +357 B 🔴 +309 B
assets/useSessionCookie-s8hFaanc.js (removed) 692 B 🟢 -692 B 🟢 -356 B 🟢 -309 B
assets/useLoad3d-C8pr-_nq.js (removed) 311 B 🟢 -311 B 🟢 -164 B 🟢 -146 B
assets/useLoad3d-CVA17kph.js (new) 311 B 🔴 +311 B 🔴 +164 B 🔴 +149 B
assets/useSessionCookie-BBMT2kvK.js (removed) 101 B 🟢 -101 B 🟢 -86 B 🟢 -80 B
assets/useSessionCookie-DXVLptrj.js (new) 101 B 🔴 +101 B 🔴 +86 B 🔴 +81 B
assets/useFeatureFlags-CkFbea43.js (removed) 98 B 🟢 -98 B 🟢 -85 B 🟢 -84 B
assets/useFeatureFlags-Cq1gk0sy.js (new) 98 B 🔴 +98 B 🔴 +85 B 🔴 +83 B
assets/useLoad3dViewer-BE0UP8SL.js (new) 98 B 🔴 +98 B 🔴 +85 B 🔴 +85 B
assets/useLoad3dViewer-Itmu0IPF.js (removed) 98 B 🟢 -98 B 🟢 -85 B 🟢 -87 B
assets/useCurrentUser-CpUlw6DA.js (new) 94 B 🔴 +94 B 🔴 +95 B 🔴 +85 B
assets/useCurrentUser-D9uMb6rY.js (removed) 94 B 🟢 -94 B 🟢 -95 B 🟢 -88 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 — 12.6 MB (baseline 12.6 MB) • 🟢 -7 B

Bundles that do not match a named category

File Before After Δ Raw Δ Gzip Δ Brotli
assets/core-BX0je3aA.js (new) 111 kB 🔴 +111 kB 🔴 +28.7 kB 🔴 +24.3 kB
assets/core-DV9VhS8H.js (removed) 111 kB 🟢 -111 kB 🟢 -28.7 kB 🟢 -24.3 kB
assets/WidgetSelect-BxqxnKtU.js (removed) 88 kB 🟢 -88 kB 🟢 -19.9 kB 🟢 -17 kB
assets/WidgetSelect-DzwLpsh_.js (new) 88 kB 🔴 +88 kB 🔴 +19.9 kB 🔴 +17 kB
assets/Load3D-D5bluQE8.js (new) 71.3 kB 🔴 +71.3 kB 🔴 +11.7 kB 🔴 +9.97 kB
assets/Load3D-DoJWW9rp.js (removed) 71.3 kB 🟢 -71.3 kB 🟢 -11.7 kB 🟢 -9.99 kB
assets/WidgetVideoEdit-CYvEqITX.js (new) 63.4 kB 🔴 +63.4 kB 🔴 +14.6 kB 🔴 +12.9 kB
assets/WidgetVideoEdit-uyImRk9y.js (removed) 63.4 kB 🟢 -63.4 kB 🟢 -14.6 kB 🟢 -12.8 kB
assets/WorkspaceSettingsPanelContent-B7VFisQI.js (removed) 61.6 kB 🟢 -61.6 kB 🟢 -13.2 kB 🟢 -11.5 kB
assets/WorkspaceSettingsPanelContent-gxTREBva.js (new) 61.6 kB 🔴 +61.6 kB 🔴 +13.2 kB 🔴 +11.5 kB
assets/SubscriptionTransitionPreviewWorkspace-LXGQanyR.js (removed) 61.3 kB 🟢 -61.3 kB 🟢 -12.5 kB 🟢 -10.9 kB
assets/SubscriptionTransitionPreviewWorkspace-DFTCEc2G.js (new) 61.3 kB 🔴 +61.3 kB 🔴 +12.5 kB 🔴 +10.9 kB
assets/Preview3d-12aCXq48.js (new) 50.9 kB 🔴 +50.9 kB 🔴 +8.31 kB 🔴 +7.25 kB
assets/Preview3d-BFAOvFSo.js (removed) 50.9 kB 🟢 -50.9 kB 🟢 -8.31 kB 🟢 -7.24 kB
assets/main-CDt11SIW.js (removed) 46.8 kB 🟢 -46.8 kB 🟢 -13.8 kB 🟢 -12 kB
assets/main-CdV_L0mS.js (new) 46.8 kB 🔴 +46.8 kB 🔴 +13.8 kB 🔴 +12 kB
assets/SubscriptionRequiredDialogContentUnified-BZTpDOy5.js (new) 42.7 kB 🔴 +42.7 kB 🔴 +9.43 kB 🔴 +8.21 kB
assets/SubscriptionRequiredDialogContentUnified-gO_g349T.js (removed) 42.7 kB 🟢 -42.7 kB 🟢 -9.42 kB 🟢 -8.21 kB
assets/MembersPanelContent-I8dokHKJ.js (new) 41.8 kB 🔴 +41.8 kB 🔴 +8.79 kB 🔴 +7.82 kB
assets/MembersPanelContent-t8FZE6NJ.js (removed) 41.8 kB 🟢 -41.8 kB 🟢 -8.79 kB 🟢 -7.83 kB
assets/WidgetBoundingBoxes-D3RX-5TV.js (new) 33.7 kB 🔴 +33.7 kB 🔴 +9.16 kB 🔴 +8.13 kB
assets/WidgetBoundingBoxes-DK7CGqPJ.js (removed) 33.7 kB 🟢 -33.7 kB 🟢 -9.15 kB 🟢 -8.13 kB
assets/WidgetPainter-CwbpcAgH.js (new) 32.6 kB 🔴 +32.6 kB 🔴 +7.87 kB 🔴 +6.97 kB
assets/WidgetPainter-NSEWGGde.js (removed) 32.6 kB 🟢 -32.6 kB 🟢 -7.87 kB 🟢 -6.97 kB
assets/Load3dViewerContent-BtYIyX-D.js (new) 30.8 kB 🔴 +30.8 kB 🔴 +6.26 kB 🔴 +5.43 kB
assets/Load3dViewerContent-CKwX3TNf.js (removed) 30.8 kB 🟢 -30.8 kB 🟢 -6.27 kB 🟢 -5.43 kB
assets/SubscriptionPanelContentWorkspace-CnJTVe2k.js (new) 29.3 kB 🔴 +29.3 kB 🔴 +6.78 kB 🔴 +5.95 kB
assets/SubscriptionPanelContentWorkspace-DVKBfm5W.js (removed) 29.3 kB 🟢 -29.3 kB 🟢 -6.78 kB 🟢 -5.97 kB
assets/SubscriptionRequiredDialogContent-6AxsUsyn.js (new) 26.1 kB 🔴 +26.1 kB 🔴 +6.14 kB 🔴 +5.4 kB
assets/SubscriptionRequiredDialogContent-CPbADXYc.js (removed) 26.1 kB 🟢 -26.1 kB 🟢 -6.14 kB 🟢 -5.4 kB
assets/SubscriptionRequiredDialogContentWorkspace-B7Mj7tCI.js (new) 25.1 kB 🔴 +25.1 kB 🔴 +5.8 kB 🔴 +5.12 kB
assets/SubscriptionRequiredDialogContentWorkspace-C34xTGHO.js (removed) 25.1 kB 🟢 -25.1 kB 🟢 -5.8 kB 🟢 -5.11 kB
assets/load3d-BjdayhTb.js (new) 22.2 kB 🔴 +22.2 kB 🔴 +5.41 kB 🔴 +4.67 kB
assets/load3d-CyuDzlAv.js (removed) 22.2 kB 🟢 -22.2 kB 🟢 -5.4 kB 🟢 -4.66 kB
assets/CurrentUserPopoverWorkspace-CHKLN7TO.js (removed) 20.5 kB 🟢 -20.5 kB 🟢 -4.69 kB 🟢 -4.17 kB
assets/CurrentUserPopoverWorkspace-ZhkX63d9.js (new) 20.5 kB 🔴 +20.5 kB 🔴 +4.69 kB 🔴 +4.18 kB
assets/SignInContent-CbdkSiuN.js (removed) 20.2 kB 🟢 -20.2 kB 🟢 -5.1 kB 🟢 -4.46 kB
assets/SignInContent-DowmN3_Z.js (new) 20.2 kB 🔴 +20.2 kB 🔴 +5.1 kB 🔴 +4.45 kB
assets/CreditsTile-1yKUsmB7.js (new) 17.2 kB 🔴 +17.2 kB 🔴 +4.55 kB 🔴 +4.04 kB
assets/CreditsTile-BdndjQDj.js (removed) 17.2 kB 🟢 -17.2 kB 🟢 -4.55 kB 🟢 -4.04 kB
assets/WidgetRecordAudio-DGZc71Fg.js (removed) 16.6 kB 🟢 -16.6 kB 🟢 -4.6 kB 🟢 -4.09 kB
assets/WidgetRecordAudio-DORzIXRV.js (new) 16.6 kB 🔴 +16.6 kB 🔴 +4.6 kB 🔴 +4.1 kB
assets/WidgetInputNumber-Cg0RoHzz.js (new) 13.9 kB 🔴 +13.9 kB 🔴 +3.63 kB 🔴 +3.22 kB
assets/WidgetInputNumber-CSJpEhHz.js (removed) 13.9 kB 🟢 -13.9 kB 🟢 -3.63 kB 🟢 -3.21 kB
assets/WidgetRange-DW1-HbOA.js (removed) 13.7 kB 🟢 -13.7 kB 🟢 -3.53 kB 🟢 -3.12 kB
assets/WidgetRange-Dy-nFYob.js (new) 13.7 kB 🔴 +13.7 kB 🔴 +3.54 kB 🔴 +3.12 kB
assets/WaveAudioPlayer-BQOk91Tb.js (new) 12.8 kB 🔴 +12.8 kB 🔴 +3.47 kB 🔴 +3.05 kB
assets/WaveAudioPlayer-DaJNUQ1U.js (removed) 12.8 kB 🟢 -12.8 kB 🟢 -3.46 kB 🟢 -3.05 kB
assets/WidgetCurve-C4KZoxm_.js (new) 11.2 kB 🔴 +11.2 kB 🔴 +3.48 kB 🔴 +3.15 kB
assets/WidgetCurve-DBXS-TdR.js (removed) 11.2 kB 🟢 -11.2 kB 🟢 -3.47 kB 🟢 -3.15 kB
assets/TeamWorkspacesDialogContent-CCM4VNz5.js (new) 10.3 kB 🔴 +10.3 kB 🔴 +2.97 kB 🔴 +2.63 kB
assets/TeamWorkspacesDialogContent-CD61ZBkI.js (removed) 10.3 kB 🟢 -10.3 kB 🟢 -2.97 kB 🟢 -2.63 kB
assets/onboardingCloudRoutes-BrSAItzG.js (new) 9.07 kB 🔴 +9.07 kB 🔴 +2.78 kB 🔴 +2.39 kB
assets/onboardingCloudRoutes-BTQxizvK.js (removed) 9.07 kB 🟢 -9.07 kB 🟢 -2.78 kB 🟢 -2.39 kB
assets/Load3DConfiguration-DD4pP0Ux.js (removed) 8.91 kB 🟢 -8.91 kB 🟢 -2.6 kB 🟢 -2.29 kB
assets/Load3DConfiguration-DGALqQEE.js (new) 8.91 kB 🔴 +8.91 kB 🔴 +2.6 kB 🔴 +2.29 kB
assets/WidgetImageCrop-CISkxZtZ.js (new) 8.49 kB 🔴 +8.49 kB 🔴 +2.65 kB 🔴 +2.34 kB
assets/WidgetImageCrop-CxyRqqh_.js (removed) 8.49 kB 🟢 -8.49 kB 🟢 -2.65 kB 🟢 -2.34 kB
assets/SetMemberCreditLimitDialogContent-Bbir6SIR.js (removed) 8.47 kB 🟢 -8.47 kB 🟢 -2.34 kB 🟢 -2.04 kB
assets/SetMemberCreditLimitDialogContent-TuPcyzV9.js (new) 8.47 kB 🔴 +8.47 kB 🔴 +2.34 kB 🔴 +2.05 kB
assets/nodeTemplates-BEe2mCIs.js (new) 8.28 kB 🔴 +8.28 kB 🔴 +2.84 kB 🔴 +2.51 kB
assets/nodeTemplates-BpxYe-kL.js (removed) 8.28 kB 🟢 -8.28 kB 🟢 -2.84 kB 🟢 -2.49 kB
assets/NightlySurveyController-BEdmhDhx.js (removed) 7.5 kB 🟢 -7.5 kB 🟢 -2.55 kB 🟢 -2.24 kB
assets/NightlySurveyController-BSIF_3Q9.js (new) 7.5 kB 🔴 +7.5 kB 🔴 +2.56 kB 🔴 +2.24 kB
assets/WidgetWithControl-D0NgsQFY.js (removed) 6.35 kB 🟢 -6.35 kB 🟢 -2.57 kB 🟢 -2.27 kB
assets/WidgetWithControl-Dd-1fM4S.js (new) 6.35 kB 🔴 +6.35 kB 🔴 +2.58 kB 🔴 +2.27 kB
assets/tierBenefits-BO3-tA6n.js (removed) 6.2 kB 🟢 -6.2 kB 🟢 -1.97 kB 🟢 -1.71 kB
assets/tierBenefits-DEtepkID.js (new) 6.2 kB 🔴 +6.2 kB 🔴 +1.97 kB 🔴 +1.71 kB
assets/CancelSubscriptionDialogContent-CxLlkRDQ.js (new) 5.91 kB 🔴 +5.91 kB 🔴 +2 kB 🔴 +1.76 kB
assets/CancelSubscriptionDialogContent-e1AtTotG.js (removed) 5.91 kB 🟢 -5.91 kB 🟢 -2 kB 🟢 -1.76 kB
assets/load3dPreviewExtensions-DYEipyOs.js (new) 5.88 kB 🔴 +5.88 kB 🔴 +1.81 kB 🔴 +1.6 kB
assets/load3dPreviewExtensions-zpzP6sb6.js (removed) 5.88 kB 🟢 -5.88 kB 🟢 -1.81 kB 🟢 -1.59 kB
assets/missingModelDownload-CaMjteiQ.js (removed) 5.54 kB 🟢 -5.54 kB 🟢 -2.01 kB 🟢 -1.75 kB
assets/missingModelDownload-CRnc__pc.js (new) 5.54 kB 🔴 +5.54 kB 🔴 +2.01 kB 🔴 +1.75 kB
assets/CreateWorkspaceDialogContent-BWYZzu4H.js (new) 5.12 kB 🔴 +5.12 kB 🔴 +1.79 kB 🔴 +1.55 kB
assets/CreateWorkspaceDialogContent-DyKKMJ5I.js (removed) 5.12 kB 🟢 -5.12 kB 🟢 -1.79 kB 🟢 -1.55 kB
assets/ChangeMemberRoleDialogContent-BNDqL9xN.js (removed) 4.97 kB 🟢 -4.97 kB 🟢 -1.63 kB 🟢 -1.43 kB
assets/ChangeMemberRoleDialogContent-BQTaZq_3.js (new) 4.97 kB 🔴 +4.97 kB 🔴 +1.63 kB 🔴 +1.43 kB
assets/EditWorkspaceDialogContent-CGddX-n7.js (removed) 4.93 kB 🟢 -4.93 kB 🟢 -1.76 kB 🟢 -1.52 kB
assets/EditWorkspaceDialogContent-WiOgNKKN.js (new) 4.93 kB 🔴 +4.93 kB 🔴 +1.76 kB 🔴 +1.52 kB
assets/WidgetTextarea-KUmlN-t8.js (new) 4.81 kB 🔴 +4.81 kB 🔴 +1.87 kB 🔴 +1.62 kB
assets/WidgetTextarea-nOmj3Jca.js (removed) 4.81 kB 🟢 -4.81 kB 🟢 -1.87 kB 🟢 -1.62 kB
assets/saveMesh-CLnLELAn.js (new) 4.76 kB 🔴 +4.76 kB 🔴 +1.52 kB 🔴 +1.35 kB
assets/saveMesh-DPyxx1p3.js (removed) 4.76 kB 🟢 -4.76 kB 🟢 -1.52 kB 🟢 -1.34 kB
assets/WorkspacePanelContent-BUiUsm6k.js (removed) 4.72 kB 🟢 -4.72 kB 🟢 -1.6 kB 🟢 -1.4 kB
assets/WorkspacePanelContent-DhZMZ_DP.js (new) 4.72 kB 🔴 +4.72 kB 🔴 +1.6 kB 🔴 +1.4 kB
assets/InviteMemberDialogContent-BqMeeD8R.js (new) 4.68 kB 🔴 +4.68 kB 🔴 +1.58 kB 🔴 +1.38 kB
assets/InviteMemberDialogContent-DSjQOWrZ.js (removed) 4.68 kB 🟢 -4.68 kB 🟢 -1.58 kB 🟢 -1.38 kB
assets/ValueControlPopover-D0NUuk3F.js (new) 4.49 kB 🔴 +4.49 kB 🔴 +1.55 kB 🔴 +1.39 kB
assets/ValueControlPopover-GaCfCbSY.js (removed) 4.49 kB 🟢 -4.49 kB 🟢 -1.55 kB 🟢 -1.39 kB
assets/DeleteWorkspaceDialogContent-Cxx4JN6F.js (removed) 3.84 kB 🟢 -3.84 kB 🟢 -1.44 kB 🟢 -1.24 kB
assets/DeleteWorkspaceDialogContent-Duzt5r9v.js (new) 3.84 kB 🔴 +3.84 kB 🔴 +1.44 kB 🔴 +1.24 kB
assets/LeaveWorkspaceDialogContent-DL1iytKs.js (new) 3.67 kB 🔴 +3.67 kB 🔴 +1.38 kB 🔴 +1.21 kB
assets/LeaveWorkspaceDialogContent-F_J5Nzfm.js (removed) 3.67 kB 🟢 -3.67 kB 🟢 -1.38 kB 🟢 -1.19 kB
assets/RemoveMemberDialogContent-BOJgtdU4.js (new) 3.65 kB 🔴 +3.65 kB 🔴 +1.34 kB 🔴 +1.16 kB
assets/RemoveMemberDialogContent-BZjZY42F.js (removed) 3.65 kB 🟢 -3.65 kB 🟢 -1.34 kB 🟢 -1.15 kB
assets/RevokeInviteDialogContent-Bbp6VOsK.js (removed) 3.56 kB 🟢 -3.56 kB 🟢 -1.35 kB 🟢 -1.17 kB
assets/RevokeInviteDialogContent-CZP_N5fs.js (new) 3.56 kB 🔴 +3.56 kB 🔴 +1.35 kB 🔴 +1.17 kB
assets/InviteMemberUpsellDialogContent-f5mANIKk.js (removed) 3.44 kB 🟢 -3.44 kB 🟢 -1.23 kB 🟢 -1.08 kB
assets/InviteMemberUpsellDialogContent-IIFsBICS.js (new) 3.44 kB 🔴 +3.44 kB 🔴 +1.23 kB 🔴 +1.07 kB
assets/workspaceCheckoutTelemetry-Bh8N08_A.js (new) 3.4 kB 🔴 +3.4 kB 🔴 +1.52 kB 🔴 +1.33 kB
assets/workspaceCheckoutTelemetry-HsdZElL8.js (removed) 3.4 kB 🟢 -3.4 kB 🟢 -1.52 kB 🟢 -1.33 kB
assets/Media3DTop-9B2OzCEi.js (removed) 3.21 kB 🟢 -3.21 kB 🟢 -1.26 kB 🟢 -1.1 kB
assets/Media3DTop-Kz1Vgt1Y.js (new) 3.21 kB 🔴 +3.21 kB 🔴 +1.27 kB 🔴 +1.1 kB
assets/GlobalToast-Bt4OHySH.js (removed) 3 kB 🟢 -3 kB 🟢 -1.22 kB 🟢 -1.06 kB
assets/GlobalToast-CdRAfFfc.js (new) 3 kB 🔴 +3 kB 🔴 +1.22 kB 🔴 +1.08 kB
assets/load3dAdvanced-BaQDJPdP.js (new) 2.82 kB 🔴 +2.82 kB 🔴 +1.09 kB 🔴 +950 B
assets/load3dAdvanced-vaAepAnR.js (removed) 2.82 kB 🟢 -2.82 kB 🟢 -1.09 kB 🟢 -950 B
assets/SubscribeToRun-BhA7Enhz.js (removed) 2.39 kB 🟢 -2.39 kB 🟢 -1.03 kB 🟢 -901 B
assets/SubscribeToRun-DU0umm9Q.js (new) 2.39 kB 🔴 +2.39 kB 🔴 +1.03 kB 🔴 +902 B
assets/MediaAudioTop-BuNbfCqD.js (new) 1.62 kB 🔴 +1.62 kB 🔴 +807 B 🔴 +664 B
assets/MediaAudioTop-Dqnkkm5d.js (removed) 1.62 kB 🟢 -1.62 kB 🟢 -806 B 🟢 -666 B
assets/CloudRunButtonWrapper-B_T4svx3.js (new) 1.05 kB 🔴 +1.05 kB 🔴 +513 B 🔴 +452 B
assets/CloudRunButtonWrapper-Cyx_HBsF.js (removed) 1.05 kB 🟢 -1.05 kB 🟢 -512 B 🟢 -451 B
assets/cloudSessionCookie-B2YMYyEC.js (removed) 933 B 🟢 -933 B 🟢 -430 B 🟢 -377 B
assets/cloudSessionCookie-C58ZnySx.js (new) 933 B 🔴 +933 B 🔴 +432 B 🔴 +378 B
assets/cloudBadges-0YRkugwN.js (new) 922 B 🔴 +922 B 🔴 +513 B 🔴 +439 B
assets/cloudBadges-DsSuAg9m.js (removed) 922 B 🟢 -922 B 🟢 -511 B 🟢 -438 B
assets/Load3DAdvanced-7KE4vWey.js (removed) 761 B 🟢 -761 B 🟢 -423 B 🟢 -359 B
assets/Load3DAdvanced-BPrNseFM.js (new) 761 B 🔴 +761 B 🔴 +423 B 🔴 +360 B
assets/nightlyBadges-BiPJfZom.js (new) 411 B 🔴 +411 B 🔴 +270 B 🔴 +229 B
assets/nightlyBadges-sZoIiqL4.js (removed) 411 B 🟢 -411 B 🟢 -268 B 🟢 -230 B
assets/missingModelDownload-BQ0jk1fj.js (removed) 326 B 🟢 -326 B 🟢 -186 B 🟢 -171 B
assets/missingModelDownload-m-rX8Fn7.js (new) 326 B 🔴 +326 B 🔴 +187 B 🔴 +166 B
assets/SubscriptionPanelContentWorkspace-3f3vJI8G.js (new) 179 B 🔴 +179 B 🔴 +117 B 🔴 +101 B
assets/SubscriptionPanelContentWorkspace-Bz68_C4e.js (removed) 179 B 🟢 -179 B 🟢 -117 B 🟢 -94 B
assets/Load3dViewerContent-C95eAkgV.js (removed) 137 B 🟢 -137 B 🟢 -103 B 🟢 -92 B
assets/Load3dViewerContent-DWRa4ObT.js (new) 137 B 🔴 +137 B 🔴 +103 B 🔴 +92 B
assets/Load3DAdvanced-CK6411-K.js (removed) 122 B 🟢 -122 B 🟢 -97 B 🟢 -91 B
assets/Load3DAdvanced-DymP1fKu.js (new) 122 B 🔴 +122 B 🔴 +97 B 🔴 +88 B
assets/WidgetLegacy-BTl-rEMV.js (removed) 117 B 🟢 -117 B 🟢 -106 B 🟢 -99 B
assets/WidgetLegacy-CXy40fxz.js (new) 117 B 🔴 +117 B 🔴 +106 B 🔴 +103 B
assets/workflowDraftStoreV2-CpQ9gJyz.js (new) 112 B 🔴 +112 B 🔴 +101 B 🔴 +108 B
assets/workflowDraftStoreV2-CV3afeLf.js (removed) 112 B 🟢 -112 B 🟢 -101 B 🟢 -110 B
assets/Load3D-D4CDSBJF.js (new) 98 B 🔴 +98 B 🔴 +89 B 🔴 +80 B
assets/Load3D-DpbkAcQ7.js (removed) 98 B 🟢 -98 B 🟢 -89 B 🟢 -86 B
assets/changeTracker-CVmAwzoZ.js (new) 91 B 🔴 +91 B 🔴 +93 B 🔴 +86 B
assets/changeTracker-hFSFHW0X.js (removed) 91 B 🟢 -91 B 🟢 -93 B 🟢 -89 B

Status: 69 added / 69 removed / 209 unchanged

⚡ Performance Report

canvas-idle: · 60.0 avg FPS · 59.5 P5 FPS ✅ (target: ≥52) · 0ms TBT · 44.1 MB heap
canvas-mouse-sweep: · 60.0 avg FPS · 59.7 P5 FPS ✅ (target: ≥52) · 0ms TBT · 50.3 MB heap
canvas-zoom-sweep: · 60.0 avg FPS · 59.9 P5 FPS ✅ (target: ≥52) · 0ms TBT · 72.3 MB heap
dom-widget-clipping: · 60.0 avg FPS · 59.7 P5 FPS ✅ (target: ≥52) · 0ms TBT · 53.1 MB heap
large-graph-idle: · 60.0 avg FPS · 59.5 P5 FPS ✅ (target: ≥52) · 0ms TBT · 63.5 MB heap
large-graph-pan: · 60.0 avg FPS · 59.5 P5 FPS ✅ (target: ≥52) · 0ms TBT · 62.8 MB heap
large-graph-zoom: · 60.0 avg FPS · 59.9 P5 FPS ✅ (target: ≥52) · 0ms TBT · 81.9 MB heap
minimap-idle: · 60.0 avg FPS · 59.9 P5 FPS ✅ (target: ≥52) · 0ms TBT · 65.6 MB heap
subgraph-dom-widget-clipping: · 60.0 avg FPS · 59.9 P5 FPS ✅ (target: ≥52) · 0ms TBT · 53.1 MB heap
subgraph-idle: · 60.0 avg FPS · 59.7 P5 FPS ✅ (target: ≥52) · 0ms TBT · 43.9 MB heap
subgraph-mouse-sweep: · 60.0 avg FPS · 59.9 P5 FPS ✅ (target: ≥52) · 0ms TBT · 46.2 MB heap
subgraph-transition-enter: · 60.0 avg FPS · 59.5 P5 FPS ✅ (target: ≥52) · 116ms TBT · 91.7 MB heap
viewport-pan-sweep: · 60.0 avg FPS · 59.7 P5 FPS ✅ (target: ≥52) · 0ms TBT · 66.1 MB heap
vue-large-graph-idle: · 56.2 avg FPS · 59.5 P5 FPS ✅ (target: ≥52) · 0ms TBT · 157.6 MB heap
vue-large-graph-pan: · 56.2 avg FPS · 59.5 P5 FPS ✅ (target: ≥52) · 455ms TBT · 147.8 MB heap
workflow-execution: · 60.0 avg FPS · 59.5 P5 FPS ✅ (target: ≥52) · 0ms TBT · 48.6 MB heap

⚠️ 6 regressions detected

Show regressions
Metric Baseline PR (median) Δ Sig
canvas-idle: task duration 491ms 531ms +8% ⚠️ z=4.4
canvas-mouse-sweep: layout duration 4ms 4ms +17% ⚠️ z=2.6
large-graph-idle: task duration 725ms 664ms -8% ⚠️ z=2.3
large-graph-pan: task duration 1295ms 1256ms -3% ⚠️ z=4.1
minimap-idle: task duration 740ms 675ms -9% ⚠️ z=3.1
subgraph-idle: task duration 536ms 494ms -8% ⚠️ z=4.0
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 +1%
canvas-idle: layout duration 0ms 0ms +0%
canvas-idle: style recalc duration 9ms 8ms -13% z=-3.5
canvas-idle: layout count 0 0 +0%
canvas-idle: style recalc count 9 11 +17% z=-1.2
canvas-idle: task duration 491ms 531ms +8% ⚠️ z=4.4
canvas-idle: script duration 20ms 17ms -12% z=-3.5
canvas-idle: TBT 0ms 0ms +0%
canvas-idle: heap used 69.1 MB 44.1 MB -36%
canvas-idle: DOM nodes 18 -278 -1644% z=-235.7
canvas-idle: event listeners 4 -148 -3800% z=-33.7
canvas-mouse-sweep: avg frame time 17ms 17ms +0% z=0.2
canvas-mouse-sweep: p95 frame time 17ms 17ms +0%
canvas-mouse-sweep: layout duration 4ms 4ms +17% ⚠️ z=2.6
canvas-mouse-sweep: style recalc duration 39ms 37ms -5% z=-1.8
canvas-mouse-sweep: layout count 12 12 +0%
canvas-mouse-sweep: style recalc count 73 74 +1% z=-2.0
canvas-mouse-sweep: task duration 913ms 966ms +6% z=1.7
canvas-mouse-sweep: script duration 123ms 117ms -6% z=-2.9
canvas-mouse-sweep: TBT 0ms 0ms +0%
canvas-mouse-sweep: heap used 49.4 MB 50.3 MB +2%
canvas-mouse-sweep: DOM nodes -281 -283 +1% z=-133.3
canvas-mouse-sweep: event listeners -148 -147 -1% z=-37.3
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 -6% z=0.4
canvas-zoom-sweep: style recalc duration 19ms 15ms -20% z=-2.5
canvas-zoom-sweep: layout count 6 6 +0%
canvas-zoom-sweep: style recalc count 32 31 -3% z=-0.6
canvas-zoom-sweep: task duration 408ms 368ms -10% z=1.8
canvas-zoom-sweep: script duration 22ms 18ms -19% z=-3.0
canvas-zoom-sweep: TBT 0ms 0ms +0%
canvas-zoom-sweep: heap used 72.2 MB 72.3 MB +0%
canvas-zoom-sweep: DOM nodes 78 77 -2% z=-3.5
canvas-zoom-sweep: event listeners 19 19 +0% z=-0.9
dom-widget-clipping: avg frame time 17ms 17ms +0% z=0.5
dom-widget-clipping: p95 frame time 17ms 17ms -0%
dom-widget-clipping: layout duration 0ms 0ms +0%
dom-widget-clipping: style recalc duration 10ms 7ms -23% z=-3.3
dom-widget-clipping: layout count 0 0 +0%
dom-widget-clipping: style recalc count 12 12 +0% z=-2.2
dom-widget-clipping: task duration 396ms 379ms -4% z=0.9
dom-widget-clipping: script duration 61ms 57ms -8% z=-3.5
dom-widget-clipping: TBT 0ms 0ms +0%
dom-widget-clipping: heap used 53.3 MB 53.1 MB -1%
dom-widget-clipping: DOM nodes 20 20 +0% z=-1.5
dom-widget-clipping: event listeners 0 0 +0% variance too high
large-graph-idle: avg frame time 17ms 17ms +0% z=-0.2
large-graph-idle: p95 frame time 17ms 17ms +1%
large-graph-idle: layout duration 0ms 0ms +0%
large-graph-idle: style recalc duration 8ms 7ms -15% z=-5.4
large-graph-idle: layout count 0 0 +0%
large-graph-idle: style recalc count 8 8 +0% z=-11.5
large-graph-idle: task duration 725ms 664ms -8% ⚠️ z=2.3
large-graph-idle: script duration 117ms 92ms -21% z=-1.0
large-graph-idle: TBT 0ms 0ms +0%
large-graph-idle: heap used 64.3 MB 63.5 MB -1%
large-graph-idle: DOM nodes -283 -283 +0% z=-340.4
large-graph-idle: event listeners -142 -144 +1% z=-27.9
large-graph-pan: avg frame time 17ms 17ms +0% z=1.3
large-graph-pan: p95 frame time 17ms 17ms +0%
large-graph-pan: layout duration 0ms 0ms +0%
large-graph-pan: style recalc duration 14ms 15ms +2% z=-3.5
large-graph-pan: layout count 0 0 +0%
large-graph-pan: style recalc count 69 69 -1% z=-1.7
large-graph-pan: task duration 1295ms 1256ms -3% ⚠️ z=4.1
large-graph-pan: script duration 433ms 421ms -3% z=0.7
large-graph-pan: TBT 0ms 0ms +0%
large-graph-pan: heap used 62.5 MB 62.8 MB +0%
large-graph-pan: DOM nodes -283 -284 +0% z=-183.7
large-graph-pan: event listeners -144 -143 -1% z=-178.6
large-graph-zoom: avg frame time 17ms 17ms +0%
large-graph-zoom: p95 frame time 17ms 17ms +0%
large-graph-zoom: layout duration 7ms 8ms +9%
large-graph-zoom: style recalc duration 15ms 16ms +8%
large-graph-zoom: layout count 60 60 +0%
large-graph-zoom: style recalc count 65 66 +1%
large-graph-zoom: task duration 1533ms 1417ms -8%
large-graph-zoom: script duration 536ms 509ms -5%
large-graph-zoom: TBT 0ms 0ms +0%
large-graph-zoom: heap used 58.3 MB 81.9 MB +41%
large-graph-zoom: DOM nodes -287 14 -105%
large-graph-zoom: event listeners -148 8 -105%
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 8ms 7ms -13% z=-3.6
minimap-idle: layout count 0 0 +0%
minimap-idle: style recalc count 8 9 +6% z=-1.6
minimap-idle: task duration 740ms 675ms -9% ⚠️ z=3.1
minimap-idle: script duration 122ms 95ms -22% z=-0.3
minimap-idle: TBT 0ms 0ms +0%
minimap-idle: heap used 65.0 MB 65.6 MB +1%
minimap-idle: DOM nodes -282 -283 +0% z=-220.9
minimap-idle: event listeners -144 -144 +0% z=-225.0
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 11ms 10ms -7% z=-2.4
subgraph-dom-widget-clipping: layout count 0 0 +0%
subgraph-dom-widget-clipping: style recalc count 48 47 -2% z=-1.6
subgraph-dom-widget-clipping: task duration 400ms 395ms -1% z=0.9
subgraph-dom-widget-clipping: script duration 117ms 122ms +4% z=-1.0
subgraph-dom-widget-clipping: TBT 0ms 0ms +0%
subgraph-dom-widget-clipping: heap used 53.6 MB 53.1 MB -1%
subgraph-dom-widget-clipping: DOM nodes 22 20 -9% z=-1.9
subgraph-dom-widget-clipping: event listeners 6 6 +0% z=-1.7
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 9ms 8ms -18% z=-3.5
subgraph-idle: layout count 0 0 +0%
subgraph-idle: style recalc count 10 10 +0% z=-1.4
subgraph-idle: task duration 536ms 494ms -8% ⚠️ z=4.0
subgraph-idle: script duration 18ms 13ms -26% z=-2.6
subgraph-idle: TBT 0ms 0ms +0%
subgraph-idle: heap used 44.2 MB 43.9 MB -1%
subgraph-idle: DOM nodes -280 -130 -54% z=-101.2
subgraph-idle: event listeners -148 -72 -51% 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 5ms 4ms -9% z=-1.6
subgraph-mouse-sweep: style recalc duration 38ms 35ms -8% z=-2.2
subgraph-mouse-sweep: layout count 16 16 +0%
subgraph-mouse-sweep: style recalc count 76 77 +1% z=-1.9
subgraph-mouse-sweep: task duration 830ms 786ms -5% z=0.3
subgraph-mouse-sweep: script duration 92ms 85ms -8% z=-2.4
subgraph-mouse-sweep: TBT 0ms 0ms +0%
subgraph-mouse-sweep: heap used 45.5 MB 46.2 MB +2%
subgraph-mouse-sweep: DOM nodes -280 -280 +0% z=-155.3
subgraph-mouse-sweep: event listeners -148 -148 +0% 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 12ms 11ms -12%
subgraph-transition-enter: style recalc duration 30ms 28ms -7%
subgraph-transition-enter: layout count 14 14 +0%
subgraph-transition-enter: style recalc count 18 18 +0%
subgraph-transition-enter: task duration 986ms 906ms -8%
subgraph-transition-enter: script duration 36ms 34ms -7%
subgraph-transition-enter: TBT 132ms 116ms -12%
subgraph-transition-enter: heap used 91.7 MB 91.7 MB -0%
subgraph-transition-enter: DOM nodes 13673 13673 +0%
subgraph-transition-enter: event listeners 2371 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 36ms 39ms +9%
viewport-pan-sweep: layout count 0 0 +0%
viewport-pan-sweep: style recalc count 249 249 -0%
viewport-pan-sweep: task duration 4518ms 4302ms -5%
viewport-pan-sweep: script duration 1390ms 1301ms -6%
viewport-pan-sweep: TBT 0ms 0ms +0%
viewport-pan-sweep: heap used 68.7 MB 66.1 MB -4%
viewport-pan-sweep: DOM nodes -283 -282 -0%
viewport-pan-sweep: event listeners -128 -128 +0%
vue-large-graph-idle: avg frame time 18ms 18ms +0%
vue-large-graph-idle: p95 frame time 17ms 17ms +1%
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 16887ms 17572ms +4%
vue-large-graph-idle: script duration 540ms 558ms +3%
vue-large-graph-idle: TBT 0ms 0ms +0%
vue-large-graph-idle: heap used 158.2 MB 157.6 MB -0%
vue-large-graph-idle: DOM nodes -8312 -8314 +0%
vue-large-graph-idle: event listeners -16387 -16385 -0%
vue-large-graph-pan: avg frame time 18ms 18ms +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 17ms 21ms +22%
vue-large-graph-pan: layout count 0 0 +0%
vue-large-graph-pan: style recalc count 136 155 +14%
vue-large-graph-pan: task duration 20287ms 21672ms +7%
vue-large-graph-pan: script duration 907ms 887ms -2%
vue-large-graph-pan: TBT 173ms 455ms +163%
vue-large-graph-pan: heap used 148.7 MB 147.8 MB -1%
vue-large-graph-pan: DOM nodes -8312 -8312 +0%
vue-large-graph-pan: event listeners -16385 -16382 -0%
workflow-execution: avg frame time 17ms 17ms +0% z=1.1
workflow-execution: p95 frame time 17ms 17ms -0%
workflow-execution: layout duration 0ms 1ms +161% z=-3.9
workflow-execution: style recalc duration 19ms 23ms +25% z=-0.4
workflow-execution: layout count 2 3 +50% z=-3.6
workflow-execution: style recalc count 13 14 +4% z=-2.1
workflow-execution: task duration 111ms 125ms +12% z=0.2
workflow-execution: script duration 9ms 11ms +20% z=-6.0
workflow-execution: TBT 0ms 0ms +0%
workflow-execution: heap used 48.7 MB 48.6 MB -0%
workflow-execution: DOM nodes 121 124 +2% z=-5.2
workflow-execution: event listeners 65 66 +2% z=3.2
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-30T23:37:40.154Z",
  "gitSha": "acf5c1a27cbff8cb9335dfbd5ec9419421180572",
  "branch": "refactor/billing-operation-discriminated-union",
  "measurements": [
    {
      "name": "canvas-idle",
      "durationMs": 2117.572999999993,
      "styleRecalcs": 11,
      "styleRecalcDurationMs": 7.925,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 552.196,
      "heapDeltaBytes": -21702440,
      "heapUsedBytes": 46110828,
      "domNodes": -278,
      "jsHeapTotalBytes": 19914752,
      "scriptDurationMs": 18.938000000000002,
      "eventListeners": -148,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "canvas-idle",
      "durationMs": 2056.508000000008,
      "styleRecalcs": 10,
      "styleRecalcDurationMs": 7.495,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 508.92799999999994,
      "heapDeltaBytes": -21645348,
      "heapUsedBytes": 46268924,
      "domNodes": -278,
      "jsHeapTotalBytes": 19914752,
      "scriptDurationMs": 16.017000000000003,
      "eventListeners": -148,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66333333333335,
      "p95FrameDurationMs": 16.799999999999272
    },
    {
      "name": "canvas-mouse-sweep",
      "durationMs": 2052.7470000000108,
      "styleRecalcs": 77,
      "styleRecalcDurationMs": 42.571999999999996,
      "layouts": 12,
      "layoutDurationMs": 4.871,
      "taskDurationMs": 1052.076,
      "heapDeltaBytes": -14781572,
      "heapUsedBytes": 53076868,
      "domNodes": -284,
      "jsHeapTotalBytes": 21487616,
      "scriptDurationMs": 121.50299999999999,
      "eventListeners": -146,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.670000000000012,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "canvas-mouse-sweep",
      "durationMs": 1822.5830000000087,
      "styleRecalcs": 71,
      "styleRecalcDurationMs": 31.473000000000003,
      "layouts": 12,
      "layoutDurationMs": 3.359,
      "taskDurationMs": 880.623,
      "heapDeltaBytes": -15320344,
      "heapUsedBytes": 52471032,
      "domNodes": -281,
      "jsHeapTotalBytes": 20963328,
      "scriptDurationMs": 111.57000000000001,
      "eventListeners": -148,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "canvas-zoom-sweep",
      "durationMs": 1750.9880000000067,
      "styleRecalcs": 30,
      "styleRecalcDurationMs": 15.665,
      "layouts": 6,
      "layoutDurationMs": 0.7410000000000001,
      "taskDurationMs": 372.008,
      "heapDeltaBytes": 7917444,
      "heapUsedBytes": 75779664,
      "domNodes": 76,
      "jsHeapTotalBytes": 20836352,
      "scriptDurationMs": 18.279999999999998,
      "eventListeners": 19,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "canvas-zoom-sweep",
      "durationMs": 1738.4559999999283,
      "styleRecalcs": 32,
      "styleRecalcDurationMs": 14.983999999999998,
      "layouts": 6,
      "layoutDurationMs": 0.581,
      "taskDurationMs": 364.966,
      "heapDeltaBytes": 7749292,
      "heapUsedBytes": 75834280,
      "domNodes": 77,
      "jsHeapTotalBytes": 20312064,
      "scriptDurationMs": 18.044999999999998,
      "eventListeners": 19,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "dom-widget-clipping",
      "durationMs": 591.1510000000249,
      "styleRecalcs": 12,
      "styleRecalcDurationMs": 7.193999999999999,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 376.564,
      "heapDeltaBytes": -12307872,
      "heapUsedBytes": 55513208,
      "domNodes": 20,
      "jsHeapTotalBytes": 21622784,
      "scriptDurationMs": 55.81700000000001,
      "eventListeners": 0,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "dom-widget-clipping",
      "durationMs": 580.8739999999943,
      "styleRecalcs": 12,
      "styleRecalcDurationMs": 7.390999999999998,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 381.08299999999997,
      "heapDeltaBytes": -12217372,
      "heapUsedBytes": 55791884,
      "domNodes": 20,
      "jsHeapTotalBytes": 21622784,
      "scriptDurationMs": 57.31099999999999,
      "eventListeners": 0,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.670000000000012,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "large-graph-idle",
      "durationMs": 2034.9070000000324,
      "styleRecalcs": 8,
      "styleRecalcDurationMs": 6.544000000000001,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 668.194,
      "heapDeltaBytes": 7839564,
      "heapUsedBytes": 66669148,
      "domNodes": -283,
      "jsHeapTotalBytes": 4780032,
      "scriptDurationMs": 92.888,
      "eventListeners": -144,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "large-graph-idle",
      "durationMs": 2035.7689999999593,
      "styleRecalcs": 8,
      "styleRecalcDurationMs": 6.522,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 660.301,
      "heapDeltaBytes": 7504896,
      "heapUsedBytes": 66445248,
      "domNodes": -283,
      "jsHeapTotalBytes": 5304320,
      "scriptDurationMs": 91.99799999999999,
      "eventListeners": -144,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "large-graph-pan",
      "durationMs": 2170.8880000000477,
      "styleRecalcs": 68,
      "styleRecalcDurationMs": 14.885,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 1263.788,
      "heapDeltaBytes": 5931816,
      "heapUsedBytes": 65824200,
      "domNodes": -285,
      "jsHeapTotalBytes": 5005312,
      "scriptDurationMs": 425.705,
      "eventListeners": -142,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.670000000000012,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "large-graph-pan",
      "durationMs": 2177.8359999999566,
      "styleRecalcs": 69,
      "styleRecalcDurationMs": 14.131999999999998,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 1249.1970000000001,
      "heapDeltaBytes": 6128760,
      "heapUsedBytes": 65928124,
      "domNodes": -283,
      "jsHeapTotalBytes": 5267456,
      "scriptDurationMs": 416.91,
      "eventListeners": -144,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.670000000000012,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "large-graph-zoom",
      "durationMs": 3130.5880000000457,
      "styleRecalcs": 65,
      "styleRecalcDurationMs": 15.154999999999998,
      "layouts": 60,
      "layoutDurationMs": 7.8580000000000005,
      "taskDurationMs": 1418.061,
      "heapDeltaBytes": 24118756,
      "heapUsedBytes": 85736720,
      "domNodes": 12,
      "jsHeapTotalBytes": 8126464,
      "scriptDurationMs": 506.25300000000004,
      "eventListeners": 8,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66333333333335,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "large-graph-zoom",
      "durationMs": 3164.3890000000283,
      "styleRecalcs": 66,
      "styleRecalcDurationMs": 16.147,
      "layouts": 60,
      "layoutDurationMs": 7.896,
      "taskDurationMs": 1416.415,
      "heapDeltaBytes": 24064932,
      "heapUsedBytes": 86005888,
      "domNodes": 16,
      "jsHeapTotalBytes": 8388608,
      "scriptDurationMs": 512.05,
      "eventListeners": 8,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "minimap-idle",
      "durationMs": 2033.3159999999566,
      "styleRecalcs": 9,
      "styleRecalcDurationMs": 7.075000000000001,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 677.7820000000002,
      "heapDeltaBytes": 8357236,
      "heapUsedBytes": 69212428,
      "domNodes": -281,
      "jsHeapTotalBytes": 4780032,
      "scriptDurationMs": 94.242,
      "eventListeners": -144,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "minimap-idle",
      "durationMs": 2032.9580000000078,
      "styleRecalcs": 8,
      "styleRecalcDurationMs": 6.078,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 672.4890000000001,
      "heapDeltaBytes": 7690512,
      "heapUsedBytes": 68358292,
      "domNodes": -285,
      "jsHeapTotalBytes": 4255744,
      "scriptDurationMs": 95.44400000000002,
      "eventListeners": -144,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.699999999999818
    },
    {
      "name": "subgraph-dom-widget-clipping",
      "durationMs": 580.8280000000536,
      "styleRecalcs": 47,
      "styleRecalcDurationMs": 10.212,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 398.533,
      "heapDeltaBytes": -12119384,
      "heapUsedBytes": 55725116,
      "domNodes": 20,
      "jsHeapTotalBytes": 21884928,
      "scriptDurationMs": 122.69999999999999,
      "eventListeners": 6,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "subgraph-dom-widget-clipping",
      "durationMs": 589.4200000000183,
      "styleRecalcs": 47,
      "styleRecalcDurationMs": 10.768999999999998,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 391.129,
      "heapDeltaBytes": -12111544,
      "heapUsedBytes": 55721232,
      "domNodes": 20,
      "jsHeapTotalBytes": 21884928,
      "scriptDurationMs": 121.553,
      "eventListeners": 6,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "subgraph-idle",
      "durationMs": 2029.0640000000053,
      "styleRecalcs": 10,
      "styleRecalcDurationMs": 7.790000000000002,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 500.818,
      "heapDeltaBytes": -21438968,
      "heapUsedBytes": 46426116,
      "domNodes": -279,
      "jsHeapTotalBytes": 19914752,
      "scriptDurationMs": 13.264999999999999,
      "eventListeners": -148,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66333333333335,
      "p95FrameDurationMs": 16.699999999999818
    },
    {
      "name": "subgraph-idle",
      "durationMs": 2003.2200000000557,
      "styleRecalcs": 10,
      "styleRecalcDurationMs": 7.556000000000002,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 487.361,
      "heapDeltaBytes": -22228724,
      "heapUsedBytes": 45720612,
      "domNodes": 20,
      "jsHeapTotalBytes": 21225472,
      "scriptDurationMs": 13.306000000000001,
      "eventListeners": 4,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "subgraph-mouse-sweep",
      "durationMs": 1740.3129999999578,
      "styleRecalcs": 77,
      "styleRecalcDurationMs": 35.69500000000001,
      "layouts": 16,
      "layoutDurationMs": 4.325,
      "taskDurationMs": 803.2080000000001,
      "heapDeltaBytes": -21306704,
      "heapUsedBytes": 46894672,
      "domNodes": -281,
      "jsHeapTotalBytes": 20439040,
      "scriptDurationMs": 86.95499999999998,
      "eventListeners": -148,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "subgraph-mouse-sweep",
      "durationMs": 1726.5959999999723,
      "styleRecalcs": 76,
      "styleRecalcDurationMs": 34.313,
      "layouts": 16,
      "layoutDurationMs": 4.024,
      "taskDurationMs": 768.682,
      "heapDeltaBytes": -18020908,
      "heapUsedBytes": 50072696,
      "domNodes": -279,
      "jsHeapTotalBytes": 21487616,
      "scriptDurationMs": 82.69600000000001,
      "eventListeners": -148,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "subgraph-transition-enter",
      "durationMs": 1384.151000000088,
      "styleRecalcs": 18,
      "styleRecalcDurationMs": 28.263999999999996,
      "layouts": 14,
      "layoutDurationMs": 10.872,
      "taskDurationMs": 905.9999999999999,
      "heapDeltaBytes": 29108172,
      "heapUsedBytes": 96122980,
      "domNodes": 13673,
      "jsHeapTotalBytes": 15990784,
      "scriptDurationMs": 33.774000000000015,
      "eventListeners": 2371,
      "totalBlockingTimeMs": 116,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "viewport-pan-sweep",
      "durationMs": 8201.298000000008,
      "styleRecalcs": 249,
      "styleRecalcDurationMs": 39.443000000000005,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 4285.195,
      "heapDeltaBytes": 9934724,
      "heapUsedBytes": 68648836,
      "domNodes": -282,
      "jsHeapTotalBytes": 7102464,
      "scriptDurationMs": 1293.272,
      "eventListeners": -128,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.799999999999272
    },
    {
      "name": "viewport-pan-sweep",
      "durationMs": 8287.08800000004,
      "styleRecalcs": 248,
      "styleRecalcDurationMs": 38.066,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 4319.705,
      "heapDeltaBytes": 10685988,
      "heapUsedBytes": 69877224,
      "domNodes": -282,
      "jsHeapTotalBytes": 7069696,
      "scriptDurationMs": 1308.797,
      "eventListeners": -128,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66333333333332,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "vue-large-graph-idle",
      "durationMs": 17521.37300000004,
      "styleRecalcs": 0,
      "styleRecalcDurationMs": 0,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 17501.851000000002,
      "heapDeltaBytes": -42344540,
      "heapUsedBytes": 163749948,
      "domNodes": -8316,
      "jsHeapTotalBytes": -13832192,
      "scriptDurationMs": 555.3580000000001,
      "eventListeners": -16385,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 17.776666666666642,
      "p95FrameDurationMs": 16.80000000000291
    },
    {
      "name": "vue-large-graph-idle",
      "durationMs": 17672.888000000057,
      "styleRecalcs": 0,
      "styleRecalcDurationMs": 0,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 17642.704999999998,
      "heapDeltaBytes": -39648024,
      "heapUsedBytes": 166721092,
      "domNodes": -8312,
      "jsHeapTotalBytes": -14622720,
      "scriptDurationMs": 561.03,
      "eventListeners": -16385,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 17.780000000000047,
      "p95FrameDurationMs": 16.80000000000291
    },
    {
      "name": "vue-large-graph-pan",
      "durationMs": 21475.594,
      "styleRecalcs": 153,
      "styleRecalcDurationMs": 20.406000000000006,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 21432.313000000002,
      "heapDeltaBytes": -70858848,
      "heapUsedBytes": 153948820,
      "domNodes": -8312,
      "jsHeapTotalBytes": -16453632,
      "scriptDurationMs": 883.3570000000001,
      "eventListeners": -16383,
      "totalBlockingTimeMs": 455,
      "frameDurationMs": 17.776666666666642,
      "p95FrameDurationMs": 16.80000000000291
    },
    {
      "name": "vue-large-graph-pan",
      "durationMs": 21952.225,
      "styleRecalcs": 157,
      "styleRecalcDurationMs": 20.59999999999995,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 21911.716,
      "heapDeltaBytes": -61441456,
      "heapUsedBytes": 155959772,
      "domNodes": -8312,
      "jsHeapTotalBytes": -16195584,
      "scriptDurationMs": 891.171,
      "eventListeners": -16381,
      "totalBlockingTimeMs": 455,
      "frameDurationMs": 17.779999999999927,
      "p95FrameDurationMs": 16.799999999999272
    },
    {
      "name": "workflow-execution",
      "durationMs": 457.1419999999762,
      "styleRecalcs": 14,
      "styleRecalcDurationMs": 22.026999999999997,
      "layouts": 3,
      "layoutDurationMs": 1.254,
      "taskDurationMs": 116.874,
      "heapDeltaBytes": -15859228,
      "heapUsedBytes": 51021692,
      "domNodes": 130,
      "jsHeapTotalBytes": 7991296,
      "scriptDurationMs": 9.962,
      "eventListeners": 67,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "workflow-execution",
      "durationMs": 495.0129999999717,
      "styleRecalcs": 13,
      "styleRecalcDurationMs": 24.874,
      "layouts": 3,
      "layoutDurationMs": 0.7010000000000001,
      "taskDurationMs": 132.529,
      "heapDeltaBytes": -15965868,
      "heapUsedBytes": 50910736,
      "domNodes": 117,
      "jsHeapTotalBytes": 7204864,
      "scriptDurationMs": 12.567000000000002,
      "eventListeners": 65,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66999999999998,
      "p95FrameDurationMs": 16.799999999999272
    }
  ]
}

@coderabbitai

coderabbitai Bot commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Warning

Review limit reached

You’ve reached a temporary PR review limit under our Fair Usage Limits Policy.

Your recent review volume is higher than typical usage, so adaptive limits are currently applied.

Next review available in: 15 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: d815eb0c-515c-4657-a9fc-49f90f9d55f7

📥 Commits

Reviewing files that changed from the base of the PR and between 62c65ad and 428c614.

📒 Files selected for processing (2)
  • src/platform/workspace/stores/billingOperationStore.test.ts
  • src/platform/workspace/stores/billingOperationStore.ts
📝 Walkthrough

Walkthrough

The billing operation store replaces loose status handling with discriminated pending and terminal operation types. Polling success, failure, and timeout paths now use one terminal transition function that updates state, applies side effects, records telemetry, and resolves typed terminal promises.

Changes

Billing operation lifecycle

Layer / File(s) Summary
Operation state contracts
src/platform/workspace/stores/billingOperationStore.ts
Defines pending and discriminated terminal operation variants, updates terminal promise types, and types newly created operations as pending.
Unified terminal transition
src/platform/workspace/stores/billingOperationStore.ts
Routes successful, failed, and timed-out polling results through transitionToTerminal, which builds terminal state, performs cleanup, and resolves stored promises.
Outcome effects and telemetry
src/platform/workspace/stores/billingOperationStore.ts
Derives failure outcomes, toasts, telemetry, and success side effects from typed transition and terminal data.

Estimated code review effort: 4 (Complex) | ~45 minutes

Possibly related issues

Possibly related PRs

Suggested reviewers: dante01yoon


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 signal required by the rule can’t be verified. Please provide the PR title and commit subjects (or a complete base...head changed-file list) so I can determine whether an E2E regression test was required.
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly summarizes the main refactor: a discriminated union and a new owned transition flow for billing operations.
Description check ✅ Passed The description matches the template well, with summary, changes, testing, review focus, and an issue reference provided.
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 Changed file is only src/platform/workspace/stores/billingOperationStore.ts, outside the graph/entity paths this ADR check applies to.
✨ 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 refactor/billing-operation-discriminated-union

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: 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/platform/workspace/stores/billingOperationStore.ts`:
- Around line 296-326: Update transitionToTerminal so resolveTerminal(opId,
operation) is guaranteed for both succeeded and failure/timeout outcomes, even
when side effects, telemetry, cleanup, or toast handling throws. Use try/finally
around the outcome-specific work, preserving the existing status update and
terminal operation data while ensuring terminal resolver cleanup and promise
settlement always occur; allow the original error to propagate after resolution.
🪄 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: f3ee93ab-30d6-47ba-9a73-37d1607e0294

📥 Commits

Reviewing files that changed from the base of the PR and between 919d6ca and 62c65ad.

📒 Files selected for processing (1)
  • src/platform/workspace/stores/billingOperationStore.ts

Comment thread src/platform/workspace/stores/billingOperationStore.ts
@codecov

codecov Bot commented Jul 30, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 98.36066% with 1 line in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
...platform/workspace/stores/billingOperationStore.ts 98.36% 1 Missing ⚠️
@@            Coverage Diff             @@
##             main   #14421      +/-   ##
==========================================
+ Coverage   79.53%   79.57%   +0.03%     
==========================================
  Files        1761     1761              
  Lines      116914   116869      -45     
  Branches    38442    39141     +699     
==========================================
+ Hits        92993    92996       +3     
+ Misses      23362    23308      -54     
- Partials      559      565       +6     
Flag Coverage Δ
unit 69.73% <100.00%> (+<0.01%) ⬆️

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

Files with missing lines Coverage Δ
...platform/workspace/stores/billingOperationStore.ts 67.50% <98.36%> (+9.14%) ⬆️

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

resolveTerminal only ran after applySuccessSideEffects completed without
throwing, so a thrown error there (e.g. from a toast/dialog call) leaked
the terminal resolver/promise map entries and left any caller awaiting
startOperation() hanging forever. poll()'s catch-all silently swallowed
the exception, masking the hang.

Found by CodeRabbit on #14421.

@christian-byrne christian-byrne left a comment

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Failing unit test and merge conflict

@christian-byrne

Copy link
Copy Markdown
Contributor Author

Closing this PR — implementation superseded, bug fix extracted

TL;DR: Everything this PR set out to do has been absorbed into main by subsequent billing work. The one remaining piece (the try/finally bugfix) is now in #14964. Closing this to avoid confusion.


What happened

This PR opened July 30 with two commits:

  1. Convert BillingOperation to a real discriminated union + consolidate the three handlers into transitionToTerminal
  2. Fix resolveTerminal leaking when success side effects throw (found by CodeRabbit)

Between July 31 and August 9, six billing PRs landed on main that implemented the same discriminated union pattern and extended it significantly:

PR What it added
#14490 actionUrl, authenticationRequiredSeen, 3DS support, ACTION_REQUIRED_INTERVAL_MS, extended timeouts
#14605 cancel op type, terminal promise (startOperation returns Promise<BillingOperation>), workspace-scoping
#14705 Superseded-checkout handling
#14310 Richer telemetry via trackBillingEvent
#14910 Processing-state fix
#14216 Four more telemetry gap fixes

main now has the discriminated union, transitionToTerminal-equivalent logic, cancel ops, workspace-scoping, action URL, terminal promises, and 69 unit tests — all things this PR introduced or that the follow-on PRs built on top of.

What was still missing

The try/finally fix from commit 2 (428c614) was the one piece that didn't survive into main. The success-path side-effects block (closeDialog, settingsDialog.show, toastStore.add) could still throw and leave resolveTerminal unexecuted, hanging any caller awaiting startOperation() forever.

Resolution

#14964 backfills exactly this: the try/finally wrap and a regression test that proves it. It's a 2-file, 39-line change and should be a straightforward merge.

On PR #14410 (xstate)

The Slack discussion that motivated this PR concluded xstate wasn't worth the onboarding cost — that reasoning still holds given how far the plain-TS discriminated union approach has evolved on main. Worth a sync with @huang47 to make sure #14410 is either aligned with that decision or intentionally revisiting it.

Thanks for the original refactor — the discriminated union and the transitionToTerminal design pattern are clearly the right direction, and the subsequent billing work has built on them well.

christian-byrne added a commit that referenced this pull request Aug 9, 2026
…hrow

A thrown error in the success-path side-effects block (dialog close,
settings show, or toast add) silently skips resolveTerminal, leaving
any caller awaiting startOperation() hanging forever. poll()'s
catch-all swallowed the exception, masking the hang.

Adds a try/finally so resolveTerminal runs unconditionally after the
success side-effects block. Adds a regression test that throws from
the second mockToastAdd call and asserts the terminal promise still
resolves to succeeded.

Found in the review of #14421.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:L This PR changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Convert billingOperationStore.ts to a discriminated union + owned transition function

1 participant