Skip to content

fix: bound auth wait in startStoreBootstrap + catch-all for unknown routes (IR-105) - #15063

Merged
christian-byrne merged 9 commits into
mainfrom
fix/login-route-and-auth-timeout
Aug 13, 2026
Merged

fix: bound auth wait in startStoreBootstrap + catch-all for unknown routes (IR-105)#15063
christian-byrne merged 9 commits into
mainfrom
fix/login-route-and-auth-timeout

Conversation

@christian-byrne

Copy link
Copy Markdown
Contributor

Summary

Two durable fixes for the IR-105 splash-screen hang incident.

Fix 1 — Bootstrap auth wait timeout (bootstrapStore.ts)

Root cause: until(isInitialized).toBe(true) and until(isAuthenticated).toBe(true) in startStoreBootstrap have no timeout. A stale Firebase session or broken auth response hangs bootstrap silently and indefinitely — no error, no log, just a forever splash screen.

Fix: Extract waitForCloudAuth() with:

  • 16 s timeout (matching router.ts:176 and WorkspaceAuthGate.vue:78 — existing convention)
  • One retry after 3 s backoff
  • On second timeout: captureException to Sentry + continue bootstrap rather than blocking

This means the worst case is now 35 s to a usable (logged-out) state instead of infinity.

Fix 2 — Catch-all route for unknown paths (router.ts)

Root cause: A request to e.g. cloud.comfy.org/woiadawd gets a 200 + app shell from the static host, Vue boots, finds no matching route, and the global auth guard's until(isInitialized) then hangs (see Fix 1). Even with Fix 1, a no-match route leaves the app on the splash screen.

Fix: Add { path: '/:pathMatch(.*)*', redirect: '/' } at the end of the route list. Unknown paths redirect to root; the global auth guard then sends unauthenticated users to /cloud/login as normal.

Red-Green Verification

Commit Purpose
test: add failing tests for unbounded auth wait in startStoreBootstrap 🔴 Proves test catches the bug — the "gives up" test times out in 5 s against the unpatched code
fix: bound auth wait in startStoreBootstrap and add catch-all route 🟢 Both new tests pass, all 18 tests in the two affected files pass

Relation to open PRs

Test Plan

  • pnpm vitest run src/stores/bootstrapStore.test.ts — 7/7 pass (including 2 new timeout tests)
  • pnpm vitest run src/platform/cloud/onboarding/onboardingCloudRoutes.test.ts — 11/11 pass
  • pnpm typecheck — clean
  • pnpm exec eslint src/stores/bootstrapStore.ts src/router.ts — clean
  • CI green (Playwright, Storybook, Codecov)

🤖 Generated with Claude Code

christian-byrne and others added 2 commits August 11, 2026 22:42
The two new cloud-mode tests prove that the current until(isAuthenticated)
calls have no timeout. One times out in 5s (bootstrap hangs forever when
auth never resolves). A second test will go red once the retry boundary
is enforced.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Two fixes for the IR-105 splash-screen hang:

1. bootstrapStore: replace unbounded until(isAuthenticated) with a
   16s timeout (matching router.ts and WorkspaceAuthGate.vue), one 3s
   retry, then Sentry report + continue. A stale Firebase session can
   no longer hang bootstrap indefinitely.

2. router: add a catch-all route /:pathMatch(.*)*  → / so unknown
   paths (e.g. /woiadawd) redirect to root instead of leaving the SPA
   with no route match and a silent splash-screen hang. The global
   auth guard then routes unauthenticated users to /cloud/login.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@christian-byrne
christian-byrne requested review from a team and dante01yoon August 11, 2026 22:48
@dosubot dosubot Bot added the size:L This PR changes 100-499 lines, ignoring generated files. label Aug 11, 2026
@github-actions

github-actions Bot commented Aug 11, 2026

Copy link
Copy Markdown

🎨 Storybook: ✅ Built — View Storybook

Details

⏰ Completed at: 08/12/2026, 12:19:14 AM UTC

Links

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

📊 Browser Reports
  • chromium: View Report (✅ 1779 / ❌ 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)

📦 Bundle: 8.82 MB gzip 🔴 +126 kB

Details

Summary

  • Raw size: 37.2 MB baseline 36.7 MB — 🔴 +527 kB
  • Gzip: 8.82 MB baseline 8.69 MB — 🔴 +126 kB
  • Brotli: 6.16 MB baseline 6.06 MB — 🔴 +102 kB
  • Bundles: 439 current • 436 baseline • 173 added / 170 removed

Category Glance
Vendor & Third-Party 🔴 +525 kB (16.8 MB) · Other 🔴 +477 B (14 MB) · Data & Services 🔴 +268 B (3.5 MB) · User & Accounts 🔴 +178 B (27.2 kB) · Graph Workspace 🔴 +95 B (1.36 MB) · Utilities & Hooks 🔴 +81 B (550 kB) · + 5 more

App Entry Points — 3.71 kB (baseline 3.67 kB) • 🔴 +32 B

Main entry bundles and manifests

File Before After Δ Raw Δ Gzip Δ Brotli
assets/index-7XvQEPds.js (new) 3.71 kB 🔴 +3.71 kB 🔴 +1.85 kB 🔴 +1.62 kB
assets/index-DLgMF484.js (removed) 3.67 kB 🟢 -3.67 kB 🟢 -1.84 kB 🟢 -1.56 kB

Status: 1 added / 1 removed

Graph Workspace — 1.36 MB (baseline 1.36 MB) • 🔴 +95 B

Graph editor runtime, canvas, workflow orchestration

File Before After Δ Raw Δ Gzip Δ Brotli
assets/GraphView-CJfEGlB9.js (new) 1.35 MB 🔴 +1.35 MB 🔴 +294 kB 🔴 +221 kB
assets/GraphView-CfycDflh.js (removed) 1.35 MB 🟢 -1.35 MB 🟢 -294 kB 🟢 -221 kB
assets/WidgetCompositor-_cH7RoBF.js (removed) 8.17 kB 🟢 -8.17 kB 🟢 -2.75 kB 🟢 -2.46 kB
assets/WidgetCompositor-Bo0zhe7P.js (new) 8.17 kB 🔴 +8.17 kB 🔴 +2.75 kB 🔴 +2.46 kB

Status: 2 added / 2 removed / 1 unchanged

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

Top-level views, pages, and routed surfaces

File Before After Δ Raw Δ Gzip Δ Brotli
assets/CloudSurveyView-CCMF5A5T.js (removed) 25 kB 🟢 -25 kB 🟢 -6.24 kB 🟢 -5.52 kB
assets/CloudSurveyView-Cf6Zfx1u.js (new) 25 kB 🔴 +25 kB 🔴 +6.24 kB 🔴 +5.52 kB
assets/CloudLayoutView-Dcfg3hvw.js (new) 21.8 kB 🔴 +21.8 kB 🔴 +6.56 kB 🔴 +5.74 kB
assets/CloudLayoutView-Qh9tDqLs.js (removed) 21.8 kB 🟢 -21.8 kB 🟢 -6.57 kB 🟢 -5.74 kB
assets/UserCheckView-BcURoxf0.js (new) 8.75 kB 🔴 +8.75 kB 🔴 +2.19 kB 🔴 +1.9 kB
assets/UserCheckView-DMEIMBtO.js (removed) 8.75 kB 🟢 -8.75 kB 🟢 -2.19 kB 🟢 -1.89 kB
assets/CloudLoginView-DY-b9JUI.js (removed) 8.74 kB 🟢 -8.74 kB 🟢 -2.56 kB 🟢 -2.26 kB
assets/CloudLoginView-uoWlTG5n.js (new) 8.74 kB 🔴 +8.74 kB 🔴 +2.56 kB 🔴 +2.26 kB
assets/useCloudAuthPage-DN9KbKuG.js (new) 7.08 kB 🔴 +7.08 kB 🔴 +2.51 kB 🔴 +2.21 kB
assets/useCloudAuthPage-DNX397E7.js (removed) 7.08 kB 🟢 -7.08 kB 🟢 -2.51 kB 🟢 -2.21 kB
assets/CloudSignupView-C0nsv67y.js (removed) 6.56 kB 🟢 -6.56 kB 🟢 -2.17 kB 🟢 -1.91 kB
assets/CloudSignupView-DqyHEID5.js (new) 6.56 kB 🔴 +6.56 kB 🔴 +2.17 kB 🔴 +1.91 kB
assets/WidgetTextPreview-9oNvT_VF.js (removed) 6.07 kB 🟢 -6.07 kB 🟢 -2.13 kB 🟢 -1.9 kB
assets/WidgetTextPreview-CWHBxGWK.js (new) 6.07 kB 🔴 +6.07 kB 🔴 +2.13 kB 🔴 +1.89 kB
assets/CloudSubscriptionRedirectView-qf-wJ7p7.js (new) 6.05 kB 🔴 +6.05 kB 🔴 +2.25 kB 🔴 +1.96 kB
assets/CloudSubscriptionRedirectView-RYCeY8Xl.js (removed) 6.05 kB 🟢 -6.05 kB 🟢 -2.25 kB 🟢 -1.96 kB
assets/UserSelectView-Bqrbw3qd.js (new) 5.49 kB 🔴 +5.49 kB 🔴 +1.95 kB 🔴 +1.71 kB
assets/UserSelectView-ByCGXflm.js (removed) 5.49 kB 🟢 -5.49 kB 🟢 -1.95 kB 🟢 -1.71 kB
assets/CloudForgotPasswordView-eA8WmLRH.js (removed) 4.97 kB 🟢 -4.97 kB 🟢 -1.72 kB 🟢 -1.49 kB
assets/CloudForgotPasswordView-FLawUzdA.js (new) 4.97 kB 🔴 +4.97 kB 🔴 +1.72 kB 🔴 +1.49 kB
assets/CloudAuthTimeoutView-BKH3skfR.js (new) 4.43 kB 🔴 +4.43 kB 🔴 +1.54 kB 🔴 +1.33 kB
assets/CloudAuthTimeoutView-BWh9CxTt.js (removed) 4.43 kB 🟢 -4.43 kB 🟢 -1.54 kB 🟢 -1.33 kB
assets/OAuthLayoutView-2HL3l1rx.js (removed) 1.31 kB 🟢 -1.31 kB 🟢 -699 B 🟢 -600 B
assets/OAuthLayoutView-p3Kaqhxu.js (new) 1.31 kB 🔴 +1.31 kB 🔴 +697 B 🔴 +599 B
assets/WidgetTextPreview-D0SzJovi.js (new) 131 B 🔴 +131 B 🔴 +100 B 🔴 +95 B
assets/WidgetTextPreview-D72HumoX.js (removed) 131 B 🟢 -131 B 🟢 -100 B 🟢 -88 B

Status: 13 added / 13 removed / 4 unchanged

Panels & Settings — 565 kB (baseline 565 kB) • 🟢 -3 B

Configuration panels, inspectors, and settings screens

File Before After Δ Raw Δ Gzip Δ Brotli
assets/KeybindingPanel-CdP0xKHZ.js (new) 49.4 kB 🔴 +49.4 kB 🔴 +9.94 kB 🔴 +8.8 kB
assets/KeybindingPanel-KSeU-Z-H.js (removed) 49.4 kB 🟢 -49.4 kB 🟢 -9.94 kB 🟢 -8.82 kB
assets/SecretsPanel-3Suy6pdG.js (new) 33.7 kB 🔴 +33.7 kB 🔴 +7.86 kB 🔴 +6.9 kB
assets/SecretsPanel-Bi0YLLfN.js (removed) 33.7 kB 🟢 -33.7 kB 🟢 -7.86 kB 🟢 -6.89 kB
assets/CreditsPanel--bydlwUs.js (removed) 11.5 kB 🟢 -11.5 kB 🟢 -3.2 kB 🟢 -2.8 kB
assets/CreditsPanel-Dn9IY1tM.js (new) 11.5 kB 🔴 +11.5 kB 🔴 +3.2 kB 🔴 +2.8 kB
assets/AboutPanel-BRAnc5V2.js (new) 11.2 kB 🔴 +11.2 kB 🔴 +3.03 kB 🔴 +2.72 kB
assets/AboutPanel-CBMsk3CD.js (removed) 11.2 kB 🟢 -11.2 kB 🟢 -3.02 kB 🟢 -2.73 kB
assets/ExtensionPanel-B6jDDwei.js (new) 9.19 kB 🔴 +9.19 kB 🔴 +2.51 kB 🔴 +2.23 kB
assets/ExtensionPanel-BmPGOhsE.js (removed) 9.19 kB 🟢 -9.19 kB 🟢 -2.51 kB 🟢 -2.22 kB
assets/ServerConfigPanel-BodS2Ni-.js (removed) 6.09 kB 🟢 -6.09 kB 🟢 -1.93 kB 🟢 -1.73 kB
assets/ServerConfigPanel-mHck23K9.js (new) 6.09 kB 🔴 +6.09 kB 🔴 +1.94 kB 🔴 +1.72 kB
assets/UserPanel-Df0tuNvy.js (new) 5.73 kB 🔴 +5.73 kB 🔴 +1.78 kB 🔴 +1.55 kB
assets/UserPanel-R9uQpZc4.js (removed) 5.73 kB 🟢 -5.73 kB 🟢 -1.78 kB 🟢 -1.54 kB
assets/refreshRemoteConfig-DdHc9Z6g.js (removed) 3.44 kB 🟢 -3.44 kB 🟢 -1.33 kB 🟢 -1.17 kB
assets/refreshRemoteConfig-COBery4c.js (new) 3.44 kB 🔴 +3.44 kB 🔴 +1.33 kB 🔴 +1.17 kB
assets/cloudRemoteConfig-BxP98I04.js (new) 951 B 🔴 +951 B 🔴 +514 B 🔴 +420 B
assets/cloudRemoteConfig-DjZBOu00.js (removed) 951 B 🟢 -951 B 🟢 -515 B 🟢 -427 B
assets/refreshRemoteConfig-CZes4Eda.js (removed) 110 B 🟢 -110 B 🟢 -89 B 🟢 -89 B
assets/refreshRemoteConfig-DvKMJ7Rs.js (new) 110 B 🔴 +110 B 🔴 +89 B 🔴 +82 B

Status: 10 added / 10 removed / 16 unchanged

User & Accounts — 27.2 kB (baseline 27 kB) • 🔴 +178 B

Authentication, profile, and account management bundles

File Before After Δ Raw Δ Gzip Δ Brotli
assets/SignUpForm-i8g2-8Gb.js (new) 12.8 kB 🔴 +12.8 kB 🔴 +4.31 kB 🔴 +3.76 kB
assets/SignUpForm-Tqot4mUE.js (removed) 12.8 kB 🟢 -12.8 kB 🟢 -4.32 kB 🟢 -3.76 kB
assets/PasswordFields-Bdxsk26Y.js (removed) 4.93 kB 🟢 -4.93 kB 🟢 -1.46 kB 🟢 -1.3 kB
assets/PasswordFields-DM4rKliV.js (new) 4.93 kB 🔴 +4.93 kB 🔴 +1.46 kB 🔴 +1.29 kB
assets/auth-C1aJyX9p.js (removed) 3.71 kB 🟢 -3.71 kB 🟢 -1.29 kB 🟢 -1.1 kB
assets/auth-C4dHKdc8.js (new) 3.71 kB 🔴 +3.71 kB 🔴 +1.28 kB 🔴 +1.1 kB
assets/UpdatePasswordContent-BasN18I-.js (removed) 1.85 kB 🟢 -1.85 kB 🟢 -843 B 🟢 -732 B
assets/UpdatePasswordContent-mEGkSOK8.js (new) 1.85 kB 🔴 +1.85 kB 🔴 +845 B 🔴 +732 B
assets/profiler-DTaQ-5S5.js (new) 178 B 🔴 +178 B 🔴 +141 B 🔴 +128 B
assets/authStore-D5cf3ZEw.js (new) 128 B 🔴 +128 B 🔴 +104 B 🔴 +105 B
assets/authStore-jWBDsPmg.js (removed) 128 B 🟢 -128 B 🟢 -104 B 🟢 -105 B
assets/workspaceAuthStore-CfjpTXBk.js (removed) 108 B 🟢 -108 B 🟢 -99 B 🟢 -103 B
assets/workspaceAuthStore-D472Knn7.js (new) 108 B 🔴 +108 B 🔴 +99 B 🔴 +107 B
assets/auth-CAr1lmf0.js (removed) 105 B 🟢 -105 B 🟢 -96 B 🟢 -88 B
assets/auth-Cs92QQt1.js (new) 105 B 🔴 +105 B 🔴 +96 B 🔴 +86 B

Status: 8 added / 7 removed / 3 unchanged

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

Modals, dialogs, drawers, and in-app editors

File Before After Δ Raw Δ Gzip Δ Brotli
assets/ComfyHubPublishDialog-BGwicAx_.js (new) 90.1 kB 🔴 +90.1 kB 🔴 +19.3 kB 🔴 +16.5 kB
assets/ComfyHubPublishDialog-CTf1Kspb.js (removed) 90.1 kB 🟢 -90.1 kB 🟢 -19.3 kB 🟢 -16.5 kB
assets/useShareDialog-CQlUx0D1.js (new) 23.9 kB 🔴 +23.9 kB 🔴 +5.69 kB 🔴 +5.04 kB
assets/useShareDialog-DMsPxc8n.js (removed) 23.9 kB 🟢 -23.9 kB 🟢 -5.69 kB 🟢 -5.03 kB
assets/feedbackDialog-B5Q2ePa6.js (new) 4.45 kB 🔴 +4.45 kB 🔴 +1.86 kB 🔴 +1.59 kB
assets/feedbackDialog-BE3zic7Q.js (removed) 4.45 kB 🟢 -4.45 kB 🟢 -1.87 kB 🟢 -1.59 kB
assets/useRangeEditor-9SG012uS.js (new) 3.29 kB 🔴 +3.29 kB 🔴 +1.14 kB 🔴 +1.04 kB
assets/useRangeEditor-BfPL-nig.js (removed) 3.29 kB 🟢 -3.29 kB 🟢 -1.14 kB 🟢 -1.06 kB
assets/useLayerEditor-DG7Zy1ET.js (new) 1.01 kB 🔴 +1.01 kB 🔴 +491 B 🔴 +406 B
assets/useLayerEditor-DRFYlQfJ.js (removed) 1.01 kB 🟢 -1.01 kB 🟢 -490 B 🟢 -406 B
assets/ComfyHubPublishDialog-BCEdoc8l.js (removed) 143 B 🟢 -143 B 🟢 -105 B 🟢 -90 B
assets/ComfyHubPublishDialog-CV0Bfcdw.js (new) 143 B 🔴 +143 B 🔴 +105 B 🔴 +90 B
assets/useSubscriptionDialog-C-9nI-f0.js (new) 108 B 🔴 +108 B 🔴 +102 B 🔴 +95 B
assets/useSubscriptionDialog-CFvioMG6.js (removed) 108 B 🟢 -108 B 🟢 -102 B 🟢 -88 B

Status: 7 added / 7 removed / 1 unchanged

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

Reusable component library chunks

File Before After Δ Raw Δ Gzip Δ Brotli
assets/ComfyQueueButton-CvG0uvgT.js (removed) 14.6 kB 🟢 -14.6 kB 🟢 -3.97 kB 🟢 -3.52 kB
assets/ComfyQueueButton-Dix2uSJb.js (new) 14.6 kB 🔴 +14.6 kB 🔴 +3.96 kB 🔴 +3.51 kB
assets/useTerminalTabs-DidFeVlN.js (removed) 11.8 kB 🟢 -11.8 kB 🟢 -3.69 kB 🟢 -3.26 kB
assets/useTerminalTabs-uUJvmTMM.js (new) 11.8 kB 🔴 +11.8 kB 🔴 +3.69 kB 🔴 +3.27 kB
assets/InviteMembersForm-CNrHAsm9.js (new) 8.2 kB 🔴 +8.2 kB 🔴 +2.72 kB 🔴 +2.44 kB
assets/InviteMembersForm-jtxOuOJC.js (removed) 8.2 kB 🟢 -8.2 kB 🟢 -2.72 kB 🟢 -2.43 kB
assets/TopbarBadge-BTObHhks.js (removed) 7.65 kB 🟢 -7.65 kB 🟢 -1.83 kB 🟢 -1.62 kB
assets/TopbarBadge-CUBnnAc3.js (new) 7.65 kB 🔴 +7.65 kB 🔴 +1.83 kB 🔴 +1.62 kB
assets/WidgetInputNumberInput-BEdQ__QE.js (new) 5.83 kB 🔴 +5.83 kB 🔴 +2.07 kB 🔴 +1.84 kB
assets/WidgetInputNumberInput-CE6Jynu_.js (removed) 5.83 kB 🟢 -5.83 kB 🟢 -2.07 kB 🟢 -1.85 kB
assets/SubscribeButton-DbL-Ol51.js (removed) 2.15 kB 🟢 -2.15 kB 🟢 -968 B 🟢 -844 B
assets/SubscribeButton-mdovLrtU.js (new) 2.15 kB 🔴 +2.15 kB 🔴 +967 B 🔴 +847 B
assets/UserAvatar-CdZd94J8.js (new) 1.24 kB 🔴 +1.24 kB 🔴 +640 B 🔴 +552 B
assets/UserAvatar-p-TFA9pt.js (removed) 1.24 kB 🟢 -1.24 kB 🟢 -641 B 🟢 -551 B
assets/cloudFeedbackTopbarButton-Bro2fGkC.js (new) 705 B 🔴 +705 B 🔴 +422 B 🔴 +362 B
assets/cloudFeedbackTopbarButton-C4RcYy05.js (removed) 705 B 🟢 -705 B 🟢 -424 B 🟢 -362 B
assets/ComfyQueueButton-Bpm1r8nt.js (removed) 128 B 🟢 -128 B 🟢 -99 B 🟢 -92 B
assets/ComfyQueueButton-C4ZEvcyc.js (new) 128 B 🔴 +128 B 🔴 +99 B 🔴 +89 B

Status: 9 added / 9 removed / 5 unchanged

Data & Services — 3.5 MB (baseline 3.5 MB) • 🔴 +268 B

Stores, services, APIs, and repositories

File Before After Δ Raw Δ Gzip Δ Brotli
assets/settingStore-B3HCuX9W.js (new) 3.22 MB 🔴 +3.22 MB 🔴 +747 kB 🔴 +562 kB
assets/settingStore-DZSYqRkw.js (removed) 3.22 MB 🟢 -3.22 MB 🟢 -747 kB 🟢 -562 kB
assets/load3dService-BS6WarZ2.js (new) 132 kB 🔴 +132 kB 🔴 +29.3 kB 🔴 +24.7 kB
assets/load3dService-DB6bw8l8.js (removed) 132 kB 🟢 -132 kB 🟢 -29.3 kB 🟢 -24.6 kB
assets/api-CIeJuPsZ.js (new) 98.4 kB 🔴 +98.4 kB 🔴 +27.2 kB 🔴 +23.4 kB
assets/api-DJPx8u6-.js (removed) 98.3 kB 🟢 -98.3 kB 🟢 -27.2 kB 🟢 -23.4 kB
assets/workflowShareService-C_az3FfB.js (removed) 16.5 kB 🟢 -16.5 kB 🟢 -4.91 kB 🟢 -4.36 kB
assets/workflowShareService-DZIr_Itg.js (new) 16.5 kB 🔴 +16.5 kB 🔴 +4.91 kB 🔴 +4.35 kB
assets/keybindingService-CDisJDF1.js (removed) 6.89 kB 🟢 -6.89 kB 🟢 -1.73 kB 🟢 -1.5 kB
assets/keybindingService-EIQdnovF.js (new) 6.89 kB 🔴 +6.89 kB 🔴 +1.73 kB 🔴 +1.5 kB
assets/releaseStore-CmdAUj_8.js (removed) 6.72 kB 🟢 -6.72 kB 🟢 -2.03 kB 🟢 -1.78 kB
assets/releaseStore-ECTaIALf.js (new) 6.72 kB 🔴 +6.72 kB 🔴 +2.03 kB 🔴 +1.77 kB
assets/systemStatsStore-D8EkVJaA.js (new) 4.93 kB 🔴 +4.93 kB 🔴 +1.74 kB 🔴 +1.48 kB
assets/systemStatsStore-DSrkVh0m.js (removed) 4.93 kB 🟢 -4.93 kB 🟢 -1.74 kB 🟢 -1.47 kB
assets/userStore-BA6YNgu-.js (new) 2.38 kB 🔴 +2.38 kB 🔴 +895 B 🔴 +791 B
assets/userStore-ChWwCC-i.js (removed) 2.38 kB 🟢 -2.38 kB 🟢 -898 B 🟢 -792 B
assets/audioService-CMiZ_Xur.js (removed) 1.71 kB 🟢 -1.71 kB 🟢 -829 B 🟢 -719 B
assets/audioService-CntjtUID.js (new) 1.71 kB 🔴 +1.71 kB 🔴 +827 B 🔴 +721 B
assets/dialogService-CTfyk6XD.js (new) 98 B 🔴 +98 B 🔴 +97 B 🔴 +83 B
assets/dialogService-m4jF7zlk.js (removed) 98 B 🟢 -98 B 🟢 -97 B 🟢 -82 B
assets/releaseStore-Cn2IQa_U.js (removed) 95 B 🟢 -95 B 🟢 -86 B 🟢 -90 B
assets/releaseStore-y2y542Ag.js (new) 95 B 🔴 +95 B 🔴 +86 B 🔴 +90 B
assets/settingStore-Bj7mM5KO.js (new) 95 B 🔴 +95 B 🔴 +86 B 🔴 +77 B
assets/settingStore-CH1OPwwm.js (removed) 95 B 🟢 -95 B 🟢 -86 B 🟢 -84 B
assets/assetsStore-B5u5foy3.js (new) 94 B 🔴 +94 B 🔴 +92 B 🔴 +84 B
assets/assetsStore-DfOjp7B9.js (removed) 94 B 🟢 -94 B 🟢 -92 B 🟢 -84 B
assets/api-3DOqrb9S.js (new) 62 B 🔴 +62 B 🔴 +74 B 🔴 +66 B
assets/api-MKmHjFT_.js (removed) 62 B 🟢 -62 B 🟢 -74 B 🟢 -66 B

Status: 14 added / 14 removed / 3 unchanged

Utilities & Hooks — 550 kB (baseline 550 kB) • 🔴 +81 B

Helpers, composables, and utility bundles

File Before After Δ Raw Δ Gzip Δ Brotli
assets/useConflictDetection-fmVDsswG.js (new) 236 kB 🔴 +236 kB 🔴 +53.1 kB 🔴 +43.2 kB
assets/useConflictDetection-nCGYjGqK.js (removed) 236 kB 🟢 -236 kB 🟢 -53 kB 🟢 -43.1 kB
assets/useLayerEditorSession-BJG4AVFh.js (removed) 158 kB 🟢 -158 kB 🟢 -40.8 kB 🟢 -34.3 kB
assets/useLayerEditorSession-BEfonECt.js (new) 158 kB 🔴 +158 kB 🔴 +40.8 kB 🔴 +34.3 kB
assets/useLoad3d-BrazVgSY.js (removed) 25.8 kB 🟢 -25.8 kB 🟢 -5.8 kB 🟢 -5.14 kB
assets/useLoad3d-Dn_qWA74.js (new) 25.8 kB 🔴 +25.8 kB 🔴 +5.8 kB 🔴 +5.14 kB
assets/useLoad3dViewer-Cel_TtMy.js (new) 21.2 kB 🔴 +21.2 kB 🔴 +4.98 kB 🔴 +4.36 kB
assets/useLoad3dViewer-CleuXeD1.js (removed) 21.2 kB 🟢 -21.2 kB 🟢 -4.98 kB 🟢 -4.37 kB
assets/useImageCrop-Cv8WpSPW.js (removed) 14.9 kB 🟢 -14.9 kB 🟢 -3.42 kB 🟢 -2.98 kB
assets/useImageCrop-CYHJZ2b7.js (new) 14.9 kB 🔴 +14.9 kB 🔴 +3.42 kB 🔴 +2.98 kB
assets/useDowngradeToPersonal-B23jvDr6.js (new) 10.9 kB 🔴 +10.9 kB 🔴 +2.75 kB 🔴 +2.36 kB
assets/useDowngradeToPersonal-B2fILD3k.js (removed) 10.9 kB 🟢 -10.9 kB 🟢 -2.75 kB 🟢 -2.37 kB
assets/useFeatureFlags-CVnOnkcQ.js (removed) 6.99 kB 🟢 -6.99 kB 🟢 -2 kB 🟢 -1.7 kB
assets/useFeatureFlags-DWB1cM8j.js (new) 6.99 kB 🔴 +6.99 kB 🔴 +2 kB 🔴 +1.69 kB
assets/useCompositorLayers-6QL2MSNr.js (new) 2.94 kB 🔴 +2.94 kB 🔴 +899 B 🔴 +799 B
assets/useCompositorLayers-BFpjzIRO.js (removed) 2.94 kB 🟢 -2.94 kB 🟢 -898 B 🟢 -798 B
assets/useExternalLink-BqnlQv8U.js (new) 2.85 kB 🔴 +2.85 kB 🔴 +1.07 kB 🔴 +923 B
assets/useExternalLink-CwuYdLSH.js (removed) 2.85 kB 🟢 -2.85 kB 🟢 -1.07 kB 🟢 -924 B
assets/assetPreviewUtil-DstSFv1_.js (new) 2.35 kB 🔴 +2.35 kB 🔴 +972 B 🔴 +839 B
assets/assetPreviewUtil-XJTN6f7h.js (removed) 2.35 kB 🟢 -2.35 kB 🟢 -970 B 🟢 -837 B
assets/downloadUtil-B-yS3b-x.js (removed) 2.04 kB 🟢 -2.04 kB 🟢 -907 B 🟢 -728 B
assets/downloadUtil-B7BgYCk2.js (new) 2.04 kB 🔴 +2.04 kB 🔴 +906 B 🔴 +726 B
assets/useUpstreamValue-B_q4DeI_.js (new) 1.99 kB 🔴 +1.99 kB 🔴 +758 B 🔴 +677 B
assets/useUpstreamValue-BYNJOvVj.js (removed) 1.99 kB 🟢 -1.99 kB 🟢 -758 B 🟢 -678 B
assets/useWorkspaceTierLabel-7o8LplTc.js (removed) 1.93 kB 🟢 -1.93 kB 🟢 -812 B 🟢 -698 B
assets/useWorkspaceTierLabel-Dl9upNo4.js (new) 1.93 kB 🔴 +1.93 kB 🔴 +813 B 🔴 +698 B
assets/useErrorHandling-89fNao8C.js (new) 1.49 kB 🔴 +1.49 kB 🔴 +613 B 🔴 +522 B
assets/useErrorHandling-VyC20cYv.js (removed) 1.49 kB 🟢 -1.49 kB 🟢 -614 B 🟢 -523 B
assets/useModalLiftedZIndex-BP7MgP4N.js (removed) 908 B 🟢 -908 B 🟢 -552 B 🟢 -465 B
assets/useModalLiftedZIndex-DUz48B2d.js (new) 908 B 🔴 +908 B 🔴 +553 B 🔴 +466 B
assets/subscriptionCheckoutUtil-BbORlVTR.js (new) 877 B 🔴 +877 B 🔴 +522 B 🔴 +437 B
assets/subscriptionCheckoutUtil-BhzfXRDA.js (removed) 877 B 🟢 -877 B 🟢 -524 B 🟢 -438 B
assets/useSessionCookie-7dt9oUie.js (removed) 652 B 🟢 -652 B 🟢 -338 B 🟢 -294 B
assets/useSessionCookie-CxqNCZZm.js (new) 652 B 🔴 +652 B 🔴 +337 B 🔴 +291 B
assets/useLoad3d-9Z_renvf.js (removed) 311 B 🟢 -311 B 🟢 -163 B 🟢 -148 B
assets/useLoad3d-B68encrz.js (new) 311 B 🔴 +311 B 🔴 +165 B 🔴 +150 B
assets/useSessionCookie-BrKDoTQn.js (removed) 101 B 🟢 -101 B 🟢 -86 B 🟢 -79 B
assets/useSessionCookie-CSDa0-dG.js (new) 101 B 🔴 +101 B 🔴 +86 B 🔴 +82 B
assets/useFeatureFlags-B5OZXW8m.js (removed) 98 B 🟢 -98 B 🟢 -85 B 🟢 -80 B
assets/useFeatureFlags-BwMWQaQa.js (new) 98 B 🔴 +98 B 🔴 +85 B 🔴 +80 B
assets/useLoad3dViewer-CxvMkZWr.js (new) 98 B 🔴 +98 B 🔴 +85 B 🔴 +82 B
assets/useLoad3dViewer-qAxRUG9I.js (removed) 98 B 🟢 -98 B 🟢 -85 B 🟢 -84 B
assets/useCurrentUser-CE0u1P81.js (new) 94 B 🔴 +94 B 🔴 +95 B 🔴 +85 B
assets/useCurrentUser-CfS0BpGj.js (removed) 94 B 🟢 -94 B 🟢 -95 B 🟢 -85 B

Status: 22 added / 22 removed / 16 unchanged

Vendor & Third-Party — 16.8 MB (baseline 16.3 MB) • 🔴 +525 kB

External libraries and shared vendor chunks

File Before After Δ Raw Δ Gzip Δ Brotli
assets/vendor-primevue-D-xd9bIA.js (removed) 1.69 MB 🟢 -1.69 MB 🟢 -307 kB 🟢 -185 kB
assets/vendor-primevue-C05-JMrx.js (new) 1.69 MB 🔴 +1.69 MB 🔴 +306 kB 🔴 +184 kB
assets/vendor-datadog-CR3rU1mS.js (new) 528 kB 🔴 +528 kB 🔴 +126 kB 🔴 +102 kB

Status: 2 added / 1 removed / 16 unchanged

Other — 14 MB (baseline 14 MB) • 🔴 +477 B

Bundles that do not match a named category

File Before After Δ Raw Δ Gzip Δ Brotli
assets/core-H9fQBUc8.js (new) 115 kB 🔴 +115 kB 🔴 +29.7 kB 🔴 +25.1 kB
assets/core-BaRPiTq4.js (removed) 115 kB 🟢 -115 kB 🟢 -29.7 kB 🟢 -25.1 kB
assets/WidgetSelect-ByE8MYtQ.js (new) 88.8 kB 🔴 +88.8 kB 🔴 +20.1 kB 🔴 +17.2 kB
assets/WidgetSelect-WDpo8QCi.js (removed) 88.8 kB 🟢 -88.8 kB 🟢 -20.1 kB 🟢 -17.2 kB
assets/SubscriptionPanelContentWorkspace-BcqM1x--.js (new) 80 kB 🔴 +80 kB 🔴 +15.8 kB 🔴 +13.6 kB
assets/SubscriptionPanelContentWorkspace-YfWm-_TH.js (removed) 80 kB 🟢 -80 kB 🟢 -15.8 kB 🟢 -13.6 kB
assets/Load3D-CypZTYa5.js (removed) 71.3 kB 🟢 -71.3 kB 🟢 -11.7 kB 🟢 -9.99 kB
assets/Load3D-Dq7vhO22.js (new) 71.3 kB 🔴 +71.3 kB 🔴 +11.7 kB 🔴 +9.98 kB
assets/WidgetVideoEdit-B7PUE8hZ.js (removed) 67.5 kB 🟢 -67.5 kB 🟢 -15.7 kB 🟢 -13.9 kB
assets/WidgetVideoEdit-DjjoBslk.js (new) 67.5 kB 🔴 +67.5 kB 🔴 +15.7 kB 🔴 +13.9 kB
assets/SubscriptionTransitionPreviewWorkspace-DR_kpD12.js (new) 66.5 kB 🔴 +66.5 kB 🔴 +13.4 kB 🔴 +11.7 kB
assets/SubscriptionTransitionPreviewWorkspace-D5izHNJI.js (removed) 66.4 kB 🟢 -66.4 kB 🟢 -13.4 kB 🟢 -11.7 kB
assets/WorkspaceSettingsPanelContent-BCqAJgkU.js (new) 61.7 kB 🔴 +61.7 kB 🔴 +13.2 kB 🔴 +11.5 kB
assets/WorkspaceSettingsPanelContent-Ddw9CZx0.js (removed) 61.7 kB 🟢 -61.7 kB 🟢 -13.2 kB 🟢 -11.5 kB
assets/Preview3d-D8LkF-DX.js (removed) 50.9 kB 🟢 -50.9 kB 🟢 -8.31 kB 🟢 -7.25 kB
assets/Preview3d-DiWObVaU.js (new) 50.9 kB 🔴 +50.9 kB 🔴 +8.3 kB 🔴 +7.25 kB
assets/main-DTT-V0Pl.js (new) 45.3 kB 🔴 +45.3 kB 🔴 +13.2 kB 🔴 +11.5 kB
assets/main-CHr9Db-9.js (removed) 45.1 kB 🟢 -45.1 kB 🟢 -13.1 kB 🟢 -11.4 kB
assets/SubscriptionRequiredDialogContentUnified-D55TLJ5i.js (new) 42.6 kB 🔴 +42.6 kB 🔴 +9.35 kB 🔴 +8.15 kB
assets/SubscriptionRequiredDialogContentUnified-DIH4KtmY.js (removed) 42.6 kB 🟢 -42.6 kB 🟢 -9.35 kB 🟢 -8.16 kB
assets/LayerEditorContent--SFJ_cEa.js (removed) 42.5 kB 🟢 -42.5 kB 🟢 -9.61 kB 🟢 -8.43 kB
assets/LayerEditorContent-Ciak676j.js (new) 42.5 kB 🔴 +42.5 kB 🔴 +9.61 kB 🔴 +8.44 kB
assets/WidgetBoundingBoxes-BZYAPalW.js (new) 33.7 kB 🔴 +33.7 kB 🔴 +9.16 kB 🔴 +8.13 kB
assets/WidgetBoundingBoxes-D_GOjJPu.js (removed) 33.7 kB 🟢 -33.7 kB 🟢 -9.16 kB 🟢 -8.12 kB
assets/WidgetPainter-85x8KzKv.js (new) 32.6 kB 🔴 +32.6 kB 🔴 +7.87 kB 🔴 +6.97 kB
assets/WidgetPainter-CTIyCKtr.js (removed) 32.6 kB 🟢 -32.6 kB 🟢 -7.87 kB 🟢 -6.97 kB
assets/Load3dViewerContent-D5WFA9hi.js (removed) 30.8 kB 🟢 -30.8 kB 🟢 -6.28 kB 🟢 -5.45 kB
assets/Load3dViewerContent-DoeaXLn7.js (new) 30.8 kB 🔴 +30.8 kB 🔴 +6.28 kB 🔴 +5.45 kB
assets/HdrViewerContent-fHWAPF_x.js (new) 29.8 kB 🔴 +29.8 kB 🔴 +8.24 kB 🔴 +7.27 kB
assets/HdrViewerContent-NIGuFFSQ.js (removed) 29.8 kB 🟢 -29.8 kB 🟢 -8.24 kB 🟢 -7.27 kB
assets/ColorPicker-B-Tff6Fs.js (new) 29.2 kB 🔴 +29.2 kB 🔴 +7.58 kB 🔴 +6.68 kB
assets/ColorPicker-bqsTnhNV.js (removed) 29.2 kB 🟢 -29.2 kB 🟢 -7.58 kB 🟢 -6.67 kB
assets/SubscriptionRequiredDialogContent-BoPbOD-e.js (new) 27 kB 🔴 +27 kB 🔴 +6.37 kB 🔴 +5.62 kB
assets/SubscriptionRequiredDialogContent-Cam27PDo.js (removed) 27 kB 🟢 -27 kB 🟢 -6.37 kB 🟢 -5.62 kB
assets/SubscriptionRequiredDialogContentWorkspace-ByVQYj1o.js (removed) 25.1 kB 🟢 -25.1 kB 🟢 -5.8 kB 🟢 -5.11 kB
assets/SubscriptionRequiredDialogContentWorkspace-zKB_FZUn.js (new) 25.1 kB 🔴 +25.1 kB 🔴 +5.79 kB 🔴 +5.11 kB
assets/CreditsTile-DsOv1lCu.js (new) 24.9 kB 🔴 +24.9 kB 🔴 +6.64 kB 🔴 +5.84 kB
assets/CreditsTile-n62ZyUSL.js (removed) 24.9 kB 🟢 -24.9 kB 🟢 -6.64 kB 🟢 -5.83 kB
assets/load3d-CN9axHIK.js (new) 22.2 kB 🔴 +22.2 kB 🔴 +5.4 kB 🔴 +4.67 kB
assets/load3d-CzGhB6us.js (removed) 22.2 kB 🟢 -22.2 kB 🟢 -5.41 kB 🟢 -4.67 kB
assets/CurrentUserPopoverWorkspace-2iW_IYVH.js (new) 21.5 kB 🔴 +21.5 kB 🔴 +4.84 kB 🔴 +4.33 kB
assets/CurrentUserPopoverWorkspace-Cjl59kJP.js (removed) 21.5 kB 🟢 -21.5 kB 🟢 -4.84 kB 🟢 -4.32 kB
assets/SignInContent-A6bHGkp_.js (new) 20.2 kB 🔴 +20.2 kB 🔴 +5.09 kB 🔴 +4.45 kB
assets/SignInContent-BhqsBWa_.js (removed) 20.2 kB 🟢 -20.2 kB 🟢 -5.09 kB 🟢 -4.45 kB
assets/WidgetRecordAudio-CdRqlgQA.js (removed) 16.6 kB 🟢 -16.6 kB 🟢 -4.6 kB 🟢 -4.11 kB
assets/WidgetRecordAudio-TiLMepSo.js (new) 16.6 kB 🔴 +16.6 kB 🔴 +4.6 kB 🔴 +4.11 kB
assets/i18n-BQnT59RA.js (removed) 15.9 kB 🟢 -15.9 kB 🟢 -4.31 kB 🟢 -3.65 kB
assets/i18n-Ck7rISAO.js (new) 15.9 kB 🔴 +15.9 kB 🔴 +4.31 kB 🔴 +3.63 kB
assets/WidgetInputNumber-BfQaKwer.js (new) 13.9 kB 🔴 +13.9 kB 🔴 +3.63 kB 🔴 +3.21 kB
assets/WidgetInputNumber-DgrgGyJE.js (removed) 13.9 kB 🟢 -13.9 kB 🟢 -3.63 kB 🟢 -3.21 kB
assets/WidgetRange-BXQc9w61.js (new) 13.7 kB 🔴 +13.7 kB 🔴 +3.55 kB 🔴 +3.13 kB
assets/WidgetRange-UHkKd-AN.js (removed) 13.7 kB 🟢 -13.7 kB 🟢 -3.55 kB 🟢 -3.12 kB
assets/WaveAudioPlayer-DWb7FDLZ.js (new) 12.8 kB 🔴 +12.8 kB 🔴 +3.46 kB 🔴 +3.03 kB
assets/WaveAudioPlayer-Q6_T3lpE.js (removed) 12.8 kB 🟢 -12.8 kB 🟢 -3.46 kB 🟢 -3.03 kB
assets/WidgetCurve-kV1MhHYV.js (removed) 11.2 kB 🟢 -11.2 kB 🟢 -3.47 kB 🟢 -3.15 kB
assets/WidgetCurve-uhcI-iAs.js (new) 11.2 kB 🔴 +11.2 kB 🔴 +3.47 kB 🔴 +3.14 kB
assets/AudioPreviewPlayer-CieVOqrX.js (new) 10.6 kB 🔴 +10.6 kB 🔴 +3.05 kB 🔴 +2.71 kB
assets/AudioPreviewPlayer-oJu_mkar.js (removed) 10.6 kB 🟢 -10.6 kB 🟢 -3.05 kB 🟢 -2.72 kB
assets/TeamWorkspacesDialogContent-CmyUlmFW.js (removed) 10.3 kB 🟢 -10.3 kB 🟢 -2.97 kB 🟢 -2.63 kB
assets/TeamWorkspacesDialogContent-DfDnf74E.js (new) 10.3 kB 🔴 +10.3 kB 🔴 +2.96 kB 🔴 +2.63 kB
assets/onboardingCloudRoutes-DBl03alh.js (new) 9.39 kB 🔴 +9.39 kB 🔴 +2.85 kB 🔴 +2.45 kB
assets/onboardingCloudRoutes-CJJE3pSq.js (removed) 9.33 kB 🟢 -9.33 kB 🟢 -2.84 kB 🟢 -2.42 kB
assets/Load3DConfiguration-DNO_05M2.js (removed) 8.91 kB 🟢 -8.91 kB 🟢 -2.61 kB 🟢 -2.3 kB
assets/Load3DConfiguration-DQh0gThP.js (new) 8.91 kB 🔴 +8.91 kB 🔴 +2.61 kB 🔴 +2.3 kB
assets/WidgetImageCrop-DhiVzGga.js (new) 8.49 kB 🔴 +8.49 kB 🔴 +2.65 kB 🔴 +2.34 kB
assets/WidgetImageCrop-tcrYKF7h.js (removed) 8.49 kB 🟢 -8.49 kB 🟢 -2.65 kB 🟢 -2.34 kB
assets/SetMemberCreditLimitDialogContent-BW1v2XYR.js (new) 8.47 kB 🔴 +8.47 kB 🔴 +2.34 kB 🔴 +2.06 kB
assets/SetMemberCreditLimitDialogContent-C6-SoHb3.js (removed) 8.47 kB 🟢 -8.47 kB 🟢 -2.34 kB 🟢 -2.05 kB
assets/nodeTemplates-Bj_Fne5v.js (new) 8.32 kB 🔴 +8.32 kB 🔴 +2.85 kB 🔴 +2.51 kB
assets/nodeTemplates-BxRMTpAH.js (removed) 8.32 kB 🟢 -8.32 kB 🟢 -2.85 kB 🟢 -2.5 kB
assets/NightlySurveyController-B2xmF51n.js (removed) 7.5 kB 🟢 -7.5 kB 🟢 -2.55 kB 🟢 -2.24 kB
assets/NightlySurveyController-D97Vcpb0.js (new) 7.5 kB 🔴 +7.5 kB 🔴 +2.55 kB 🔴 +2.25 kB
assets/Popover-D2xPSfoK.js (new) 7.48 kB 🔴 +7.48 kB 🔴 +2.68 kB 🔴 +2.36 kB
assets/Popover-DrTgp-Rw.js (removed) 7.48 kB 🟢 -7.48 kB 🟢 -2.68 kB 🟢 -2.38 kB
assets/CloudRunButtonWrapper-Bloqtu-T.js (removed) 6.84 kB 🟢 -6.84 kB 🟢 -2.18 kB 🟢 -1.92 kB
assets/CloudRunButtonWrapper-P3_PETvN.js (new) 6.84 kB 🔴 +6.84 kB 🔴 +2.18 kB 🔴 +1.91 kB
assets/WidgetWithControl-DOtP4Se6.js (new) 6.44 kB 🔴 +6.44 kB 🔴 +2.63 kB 🔴 +2.34 kB
assets/WidgetWithControl-CqyXWu4s.js (removed) 6.41 kB 🟢 -6.41 kB 🟢 -2.61 kB 🟢 -2.32 kB
assets/missingModelMetadata-iBgsAeje.js (removed) 6.17 kB 🟢 -6.17 kB 🟢 -2.13 kB 🟢 -1.87 kB
assets/missingModelMetadata-RA3mCCQh.js (new) 6.17 kB 🔴 +6.17 kB 🔴 +2.13 kB 🔴 +1.87 kB
assets/CancelSubscriptionDialogContent-DMSMRoIU.js (new) 5.97 kB 🔴 +5.97 kB 🔴 +1.98 kB 🔴 +1.75 kB
assets/CancelSubscriptionDialogContent-qlWmB8ZO.js (removed) 5.97 kB 🟢 -5.97 kB 🟢 -1.98 kB 🟢 -1.75 kB
assets/load3dPreviewExtensions-DCN2K0g5.js (new) 5.88 kB 🔴 +5.88 kB 🔴 +1.81 kB 🔴 +1.6 kB
assets/load3dPreviewExtensions-GTq2RfxF.js (removed) 5.88 kB 🟢 -5.88 kB 🟢 -1.81 kB 🟢 -1.59 kB
assets/DowngradeRemoveMembersDialogContent-CkCuOvNK.js (new) 5.58 kB 🔴 +5.58 kB 🔴 +1.88 kB 🔴 +1.64 kB
assets/DowngradeRemoveMembersDialogContent-iMrMfwfB.js (removed) 5.58 kB 🟢 -5.58 kB 🟢 -1.88 kB 🟢 -1.64 kB
assets/launchCancellationFlow-BcCxkGrl.js (new) 5.18 kB 🔴 +5.18 kB 🔴 +1.78 kB 🔴 +1.56 kB
assets/launchCancellationFlow-CwUcyVB6.js (removed) 5.18 kB 🟢 -5.18 kB 🟢 -1.78 kB 🟢 -1.56 kB
assets/CreateWorkspaceDialogContent-C9wLNExs.js (new) 5.12 kB 🔴 +5.12 kB 🔴 +1.79 kB 🔴 +1.55 kB
assets/CreateWorkspaceDialogContent-zBOtre3E.js (removed) 5.12 kB 🟢 -5.12 kB 🟢 -1.79 kB 🟢 -1.55 kB
assets/ChangeMemberRoleDialogContent-DrsuZyUv.js (new) 4.97 kB 🔴 +4.97 kB 🔴 +1.63 kB 🔴 +1.44 kB
assets/ChangeMemberRoleDialogContent-qbaWb0-f.js (removed) 4.97 kB 🟢 -4.97 kB 🟢 -1.64 kB 🟢 -1.43 kB
assets/InviteMemberDialogContent-BYz9DCdX.js (removed) 4.96 kB 🟢 -4.96 kB 🟢 -1.65 kB 🟢 -1.44 kB
assets/InviteMemberDialogContent-Dy6bTNd6.js (new) 4.96 kB 🔴 +4.96 kB 🔴 +1.64 kB 🔴 +1.46 kB
assets/EditWorkspaceDialogContent-B08EDB_A.js (removed) 4.93 kB 🟢 -4.93 kB 🟢 -1.76 kB 🟢 -1.53 kB
assets/EditWorkspaceDialogContent-Dkq73IgG.js (new) 4.93 kB 🔴 +4.93 kB 🔴 +1.76 kB 🔴 +1.52 kB
assets/PaletteSwatchRow-C1Vb_yHa.js (removed) 4.86 kB 🟢 -4.86 kB 🟢 -1.86 kB 🟢 -1.66 kB
assets/PaletteSwatchRow-DrAcHF_S.js (new) 4.86 kB 🔴 +4.86 kB 🔴 +1.86 kB 🔴 +1.66 kB
assets/WidgetTextarea-acXVdHVj.js (removed) 4.81 kB 🟢 -4.81 kB 🟢 -1.87 kB 🟢 -1.63 kB
assets/WidgetTextarea-BoffbKXq.js (new) 4.81 kB 🔴 +4.81 kB 🔴 +1.87 kB 🔴 +1.63 kB
assets/saveMesh-B8yDW_Rk.js (new) 4.76 kB 🔴 +4.76 kB 🔴 +1.52 kB 🔴 +1.35 kB
assets/saveMesh-ChPUKj36.js (removed) 4.76 kB 🟢 -4.76 kB 🟢 -1.52 kB 🟢 -1.35 kB
assets/WorkspacePanelContent-BqmtPf0b.js (removed) 4.74 kB 🟢 -4.74 kB 🟢 -1.63 kB 🟢 -1.43 kB
assets/WorkspacePanelContent-D1Fs754_.js (new) 4.74 kB 🔴 +4.74 kB 🔴 +1.62 kB 🔴 +1.43 kB
assets/ValueControlPopover-BBSIpS6Z.js (removed) 4.49 kB 🟢 -4.49 kB 🟢 -1.55 kB 🟢 -1.38 kB
assets/ValueControlPopover-PanH4zYl.js (new) 4.49 kB 🔴 +4.49 kB 🔴 +1.55 kB 🔴 +1.38 kB
assets/ApiNodesSignInContent-DGCU17Fa.js (removed) 4.08 kB 🟢 -4.08 kB 🟢 -1.31 kB 🟢 -1.16 kB
assets/ApiNodesSignInContent-HBjJQM7o.js (new) 4.08 kB 🔴 +4.08 kB 🔴 +1.31 kB 🔴 +1.17 kB
assets/DeleteWorkspaceDialogContent-DXJpXKmL.js (new) 3.84 kB 🔴 +3.84 kB 🔴 +1.44 kB 🔴 +1.24 kB
assets/DeleteWorkspaceDialogContent-gslrIoMu.js (removed) 3.84 kB 🟢 -3.84 kB 🟢 -1.44 kB 🟢 -1.24 kB
assets/RemoveMemberDialogContent-CT4oaM7y.js (removed) 3.76 kB 🟢 -3.76 kB 🟢 -1.38 kB 🟢 -1.2 kB
assets/RemoveMemberDialogContent-DaBQYNOZ.js (new) 3.76 kB 🔴 +3.76 kB 🔴 +1.38 kB 🔴 +1.2 kB
assets/WidgetGalleria-CUo1BxIO.js (removed) 3.75 kB 🟢 -3.75 kB 🟢 -1.45 kB 🟢 -1.3 kB
assets/WidgetGalleria-DuM0rs9f.js (new) 3.75 kB 🔴 +3.75 kB 🔴 +1.45 kB 🔴 +1.3 kB
assets/RevokeInviteDialogContent-BMtwmO2I.js (new) 3.67 kB 🔴 +3.67 kB 🔴 +1.39 kB 🔴 +1.21 kB
assets/RevokeInviteDialogContent-CnyUcrVw.js (removed) 3.67 kB 🟢 -3.67 kB 🟢 -1.39 kB 🟢 -1.21 kB
assets/LeaveWorkspaceDialogContent-40pPcMNE.js (new) 3.67 kB 🔴 +3.67 kB 🔴 +1.39 kB 🔴 +1.19 kB
assets/LeaveWorkspaceDialogContent-Bt3d5LZ0.js (removed) 3.67 kB 🟢 -3.67 kB 🟢 -1.38 kB 🟢 -1.19 kB
assets/InviteMemberUpsellDialogContent-CbQrIuC8.js (removed) 3.47 kB 🟢 -3.47 kB 🟢 -1.24 kB 🟢 -1.07 kB
assets/InviteMemberUpsellDialogContent-LroOD9Ln.js (new) 3.47 kB 🔴 +3.47 kB 🔴 +1.24 kB 🔴 +1.07 kB
assets/workspaceCheckoutTelemetry-aKITLIRu.js (new) 3.4 kB 🔴 +3.4 kB 🔴 +1.52 kB 🔴 +1.33 kB
assets/workspaceCheckoutTelemetry-BaIuRi6B.js (removed) 3.4 kB 🟢 -3.4 kB 🟢 -1.52 kB 🟢 -1.33 kB
assets/GlobalToast-CeELOzGp.js (new) 3.25 kB 🔴 +3.25 kB 🔴 +1.3 kB 🔴 +1.11 kB
assets/GlobalToast-CMA0JQDG.js (removed) 3.25 kB 🟢 -3.25 kB 🟢 -1.3 kB 🟢 -1.11 kB
assets/Media3DTop-B2o0j10S.js (removed) 3.21 kB 🟢 -3.21 kB 🟢 -1.26 kB 🟢 -1.1 kB
assets/Media3DTop-BwrZq7wH.js (new) 3.21 kB 🔴 +3.21 kB 🔴 +1.26 kB 🔴 +1.1 kB
assets/WidgetInputText-BPOGUaNQ.js (new) 3.01 kB 🔴 +3.01 kB 🔴 +1.26 kB 🔴 +1.13 kB
assets/WidgetInputText-DFkPdAWV.js (removed) 3.01 kB 🟢 -3.01 kB 🟢 -1.27 kB 🟢 -1.13 kB
assets/load3dAdvanced-CCPoYadm.js (new) 2.82 kB 🔴 +2.82 kB 🔴 +1.1 kB 🔴 +956 B
assets/load3dAdvanced-D4DCpbyn.js (removed) 2.82 kB 🟢 -2.82 kB 🟢 -1.1 kB 🟢 -956 B
assets/SubscribeToRun-Ct2u-gFQ.js (removed) 2.39 kB 🟢 -2.39 kB 🟢 -1.03 kB 🟢 -901 B
assets/SubscribeToRun-jb_RF1QC.js (new) 2.39 kB 🔴 +2.39 kB 🔴 +1.03 kB 🔴 +900 B
assets/WidgetChart-Brx-nhJ7.js (removed) 2.36 kB 🟢 -2.36 kB 🟢 -998 B 🟢 -863 B
assets/WidgetChart-Bu1fLDrL.js (new) 2.36 kB 🔴 +2.36 kB 🔴 +999 B 🔴 +866 B
assets/WidgetColorPicker-CT-Q3vQ3.js (removed) 1.69 kB 🟢 -1.69 kB 🟢 -755 B 🟢 -668 B
assets/WidgetColorPicker-DbdAdrpl.js (new) 1.69 kB 🔴 +1.69 kB 🔴 +755 B 🔴 +669 B
assets/WidgetColors-BZCR5jLS.js (removed) 1.63 kB 🟢 -1.63 kB 🟢 -805 B 🟢 -710 B
assets/WidgetColors-DpJdYix3.js (new) 1.63 kB 🔴 +1.63 kB 🔴 +805 B 🔴 +712 B
assets/MediaAudioTop-Bish5dZl.js (new) 1.62 kB 🔴 +1.62 kB 🔴 +808 B 🔴 +670 B
assets/MediaAudioTop-Db3gPa-3.js (removed) 1.62 kB 🟢 -1.62 kB 🟢 -806 B 🟢 -670 B
assets/signInSchema-BODy8uNQ.js (removed) 1.55 kB 🟢 -1.55 kB 🟢 -555 B 🟢 -524 B
assets/signInSchema-BOYYFlHe.js (new) 1.55 kB 🔴 +1.55 kB 🔴 +555 B 🔴 +519 B
assets/cloudSessionCookie-DgZqQ5yb.js (new) 933 B 🔴 +933 B 🔴 +434 B 🔴 +379 B
assets/cloudSessionCookie-ZpbTyLWo.js (removed) 933 B 🟢 -933 B 🟢 -432 B 🟢 -378 B
assets/cloudBadges-B6PeOo5I.js (removed) 922 B 🟢 -922 B 🟢 -516 B 🟢 -467 B
assets/cloudBadges-DnFF_Xnl.js (new) 922 B 🔴 +922 B 🔴 +516 B 🔴 +469 B
assets/Load3DAdvanced-BYK1nYdr.js (removed) 761 B 🟢 -761 B 🟢 -424 B 🟢 -359 B
assets/Load3DAdvanced-D1SQ6qb2.js (new) 761 B 🔴 +761 B 🔴 +424 B 🔴 +359 B
assets/vRekaZIndex-CEzhu9sj.js (removed) 505 B 🟢 -505 B 🟢 -330 B 🟢 -278 B
assets/vRekaZIndex-Di1pNe_I.js (new) 505 B 🔴 +505 B 🔴 +330 B 🔴 +273 B
assets/nightlyBadges-B_xzYVJR.js (removed) 411 B 🟢 -411 B 🟢 -274 B 🟢 -270 B
assets/nightlyBadges-DCYEYTYB.js (new) 411 B 🔴 +411 B 🔴 +274 B 🔴 +273 B
assets/Load3dViewerContent-BUPQ3rin.js (removed) 137 B 🟢 -137 B 🟢 -103 B 🟢 -92 B
assets/Load3dViewerContent-Dyl5dJfL.js (new) 137 B 🔴 +137 B 🔴 +103 B 🔴 +91 B
assets/missingModelMetadata-BVLjufiE.js (new) 125 B 🔴 +125 B 🔴 +103 B 🔴 +103 B
assets/missingModelMetadata-D2scQFu-.js (removed) 125 B 🟢 -125 B 🟢 -103 B 🟢 -100 B
assets/Load3DAdvanced-3Xjkn_Xe.js (new) 122 B 🔴 +122 B 🔴 +97 B 🔴 +87 B
assets/Load3DAdvanced-BpmfevnF.js (removed) 122 B 🟢 -122 B 🟢 -97 B 🟢 -91 B
assets/WidgetLegacy-B6s-O42X.js (removed) 117 B 🟢 -117 B 🟢 -106 B 🟢 -105 B
assets/WidgetLegacy-BLh5JvfC.js (new) 117 B 🔴 +117 B 🔴 +106 B 🔴 +94 B
assets/workflowDraftStoreV2-B4p-27mN.js (new) 112 B 🔴 +112 B 🔴 +101 B 🔴 +107 B
assets/workflowDraftStoreV2-T7AfQccN.js (removed) 112 B 🟢 -112 B 🟢 -101 B 🟢 -109 B
assets/Load3D-CAxAS3TU.js (new) 98 B 🔴 +98 B 🔴 +89 B 🔴 +95 B
assets/Load3D-D6yNsj2r.js (removed) 98 B 🟢 -98 B 🟢 -89 B 🟢 -81 B
assets/i18n-D1HFL5YQ.js (new) 97 B 🔴 +97 B 🔴 +92 B 🔴 +89 B
assets/i18n-zcuIawQK.js (removed) 97 B 🟢 -97 B 🟢 -92 B 🟢 -101 B
assets/startRecording-BOV6MsgY.js (new) 95 B 🔴 +95 B 🔴 +96 B 🔴 +92 B
assets/changeTracker-BcqBEwvf.js (removed) 91 B 🟢 -91 B 🟢 -93 B 🟢 -81 B
assets/changeTracker-C8KdfqVF.js (new) 91 B 🔴 +91 B 🔴 +93 B 🔴 +84 B

Status: 85 added / 84 removed / 201 unchanged

⚡ Performance Report

canvas-idle: · 60.0 avg FPS · 59.9 P5 FPS ✅ (target: ≥52) · 0ms TBT · 67.2 MB heap
canvas-mouse-sweep: · 60.0 avg FPS · 59.7 P5 FPS ✅ (target: ≥52) · 0ms TBT · 47.1 MB heap
canvas-zoom-sweep: · 60.0 avg FPS · 59.7 P5 FPS ✅ (target: ≥52) · 0ms TBT · 70.2 MB heap
dom-widget-clipping: · 60.0 avg FPS · 59.9 P5 FPS ✅ (target: ≥52) · 0ms TBT · 50.9 MB heap
large-graph-idle: · 60.0 avg FPS · 59.5 P5 FPS ✅ (target: ≥52) · 0ms TBT · 63.8 MB heap
large-graph-pan: · 60.0 avg FPS · 59.5 P5 FPS ✅ (target: ≥52) · 0ms TBT · 62.5 MB heap
large-graph-zoom: · 60.0 avg FPS · 59.5 P5 FPS ✅ (target: ≥52) · 0ms TBT · 55.7 MB heap
minimap-idle: · 60.0 avg FPS · 59.9 P5 FPS ✅ (target: ≥52) · 0ms TBT · 64.2 MB heap
subgraph-dom-widget-clipping: · 60.0 avg FPS · 59.9 P5 FPS ✅ (target: ≥52) · 0ms TBT · 51.7 MB heap
subgraph-idle: · 60.0 avg FPS · 59.7 P5 FPS ✅ (target: ≥52) · 0ms TBT · 67.3 MB heap
subgraph-mouse-sweep: · 60.0 avg FPS · 59.9 P5 FPS ✅ (target: ≥52) · 0ms TBT · 58.6 MB heap
subgraph-transition-enter: · 60.0 avg FPS · 59.5 P5 FPS ✅ (target: ≥52) · 140ms TBT · 71.0 MB heap
viewport-pan-sweep: · 60.0 avg FPS · 59.5 P5 FPS ✅ (target: ≥52) · 0ms TBT · 68.0 MB heap
vue-large-graph-idle: · 57.1 avg FPS · 59.7 P5 FPS ✅ (target: ≥52) · 0ms TBT · 161.5 MB heap
vue-large-graph-pan: · 57.2 avg FPS · 59.5 P5 FPS ✅ (target: ≥52) · 74ms TBT · 167.1 MB heap
workflow-execution: · 60.0 avg FPS · 59.7 P5 FPS ✅ (target: ≥52) · 0ms TBT · 65.7 MB heap

⚠️ 2 regressions detected

Show regressions
Metric Baseline PR (median) Δ Sig
large-graph-pan: task duration 1239ms 1221ms -1% ⚠️ z=3.2
minimap-idle: task duration 654ms 651ms -1% ⚠️ z=2.6
All metrics
Metric Baseline PR (median) Δ Sig
canvas-idle: avg frame time 17ms 17ms +0% z=-0.1
canvas-idle: p95 frame time 17ms 17ms -1%
canvas-idle: layout duration 0ms 0ms +0%
canvas-idle: style recalc duration 10ms 7ms -26% z=-4.2
canvas-idle: layout count 0 0 +0%
canvas-idle: style recalc count 9 10 +6% z=-2.9
canvas-idle: task duration 484ms 443ms -8% z=1.6
canvas-idle: script duration 19ms 14ms -27% z=-5.2
canvas-idle: TBT 0ms 0ms +0%
canvas-idle: heap used 67.0 MB 67.2 MB +0%
canvas-idle: DOM nodes 18 19 +6% z=-2.8
canvas-idle: event listeners 4 4 +0% z=-1.6
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 3ms 4ms +17% z=1.5
canvas-mouse-sweep: style recalc duration 35ms 36ms +0% z=-2.2
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 857ms 934ms +9% z=1.2
canvas-mouse-sweep: script duration 118ms 125ms +6% z=-1.6
canvas-mouse-sweep: TBT 0ms 0ms +0%
canvas-mouse-sweep: heap used 49.1 MB 47.1 MB -4%
canvas-mouse-sweep: DOM nodes -281 -283 +1% z=-133.3
canvas-mouse-sweep: event listeners -153 -153 +0% z=-38.7
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 +1% z=-1.8
canvas-zoom-sweep: style recalc duration 16ms 15ms -10% z=-2.9
canvas-zoom-sweep: layout count 6 6 +0%
canvas-zoom-sweep: style recalc count 31 31 +0% z=-0.6
canvas-zoom-sweep: task duration 367ms 358ms -2% z=1.3
canvas-zoom-sweep: script duration 18ms 17ms -5% z=-3.3
canvas-zoom-sweep: TBT 0ms 0ms +0%
canvas-zoom-sweep: heap used 69.8 MB 70.2 MB +1%
canvas-zoom-sweep: DOM nodes 77 77 -1% 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.1
dom-widget-clipping: p95 frame time 17ms 17ms -0%
dom-widget-clipping: layout duration 0ms 0ms +0%
dom-widget-clipping: style recalc duration 8ms 6ms -23% z=-4.5
dom-widget-clipping: layout count 0 0 +0%
dom-widget-clipping: style recalc count 12 11 -13% z=-5.2
dom-widget-clipping: task duration 363ms 362ms -0% z=-0.1
dom-widget-clipping: script duration 57ms 56ms -2% z=-3.5
dom-widget-clipping: TBT 0ms 0ms +0%
dom-widget-clipping: heap used 50.7 MB 50.9 MB +0%
dom-widget-clipping: DOM nodes 20 17 -15% z=-3.6
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 -13% z=-4.7
large-graph-idle: layout count 0 0 +0%
large-graph-idle: style recalc count 9 9 +0% z=-8.3
large-graph-idle: task duration 675ms 649ms -4% z=2.0
large-graph-idle: script duration 103ms 99ms -3% z=-0.3
large-graph-idle: TBT 0ms 0ms +0%
large-graph-idle: heap used 63.5 MB 63.8 MB +0%
large-graph-idle: DOM nodes -282 -281 -0% z=-338.2
large-graph-idle: event listeners -149 -147 -1% z=-28.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 13ms -8% z=-5.8
large-graph-pan: layout count 0 0 +0%
large-graph-pan: style recalc count 68 69 +1% z=-0.9
large-graph-pan: task duration 1239ms 1221ms -1% ⚠️ z=3.2
large-graph-pan: script duration 416ms 418ms +1% z=0.5
large-graph-pan: TBT 0ms 0ms +0%
large-graph-pan: heap used 61.3 MB 62.5 MB +2%
large-graph-pan: DOM nodes -285 -284 -0% z=-183.7
large-graph-pan: event listeners -149 -148 -1% z=-184.7
large-graph-zoom: avg frame time 17ms 17ms +0%
large-graph-zoom: p95 frame time 17ms 17ms +0%
large-graph-zoom: layout duration 7ms 7ms -1%
large-graph-zoom: style recalc duration 14ms 14ms +0%
large-graph-zoom: layout count 60 60 +0%
large-graph-zoom: style recalc count 65 66 +1%
large-graph-zoom: task duration 1502ms 1452ms -3%
large-graph-zoom: script duration 527ms 510ms -3%
large-graph-zoom: TBT 0ms 0ms +0%
large-graph-zoom: heap used 56.7 MB 55.7 MB -2%
large-graph-zoom: DOM nodes -288 -288 -0%
large-graph-zoom: event listeners -153 -153 +0%
minimap-idle: avg frame time 17ms 17ms -0% z=-0.4
minimap-idle: p95 frame time 17ms 17ms -1%
minimap-idle: layout duration 0ms 0ms +0%
minimap-idle: style recalc duration 8ms 7ms -10% z=-3.3
minimap-idle: layout count 0 0 +0%
minimap-idle: style recalc count 8 9 +6% z=-1.6
minimap-idle: task duration 654ms 651ms -1% ⚠️ z=2.6
minimap-idle: script duration 101ms 100ms -1% z=0.2
minimap-idle: TBT 0ms 0ms +0%
minimap-idle: heap used 64.7 MB 64.2 MB -1%
minimap-idle: DOM nodes -283 -284 +0% z=-221.6
minimap-idle: event listeners -149 -148 -1% z=-231.1
subgraph-dom-widget-clipping: avg frame time 17ms 17ms -0% z=-0.4
subgraph-dom-widget-clipping: p95 frame time 17ms 17ms -1%
subgraph-dom-widget-clipping: layout duration 0ms 0ms +0%
subgraph-dom-widget-clipping: style recalc duration 11ms 11ms -5% z=-1.9
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 398ms 395ms -1% z=0.9
subgraph-dom-widget-clipping: script duration 119ms 119ms -0% z=-1.4
subgraph-dom-widget-clipping: TBT 0ms 0ms +0%
subgraph-dom-widget-clipping: heap used 51.3 MB 51.7 MB +1%
subgraph-dom-widget-clipping: DOM nodes 20 21 +5% z=-1.1
subgraph-dom-widget-clipping: event listeners 6 6 +0% z=-1.7
subgraph-idle: avg frame time 17ms 17ms +0% z=0.4
subgraph-idle: p95 frame time 17ms 17ms +0%
subgraph-idle: layout duration 0ms 0ms +0%
subgraph-idle: style recalc duration 7ms 7ms -2% z=-4.1
subgraph-idle: layout count 0 0 +0%
subgraph-idle: style recalc count 9 9 +0% z=-2.9
subgraph-idle: task duration 452ms 429ms -5% z=1.9
subgraph-idle: script duration 13ms 13ms -3% z=-2.9
subgraph-idle: TBT 0ms 0ms +0%
subgraph-idle: heap used 66.8 MB 67.3 MB +1%
subgraph-idle: DOM nodes 18 18 +0% z=-2.5
subgraph-idle: event listeners 4 4 +0% variance too high
subgraph-mouse-sweep: avg frame time 17ms 17ms -0% z=-0.1
subgraph-mouse-sweep: p95 frame time 17ms 17ms +0%
subgraph-mouse-sweep: layout duration 4ms 4ms -13% z=-2.9
subgraph-mouse-sweep: style recalc duration 37ms 32ms -12% z=-3.1
subgraph-mouse-sweep: layout count 16 16 +0%
subgraph-mouse-sweep: style recalc count 77 76 -1% z=-2.1
subgraph-mouse-sweep: task duration 801ms 703ms -12% z=-0.9
subgraph-mouse-sweep: script duration 90ms 82ms -8% z=-2.8
subgraph-mouse-sweep: TBT 0ms 0ms +0%
subgraph-mouse-sweep: heap used 45.7 MB 58.6 MB +28%
subgraph-mouse-sweep: DOM nodes -281 63 -122% z=-2.0
subgraph-mouse-sweep: event listeners -153 4 -103% 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 13ms 13ms -4%
subgraph-transition-enter: style recalc duration 32ms 30ms -4%
subgraph-transition-enter: layout count 15 15 +0%
subgraph-transition-enter: style recalc count 19 19 +0%
subgraph-transition-enter: task duration 1010ms 900ms -11%
subgraph-transition-enter: script duration 39ms 32ms -19%
subgraph-transition-enter: TBT 154ms 140ms -9%
subgraph-transition-enter: heap used 93.9 MB 71.0 MB -24%
subgraph-transition-enter: DOM nodes 13673 13673 +0%
subgraph-transition-enter: event listeners 2375 2375 +0%
viewport-pan-sweep: avg frame time 17ms 17ms +0%
viewport-pan-sweep: p95 frame time 17ms 17ms +1%
viewport-pan-sweep: layout duration 0ms 0ms +0%
viewport-pan-sweep: style recalc duration 37ms 34ms -7%
viewport-pan-sweep: layout count 0 0 +0%
viewport-pan-sweep: style recalc count 250 250 -0%
viewport-pan-sweep: task duration 4421ms 4238ms -4%
viewport-pan-sweep: script duration 1393ms 1334ms -4%
viewport-pan-sweep: TBT 0ms 0ms +0%
viewport-pan-sweep: heap used 68.1 MB 68.0 MB -0%
viewport-pan-sweep: DOM nodes -283 -283 -0%
viewport-pan-sweep: event listeners -133 -133 +0%
vue-large-graph-idle: avg frame time 18ms 18ms -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 16575ms 15608ms -6%
vue-large-graph-idle: script duration 527ms 522ms -1%
vue-large-graph-idle: TBT 0ms 0ms +0%
vue-large-graph-idle: heap used 157.8 MB 161.5 MB +2%
vue-large-graph-idle: DOM nodes -8312 -8314 +0%
vue-large-graph-idle: event listeners -16387 -16386 -0%
vue-large-graph-pan: avg frame time 18ms 17ms -2%
vue-large-graph-pan: p95 frame time 17ms 17ms +1%
vue-large-graph-pan: layout duration 0ms 0ms +0%
vue-large-graph-pan: style recalc duration 17ms 13ms -20%
vue-large-graph-pan: layout count 0 0 +0%
vue-large-graph-pan: style recalc count 139 130 -7%
vue-large-graph-pan: task duration 20737ms 19456ms -6%
vue-large-graph-pan: script duration 885ms 853ms -4%
vue-large-graph-pan: TBT 228ms 74ms -68%
vue-large-graph-pan: heap used 168.8 MB 167.1 MB -1%
vue-large-graph-pan: DOM nodes -8312 -8312 +0%
vue-large-graph-pan: event listeners -16387 -16384 -0%
workflow-execution: avg frame time 17ms 17ms -0% z=-0.4
workflow-execution: p95 frame time 17ms 17ms -0%
workflow-execution: layout duration 1ms 1ms -23% z=-3.5
workflow-execution: style recalc duration 21ms 22ms +2% z=-1.2
workflow-execution: layout count 4 4 -13% z=-2.7
workflow-execution: style recalc count 15 15 -3% z=-1.6
workflow-execution: task duration 120ms 110ms -8% z=-1.2
workflow-execution: script duration 10ms 9ms -9% z=-6.9
workflow-execution: TBT 0ms 0ms +0%
workflow-execution: heap used 65.5 MB 65.7 MB +0%
workflow-execution: DOM nodes 126 125 -1% z=-5.1
workflow-execution: event listeners 97 97 +0% z=10.3
Historical variance (last 15 runs)
Metric μ σ CV
canvas-idle: avg frame time 17ms 0ms 0.0%
canvas-idle: layout duration 0ms 0ms 0.0%
canvas-idle: style recalc duration 11ms 1ms 8.2%
canvas-idle: layout count 0 0 0.0%
canvas-idle: style recalc count 11 1 5.0%
canvas-idle: task duration 395ms 31ms 7.9%
canvas-idle: script duration 25ms 2ms 8.8%
canvas-idle: TBT 0ms 0ms 0.0%
canvas-idle: DOM nodes 23 1 5.6%
canvas-idle: event listeners 12 5 40.9%
canvas-mouse-sweep: avg frame time 17ms 0ms 0.0%
canvas-mouse-sweep: layout duration 4ms 0ms 5.4%
canvas-mouse-sweep: style recalc duration 43ms 3ms 7.4%
canvas-mouse-sweep: layout count 12 0 0.0%
canvas-mouse-sweep: style recalc count 79 2 3.0%
canvas-mouse-sweep: task duration 865ms 58ms 6.7%
canvas-mouse-sweep: script duration 136ms 6ms 4.8%
canvas-mouse-sweep: TBT 0ms 0ms 0.0%
canvas-mouse-sweep: DOM nodes 62 3 4.2%
canvas-mouse-sweep: event listeners 8 4 49.4%
canvas-zoom-sweep: avg frame time 17ms 0ms 0.0%
canvas-zoom-sweep: layout duration 1ms 0ms 7.0%
canvas-zoom-sweep: style recalc duration 19ms 2ms 8.0%
canvas-zoom-sweep: layout count 6 0 0.0%
canvas-zoom-sweep: style recalc count 31 0 1.5%
canvas-zoom-sweep: task duration 327ms 23ms 7.1%
canvas-zoom-sweep: script duration 27ms 3ms 11.1%
canvas-zoom-sweep: TBT 0ms 0ms 0.0%
canvas-zoom-sweep: DOM nodes 79 1 1.0%
canvas-zoom-sweep: event listeners 24 5 21.8%
dom-widget-clipping: avg frame time 17ms 0ms 0.0%
dom-widget-clipping: layout duration 0ms 0ms 0.0%
dom-widget-clipping: style recalc duration 10ms 1ms 8.0%
dom-widget-clipping: layout count 0 0 0.0%
dom-widget-clipping: style recalc count 13 0 3.8%
dom-widget-clipping: task duration 365ms 16ms 4.5%
dom-widget-clipping: script duration 68ms 3ms 4.8%
dom-widget-clipping: TBT 0ms 0ms 0.0%
dom-widget-clipping: DOM nodes 22 1 6.4%
dom-widget-clipping: event listeners 8 6 81.2%
large-graph-idle: avg frame time 17ms 0ms 0.0%
large-graph-idle: layout duration 0ms 0ms 0.0%
large-graph-idle: style recalc duration 12ms 1ms 8.6%
large-graph-idle: layout count 0 0 0.0%
large-graph-idle: style recalc count 12 0 2.7%
large-graph-idle: task duration 542ms 54ms 10.0%
large-graph-idle: script duration 102ms 11ms 10.3%
large-graph-idle: TBT 0ms 0ms 0.0%
large-graph-idle: DOM nodes 25 1 3.7%
large-graph-idle: event listeners 26 6 23.2%
large-graph-pan: avg frame time 17ms 0ms 0.0%
large-graph-pan: layout duration 0ms 0ms 0.0%
large-graph-pan: style recalc duration 17ms 1ms 4.6%
large-graph-pan: layout count 0 0 0.0%
large-graph-pan: style recalc count 70 1 0.9%
large-graph-pan: task duration 1082ms 43ms 4.0%
large-graph-pan: script duration 408ms 20ms 4.8%
large-graph-pan: TBT 0ms 0ms 0.0%
large-graph-pan: DOM nodes 19 2 8.7%
large-graph-pan: event listeners 5 1 16.8%
minimap-idle: avg frame time 17ms 0ms 0.0%
minimap-idle: layout duration 0ms 0ms 0.0%
minimap-idle: style recalc duration 10ms 1ms 8.6%
minimap-idle: layout count 0 0 0.0%
minimap-idle: style recalc count 10 1 7.1%
minimap-idle: task duration 527ms 47ms 9.0%
minimap-idle: script duration 98ms 10ms 10.1%
minimap-idle: TBT 0ms 0ms 0.0%
minimap-idle: DOM nodes 19 1 7.1%
minimap-idle: event listeners 5 1 14.4%
subgraph-dom-widget-clipping: avg frame time 17ms 0ms 0.0%
subgraph-dom-widget-clipping: layout duration 0ms 0ms 0.0%
subgraph-dom-widget-clipping: style recalc duration 13ms 1ms 7.4%
subgraph-dom-widget-clipping: layout count 0 0 0.0%
subgraph-dom-widget-clipping: style recalc count 48 1 1.2%
subgraph-dom-widget-clipping: task duration 378ms 18ms 4.9%
subgraph-dom-widget-clipping: script duration 128ms 6ms 4.9%
subgraph-dom-widget-clipping: TBT 0ms 0ms 0.0%
subgraph-dom-widget-clipping: DOM nodes 22 1 5.0%
subgraph-dom-widget-clipping: event listeners 16 6 36.0%
subgraph-idle: avg frame time 17ms 0ms 0.0%
subgraph-idle: layout duration 0ms 0ms 0.0%
subgraph-idle: style recalc duration 10ms 1ms 7.5%
subgraph-idle: layout count 0 0 0.0%
subgraph-idle: style recalc count 11 1 6.0%
subgraph-idle: task duration 370ms 31ms 8.5%
subgraph-idle: script duration 20ms 3ms 13.2%
subgraph-idle: TBT 0ms 0ms 0.0%
subgraph-idle: DOM nodes 22 1 6.9%
subgraph-idle: event listeners 10 7 64.5%
subgraph-mouse-sweep: avg frame time 17ms 0ms 0.0%
subgraph-mouse-sweep: layout duration 5ms 0ms 6.8%
subgraph-mouse-sweep: style recalc duration 42ms 3ms 7.8%
subgraph-mouse-sweep: layout count 16 0 0.0%
subgraph-mouse-sweep: style recalc count 80 2 2.4%
subgraph-mouse-sweep: task duration 766ms 69ms 9.0%
subgraph-mouse-sweep: script duration 101ms 7ms 6.5%
subgraph-mouse-sweep: TBT 0ms 0ms 0.0%
subgraph-mouse-sweep: DOM nodes 67 2 3.3%
subgraph-mouse-sweep: event listeners 8 4 52.6%
workflow-execution: avg frame time 17ms 0ms 0.0%
workflow-execution: layout duration 2ms 0ms 9.4%
workflow-execution: style recalc duration 24ms 2ms 9.1%
workflow-execution: layout count 5 1 11.0%
workflow-execution: style recalc count 18 2 11.5%
workflow-execution: task duration 123ms 11ms 8.8%
workflow-execution: script duration 29ms 3ms 10.2%
workflow-execution: TBT 0ms 0ms 0.0%
workflow-execution: DOM nodes 161 7 4.4%
workflow-execution: event listeners 52 4 8.4%
Trend (last 15 commits on main)
Metric Trend Dir Latest
canvas-idle: avg frame time ▆▃▆▁▆▃▆█▆▆▄▃▃▄▃ ➡️ 17ms
canvas-idle: p95 frame time ➡️ NaNms
canvas-idle: layout duration ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
canvas-idle: style recalc duration ▇▇▆▆▃█▄▃▄▃▇▄▁▆▇ ➡️ 11ms
canvas-idle: layout count ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0
canvas-idle: style recalc count █▃▅▂▅▆▃▁▂▁▂▅▆▅▆ ➡️ 12
canvas-idle: task duration ▃▃▃▆▂▃▃▅▆▂█▃▁▃▃ ➡️ 391ms
canvas-idle: script duration ▄▃▅▇▂▅▃▆▇▅█▄▁▅▆ ➡️ 27ms
canvas-idle: TBT ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
canvas-idle: heap used ➡️ NaN MB
canvas-idle: DOM nodes █▇▆▅▃▇▃▁▂▂▅▆▆▆▇ ➡️ 24
canvas-idle: event listeners ▅█▅▄▁▅▁▁▁▄▅▅▁▅▄ 📉 11
canvas-mouse-sweep: avg frame time ▆█▆▃▁▃▁▆▆▁▃▆▆▃▃ ➡️ 17ms
canvas-mouse-sweep: p95 frame time ➡️ NaNms
canvas-mouse-sweep: layout duration ▁▃▂▄▁▂▁▃▆▂█▇▆▄▃ ➡️ 4ms
canvas-mouse-sweep: style recalc duration ▄▄▂▄▁▂▃▃▅▄█▆▂▄▄ ➡️ 43ms
canvas-mouse-sweep: layout count ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 12
canvas-mouse-sweep: style recalc count █▅▄▃▂▂▁▄▄▅▆▅▂▇▄ ➡️ 79
canvas-mouse-sweep: task duration █▆▄▂▂▃▂▄▄▅█▆▁▆▄ ➡️ 868ms
canvas-mouse-sweep: script duration ▄▅▄▆▄▆▆▆▅▅█▆▁▅▆ ➡️ 139ms
canvas-mouse-sweep: TBT ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
canvas-mouse-sweep: heap used ➡️ NaN MB
canvas-mouse-sweep: DOM nodes █▅▃▃▁▂▂▃▂▄▆▅▃▅▅ ➡️ 64
canvas-mouse-sweep: event listeners █▁▁▁▁▁▇▁▁▁██▇▁█ 📈 13
canvas-zoom-sweep: avg frame time ▅▅█▄▅▁▁▁▅▁▁▅▄▅▁ ➡️ 17ms
canvas-zoom-sweep: p95 frame time ➡️ NaNms
canvas-zoom-sweep: layout duration ▆▅▅▄▁▁█▅▃▅▇▆▁▂▆ ➡️ 1ms
canvas-zoom-sweep: style recalc duration ▆▅▄▆▅▃█▆▇▅▇▄▁▃▅ ➡️ 20ms
canvas-zoom-sweep: layout count ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 6
canvas-zoom-sweep: style recalc count ▁▁▃▄▆▃▆█▄▄▆▁▆▁▆ ➡️ 32
canvas-zoom-sweep: task duration ▄▂▁▇▂▂▄▅▆▃█▄▁▁▅ ➡️ 338ms
canvas-zoom-sweep: script duration ▃▃▂▇▂▂▅▇▆▅█▄▁▂▆ ➡️ 30ms
canvas-zoom-sweep: TBT ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
canvas-zoom-sweep: heap used ➡️ NaN MB
canvas-zoom-sweep: DOM nodes ▄▃▁▅█▁▃▆▄▅▅▃▃▄▃ ➡️ 79
canvas-zoom-sweep: event listeners ▁▁▂▅█▂▁▅▁▅▅▄▁▅▁ ➡️ 19
dom-widget-clipping: avg frame time ▂▄▅▅▂▄█▇▅▇▇▅▅▁▇ ➡️ 17ms
dom-widget-clipping: p95 frame time ➡️ NaNms
dom-widget-clipping: layout duration ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
dom-widget-clipping: style recalc duration ▆▆▂▆▄▃██▄▁▆▇▆▃▅ ➡️ 10ms
dom-widget-clipping: layout count ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0
dom-widget-clipping: style recalc count ▇█▅█▅▄█▇▇▁▇▄▇▂▅ ➡️ 13
dom-widget-clipping: task duration ▃▃▁▅▄▃▅▆▅▂▇█▁▅▅ ➡️ 371ms
dom-widget-clipping: script duration ▅▄▄▆▆▅▇▇▆▃█▇▁▇▇ ➡️ 71ms
dom-widget-clipping: TBT ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
dom-widget-clipping: heap used ➡️ NaN MB
dom-widget-clipping: DOM nodes ▇▇▄▇▅▄█▇▅▁▅▄▇▃▄ ➡️ 21
dom-widget-clipping: event listeners ▅▅▅▅▁▅██▁▁▁▁█▁▁ 📉 2
large-graph-idle: avg frame time ▅▅▅▅▅▂▁▂▄▅▄▂▂▅█ ➡️ 17ms
large-graph-idle: p95 frame time ➡️ NaNms
large-graph-idle: layout duration ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
large-graph-idle: style recalc duration ▅▅▅▆▄▅▃▄▅▅▆█▁▄▆ ➡️ 13ms
large-graph-idle: layout count ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0
large-graph-idle: style recalc count █▆█▃▃▁▃▆▃▆▆▃▆██ ➡️ 12
large-graph-idle: task duration ▂▃▂▆▂▃▃▇▅▃██▁▂▅ ➡️ 569ms
large-graph-idle: script duration ▄▅▄▆▄▅▅▇▆▅█▆▁▃▆ ➡️ 110ms
large-graph-idle: TBT ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
large-graph-idle: heap used ➡️ NaN MB
large-graph-idle: DOM nodes ▆█▅▂▅▃▁▂▃▅▅▆▂▆▅ ➡️ 25
large-graph-idle: event listeners ███▇██▄▁▄▇▇█▂█▇ ➡️ 29
large-graph-pan: avg frame time ▆▃▃▆█▃▁█▆▆▆▆█▁▆ ➡️ 17ms
large-graph-pan: p95 frame time ➡️ NaNms
large-graph-pan: layout duration ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
large-graph-pan: style recalc duration ▃▂▄▄▁▅▂▂▁▄▄█▃▁▂ ➡️ 17ms
large-graph-pan: layout count ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0
large-graph-pan: style recalc count ▆▃█▂▃▂▂▂▁▇▅▃█▆▃ ➡️ 69
large-graph-pan: task duration ▄▃▄▆▄▄▄▆▄▄█▆▁▂▅ ➡️ 1100ms
large-graph-pan: script duration ▅▄▅▆▆▅▄▆▄▅█▄▁▄▅ ➡️ 413ms
large-graph-pan: TBT ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
large-graph-pan: heap used ➡️ NaN MB
large-graph-pan: DOM nodes ▅▃▆▂▄▁▃▁▁▅▁▂█▅▂ ➡️ 18
large-graph-pan: event listeners █▆█▁▁▆▁▁▃▆▁▃██▃ ➡️ 5
minimap-idle: avg frame time ▃▆▆▃█▁█▆▆▃▃▆█▆█ ➡️ 17ms
minimap-idle: p95 frame time ➡️ NaNms
minimap-idle: layout duration ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
minimap-idle: style recalc duration ▄█▁█▅▅█▅▅▃▅▁▁▄▆ ➡️ 10ms
minimap-idle: layout count ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0
minimap-idle: style recalc count ▃▅▂▄█▃▆▁▂▅▂▁▅▆▃ ➡️ 9
minimap-idle: task duration ▃▄▁▅▁▃▄▅▇▃█▅▁▁▅ ➡️ 547ms
minimap-idle: script duration ▄▆▃▇▃▅▆▆▇▅█▅▁▃▆ ➡️ 106ms
minimap-idle: TBT ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
minimap-idle: heap used ➡️ NaN MB
minimap-idle: DOM nodes ▃▅▂▄█▃▆▁▂▅▂▁▅▆▃ ➡️ 19
minimap-idle: event listeners ▃▃▆▁▁▁▃▁▁▆▁▃█▆▁ ➡️ 4
subgraph-dom-widget-clipping: avg frame time ▅▄▄▄▄▄█▄▄▄▃▁▆▃▃ ➡️ 17ms
subgraph-dom-widget-clipping: p95 frame time ➡️ NaNms
subgraph-dom-widget-clipping: layout duration ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
subgraph-dom-widget-clipping: style recalc duration ▂▄▃▅▅▃▂▅▇▃▄█▁▄▆ ➡️ 14ms
subgraph-dom-widget-clipping: layout count ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0
subgraph-dom-widget-clipping: style recalc count ▇█▆▃▆▃▁▆█▇▃▆▇█▅ ➡️ 48
subgraph-dom-widget-clipping: task duration ▂▃▃▆▅▅▂▅█▂▆█▁▂▇ ➡️ 398ms
subgraph-dom-widget-clipping: script duration ▃▃▃▄▅▅▂▄█▂▅▇▁▂▅ ➡️ 131ms
subgraph-dom-widget-clipping: TBT ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
subgraph-dom-widget-clipping: heap used ➡️ NaN MB
subgraph-dom-widget-clipping: DOM nodes ▅▇▅▂▅▂▁▅▅▅▁▇▅█▄ ➡️ 22
subgraph-dom-widget-clipping: event listeners ▅▅▅▂▅▁▅██▁▁█▅█▅ 📈 16
subgraph-idle: avg frame time ▆▆█▁▆▃▆▆▆▃▆▁▃▆█ ➡️ 17ms
subgraph-idle: p95 frame time ➡️ NaNms
subgraph-idle: layout duration ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
subgraph-idle: style recalc duration ▁▇▃▆▂▄▂▃▃▆▆▄▃▇█ ➡️ 12ms
subgraph-idle: layout count ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0
subgraph-idle: style recalc count ▃▆▃▃▂▅▁▂▁▆▃▃██▇ ➡️ 12
subgraph-idle: task duration ▁▃▁▇▁▁▃▆▅▂█▅▁▁▄ ➡️ 378ms
subgraph-idle: script duration ▁▃▂▇▁▂▃▇▆▂█▅▂▁▅ ➡️ 22ms
subgraph-idle: TBT ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
subgraph-idle: heap used ➡️ NaN MB
subgraph-idle: DOM nodes ▃▅▃▂▁▄▁▂▁▅▃▂▇█▇ ➡️ 24
subgraph-idle: event listeners ▁▅▁▁▁▁▁▁▁▅▄▁███ 📈 21
subgraph-mouse-sweep: avg frame time ▅▄▁▃▃▄▆▄▆▃▃█▁▃▃ ➡️ 17ms
subgraph-mouse-sweep: p95 frame time ➡️ NaNms
subgraph-mouse-sweep: layout duration ▁▄▄▄▃▃▅▅▅▂█▇▂▃▆ ➡️ 5ms
subgraph-mouse-sweep: style recalc duration ▃▂▄▅▂▃▄▅█▃█▆▁▂▅ ➡️ 43ms
subgraph-mouse-sweep: layout count ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 16
subgraph-mouse-sweep: style recalc count ▅▂▅▅▁▄▃▅█▅▆▄▂▄▅ ➡️ 81
subgraph-mouse-sweep: task duration ▃▂▄▅▂▄▄▅▇▄█▆▁▃▅ ➡️ 785ms
subgraph-mouse-sweep: script duration ▄▅▄▇▅▅▆▇▆▅██▁▄▆ ➡️ 105ms
subgraph-mouse-sweep: TBT ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
subgraph-mouse-sweep: heap used ➡️ NaN MB
subgraph-mouse-sweep: DOM nodes ▅▁▄▅▁▄▃▃█▅▅▄▂▅▃ ➡️ 66
subgraph-mouse-sweep: event listeners ▇▁▂▇▁▂▂▂█▇▂▂▇▇▂ 📈 5
workflow-execution: avg frame time ▆▆▆▄▆▆▃▄▁▄█▆▅▄▆ ➡️ 17ms
workflow-execution: p95 frame time ➡️ NaNms
workflow-execution: layout duration ▁▆▁▃▂▄▃▂▃▃▅█▄▂▅ ➡️ 2ms
workflow-execution: style recalc duration ▃▇▅▇▁▅▆▇█▁██▂▄▆ ➡️ 25ms
workflow-execution: layout count ▁█▂▃▂▃▃▁▃▃▄▃▂▃▂ ➡️ 5
workflow-execution: style recalc count ▃█▅▇▁▄▅▆▅▅▅▅▄▄▂ ➡️ 15
workflow-execution: task duration ▂▅▄▅▁▄▆▆▆▁▇█▁▃▃ ➡️ 120ms
workflow-execution: script duration ▄▃▄▄▃▅▄▅▆▂▇█▁▃▄ ➡️ 29ms
workflow-execution: TBT ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
workflow-execution: heap used ➡️ NaN MB
workflow-execution: DOM nodes ▂█▃▆▁▄▃▅▃█▃▃▄▃▁ ➡️ 152
workflow-execution: event listeners ▅███▁▅███▁██▅█▅ ➡️ 49
Raw data
{
  "timestamp": "2026-08-12T00:36:57.737Z",
  "gitSha": "f0a020ae7da071e9084ad6545b44c342ca455589",
  "branch": "fix/login-route-and-auth-timeout",
  "measurements": [
    {
      "name": "canvas-idle",
      "durationMs": 2011.3870000000134,
      "styleRecalcs": 10,
      "styleRecalcDurationMs": 7.453000000000001,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 448.52200000000005,
      "heapDeltaBytes": 5909032,
      "heapUsedBytes": 70495692,
      "domNodes": 20,
      "jsHeapTotalBytes": 24641536,
      "scriptDurationMs": 13.402000000000001,
      "eventListeners": 4,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "canvas-idle",
      "durationMs": 1997.4720000000161,
      "styleRecalcs": 9,
      "styleRecalcDurationMs": 6.769000000000001,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 438.386,
      "heapDeltaBytes": 5856752,
      "heapUsedBytes": 70507428,
      "domNodes": 18,
      "jsHeapTotalBytes": 23855104,
      "scriptDurationMs": 13.753000000000002,
      "eventListeners": 4,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.699999999999818
    },
    {
      "name": "canvas-mouse-sweep",
      "durationMs": 1946.4810000000057,
      "styleRecalcs": 76,
      "styleRecalcDurationMs": 36.24099999999999,
      "layouts": 12,
      "layoutDurationMs": 4.435,
      "taskDurationMs": 997.5550000000001,
      "heapDeltaBytes": -14225368,
      "heapUsedBytes": 50516416,
      "domNodes": -283,
      "jsHeapTotalBytes": 24354816,
      "scriptDurationMs": 127.71300000000002,
      "eventListeners": -153,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "canvas-mouse-sweep",
      "durationMs": 1852.378999999985,
      "styleRecalcs": 75,
      "styleRecalcDurationMs": 35.009,
      "layouts": 12,
      "layoutDurationMs": 3.3709999999999996,
      "taskDurationMs": 870.179,
      "heapDeltaBytes": -16597128,
      "heapUsedBytes": 48207392,
      "domNodes": -282,
      "jsHeapTotalBytes": 23044096,
      "scriptDurationMs": 123.23400000000001,
      "eventListeners": -153,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66999999999998,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "canvas-zoom-sweep",
      "durationMs": 1734.4229999999925,
      "styleRecalcs": 30,
      "styleRecalcDurationMs": 14.552000000000001,
      "layouts": 6,
      "layoutDurationMs": 0.581,
      "taskDurationMs": 364.03200000000004,
      "heapDeltaBytes": 8773624,
      "heapUsedBytes": 73625224,
      "domNodes": 76,
      "jsHeapTotalBytes": 24641536,
      "scriptDurationMs": 17.369000000000003,
      "eventListeners": 19,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "canvas-zoom-sweep",
      "durationMs": 1738.8029999999617,
      "styleRecalcs": 32,
      "styleRecalcDurationMs": 14.838000000000001,
      "layouts": 6,
      "layoutDurationMs": 0.544,
      "taskDurationMs": 351.308,
      "heapDeltaBytes": 8784604,
      "heapUsedBytes": 73536736,
      "domNodes": 77,
      "jsHeapTotalBytes": 24379392,
      "scriptDurationMs": 16.988000000000003,
      "eventListeners": 19,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "dom-widget-clipping",
      "durationMs": 575.5510000000186,
      "styleRecalcs": 12,
      "styleRecalcDurationMs": 7.113000000000001,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 358.622,
      "heapDeltaBytes": -11286992,
      "heapUsedBytes": 53423916,
      "domNodes": 20,
      "jsHeapTotalBytes": 24903680,
      "scriptDurationMs": 55.955000000000005,
      "eventListeners": 0,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.699999999999818
    },
    {
      "name": "dom-widget-clipping",
      "durationMs": 572.339999999997,
      "styleRecalcs": 9,
      "styleRecalcDurationMs": 5.563000000000001,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 366.361,
      "heapDeltaBytes": -11218308,
      "heapUsedBytes": 53384560,
      "domNodes": 14,
      "jsHeapTotalBytes": 24903680,
      "scriptDurationMs": 56.79300000000001,
      "eventListeners": 0,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "large-graph-idle",
      "durationMs": 2027.5649999999814,
      "styleRecalcs": 9,
      "styleRecalcDurationMs": 7.040999999999999,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 648.2379999999998,
      "heapDeltaBytes": 6951956,
      "heapUsedBytes": 66641244,
      "domNodes": -281,
      "jsHeapTotalBytes": 2723840,
      "scriptDurationMs": 98.15599999999999,
      "eventListeners": -147,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "large-graph-idle",
      "durationMs": 2024.0110000000868,
      "styleRecalcs": 9,
      "styleRecalcDurationMs": 7.621000000000003,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 649.8599999999999,
      "heapDeltaBytes": 7108748,
      "heapUsedBytes": 67215544,
      "domNodes": -281,
      "jsHeapTotalBytes": 3248128,
      "scriptDurationMs": 100.604,
      "eventListeners": -147,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "large-graph-pan",
      "durationMs": 2147.2440000000006,
      "styleRecalcs": 68,
      "styleRecalcDurationMs": 11.405999999999999,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 1205.501,
      "heapDeltaBytes": 3707292,
      "heapUsedBytes": 65417204,
      "domNodes": -284,
      "jsHeapTotalBytes": 3702784,
      "scriptDurationMs": 411.98699999999997,
      "eventListeners": -147,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.670000000000012,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "large-graph-pan",
      "durationMs": 2180.9180000000197,
      "styleRecalcs": 70,
      "styleRecalcDurationMs": 13.927999999999999,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 1236.653,
      "heapDeltaBytes": 4815048,
      "heapUsedBytes": 65680188,
      "domNodes": -284,
      "jsHeapTotalBytes": 3440640,
      "scriptDurationMs": 424.685,
      "eventListeners": -149,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66333333333332,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "large-graph-zoom",
      "durationMs": 3147.207000000037,
      "styleRecalcs": 66,
      "styleRecalcDurationMs": 14.445999999999996,
      "layouts": 60,
      "layoutDurationMs": 7.164999999999999,
      "taskDurationMs": 1450.577,
      "heapDeltaBytes": -5406200,
      "heapUsedBytes": 56926332,
      "domNodes": -287,
      "jsHeapTotalBytes": 6656000,
      "scriptDurationMs": 508.101,
      "eventListeners": -153,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66999999999998,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "large-graph-zoom",
      "durationMs": 3196.6690000000426,
      "styleRecalcs": 65,
      "styleRecalcDurationMs": 14.026,
      "layouts": 60,
      "layoutDurationMs": 6.8660000000000005,
      "taskDurationMs": 1452.521,
      "heapDeltaBytes": -2679784,
      "heapUsedBytes": 59798832,
      "domNodes": -288,
      "jsHeapTotalBytes": 6393856,
      "scriptDurationMs": 512.4,
      "eventListeners": -153,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "minimap-idle",
      "durationMs": 2022.4629999999593,
      "styleRecalcs": 8,
      "styleRecalcDurationMs": 6.315000000000001,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 651.266,
      "heapDeltaBytes": 6559040,
      "heapUsedBytes": 67165916,
      "domNodes": -284,
      "jsHeapTotalBytes": 2985984,
      "scriptDurationMs": 100.444,
      "eventListeners": -149,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66333333333335,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "minimap-idle",
      "durationMs": 2025.816999999961,
      "styleRecalcs": 9,
      "styleRecalcDurationMs": 7.415000000000002,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 649.9720000000001,
      "heapDeltaBytes": 6939732,
      "heapUsedBytes": 67575780,
      "domNodes": -284,
      "jsHeapTotalBytes": 3510272,
      "scriptDurationMs": 99.79299999999999,
      "eventListeners": -147,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "subgraph-dom-widget-clipping",
      "durationMs": 597.7689999999711,
      "styleRecalcs": 48,
      "styleRecalcDurationMs": 11.515,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 401.58799999999997,
      "heapDeltaBytes": -10285952,
      "heapUsedBytes": 54425208,
      "domNodes": 22,
      "jsHeapTotalBytes": 25952256,
      "scriptDurationMs": 121.172,
      "eventListeners": 6,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66333333333335,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "subgraph-dom-widget-clipping",
      "durationMs": 557.2230000000218,
      "styleRecalcs": 47,
      "styleRecalcDurationMs": 10.244000000000002,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 387.79200000000003,
      "heapDeltaBytes": -10692880,
      "heapUsedBytes": 54091004,
      "domNodes": 20,
      "jsHeapTotalBytes": 25690112,
      "scriptDurationMs": 117.04699999999998,
      "eventListeners": 6,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "subgraph-idle",
      "durationMs": 2006.3020000000051,
      "styleRecalcs": 9,
      "styleRecalcDurationMs": 7.307000000000001,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 430.04600000000005,
      "heapDeltaBytes": 5947500,
      "heapUsedBytes": 70638872,
      "domNodes": 18,
      "jsHeapTotalBytes": 24641536,
      "scriptDurationMs": 12.682999999999998,
      "eventListeners": 4,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "subgraph-idle",
      "durationMs": 2007.0690000000013,
      "styleRecalcs": 9,
      "styleRecalcDurationMs": 7.082999999999999,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 427.871,
      "heapDeltaBytes": 5798676,
      "heapUsedBytes": 70581048,
      "domNodes": 18,
      "jsHeapTotalBytes": 24903680,
      "scriptDurationMs": 12.506000000000002,
      "eventListeners": 4,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.799999999999272
    },
    {
      "name": "subgraph-mouse-sweep",
      "durationMs": 1689.1940000000432,
      "styleRecalcs": 76,
      "styleRecalcDurationMs": 32.01,
      "layouts": 16,
      "layoutDurationMs": 4.051,
      "taskDurationMs": 704.2760000000001,
      "heapDeltaBytes": -3428488,
      "heapUsedBytes": 61461664,
      "domNodes": 61,
      "jsHeapTotalBytes": 25952256,
      "scriptDurationMs": 82.80999999999999,
      "eventListeners": 4,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "subgraph-mouse-sweep",
      "durationMs": 1695.1350000000502,
      "styleRecalcs": 76,
      "styleRecalcDurationMs": 32.289,
      "layouts": 16,
      "layoutDurationMs": 3.47,
      "taskDurationMs": 701.9989999999999,
      "heapDeltaBytes": -3338516,
      "heapUsedBytes": 61372628,
      "domNodes": 64,
      "jsHeapTotalBytes": 24641536,
      "scriptDurationMs": 81.829,
      "eventListeners": 4,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66333333333335,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "subgraph-transition-enter",
      "durationMs": 1406.5330000000245,
      "styleRecalcs": 19,
      "styleRecalcDurationMs": 30.38600000000001,
      "layouts": 15,
      "layoutDurationMs": 12.59,
      "taskDurationMs": 899.8690000000003,
      "heapDeltaBytes": 3748784,
      "heapUsedBytes": 74469068,
      "domNodes": 13673,
      "jsHeapTotalBytes": 16252928,
      "scriptDurationMs": 31.965999999999994,
      "eventListeners": 2375,
      "totalBlockingTimeMs": 140,
      "frameDurationMs": 16.66333333333335,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "viewport-pan-sweep",
      "durationMs": 8219.34299999998,
      "styleRecalcs": 249,
      "styleRecalcDurationMs": 33.83,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 4231.7,
      "heapDeltaBytes": 11889708,
      "heapUsedBytes": 71769956,
      "domNodes": -284,
      "jsHeapTotalBytes": 6324224,
      "scriptDurationMs": 1331.808,
      "eventListeners": -133,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.670000000000012,
      "p95FrameDurationMs": 16.799999999999272
    },
    {
      "name": "viewport-pan-sweep",
      "durationMs": 8180.7620000000725,
      "styleRecalcs": 250,
      "styleRecalcDurationMs": 34.571,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 4243.907,
      "heapDeltaBytes": 10958024,
      "heapUsedBytes": 70806932,
      "domNodes": -281,
      "jsHeapTotalBytes": 5013504,
      "scriptDurationMs": 1336.812,
      "eventListeners": -133,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.80000000000109
    },
    {
      "name": "vue-large-graph-idle",
      "durationMs": 15716.109000000017,
      "styleRecalcs": 0,
      "styleRecalcDurationMs": 0,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 15659.665,
      "heapDeltaBytes": -46457880,
      "heapUsedBytes": 171578424,
      "domNodes": -8312,
      "jsHeapTotalBytes": -4136960,
      "scriptDurationMs": 534.4649999999999,
      "eventListeners": -16387,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 17.219999999999953,
      "p95FrameDurationMs": 16.80000000000291
    },
    {
      "name": "vue-large-graph-idle",
      "durationMs": 15607.569000000012,
      "styleRecalcs": 0,
      "styleRecalcDurationMs": 0,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 15557.235999999999,
      "heapDeltaBytes": -59157780,
      "heapUsedBytes": 167035864,
      "domNodes": -8316,
      "jsHeapTotalBytes": -10690560,
      "scriptDurationMs": 508.927,
      "eventListeners": -16385,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 17.780000000000047,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "vue-large-graph-pan",
      "durationMs": 19374.284000000047,
      "styleRecalcs": 128,
      "styleRecalcDurationMs": 13.521999999999979,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 19347.322,
      "heapDeltaBytes": -45998216,
      "heapUsedBytes": 169833844,
      "domNodes": -8312,
      "jsHeapTotalBytes": -10166272,
      "scriptDurationMs": 851.5029999999999,
      "eventListeners": -16383,
      "totalBlockingTimeMs": 58,
      "frameDurationMs": 17.216666666666665,
      "p95FrameDurationMs": 16.799999999999272
    },
    {
      "name": "vue-large-graph-pan",
      "durationMs": 19608.925999999996,
      "styleRecalcs": 131,
      "styleRecalcDurationMs": 13.466000000000033,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 19563.761,
      "heapDeltaBytes": -18542996,
      "heapUsedBytes": 180613200,
      "domNodes": -8312,
      "jsHeapTotalBytes": -12070912,
      "scriptDurationMs": 854.902,
      "eventListeners": -16385,
      "totalBlockingTimeMs": 89,
      "frameDurationMs": 17.776666666666642,
      "p95FrameDurationMs": 16.799999999999272
    },
    {
      "name": "workflow-execution",
      "durationMs": 451.8150000000105,
      "styleRecalcs": 15,
      "styleRecalcDurationMs": 24.648000000000003,
      "layouts": 4,
      "layoutDurationMs": 1.3810000000000002,
      "taskDurationMs": 114.758,
      "heapDeltaBytes": 5067892,
      "heapUsedBytes": 68969304,
      "domNodes": 126,
      "jsHeapTotalBytes": 5242880,
      "scriptDurationMs": 8.953000000000001,
      "eventListeners": 97,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66333333333332,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "workflow-execution",
      "durationMs": 457.6270000000022,
      "styleRecalcs": 14,
      "styleRecalcDurationMs": 18.557000000000002,
      "layouts": 3,
      "layoutDurationMs": 0.6900000000000001,
      "taskDurationMs": 105.011,
      "heapDeltaBytes": 5047376,
      "heapUsedBytes": 68764296,
      "domNodes": 123,
      "jsHeapTotalBytes": 5242880,
      "scriptDurationMs": 8.514000000000003,
      "eventListeners": 97,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66333333333335,
      "p95FrameDurationMs": 16.800000000000182
    }
  ]
}

@coderabbitai

coderabbitai Bot commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

📝 Walkthrough

Walkthrough

The PR adds bounded cloud authentication retries with Sentry and Datadog reporting, expands bootstrap tests, and adds a catch-all router redirect.

Changes

Bootstrap resilience

Layer / File(s) Summary
Bounded cloud authentication
src/stores/bootstrapStore.ts
Cloud bootstrap waits up to 16 seconds, retries once after 3 seconds, reports unresolved timeouts to Sentry and Datadog, and continues initialization.
Bootstrap retry validation
src/stores/bootstrapStore.test.ts
Tests cover unauthenticated initialization, retry recovery, timeout reporting, and resettable error-reporting state.

Router fallback

Layer / File(s) Summary
Catch-all route and validation
src/router.ts, browser_tests/tests/cloud.spec.ts
The router redirects unmatched paths to /. Browser coverage verifies that unauthenticated users reach /cloud/login.

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

Possibly related PRs

Suggested reviewers: dante01yoon

🚥 Pre-merge checks | ✅ 6
✅ Passed checks (6 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly summarizes both primary changes: bounded authentication waiting and a catch-all route for unknown paths.
Description check ✅ Passed The description explains both fixes, root causes, verification steps, test results, and pending CI status; omitted template headings are non-critical.
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.
End-To-End Regression Coverage For Fixes ✅ Passed The PR changes frontend files under src/ and also changes browser_tests/cloud.spec.ts, so it satisfies the required end-to-end coverage condition despite using fix language.
Adr Compliance For Entity/Litegraph Changes ✅ Passed The changed files are router, bootstrap store, its test, and cloud browser tests. None are litegraph, ECS, or graph-entity files, so this check does not apply.
✨ 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 fix/login-route-and-auth-timeout

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: 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/router.ts`:
- Around line 87-90: Add Vitest behavioral coverage for the catch-all route
defined in the router configuration: navigate to an unmatched path and assert
the final route is “/”. When cloud mode is enabled, also verify unauthenticated
navigation ultimately reaches the existing cloud-login route, asserting final
navigation state rather than internal guard calls.

In `@src/stores/bootstrapStore.ts`:
- Around line 41-49: Update waitForResolution in src/stores/bootstrapStore.ts
(lines 41-49) to wait only for isInitialized, allowing signed-out Firebase
results to continue bootstrap without requiring isAuthenticated. In
src/stores/bootstrapStore.test.ts (lines 153-162), add or update coverage to
verify bootstrap loads after mockIsAuthInitialized becomes true while
mockIsAuthAuthenticated remains false, preserving timeout, retry,
Sentry-reporting, and routing behavior coverage.
🪄 Autofix

Fix all unresolved CodeRabbit comments on this PR:

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

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: dfaf8fa7-2038-4736-a78e-c359fc24f8b9

📥 Commits

Reviewing files that changed from the base of the PR and between 2ab67a6 and 774dcfa.

📒 Files selected for processing (3)
  • src/router.ts
  • src/stores/bootstrapStore.test.ts
  • src/stores/bootstrapStore.ts

Comment thread src/router.ts Outdated
Comment on lines +87 to +90
// Catch-all: unknown paths redirect to root rather than hanging on the
// splash screen with no route match. The global auth guard then routes
// unauthenticated users to /cloud/login as normal.
{ path: "/:pathMatch(.*)*", redirect: "/" },

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.

📐 Maintainability & Code Quality | 🔵 Trivial | ⚡ Quick win

Add behavioral coverage for the catch-all route.

Add a Vitest test that navigates to an unmatched path and asserts that the final route is /. In cloud mode, also assert that an unauthenticated navigation reaches cloud-login through the existing guard. Assert final navigation state instead of internal guard calls.

As per coding guidelines: “Write Vitest unit/component tests for behavioral changes, especially bug fixes.”

🤖 Prompt for 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.

In `@src/router.ts` around lines 87 - 90, Add Vitest behavioral coverage for the
catch-all route defined in the router configuration: navigate to an unmatched
path and assert the final route is “/”. When cloud mode is enabled, also verify
unauthenticated navigation ultimately reaches the existing cloud-login route,
asserting final navigation state rather than internal guard calls.

Source: Coding guidelines

Comment thread src/stores/bootstrapStore.ts Outdated
@dosubot dosubot Bot added size:M This PR changes 30-99 lines, ignoring generated files. and removed size:L This PR changes 100-499 lines, ignoring generated files. labels Aug 11, 2026
Navigating to an unknown path (e.g. /woiadawd) in the cloud build must
redirect to /cloud/login rather than hanging indefinitely on the splash
screen. The catch-all route added in the previous commit makes this
deterministic; this test locks in the behaviour as a CI regression gate.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@codecov

codecov Bot commented Aug 11, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

@@            Coverage Diff             @@
##             main   #15063      +/-   ##
==========================================
- Coverage   80.81%   80.74%   -0.07%     
==========================================
  Files        1873     1873              
  Lines      121954   122109     +155     
  Branches    37495    37566      +71     
==========================================
+ Hits        98558    98599      +41     
- Misses      22859    22963     +104     
- Partials      537      547      +10     
Flag Coverage Δ
unit 72.52% <100.00%> (+<0.01%) ⬆️

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

Files with missing lines Coverage Δ
src/router.ts 11.62% <ø> (-14.22%) ⬇️
src/stores/bootstrapStore.ts 100.00% <100.00%> (ø)

... and 11 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 and others added 2 commits August 11, 2026 23:24
The ComfyUI Python dev server serves file downloads for arbitrary paths
(e.g. /woiadawd), not the SPA shell. Navigate to root to boot the SPA,
then push the unknown path via history.pushState so Vue Router handles
the redirect client-side.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…ated

onAuthStateChanged fires with null for signed-out users, which sets
isInitialized = true but leaves isAuthenticated = false. Awaiting
isAuthenticated here caused every unauthenticated cloud page load to
wait 35s (16s + 3s backoff + 16s) before bootstrap continued and fire
a false Sentry timeout on every sign-out.

Only isInitialized is needed: Firebase initialization resolves whether
the user is signed in or not. The existing auth guard in router.ts
handles the login redirect for unauthenticated users separately.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@dosubot dosubot Bot added size:L This PR changes 100-499 lines, ignoring generated files. and removed size:M This PR changes 30-99 lines, ignoring generated files. labels Aug 11, 2026
@dosubot dosubot Bot added size:M This PR changes 30-99 lines, ignoring generated files. and removed size:L This PR changes 100-499 lines, ignoring generated files. labels Aug 11, 2026
Per team preference (Datadog-first), report the bootstrap auth timeout
to datadogRum.addError in addition to Sentry captureException so the
error surfaces regardless of which observability platform is active.

Also normalises the thrown value to an Error instance before reporting.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@dosubot dosubot Bot added size:L This PR changes 100-499 lines, ignoring generated files. and removed size:M This PR changes 30-99 lines, ignoring generated files. labels Aug 12, 2026
@dosubot dosubot Bot added size:M This PR changes 30-99 lines, ignoring generated files. and removed size:L This PR changes 100-499 lines, ignoring generated files. labels Aug 12, 2026

@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.

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (1)
src/stores/bootstrapStore.ts (1)

68-76: 🚀 Performance & Scalability | 🔵 Trivial | ⚡ Quick win

Avoid duplicate Datadog error events.

Datadog automatically collects console.error events. This timeout is also sent through datadogRum.addError, so it produces two RUM error events. Remove console.error or replace it with a non-error diagnostic path.

🤖 Prompt for 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.

In `@src/stores/bootstrapStore.ts` around lines 68 - 76, In the bootstrap auth
timeout handling around retryError, remove the console.error call or replace it
with a non-error diagnostic path so Datadog does not record a duplicate RUM
error alongside datadogRum.addError. Preserve the existing normalized err
creation and explicit Datadog reporting.

Source: MCP tools

🤖 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.

Outside diff comments:
In `@src/stores/bootstrapStore.ts`:
- Around line 68-76: In the bootstrap auth timeout handling around retryError,
remove the console.error call or replace it with a non-error diagnostic path so
Datadog does not record a duplicate RUM error alongside datadogRum.addError.
Preserve the existing normalized err creation and explicit Datadog reporting.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: c322bada-4023-4dd3-95b3-722a0fb5d7ba

📥 Commits

Reviewing files that changed from the base of the PR and between 18e5384 and a79c861.

📒 Files selected for processing (2)
  • src/stores/bootstrapStore.test.ts
  • src/stores/bootstrapStore.ts

Comment on lines +76 to +77
datadogRum.addError(err, { error_type: 'bootstrap_auth_wait_timeout' })
captureException(err, {

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.

should we encapsulate these calls into a helper so we don't leak datadog RUM calls thoughout the codebase?

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.

Hm I actually did ask for a single helper that encapsulates all loggers but evidently it was not implemented. Good catch

Comment thread src/router.ts
// Catch-all: unknown paths redirect to root rather than hanging on the
// splash screen with no route match. The global auth guard then routes
// unauthenticated users to /cloud/login as normal.
{ path: '/:pathMatch(.*)*', redirect: '/' }

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.

How about emitting a Datadog warning for unmatched routes? We can monitor for spikes in unmatched routes.

@christian-byrne christian-byrne added needs-backport Fix/change that needs to be cherry-picked to the current feature freeze branch cloud/1.49 Backport PRs for cloud 1.49 cloud/1.50 Backport PRs for cloud 1.50 labels Aug 13, 2026
@christian-byrne

Copy link
Copy Markdown
Contributor Author

Doing the suggestions in a follow up so we can ship this fix

@christian-byrne
christian-byrne merged commit 450cc7f into main Aug 13, 2026
110 of 113 checks passed
@christian-byrne
christian-byrne deleted the fix/login-route-and-auth-timeout branch August 13, 2026 01:51
@github-actions

Copy link
Copy Markdown

⚠️ Backport to cloud/1.49 failed

Reason: Merge conflicts detected during cherry-pick of 450cc7f

The auto-backport could not be completed automatically. Please backport
manually onto branch backport-15063-to-cloud-1.49 (from origin/cloud/1.49) and
open a PR to cloud/1.49.

📄 Conflicting files
src/stores/bootstrapStore.test.ts
src/stores/bootstrapStore.ts
🤖 Prompt for AI Agents
Backport PR #15063 (https://github.com/Comfy-Org/ComfyUI_frontend/pull/15063) to cloud/1.49.
Cherry-pick merge commit 450cc7ff2fe3f385e827de9788269ddd8526998f onto new branch
backport-15063-to-cloud-1.49 from origin/cloud/1.49.
Resolve conflicts in: src/stores/bootstrapStore.test.ts src/stores/bootstrapStore.ts .



For test snapshots (browser_tests/**/*-snapshots/), accept PR version if
changed in original PR, else keep target. For package.json versions, keep
target branch. For pnpm-lock.yaml, regenerate with pnpm install.
Ask user for non-obvious conflicts.
Create PR titled "[backport cloud/1.49] <original title>" with label "backport".
See .github/workflows/pr-backport.yaml for workflow details.

cc @christian-byrne

@github-actions

Copy link
Copy Markdown

⚠️ Backport to cloud/1.50 failed

Reason: Merge conflicts detected during cherry-pick of 450cc7f

The auto-backport could not be completed automatically. Please backport
manually onto branch backport-15063-to-cloud-1.50 (from origin/cloud/1.50) and
open a PR to cloud/1.50.

📄 Conflicting files
src/stores/bootstrapStore.test.ts
src/stores/bootstrapStore.ts
🤖 Prompt for AI Agents
Backport PR #15063 (https://github.com/Comfy-Org/ComfyUI_frontend/pull/15063) to cloud/1.50.
Cherry-pick merge commit 450cc7ff2fe3f385e827de9788269ddd8526998f onto new branch
backport-15063-to-cloud-1.50 from origin/cloud/1.50.
Resolve conflicts in: src/stores/bootstrapStore.test.ts src/stores/bootstrapStore.ts .



For test snapshots (browser_tests/**/*-snapshots/), accept PR version if
changed in original PR, else keep target. For package.json versions, keep
target branch. For pnpm-lock.yaml, regenerate with pnpm install.
Ask user for non-obvious conflicts.
Create PR titled "[backport cloud/1.50] <original title>" with label "backport".
See .github/workflows/pr-backport.yaml for workflow details.

cc @christian-byrne

@christian-byrne christian-byrne added needs-backport Fix/change that needs to be cherry-picked to the current feature freeze branch cloud/1.49 Backport PRs for cloud 1.49 cloud/1.50 Backport PRs for cloud 1.50 and removed needs-backport Fix/change that needs to be cherry-picked to the current feature freeze branch cloud/1.49 Backport PRs for cloud 1.49 cloud/1.50 Backport PRs for cloud 1.50 labels Aug 13, 2026
@comfy-pr-bot

Copy link
Copy Markdown
Member

@christian-byrne Successfully backported to #15179

@comfy-pr-bot

Copy link
Copy Markdown
Member

@christian-byrne Successfully backported to #15180

@github-actions github-actions Bot removed the needs-backport Fix/change that needs to be cherry-picked to the current feature freeze branch label Aug 13, 2026
comfy-pr-bot added a commit that referenced this pull request Aug 13, 2026
…atch-all for unknown routes (IR-105) (#15180)

Backport of #15063 to `cloud/1.50`

Automatically created by backport workflow.

Co-authored-by: Christian Byrne <cbyrne@comfy.org>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: GitHub Action <action@github.com>
comfy-pr-bot added a commit that referenced this pull request Aug 13, 2026
…atch-all for unknown routes (IR-105) (#15179)

Backport of #15063 to `cloud/1.49`

Automatically created by backport workflow.

Co-authored-by: Christian Byrne <cbyrne@comfy.org>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: GitHub Action <action@github.com>
@comfy-pr-bot comfy-pr-bot added the released:cloud PR has been released to cloud label Aug 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cloud/1.49 Backport PRs for cloud 1.49 cloud/1.50 Backport PRs for cloud 1.50 released:cloud PR has been released to cloud size:M This PR changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants