Skip to content

fix: resolve cloud output video missing-media false positives#13507

Merged
jaeone94 merged 3 commits into
mainfrom
codex/fix-cloud-output-video-missing-media
Jul 9, 2026
Merged

fix: resolve cloud output video missing-media false positives#13507
jaeone94 merged 3 commits into
mainfrom
codex/fix-cloud-output-video-missing-media

Conversation

@jaeone94

@jaeone94 jaeone94 commented Jul 8, 2026

Copy link
Copy Markdown
Collaborator

Summary

Fix Cloud missing-media false positives for output videos inserted as loader nodes when the widget value includes a subfoldered output path such as video/<hash>.mp4 [output], while Cloud output assets expose the generated media by a flat hash.

Changes

  • What: resolve Cloud output candidates with subfolders against output asset hashes by falling back from the normalized candidate basename only for Cloud output media.
  • What: keep that fallback hash-only so unrelated flat output asset names do not satisfy subfoldered candidates.
  • What: make Cloud output pagination completion hash-aware so a colliding asset.name does not stop loading before the hash match appears.
  • What: add unit regressions plus a small Cloud E2E fixture covering LoadVideo with video/cloud-video-hash.mp4 [output].
  • No breaking changes or dependency changes.

Review Focus

Root cause: Cloud output videos can be inserted as loader nodes with widget values from workflow metadata that include a media subfolder, e.g. video/<hash>.mp4 [output]. The Cloud output asset list resolves generated media by a flat hash. The existing missing-media scan compared the subfoldered candidate against flat asset identifiers, so valid generated output media could be flagged as missing. Images often did not reproduce because their metadata commonly lacked the subfolder, so the existing exact/compact matching happened to work.

Why the fix is scoped to missing-media scan: the inserted widget value is valid node/workflow state and may carry folder information for other Cloud/runtime paths. Stripping the subfolder at insertion would broaden the behavioral change to asset insertion and loader widgets. Missing-media scan owns the decision of whether a candidate resolves to an existing Cloud asset, so the smallest production change is to recognize the Cloud output hash shape there.

Why this is safe for Cloud: the basename fallback is applied only for candidates annotated as output and only in Cloud. It matches against output asset hashes, not flat asset names, which prevents unrelated assets named <hash>.mp4 from masking a real miss. Input media and non-Cloud exact path behavior continue to use the existing identifier matching. Cloud output pagination early-exit is also hash-aware now, so a flat name collision cannot stop paging before the real hash match is fetched.

Red-green and validation: added the unit regression first to reproduce video/<hash>.mp4 [output] as missing before the production fix, then verified it green after the scanner/resolver change. Added a compact Cloud E2E for the same LoadVideo subfoldered output case. Local validation run:

  • pnpm test:unit src/platform/missingMedia/missingMediaScan.test.ts src/platform/missingMedia/missingMediaAssetResolver.test.ts - 59 passed
  • PLAYWRIGHT_LOCAL=1 PLAYWRIGHT_TEST_URL=http://localhost:5175 PLAYWRIGHT_SETUP_API_URL=http://localhost:8188 pnpm exec playwright test browser_tests/tests/propertiesPanel/errorsTabMissingMediaRuntime.spec.ts --project=cloud --grep "subfoldered output video" --repeat-each=5 --reporter=line - 5 passed
  • PLAYWRIGHT_LOCAL=1 PLAYWRIGHT_TEST_URL=http://localhost:5175 PLAYWRIGHT_SETUP_API_URL=http://localhost:8188 pnpm exec playwright test browser_tests/tests/propertiesPanel/errorsTabMissingMediaRuntime.spec.ts --project=cloud --grep "resolves compact annotated output media|resolves subfoldered output video" --reporter=line - 2 passed
  • pnpm typecheck
  • pnpm typecheck:browser
  • pnpm knip
  • pnpm lint
  • staged pre-commit hooks: oxfmt, oxlint, eslint, typecheck, typecheck:browser

Screenshots (if applicable)

Before

2026-07-08.3.15.34.mov

After

2026-07-08.3.16.35.mov

@jaeone94 jaeone94 requested a review from a team July 8, 2026 04:33
@dosubot dosubot Bot added the size:L This PR changes 100-499 lines, ignoring generated files. label Jul 8, 2026
@github-actions

github-actions Bot commented Jul 8, 2026

Copy link
Copy Markdown

🎨 Storybook: ✅ Built — View Storybook

Details

⏰ Completed at: 07/08/2026, 06:55:31 PM UTC

Links

📦 Bundle: 7.78 MB gzip 🔴 +316 B

Details

Summary

  • Raw size: 32.8 MB baseline 32.8 MB — 🔴 +2.1 kB
  • Gzip: 7.78 MB baseline 7.78 MB — 🔴 +316 B
  • Brotli: 5.35 MB baseline 5.35 MB — 🔴 +382 B
  • Bundles: 299 current • 299 baseline • 134 added / 134 removed

Category Glance
Utilities & Hooks 🔴 +2.1 kB (3.39 MB) · Vendor & Third-Party ⚪ 0 B (15.3 MB) · Other ⚪ 0 B (11.7 MB) · Graph Workspace ⚪ 0 B (1.27 MB) · Panels & Settings ⚪ 0 B (546 kB) · Data & Services ⚪ 0 B (270 kB) · + 5 more

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

Main entry bundles and manifests

File Before After Δ Raw Δ Gzip Δ Brotli
assets/index-Bcw3-qiu.js (removed) 47.8 kB 🟢 -47.8 kB 🟢 -14 kB 🟢 -12.1 kB
assets/index-CVq0zyYJ.js (new) 47.8 kB 🔴 +47.8 kB 🔴 +14 kB 🔴 +12.1 kB

Status: 1 added / 1 removed

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

Graph editor runtime, canvas, workflow orchestration

File Before After Δ Raw Δ Gzip Δ Brotli
assets/GraphView-Bajfbymi.js (new) 1.27 MB 🔴 +1.27 MB 🔴 +271 kB 🔴 +203 kB
assets/GraphView-BnNvK1Iz.js (removed) 1.27 MB 🟢 -1.27 MB 🟢 -271 kB 🟢 -203 kB

Status: 1 added / 1 removed

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

Top-level views, pages, and routed surfaces

File Before After Δ Raw Δ Gzip Δ Brotli
assets/CloudSurveyView-B3Xj6E5s.js (removed) 19.4 kB 🟢 -19.4 kB 🟢 -5.04 kB 🟢 -4.47 kB
assets/CloudSurveyView-DOQvgIDT.js (new) 19.4 kB 🔴 +19.4 kB 🔴 +5.04 kB 🔴 +4.47 kB
assets/CloudLoginView-Bb5doASg.js (removed) 11.4 kB 🟢 -11.4 kB 🟢 -3.07 kB 🟢 -2.69 kB
assets/CloudLoginView-Czgh24_x.js (new) 11.4 kB 🔴 +11.4 kB 🔴 +3.07 kB 🔴 +2.69 kB
assets/CloudSignupView-DEsF0bpT.js (removed) 9.79 kB 🟢 -9.79 kB 🟢 -2.74 kB 🟢 -2.41 kB
assets/CloudSignupView-M7XxJ4Uj.js (new) 9.79 kB 🔴 +9.79 kB 🔴 +2.74 kB 🔴 +2.41 kB
assets/CloudLayoutView-CeRGBIts.js (new) 9.36 kB 🔴 +9.36 kB 🔴 +2.34 kB 🔴 +2.03 kB
assets/CloudLayoutView-DEM7aZB6.js (removed) 9.36 kB 🟢 -9.36 kB 🟢 -2.34 kB 🟢 -2.03 kB
assets/UserCheckView-C2dUINLQ.js (removed) 8.8 kB 🟢 -8.8 kB 🟢 -2.22 kB 🟢 -1.94 kB
assets/UserCheckView-VmzDGh-K.js (new) 8.8 kB 🔴 +8.8 kB 🔴 +2.22 kB 🔴 +1.93 kB
assets/CloudSubscriptionRedirectView-Cw_WCoh_.js (new) 6.98 kB 🔴 +6.98 kB 🔴 +2.58 kB 🔴 +2.25 kB
assets/CloudSubscriptionRedirectView-DFnREpWu.js (removed) 6.98 kB 🟢 -6.98 kB 🟢 -2.58 kB 🟢 -2.27 kB
assets/UserSelectView-Bp0eZdzB.js (removed) 6 kB 🟢 -6 kB 🟢 -2.15 kB 🟢 -1.89 kB
assets/UserSelectView-CGzGlZ5T.js (new) 6 kB 🔴 +6 kB 🔴 +2.15 kB 🔴 +1.89 kB
assets/CloudForgotPasswordView-DSFqDxv0.js (removed) 5.15 kB 🟢 -5.15 kB 🟢 -1.76 kB 🟢 -1.53 kB
assets/CloudForgotPasswordView-tCWRIyz9.js (new) 5.15 kB 🔴 +5.15 kB 🔴 +1.76 kB 🔴 +1.54 kB
assets/CloudAuthTimeoutView-BQBiegI1.js (new) 4.49 kB 🔴 +4.49 kB 🔴 +1.57 kB 🔴 +1.37 kB
assets/CloudAuthTimeoutView-d5S7N4_L.js (removed) 4.49 kB 🟢 -4.49 kB 🟢 -1.58 kB 🟢 -1.37 kB

Status: 9 added / 9 removed / 3 unchanged

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

Configuration panels, inspectors, and settings screens

File Before After Δ Raw Δ Gzip Δ Brotli
assets/KeybindingPanel-bHRuNrQZ.js (new) 49.4 kB 🔴 +49.4 kB 🔴 +9.97 kB 🔴 +8.82 kB
assets/KeybindingPanel-C4e82NsJ.js (removed) 49.4 kB 🟢 -49.4 kB 🟢 -9.97 kB 🟢 -8.82 kB
assets/SecretsPanel-DGFltACx.js (new) 24.2 kB 🔴 +24.2 kB 🔴 +5.77 kB 🔴 +5.07 kB
assets/SecretsPanel-DKHoLyTC.js (removed) 24.2 kB 🟢 -24.2 kB 🟢 -5.77 kB 🟢 -5.07 kB
assets/CreditsPanel-DBWhAnIb.js (new) 15.9 kB 🔴 +15.9 kB 🔴 +4.66 kB 🔴 +4.09 kB
assets/CreditsPanel-P1UQkIpX.js (removed) 15.9 kB 🟢 -15.9 kB 🟢 -4.66 kB 🟢 -4.09 kB
assets/AboutPanel-C9hWqYMY.js (new) 12 kB 🔴 +12 kB 🔴 +3.29 kB 🔴 +2.95 kB
assets/AboutPanel-DWNVWN4B.js (removed) 12 kB 🟢 -12 kB 🟢 -3.29 kB 🟢 -2.94 kB
assets/SubscriptionPanel-BtDgoaOt.js (removed) 11.4 kB 🟢 -11.4 kB 🟢 -3.61 kB 🟢 -3.17 kB
assets/SubscriptionPanel-BvY9Li49.js (new) 11.4 kB 🔴 +11.4 kB 🔴 +3.61 kB 🔴 +3.16 kB
assets/ExtensionPanel-BOAFshs9.js (removed) 9.03 kB 🟢 -9.03 kB 🟢 -2.5 kB 🟢 -2.2 kB
assets/ExtensionPanel-m-cvQkxI.js (new) 9.03 kB 🔴 +9.03 kB 🔴 +2.5 kB 🔴 +2.2 kB
assets/ServerConfigPanel-Bv178wvo.js (removed) 6.15 kB 🟢 -6.15 kB 🟢 -1.98 kB 🟢 -1.76 kB
assets/ServerConfigPanel-D0ElDRd-.js (new) 6.15 kB 🔴 +6.15 kB 🔴 +1.98 kB 🔴 +1.76 kB
assets/UserPanel-CvUwlAPR.js (removed) 5.78 kB 🟢 -5.78 kB 🟢 -1.82 kB 🟢 -1.57 kB
assets/UserPanel-DEmoYlA6.js (new) 5.78 kB 🔴 +5.78 kB 🔴 +1.82 kB 🔴 +1.58 kB
assets/refreshRemoteConfig-BGa-aAdr.js (new) 2.88 kB 🔴 +2.88 kB 🔴 +1.26 kB 🔴 +1.11 kB
assets/refreshRemoteConfig-Bll9YS_Z.js (removed) 2.88 kB 🟢 -2.88 kB 🟢 -1.26 kB 🟢 -1.11 kB
assets/cloudRemoteConfig-BPIfZ44S.js (new) 990 B 🔴 +990 B 🔴 +543 B 🔴 +474 B
assets/cloudRemoteConfig-CqzRFgct.js (removed) 990 B 🟢 -990 B 🟢 -542 B 🟢 -460 B
assets/refreshRemoteConfig-B5_0tYFm.js (new) 110 B 🔴 +110 B 🔴 +89 B 🔴 +85 B
assets/refreshRemoteConfig-DHw-tdXU.js (removed) 110 B 🟢 -110 B 🟢 -89 B 🟢 -89 B

Status: 11 added / 11 removed / 16 unchanged

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

Authentication, profile, and account management bundles

File Before After Δ Raw Δ Gzip Δ Brotli
assets/SignUpForm-B91M4PjM.js (removed) 12.3 kB 🟢 -12.3 kB 🟢 -4.19 kB 🟢 -3.66 kB
assets/SignUpForm-C3ce135Q.js (new) 12.3 kB 🔴 +12.3 kB 🔴 +4.19 kB 🔴 +3.66 kB
assets/auth-BgmDExYk.js (new) 3.69 kB 🔴 +3.69 kB 🔴 +1.3 kB 🔴 +1.13 kB
assets/auth-Ub97Jfg2.js (removed) 3.69 kB 🟢 -3.69 kB 🟢 -1.3 kB 🟢 -1.13 kB
assets/usePostAuthRedirect-BzWRTJX3.js (removed) 3.33 kB 🟢 -3.33 kB 🟢 -1.28 kB 🟢 -1.11 kB
assets/usePostAuthRedirect-Dm1tW_eA.js (new) 3.33 kB 🔴 +3.33 kB 🔴 +1.27 kB 🔴 +1.11 kB
assets/UpdatePasswordContent-DQNZlCbW.js (new) 1.92 kB 🔴 +1.92 kB 🔴 +877 B 🔴 +768 B
assets/UpdatePasswordContent-DwYVQmda.js (removed) 1.92 kB 🟢 -1.92 kB 🟢 -877 B 🟢 -764 B
assets/authStore-D1LXY_Tj.js (removed) 130 B 🟢 -130 B 🟢 -109 B 🟢 -110 B
assets/authStore-jE2ErM1s.js (new) 130 B 🔴 +130 B 🔴 +109 B 🔴 +106 B
assets/workspaceAuthStore-BoMWDe3e.js (new) 110 B 🔴 +110 B 🔴 +104 B 🔴 +111 B
assets/workspaceAuthStore-BrE1l0Pr.js (removed) 110 B 🟢 -110 B 🟢 -104 B 🟢 -114 B
assets/auth-Di409PX1.js (removed) 105 B 🟢 -105 B 🟢 -96 B 🟢 -84 B
assets/auth-QRb8kIW6.js (new) 105 B 🔴 +105 B 🔴 +96 B 🔴 +83 B

Status: 7 added / 7 removed / 3 unchanged

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

Modals, dialogs, drawers, and in-app editors

File Before After Δ Raw Δ Gzip Δ Brotli
assets/ComfyHubPublishDialog-CaOwAJV4.js (new) 90.5 kB 🔴 +90.5 kB 🔴 +19.3 kB 🔴 +16.6 kB
assets/ComfyHubPublishDialog-Dbn4A_7K.js (removed) 90.5 kB 🟢 -90.5 kB 🟢 -19.3 kB 🟢 -16.5 kB
assets/useShareDialog--QVA8apI.js (new) 23.7 kB 🔴 +23.7 kB 🔴 +5.59 kB 🔴 +4.96 kB
assets/useShareDialog-EZ1HP0u7.js (removed) 23.7 kB 🟢 -23.7 kB 🟢 -5.58 kB 🟢 -4.97 kB
assets/ComfyHubPublishDialog-B4cN22i0.js (removed) 143 B 🟢 -143 B 🟢 -105 B 🟢 -92 B
assets/ComfyHubPublishDialog-DbvBBpgw.js (new) 143 B 🔴 +143 B 🔴 +105 B 🔴 +89 B
assets/useSubscriptionDialog-BelCc6TL.js (new) 110 B 🔴 +110 B 🔴 +102 B 🔴 +88 B
assets/useSubscriptionDialog-By-rLeYM.js (removed) 110 B 🟢 -110 B 🟢 -102 B 🟢 -88 B

Status: 4 added / 4 removed / 1 unchanged

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

Reusable component library chunks

File Before After Δ Raw Δ Gzip Δ Brotli
assets/ComfyQueueButton-D-lOOseu.js (removed) 13.6 kB 🟢 -13.6 kB 🟢 -3.82 kB 🟢 -3.41 kB
assets/ComfyQueueButton-DjJJQz5J.js (new) 13.6 kB 🔴 +13.6 kB 🔴 +3.82 kB 🔴 +3.41 kB
assets/useTerminalTabs-2uvZYl8K.js (removed) 12.1 kB 🟢 -12.1 kB 🟢 -3.84 kB 🟢 -3.38 kB
assets/useTerminalTabs-BwOLVM3k.js (new) 12.1 kB 🔴 +12.1 kB 🔴 +3.84 kB 🔴 +3.38 kB
assets/SubscribeButton-CnSsyTWR.js (removed) 2.38 kB 🟢 -2.38 kB 🟢 -1.05 kB 🟢 -918 B
assets/SubscribeButton-Cq6tcEaS.js (new) 2.38 kB 🔴 +2.38 kB 🔴 +1.05 kB 🔴 +951 B
assets/cloudFeedbackTopbarButton-DzbhLS_J.js (removed) 829 B 🟢 -829 B 🟢 -500 B 🟢 -419 B
assets/cloudFeedbackTopbarButton-lOXRrGmP.js (new) 829 B 🔴 +829 B 🔴 +500 B 🔴 +453 B
assets/ComfyQueueButton-CLswAkOM.js (new) 128 B 🔴 +128 B 🔴 +99 B 🔴 +94 B
assets/ComfyQueueButton-tTVU8BSN.js (removed) 128 B 🟢 -128 B 🟢 -99 B 🟢 -93 B

Status: 5 added / 5 removed / 8 unchanged

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

Stores, services, APIs, and repositories

File Before After Δ Raw Δ Gzip Δ Brotli
assets/load3dService-Burjrn6y.js (removed) 126 kB 🟢 -126 kB 🟢 -27.8 kB 🟢 -23.5 kB
assets/load3dService-DWzq977n.js (new) 126 kB 🔴 +126 kB 🔴 +27.8 kB 🔴 +23.5 kB
assets/api-C_mZwTf1.js (removed) 91.8 kB 🟢 -91.8 kB 🟢 -25.3 kB 🟢 -21.7 kB
assets/api-DkEDi-UB.js (new) 91.8 kB 🔴 +91.8 kB 🔴 +25.3 kB 🔴 +21.6 kB
assets/workflowShareService-BvDsj5tD.js (removed) 17 kB 🟢 -17 kB 🟢 -5.01 kB 🟢 -4.44 kB
assets/workflowShareService-DY78GwS3.js (new) 17 kB 🔴 +17 kB 🔴 +5.01 kB 🔴 +4.44 kB
assets/releaseStore-C7dTFTx8.js (removed) 8.29 kB 🟢 -8.29 kB 🟢 -2.34 kB 🟢 -2.05 kB
assets/releaseStore-mzvVL98i.js (new) 8.29 kB 🔴 +8.29 kB 🔴 +2.34 kB 🔴 +2.05 kB
assets/keybindingService-B2C9SyPS.js (new) 7.46 kB 🔴 +7.46 kB 🔴 +1.92 kB 🔴 +1.64 kB
assets/keybindingService-BcA50Nlf.js (removed) 7.46 kB 🟢 -7.46 kB 🟢 -1.92 kB 🟢 -1.64 kB
assets/extensionStore-C73l12jg.js (new) 5.29 kB 🔴 +5.29 kB 🔴 +1.86 kB 🔴 +1.57 kB
assets/extensionStore-CgGALryJ.js (removed) 5.29 kB 🟢 -5.29 kB 🟢 -1.86 kB 🟢 -1.57 kB
assets/userStore-CCnxnAds.js (removed) 2.42 kB 🟢 -2.42 kB 🟢 -931 B 🟢 -824 B
assets/userStore-Cf-O7XiK.js (new) 2.42 kB 🔴 +2.42 kB 🔴 +932 B 🔴 +820 B
assets/audioService-9iu73129.js (new) 1.76 kB 🔴 +1.76 kB 🔴 +862 B 🔴 +752 B
assets/audioService-Bv3NGFEs.js (removed) 1.76 kB 🟢 -1.76 kB 🟢 -863 B 🟢 -748 B
assets/dialogService-atOFjb6Q.js (new) 100 B 🔴 +100 B 🔴 +99 B 🔴 +91 B
assets/dialogService-BzAc8o8U.js (removed) 100 B 🟢 -100 B 🟢 -99 B 🟢 -91 B
assets/settingStore-Ct9r3a6m.js (removed) 98 B 🟢 -98 B 🟢 -98 B 🟢 -89 B
assets/settingStore-pnBbgn_p.js (new) 98 B 🔴 +98 B 🔴 +98 B 🔴 +89 B
assets/assetsStore-C23twbAR.js (removed) 96 B 🟢 -96 B 🟢 -97 B 🟢 -86 B
assets/assetsStore-CFJpI0oQ.js (new) 96 B 🔴 +96 B 🔴 +97 B 🔴 +93 B
assets/releaseStore-CuFEiA7C.js (removed) 95 B 🟢 -95 B 🟢 -86 B 🟢 -87 B
assets/releaseStore-YMvIIkqW.js (new) 95 B 🔴 +95 B 🔴 +86 B 🔴 +85 B
assets/api-CgoEE9jd.js (removed) 62 B 🟢 -62 B 🟢 -74 B 🟢 -66 B
assets/api-D2pY5GSd.js (new) 62 B 🔴 +62 B 🔴 +74 B 🔴 +66 B

Status: 13 added / 13 removed / 3 unchanged

Utilities & Hooks — 3.39 MB (baseline 3.38 MB) • 🔴 +2.1 kB

Helpers, composables, and utility bundles

File Before After Δ Raw Δ Gzip Δ Brotli
assets/promotionUtils-BW23RC4n.js (new) 3.02 MB 🔴 +3.02 MB 🔴 +698 kB 🔴 +526 kB
assets/promotionUtils-P-mQ6cGj.js (removed) 3.02 MB 🟢 -3.02 MB 🟢 -698 kB 🟢 -526 kB
assets/useConflictDetection-CTCdKYtt.js (removed) 234 kB 🟢 -234 kB 🟢 -52.3 kB 🟢 -42.6 kB
assets/useConflictDetection-DRGXT1Np.js (new) 234 kB 🔴 +234 kB 🔴 +52.3 kB 🔴 +42.6 kB
assets/useLoad3d-BRnjMp1Q.js (new) 25.5 kB 🔴 +25.5 kB 🔴 +5.75 kB 🔴 +5.1 kB
assets/useLoad3d-CVitNwQa.js (removed) 25.5 kB 🟢 -25.5 kB 🟢 -5.75 kB 🟢 -5.08 kB
assets/useLoad3dViewer-CQ8wvSRh.js (removed) 21.1 kB 🟢 -21.1 kB 🟢 -4.98 kB 🟢 -4.37 kB
assets/useLoad3dViewer-Dc0PiAvw.js (new) 21.1 kB 🔴 +21.1 kB 🔴 +4.98 kB 🔴 +4.36 kB
assets/useFeatureFlags-BFy2Tq3l.js (removed) 6.51 kB 🟢 -6.51 kB 🟢 -2.02 kB 🟢 -1.7 kB
assets/useFeatureFlags-Dd-Hjy0j.js (new) 6.51 kB 🔴 +6.51 kB 🔴 +2.02 kB 🔴 +1.7 kB
assets/subscriptionCheckoutUtil-Dc_6qaf4.js (new) 3.85 kB 🔴 +3.85 kB 🔴 +1.54 kB 🔴 +1.35 kB
assets/subscriptionCheckoutUtil-DtM7WyWp.js (removed) 3.85 kB 🟢 -3.85 kB 🟢 -1.54 kB 🟢 -1.35 kB
assets/useSessionCookie-BHjwFy-f.js (new) 3.33 kB 🔴 +3.33 kB 🔴 +1.15 kB 🔴 +981 B
assets/useSessionCookie-DUDnYwpx.js (removed) 3.33 kB 🟢 -3.33 kB 🟢 -1.15 kB 🟢 -981 B
assets/useDowngradeToPersonal-D77IN9HP.js (removed) 3 kB 🟢 -3 kB 🟢 -1.19 kB 🟢 -1.05 kB
assets/useDowngradeToPersonal-QLWHabbU.js (new) 3 kB 🔴 +3 kB 🔴 +1.18 kB 🔴 +1.04 kB
assets/assetPreviewUtil-BdkiK7iM.js (removed) 2.41 kB 🟢 -2.41 kB 🟢 -1.01 kB 🟢 -878 B
assets/assetPreviewUtil-o0Xptw8E.js (new) 2.41 kB 🔴 +2.41 kB 🔴 +1.01 kB 🔴 +881 B
assets/useUpstreamValue-CaO9CF0T.js (new) 2.04 kB 🔴 +2.04 kB 🔴 +794 B 🔴 +699 B
assets/useUpstreamValue-CuivVNDu.js (removed) 2.04 kB 🟢 -2.04 kB 🟢 -792 B 🟢 -706 B
assets/useWorkspaceTierLabel-B6aR_SGH.js (removed) 1.99 kB 🟢 -1.99 kB 🟢 -855 B 🟢 -736 B
assets/useWorkspaceTierLabel-Pv6_ERtH.js (new) 1.99 kB 🔴 +1.99 kB 🔴 +854 B 🔴 +740 B
assets/useLoad3d-CHzEAu8T.js (new) 311 B 🔴 +311 B 🔴 +163 B 🔴 +147 B
assets/useLoad3d-DVCLFkfx.js (removed) 311 B 🟢 -311 B 🟢 -162 B 🟢 -147 B
assets/useSessionCookie-BGkcZBHL.js (new) 101 B 🔴 +101 B 🔴 +86 B 🔴 +83 B
assets/useSessionCookie-DggBry9M.js (removed) 101 B 🟢 -101 B 🟢 -86 B 🟢 -83 B
assets/useFeatureFlags-DoCxWgMS.js (new) 98 B 🔴 +98 B 🔴 +85 B 🔴 +84 B
assets/useFeatureFlags-KeL5Vood.js (removed) 98 B 🟢 -98 B 🟢 -85 B 🟢 -89 B
assets/useLoad3dViewer-2WXRTTTL.js (new) 98 B 🔴 +98 B 🔴 +85 B 🔴 +85 B
assets/useLoad3dViewer-BoBFJzR5.js (removed) 98 B 🟢 -98 B 🟢 -85 B 🟢 -87 B
assets/useCurrentUser-CepsN01S.js (new) 96 B 🔴 +96 B 🔴 +97 B 🔴 +83 B
assets/useCurrentUser-CTTvH2Np.js (removed) 96 B 🟢 -96 B 🟢 -97 B 🟢 -83 B

Status: 16 added / 16 removed / 17 unchanged

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

External libraries and shared vendor chunks

Status: 16 unchanged

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

Bundles that do not match a named category

File Before After Δ Raw Δ Gzip Δ Brotli
assets/core-CBzPHgzF.js (removed) 119 kB 🟢 -119 kB 🟢 -30.7 kB 🟢 -25.9 kB
assets/core-Cr9ezkyR.js (new) 119 kB 🔴 +119 kB 🔴 +30.7 kB 🔴 +25.9 kB
assets/WidgetSelect-B-O8MfHX.js (removed) 89.3 kB 🟢 -89.3 kB 🟢 -20.1 kB 🟢 -17.2 kB
assets/WidgetSelect-DG8ktCtT.js (new) 89.3 kB 🔴 +89.3 kB 🔴 +20.1 kB 🔴 +17.2 kB
assets/Load3DControls-CDAfIods.js (new) 46.8 kB 🔴 +46.8 kB 🔴 +7.56 kB 🔴 +6.62 kB
assets/Load3DControls-EShQWe0c.js (removed) 46.8 kB 🟢 -46.8 kB 🟢 -7.56 kB 🟢 -6.62 kB
assets/SubscriptionTransitionPreviewWorkspace-CbcARKKT.js (removed) 46.8 kB 🟢 -46.8 kB 🟢 -9.65 kB 🟢 -8.54 kB
assets/SubscriptionTransitionPreviewWorkspace-D_BDAWYs.js (new) 46.8 kB 🔴 +46.8 kB 🔴 +9.65 kB 🔴 +8.53 kB
assets/SubscriptionRequiredDialogContentUnified-8qKPl5qm.js (removed) 41.2 kB 🟢 -41.2 kB 🟢 -9.16 kB 🟢 -7.97 kB
assets/SubscriptionRequiredDialogContentUnified-BbxOrIq4.js (new) 41.2 kB 🔴 +41.2 kB 🔴 +9.16 kB 🔴 +7.97 kB
assets/WorkspacePanelContent-BA5FWxRs.js (removed) 34.5 kB 🟢 -34.5 kB 🟢 -7.49 kB 🟢 -6.6 kB
assets/WorkspacePanelContent-DnKzayFP.js (new) 34.5 kB 🔴 +34.5 kB 🔴 +7.49 kB 🔴 +6.62 kB
assets/WidgetPainter-BttNyCUB.js (new) 32.7 kB 🔴 +32.7 kB 🔴 +7.9 kB 🔴 +7.01 kB
assets/WidgetPainter-m01MtPmu.js (removed) 32.7 kB 🟢 -32.7 kB 🟢 -7.9 kB 🟢 -7.01 kB
assets/Load3dViewerContent-Blybatny.js (removed) 30.9 kB 🟢 -30.9 kB 🟢 -6.3 kB 🟢 -5.47 kB
assets/Load3dViewerContent-DYeTp9H-.js (new) 30.9 kB 🔴 +30.9 kB 🔴 +6.3 kB 🔴 +5.46 kB
assets/WidgetBoundingBoxes-6FP2wKHq.js (removed) 28.6 kB 🟢 -28.6 kB 🟢 -7.9 kB 🟢 -7.02 kB
assets/WidgetBoundingBoxes-BLac-mIW.js (new) 28.6 kB 🔴 +28.6 kB 🔴 +7.9 kB 🔴 +7.01 kB
assets/SubscriptionRequiredDialogContent-Bpsph9Mm.js (removed) 27.4 kB 🟢 -27.4 kB 🟢 -6.75 kB 🟢 -5.98 kB
assets/SubscriptionRequiredDialogContent-jWWaY2si.js (new) 27.4 kB 🔴 +27.4 kB 🔴 +6.74 kB 🔴 +5.96 kB
assets/SubscriptionPanelContentWorkspace-BRhg-HmB.js (new) 25 kB 🔴 +25 kB 🔴 +5.84 kB 🔴 +5.14 kB
assets/SubscriptionPanelContentWorkspace-vpQlTpK_.js (removed) 25 kB 🟢 -25 kB 🟢 -5.84 kB 🟢 -5.13 kB
assets/SubscriptionRequiredDialogContentWorkspace-DxRUJLqL.js (removed) 24.6 kB 🟢 -24.6 kB 🟢 -5.66 kB 🟢 -4.98 kB
assets/SubscriptionRequiredDialogContentWorkspace-DYAqlwUI.js (new) 24.6 kB 🔴 +24.6 kB 🔴 +5.66 kB 🔴 +4.98 kB
assets/WidgetImageCrop-6_fx6mSk.js (new) 23.3 kB 🔴 +23.3 kB 🔴 +5.75 kB 🔴 +5.03 kB
assets/WidgetImageCrop-aD8DNhiV.js (removed) 23.3 kB 🟢 -23.3 kB 🟢 -5.75 kB 🟢 -5.04 kB
assets/load3d-Be1JVmfv.js (removed) 21.3 kB 🟢 -21.3 kB 🟢 -5.18 kB 🟢 -4.5 kB
assets/load3d-DCDgxMnY.js (new) 21.3 kB 🔴 +21.3 kB 🔴 +5.19 kB 🔴 +4.5 kB
assets/CurrentUserPopoverWorkspace-9Oo_5eM_.js (removed) 20.6 kB 🟢 -20.6 kB 🟢 -4.75 kB 🟢 -4.23 kB
assets/CurrentUserPopoverWorkspace-DBZtd6g9.js (new) 20.6 kB 🔴 +20.6 kB 🔴 +4.75 kB 🔴 +4.23 kB
assets/SignInContent-7_jAjOd6.js (new) 20.1 kB 🔴 +20.1 kB 🔴 +5.07 kB 🔴 +4.43 kB
assets/SignInContent-DalhWyje.js (removed) 20.1 kB 🟢 -20.1 kB 🟢 -5.07 kB 🟢 -4.43 kB
assets/WidgetInputNumber-B0xWINxf.js (new) 19.1 kB 🔴 +19.1 kB 🔴 +4.82 kB 🔴 +4.28 kB
assets/WidgetInputNumber-D7ENo0nT.js (removed) 19.1 kB 🟢 -19.1 kB 🟢 -4.82 kB 🟢 -4.28 kB
assets/Load3D-CTV7uJeT.js (new) 19.1 kB 🔴 +19.1 kB 🔴 +4.52 kB 🔴 +3.94 kB
assets/Load3D-ZNChCHcD.js (removed) 19.1 kB 🟢 -19.1 kB 🟢 -4.52 kB 🟢 -3.94 kB
assets/CreditsTile-BCw83PCI.js (removed) 17.1 kB 🟢 -17.1 kB 🟢 -4.54 kB 🟢 -4 kB
assets/CreditsTile-DB6PlN6C.js (new) 17.1 kB 🔴 +17.1 kB 🔴 +4.54 kB 🔴 +4 kB
assets/WidgetRecordAudio-BCbMLN5M.js (removed) 16.6 kB 🟢 -16.6 kB 🟢 -4.64 kB 🟢 -4.14 kB
assets/WidgetRecordAudio-ChVxM0W8.js (new) 16.6 kB 🔴 +16.6 kB 🔴 +4.63 kB 🔴 +4.14 kB
assets/WidgetRange-a_8AhIIi.js (removed) 16.2 kB 🟢 -16.2 kB 🟢 -4.17 kB 🟢 -3.72 kB
assets/WidgetRange-DNdo07Nz.js (new) 16.2 kB 🔴 +16.2 kB 🔴 +4.17 kB 🔴 +3.73 kB
assets/WaveAudioPlayer-B6Nxakvv.js (removed) 12.8 kB 🟢 -12.8 kB 🟢 -3.48 kB 🟢 -3.06 kB
assets/WaveAudioPlayer-DwEbwIQD.js (new) 12.8 kB 🔴 +12.8 kB 🔴 +3.48 kB 🔴 +3.06 kB
assets/WidgetCurve-CD0vP6sT.js (removed) 11.3 kB 🟢 -11.3 kB 🟢 -3.5 kB 🟢 -3.16 kB
assets/WidgetCurve-DYH46jCz.js (new) 11.3 kB 🔴 +11.3 kB 🔴 +3.51 kB 🔴 +3.16 kB
assets/TeamWorkspacesDialogContent-BL9D96Qm.js (removed) 10.3 kB 🟢 -10.3 kB 🟢 -3 kB 🟢 -2.67 kB
assets/TeamWorkspacesDialogContent-CA0NYq8t.js (new) 10.3 kB 🔴 +10.3 kB 🔴 +3 kB 🔴 +2.68 kB
assets/Load3DConfiguration-bjtDIiOD.js (new) 9.02 kB 🔴 +9.02 kB 🔴 +2.67 kB 🔴 +2.35 kB
assets/Load3DConfiguration-DU-0Pdzy.js (removed) 9.02 kB 🟢 -9.02 kB 🟢 -2.66 kB 🟢 -2.35 kB
assets/nodeTemplates-B4yo1r2S.js (removed) 8.33 kB 🟢 -8.33 kB 🟢 -2.88 kB 🟢 -2.53 kB
assets/nodeTemplates-BTATIgem.js (new) 8.33 kB 🔴 +8.33 kB 🔴 +2.88 kB 🔴 +2.55 kB
assets/onboardingCloudRoutes-BUtvLPAR.js (removed) 8.28 kB 🟢 -8.28 kB 🟢 -2.59 kB 🟢 -2.2 kB
assets/onboardingCloudRoutes-CW6_Q5U2.js (new) 8.28 kB 🔴 +8.28 kB 🔴 +2.58 kB 🔴 +2.21 kB
assets/NightlySurveyController-CZMmQDbI.js (new) 7.95 kB 🔴 +7.95 kB 🔴 +2.71 kB 🔴 +2.4 kB
assets/NightlySurveyController-CZn_ueQU.js (removed) 7.95 kB 🟢 -7.95 kB 🟢 -2.7 kB 🟢 -2.39 kB
assets/InviteMemberDialogContent-Bxnw96Db.js (new) 6.76 kB 🔴 +6.76 kB 🔴 +2.22 kB 🔴 +1.95 kB
assets/InviteMemberDialogContent-CxAvhUP1.js (removed) 6.76 kB 🟢 -6.76 kB 🟢 -2.22 kB 🟢 -1.96 kB
assets/WidgetWithControl-DRQmhNYm.js (new) 6.3 kB 🔴 +6.3 kB 🔴 +2.54 kB 🔴 +2.25 kB
assets/WidgetWithControl-DTvLy6em.js (removed) 6.3 kB 🟢 -6.3 kB 🟢 -2.55 kB 🟢 -2.25 kB
assets/tierBenefits-CN8teg4V.js (removed) 6.02 kB 🟢 -6.02 kB 🟢 -1.93 kB 🟢 -1.67 kB
assets/tierBenefits-CVuU2Two.js (new) 6.02 kB 🔴 +6.02 kB 🔴 +1.93 kB 🔴 +1.67 kB
assets/CancelSubscriptionDialogContent-7lkOhHLW.js (removed) 5.76 kB 🟢 -5.76 kB 🟢 -1.97 kB 🟢 -1.73 kB
assets/CancelSubscriptionDialogContent-B5EGsKnA.js (new) 5.76 kB 🔴 +5.76 kB 🔴 +1.97 kB 🔴 +1.73 kB
assets/load3dPreviewExtensions-CuKDlaW4.js (removed) 5.38 kB 🟢 -5.38 kB 🟢 -1.75 kB 🟢 -1.55 kB
assets/load3dPreviewExtensions-DhRbfg3L.js (new) 5.38 kB 🔴 +5.38 kB 🔴 +1.75 kB 🔴 +1.55 kB
assets/FreeTierDialogContent-BD8OJs2v.js (new) 5.25 kB 🔴 +5.25 kB 🔴 +1.76 kB 🔴 +1.55 kB
assets/FreeTierDialogContent-DY53Nd1G.js (removed) 5.25 kB 🟢 -5.25 kB 🟢 -1.76 kB 🟢 -1.55 kB
assets/CreateWorkspaceDialogContent-B7-NJkLI.js (removed) 5.19 kB 🟢 -5.19 kB 🟢 -1.83 kB 🟢 -1.58 kB
assets/CreateWorkspaceDialogContent-DGgBIc3O.js (new) 5.19 kB 🔴 +5.19 kB 🔴 +1.83 kB 🔴 +1.58 kB
assets/missingModelDownload-BaJjmIrp.js (new) 5.07 kB 🔴 +5.07 kB 🔴 +1.98 kB 🔴 +1.72 kB
assets/missingModelDownload-D6zUFtIp.js (removed) 5.07 kB 🟢 -5.07 kB 🟢 -1.98 kB 🟢 -1.72 kB
assets/ChangeMemberRoleDialogContent-DbrBufvi.js (new) 5.04 kB 🔴 +5.04 kB 🔴 +1.67 kB 🔴 +1.46 kB
assets/ChangeMemberRoleDialogContent-WTiz-fLu.js (removed) 5.04 kB 🟢 -5.04 kB 🟢 -1.67 kB 🟢 -1.46 kB
assets/EditWorkspaceDialogContent-CZJQ7gCi.js (removed) 5 kB 🟢 -5 kB 🟢 -1.79 kB 🟢 -1.56 kB
assets/EditWorkspaceDialogContent-D1wwmhUa.js (new) 5 kB 🔴 +5 kB 🔴 +1.79 kB 🔴 +1.55 kB
assets/WidgetTextarea-2NF0T2Rr.js (new) 4.86 kB 🔴 +4.86 kB 🔴 +1.9 kB 🔴 +1.67 kB
assets/WidgetTextarea-BnQGqisC.js (removed) 4.86 kB 🟢 -4.86 kB 🟢 -1.9 kB 🟢 -1.66 kB
assets/saveMesh-Bu0FqnhU.js (new) 4.81 kB 🔴 +4.81 kB 🔴 +1.55 kB 🔴 +1.37 kB
assets/saveMesh-VTQ9BPG3.js (removed) 4.81 kB 🟢 -4.81 kB 🟢 -1.55 kB 🟢 -1.38 kB
assets/Preview3d-B-CTERFw.js (new) 4.59 kB 🔴 +4.59 kB 🔴 +1.43 kB 🔴 +1.23 kB
assets/Preview3d-sVXG8FwG.js (removed) 4.59 kB 🟢 -4.59 kB 🟢 -1.43 kB 🟢 -1.23 kB
assets/ValueControlPopover-4rkn-zpc.js (new) 4.55 kB 🔴 +4.55 kB 🔴 +1.59 kB 🔴 +1.42 kB
assets/ValueControlPopover-DZMfQdPN.js (removed) 4.55 kB 🟢 -4.55 kB 🟢 -1.59 kB 🟢 -1.42 kB
assets/DeleteWorkspaceDialogContent-DcjKiYAc.js (removed) 3.91 kB 🟢 -3.91 kB 🟢 -1.47 kB 🟢 -1.27 kB
assets/DeleteWorkspaceDialogContent-DOk1oTv3.js (new) 3.91 kB 🔴 +3.91 kB 🔴 +1.47 kB 🔴 +1.27 kB
assets/LeaveWorkspaceDialogContent-CX-L8s-P.js (new) 3.73 kB 🔴 +3.73 kB 🔴 +1.41 kB 🔴 +1.22 kB
assets/LeaveWorkspaceDialogContent-Dm8wMB5A.js (removed) 3.73 kB 🟢 -3.73 kB 🟢 -1.42 kB 🟢 -1.23 kB
assets/RemoveMemberDialogContent-btDDhSKM.js (new) 3.71 kB 🔴 +3.71 kB 🔴 +1.37 kB 🔴 +1.19 kB
assets/RemoveMemberDialogContent-C4P5FMxg.js (removed) 3.71 kB 🟢 -3.71 kB 🟢 -1.37 kB 🟢 -1.19 kB
assets/RevokeInviteDialogContent-Bt7hnRG4.js (new) 3.63 kB 🔴 +3.63 kB 🔴 +1.38 kB 🔴 +1.21 kB
assets/RevokeInviteDialogContent-DIqZxQmu.js (removed) 3.63 kB 🟢 -3.63 kB 🟢 -1.38 kB 🟢 -1.21 kB
assets/InviteMemberUpsellDialogContent-D3Bnqqog.js (removed) 3.52 kB 🟢 -3.52 kB 🟢 -1.27 kB 🟢 -1.1 kB
assets/InviteMemberUpsellDialogContent-DGZZWTJZ.js (new) 3.52 kB 🔴 +3.52 kB 🔴 +1.27 kB 🔴 +1.11 kB
assets/workspaceCheckoutTelemetry-Frb5kqPC.js (removed) 3.47 kB 🟢 -3.47 kB 🟢 -1.56 kB 🟢 -1.36 kB
assets/workspaceCheckoutTelemetry-zpaWivtA.js (new) 3.47 kB 🔴 +3.47 kB 🔴 +1.56 kB 🔴 +1.36 kB
assets/Media3DTop-BNFFsr-v.js (new) 3.26 kB 🔴 +3.26 kB 🔴 +1.3 kB 🔴 +1.13 kB
assets/Media3DTop-rlpw9ToP.js (removed) 3.26 kB 🟢 -3.26 kB 🟢 -1.3 kB 🟢 -1.13 kB
assets/GlobalToast-CKLC1mO-.js (removed) 3.05 kB 🟢 -3.05 kB 🟢 -1.26 kB 🟢 -1.08 kB
assets/GlobalToast-DJ5TUbnB.js (new) 3.05 kB 🔴 +3.05 kB 🔴 +1.26 kB 🔴 +1.08 kB
assets/load3dAdvanced-QRTMmHkA.js (removed) 2.87 kB 🟢 -2.87 kB 🟢 -1.13 kB 🟢 -990 B
assets/load3dAdvanced-Sd6qcRUZ.js (new) 2.87 kB 🔴 +2.87 kB 🔴 +1.13 kB 🔴 +986 B
assets/SubscribeToRun-COuMlzT3.js (removed) 2.56 kB 🟢 -2.56 kB 🟢 -1.11 kB 🟢 -973 B
assets/SubscribeToRun-ERIQm7Bp.js (new) 2.56 kB 🔴 +2.56 kB 🔴 +1.11 kB 🔴 +976 B
assets/graphHasMissingNodes-CNFr7tMQ.js (new) 1.93 kB 🔴 +1.93 kB 🔴 +907 B 🔴 +802 B
assets/graphHasMissingNodes-jDzzIEU6.js (removed) 1.93 kB 🟢 -1.93 kB 🟢 -908 B 🟢 -804 B
assets/MediaAudioTop-BP6xJy25.js (new) 1.67 kB 🔴 +1.67 kB 🔴 +838 B 🔴 +701 B
assets/MediaAudioTop-BxvZALw0.js (removed) 1.67 kB 🟢 -1.67 kB 🟢 -837 B 🟢 -702 B
assets/CloudRunButtonWrapper-BMwDiNXY.js (removed) 1.13 kB 🟢 -1.13 kB 🟢 -549 B 🟢 -520 B
assets/CloudRunButtonWrapper-Dpo2KhGt.js (new) 1.13 kB 🔴 +1.13 kB 🔴 +551 B 🔴 +488 B
assets/cloudSessionCookie-C2PktJQU.js (new) 991 B 🔴 +991 B 🔴 +469 B 🔴 +399 B
assets/cloudSessionCookie-CIUQPGRE.js (removed) 991 B 🟢 -991 B 🟢 -467 B 🟢 -417 B
assets/cloudBadges-BBnrPbXL.js (new) 973 B 🔴 +973 B 🔴 +550 B 🔴 +496 B
assets/cloudBadges-BHptThA9.js (removed) 973 B 🟢 -973 B 🟢 -552 B 🟢 -504 B
assets/Load3DAdvanced-CozfKMe2.js (new) 813 B 🔴 +813 B 🔴 +456 B 🔴 +413 B
assets/Load3DAdvanced-n5MO8OjS.js (removed) 813 B 🟢 -813 B 🟢 -455 B 🟢 -411 B
assets/nightlyBadges-D0q6nIST.js (new) 464 B 🔴 +464 B 🔴 +307 B 🔴 +255 B
assets/nightlyBadges-DGvKrw1-.js (removed) 464 B 🟢 -464 B 🟢 -305 B 🟢 -255 B
assets/missingModelDownload-1lIYbWxz.js (removed) 228 B 🟢 -228 B 🟢 -150 B 🟢 -129 B
assets/missingModelDownload-CQqrZblS.js (new) 228 B 🔴 +228 B 🔴 +148 B 🔴 +128 B
assets/SubscriptionPanelContentWorkspace-BMYYBQVG.js (removed) 179 B 🟢 -179 B 🟢 -117 B 🟢 -91 B
assets/SubscriptionPanelContentWorkspace-BUeCBdMy.js (new) 179 B 🔴 +179 B 🔴 +117 B 🔴 +93 B
assets/Load3dViewerContent-DE5Kd_T_.js (removed) 137 B 🟢 -137 B 🟢 -103 B 🟢 -90 B
assets/Load3dViewerContent-DtqgyAu7.js (new) 137 B 🔴 +137 B 🔴 +103 B 🔴 +92 B
assets/Load3DAdvanced-B4vlxBGm.js (new) 122 B 🔴 +122 B 🔴 +97 B 🔴 +89 B
assets/Load3DAdvanced-DpPhZQ9Z.js (removed) 122 B 🟢 -122 B 🟢 -97 B 🟢 -91 B
assets/WidgetLegacy-4GKXuxAb.js (new) 119 B 🔴 +119 B 🔴 +108 B 🔴 +94 B
assets/WidgetLegacy-C22vPZWO.js (removed) 119 B 🟢 -119 B 🟢 -108 B 🟢 -95 B
assets/workflowDraftStoreV2-BqOKX-fR.js (removed) 113 B 🟢 -113 B 🟢 -105 B 🟢 -117 B
assets/workflowDraftStoreV2-CnTTqDmX.js (new) 113 B 🔴 +113 B 🔴 +105 B 🔴 +117 B
assets/Load3D-apHgYSOp.js (removed) 98 B 🟢 -98 B 🟢 -89 B 🟢 -89 B
assets/Load3D-F3CYMQp8.js (new) 98 B 🔴 +98 B 🔴 +89 B 🔴 +90 B
assets/changeTracker-D6Y9TKrY.js (removed) 93 B 🟢 -93 B 🟢 -95 B 🟢 -83 B
assets/changeTracker-DJtRDd7h.js (new) 93 B 🔴 +93 B 🔴 +95 B 🔴 +81 B

Status: 67 added / 67 removed / 98 unchanged

⚡ Performance Report

canvas-idle: · 60.0 avg FPS · 59.9 P5 FPS ✅ (target: ≥52) · 0ms TBT · 45.8 MB heap
canvas-mouse-sweep: · 60.0 avg FPS · 59.9 P5 FPS ✅ (target: ≥52) · 0ms TBT · 54.1 MB heap
canvas-zoom-sweep: · 60.0 avg FPS · 59.7 P5 FPS ✅ (target: ≥52) · 0ms TBT · 54.8 MB heap
dom-widget-clipping: · 60.0 avg FPS · 59.5 P5 FPS ✅ (target: ≥52) · 0ms TBT · 53.6 MB heap
large-graph-idle: · 60.0 avg FPS · 59.7 P5 FPS ✅ (target: ≥52) · 0ms TBT · 55.9 MB heap
large-graph-pan: · 60.0 avg FPS · 59.9 P5 FPS ✅ (target: ≥52) · 0ms TBT · 78.0 MB heap
large-graph-zoom: · 60.0 avg FPS · 59.7 P5 FPS ✅ (target: ≥52) · 0ms TBT · 63.8 MB heap
minimap-idle: · 60.0 avg FPS · 59.9 P5 FPS ✅ (target: ≥52) · 0ms TBT · 56.2 MB heap
subgraph-dom-widget-clipping: · 60.0 avg FPS · 59.5 P5 FPS ✅ (target: ≥52) · 0ms TBT · 45.3 MB heap
subgraph-idle: · 60.0 avg FPS · 59.9 P5 FPS ✅ (target: ≥52) · 0ms TBT · 52.9 MB heap
subgraph-mouse-sweep: · 60.0 avg FPS · 59.9 P5 FPS ✅ (target: ≥52) · 0ms TBT · 50.2 MB heap
subgraph-transition-enter: · 60.0 avg FPS · 59.9 P5 FPS ✅ (target: ≥52) · 132ms TBT · 94.0 MB heap
viewport-pan-sweep: · 60.0 avg FPS · 59.5 P5 FPS ✅ (target: ≥52) · 0ms TBT · 67.1 MB heap
vue-large-graph-idle: · 57.1 avg FPS · 59.5 P5 FPS ✅ (target: ≥52) · 0ms TBT · 162.9 MB heap
vue-large-graph-pan: · 56.2 avg FPS · 59.9 P5 FPS ✅ (target: ≥52) · 12ms TBT · 153.2 MB heap
workflow-execution: · 60.0 avg FPS · 59.7 P5 FPS ✅ (target: ≥52) · 0ms TBT · 46.5 MB heap

⚠️ 2 regressions detected

Show regressions
Metric Baseline PR (median) Δ Sig
subgraph-idle: task duration 410ms 436ms +6% ⚠️ z=2.1
workflow-execution: task duration 172ms 223ms +30% ⚠️ z=9.3
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 8ms 7ms -17% z=-4.4
canvas-idle: layout count 0 0 +0%
canvas-idle: style recalc count 9 8 -17% z=-6.5
canvas-idle: task duration 426ms 404ms -5% z=0.3
canvas-idle: script duration 21ms 17ms -21% z=-3.7
canvas-idle: TBT 0ms 0ms +0%
canvas-idle: heap used 59.2 MB 45.8 MB -23%
canvas-idle: DOM nodes -283 -292 +3% z=-246.7
canvas-idle: event listeners -199 -199 +0% z=-44.5
canvas-mouse-sweep: avg frame time 17ms 17ms -0% z=-1.5
canvas-mouse-sweep: p95 frame time 17ms 17ms -1%
canvas-mouse-sweep: layout duration 4ms 4ms +12% z=1.8
canvas-mouse-sweep: style recalc duration 37ms 45ms +22% z=0.8
canvas-mouse-sweep: layout count 12 12 +0%
canvas-mouse-sweep: style recalc count 73 76 +3% z=-1.4
canvas-mouse-sweep: task duration 784ms 863ms +10% z=-0.0
canvas-mouse-sweep: script duration 122ms 118ms -4% z=-2.7
canvas-mouse-sweep: TBT 0ms 0ms +0%
canvas-mouse-sweep: heap used 49.4 MB 54.1 MB +9%
canvas-mouse-sweep: DOM nodes -222 -241 +9% z=-117.3
canvas-mouse-sweep: event listeners -199 -199 +0% z=-49.8
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 +7% z=0.8
canvas-zoom-sweep: style recalc duration 18ms 18ms -3% z=-0.9
canvas-zoom-sweep: layout count 6 6 +0%
canvas-zoom-sweep: style recalc count 32 31 -5% z=-1.7
canvas-zoom-sweep: task duration 340ms 349ms +3% z=1.0
canvas-zoom-sweep: script duration 18ms 20ms +11% z=-2.3
canvas-zoom-sweep: TBT 0ms 0ms +0%
canvas-zoom-sweep: heap used 62.7 MB 54.8 MB -13%
canvas-zoom-sweep: DOM nodes -209 -234 +12% z=-395.1
canvas-zoom-sweep: event listeners -182 -185 +2% z=-40.3
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 8ms +1% z=-2.3
dom-widget-clipping: layout count 0 0 +0%
dom-widget-clipping: style recalc count 11 12 +5% z=-3.2
dom-widget-clipping: task duration 353ms 365ms +3% z=0.0
dom-widget-clipping: script duration 55ms 56ms +2% z=-3.6
dom-widget-clipping: TBT 0ms 0ms +0%
dom-widget-clipping: heap used 62.9 MB 53.6 MB -15%
dom-widget-clipping: DOM nodes 18 -131 -825% z=-107.6
dom-widget-clipping: event listeners 0 -101 variance too high
large-graph-idle: avg frame time 17ms 17ms +0% z=-0.6
large-graph-idle: p95 frame time 17ms 17ms +0%
large-graph-idle: layout duration 0ms 0ms +0%
large-graph-idle: style recalc duration 9ms 7ms -16% z=-4.8
large-graph-idle: layout count 0 0 +0%
large-graph-idle: style recalc count 9 8 -11% z=-11.5
large-graph-idle: task duration 507ms 566ms +12% z=0.4
large-graph-idle: script duration 88ms 88ms +0% z=-1.4
large-graph-idle: TBT 0ms 0ms +0%
large-graph-idle: heap used 56.6 MB 55.9 MB -1%
large-graph-idle: DOM nodes -263 -275 +4% z=-331.0
large-graph-idle: event listeners -197 -198 +1% z=-36.7
large-graph-pan: avg frame time 17ms 17ms +0% z=0.3
large-graph-pan: p95 frame time 17ms 17ms +0%
large-graph-pan: layout duration 0ms 0ms +0%
large-graph-pan: style recalc duration 18ms 17ms -10% z=-0.8
large-graph-pan: layout count 0 0 +0%
large-graph-pan: style recalc count 69 67 -3% z=-4.0
large-graph-pan: task duration 1107ms 1034ms -7% z=-1.1
large-graph-pan: script duration 425ms 381ms -10% z=-1.4
large-graph-pan: TBT 0ms 0ms +0%
large-graph-pan: heap used 78.7 MB 78.0 MB -1%
large-graph-pan: DOM nodes 18 -134 -844% z=-92.7
large-graph-pan: event listeners 6 -96 -1692% z=-121.3
large-graph-zoom: avg frame time 17ms 17ms +0%
large-graph-zoom: p95 frame time 17ms 17ms +0%
large-graph-zoom: layout duration 8ms 8ms +5%
large-graph-zoom: style recalc duration 20ms 17ms -12%
large-graph-zoom: layout count 60 60 +0%
large-graph-zoom: style recalc count 66 63 -5%
large-graph-zoom: task duration 1304ms 1251ms -4%
large-graph-zoom: script duration 505ms 468ms -7%
large-graph-zoom: TBT 0ms 0ms +0%
large-graph-zoom: heap used 66.2 MB 63.8 MB -4%
large-graph-zoom: DOM nodes 16 -283 -1866%
large-graph-zoom: event listeners 8 8 +0%
minimap-idle: avg frame time 17ms 17ms +0% z=0.1
minimap-idle: p95 frame time 17ms 17ms +0%
minimap-idle: layout duration 0ms 0ms +0%
minimap-idle: style recalc duration 7ms 7ms -1% z=-2.8
minimap-idle: layout count 0 0 +0%
minimap-idle: style recalc count 7 8 +7% z=-3.0
minimap-idle: task duration 482ms 571ms +18% z=0.9
minimap-idle: script duration 87ms 94ms +8% z=-0.4
minimap-idle: TBT 0ms 0ms +0%
minimap-idle: heap used 58.0 MB 56.2 MB -3%
minimap-idle: DOM nodes -269 -274 +2% z=-214.0
minimap-idle: event listeners 6 -198 -3400% z=-306.8
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 12ms 12ms +2% z=-0.4
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 404ms +1% z=1.4
subgraph-dom-widget-clipping: script duration 119ms 126ms +6% z=-0.4
subgraph-dom-widget-clipping: TBT 0ms 0ms +0%
subgraph-dom-widget-clipping: heap used 45.0 MB 45.3 MB +1%
subgraph-dom-widget-clipping: DOM nodes -279 -276 -1% z=-266.5
subgraph-dom-widget-clipping: event listeners -197 -197 +0% z=-36.6
subgraph-idle: avg frame time 17ms 17ms +0% z=0.4
subgraph-idle: p95 frame time 17ms 17ms -1%
subgraph-idle: layout duration 0ms 0ms +0%
subgraph-idle: style recalc duration 10ms 9ms -3% z=-1.4
subgraph-idle: layout count 0 0 +0%
subgraph-idle: style recalc count 10 10 +0% z=-1.4
subgraph-idle: task duration 410ms 436ms +6% ⚠️ z=2.1
subgraph-idle: script duration 13ms 18ms +33% z=-0.9
subgraph-idle: TBT 0ms 0ms +0%
subgraph-idle: heap used 58.4 MB 52.9 MB -9%
subgraph-idle: DOM nodes -276 -285 +3% z=-204.9
subgraph-idle: event listeners -199 -199 +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 +4% z=-0.8
subgraph-mouse-sweep: style recalc duration 40ms 41ms +2% z=-0.6
subgraph-mouse-sweep: layout count 16 16 +0%
subgraph-mouse-sweep: style recalc count 78 77 -1% z=-1.6
subgraph-mouse-sweep: task duration 686ms 737ms +7% z=-0.4
subgraph-mouse-sweep: script duration 90ms 93ms +3% z=-1.1
subgraph-mouse-sweep: TBT 0ms 0ms +0%
subgraph-mouse-sweep: heap used 46.2 MB 50.2 MB +9%
subgraph-mouse-sweep: DOM nodes -231 -236 +2% z=-135.6
subgraph-mouse-sweep: event listeners -197 -199 +1% 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 17ms 15ms -11%
subgraph-transition-enter: style recalc duration 34ms 31ms -8%
subgraph-transition-enter: layout count 15 14 -7%
subgraph-transition-enter: style recalc count 19 18 -5%
subgraph-transition-enter: task duration 847ms 745ms -12%
subgraph-transition-enter: script duration 35ms 26ms -24%
subgraph-transition-enter: TBT 173ms 132ms -24%
subgraph-transition-enter: heap used 75.8 MB 94.0 MB +24%
subgraph-transition-enter: DOM nodes 13673 13673 +0%
subgraph-transition-enter: event listeners 2533 2533 +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 56ms 59ms +6%
viewport-pan-sweep: layout count 0 0 +0%
viewport-pan-sweep: style recalc count 250 250 -0%
viewport-pan-sweep: task duration 3789ms 3721ms -2%
viewport-pan-sweep: script duration 1326ms 1256ms -5%
viewport-pan-sweep: TBT 0ms 0ms +0%
viewport-pan-sweep: heap used 70.0 MB 67.1 MB -4%
viewport-pan-sweep: DOM nodes -274 -275 +0%
viewport-pan-sweep: event listeners -183 -183 +0%
vue-large-graph-idle: avg frame time 17ms 17ms +2%
vue-large-graph-idle: p95 frame time 17ms 17ms +0%
vue-large-graph-idle: layout duration 0ms 0ms +0%
vue-large-graph-idle: style recalc duration 0ms 0ms +0%
vue-large-graph-idle: layout count 0 0 +0%
vue-large-graph-idle: style recalc count 0 0 +0%
vue-large-graph-idle: task duration 12016ms 13390ms +11%
vue-large-graph-idle: script duration 517ms 496ms -4%
vue-large-graph-idle: TBT 0ms 0ms +0%
vue-large-graph-idle: heap used 162.8 MB 162.9 MB +0%
vue-large-graph-idle: DOM nodes -3311 -3301 -0%
vue-large-graph-idle: event listeners -16379 -16376 -0%
vue-large-graph-pan: avg frame time 17ms 18ms +3%
vue-large-graph-pan: p95 frame time 17ms 17ms +0%
vue-large-graph-pan: layout duration 0ms 0ms +0%
vue-large-graph-pan: style recalc duration 18ms 23ms +33%
vue-large-graph-pan: layout count 0 0 +0%
vue-large-graph-pan: style recalc count 72 113 +56%
vue-large-graph-pan: task duration 15207ms 16869ms +11%
vue-large-graph-pan: script duration 843ms 788ms -7%
vue-large-graph-pan: TBT 9ms 12ms +33%
vue-large-graph-pan: heap used 159.7 MB 153.2 MB -4%
vue-large-graph-pan: DOM nodes -8311 -3302 -60%
vue-large-graph-pan: event listeners -16374 -16370 -0%
workflow-execution: avg frame time 17ms 17ms -0% z=0.1
workflow-execution: p95 frame time 17ms 17ms -0%
workflow-execution: layout duration 2ms 1ms -34% z=-3.0
workflow-execution: style recalc duration 28ms 28ms -1% z=1.5
workflow-execution: layout count 6 4 -33% z=-1.7
workflow-execution: style recalc count 16 17 +6% z=-0.4
workflow-execution: task duration 172ms 223ms +30% ⚠️ z=9.3
workflow-execution: script duration 20ms 18ms -12% z=-3.9
workflow-execution: TBT 0ms 0ms +0%
workflow-execution: heap used 48.6 MB 46.5 MB -4%
workflow-execution: DOM nodes 153 -170 -211% z=-46.5
workflow-execution: event listeners 21 -133 -733% z=-42.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-07-08T19:04:57.533Z",
  "gitSha": "f8597bb537a5fa836dc2ace8c971e27f227aa7ae",
  "branch": "codex/fix-cloud-output-video-missing-media",
  "measurements": [
    {
      "name": "canvas-idle",
      "durationMs": 2040.1709999999866,
      "styleRecalcs": 7,
      "styleRecalcDurationMs": 6.790999999999999,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 408.257,
      "heapDeltaBytes": -8017892,
      "heapUsedBytes": 45206608,
      "domNodes": -292,
      "jsHeapTotalBytes": 16642048,
      "scriptDurationMs": 17.01,
      "eventListeners": -199,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "canvas-idle",
      "durationMs": 2046.0100000000239,
      "styleRecalcs": 8,
      "styleRecalcDurationMs": 7.053999999999999,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 400.183,
      "heapDeltaBytes": -1322836,
      "heapUsedBytes": 50800816,
      "domNodes": -292,
      "jsHeapTotalBytes": 16904192,
      "scriptDurationMs": 16.845,
      "eventListeners": -199,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "canvas-mouse-sweep",
      "durationMs": 2003.120000000024,
      "styleRecalcs": 78,
      "styleRecalcDurationMs": 53.06799999999999,
      "layouts": 12,
      "layoutDurationMs": 4.025,
      "taskDurationMs": 946.311,
      "heapDeltaBytes": -12494032,
      "heapUsedBytes": 57089588,
      "domNodes": -238,
      "jsHeapTotalBytes": 20074496,
      "scriptDurationMs": 123.38000000000001,
      "eventListeners": -199,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66333333333332,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "canvas-mouse-sweep",
      "durationMs": 1841.876999999954,
      "styleRecalcs": 73,
      "styleRecalcDurationMs": 37.346000000000004,
      "layouts": 12,
      "layoutDurationMs": 3.903,
      "taskDurationMs": 780.375,
      "heapDeltaBytes": -13282284,
      "heapUsedBytes": 56262400,
      "domNodes": -244,
      "jsHeapTotalBytes": 20336640,
      "scriptDurationMs": 112.321,
      "eventListeners": -199,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66333333333335,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "canvas-zoom-sweep",
      "durationMs": 1773.032999999998,
      "styleRecalcs": 31,
      "styleRecalcDurationMs": 18.938,
      "layouts": 6,
      "layoutDurationMs": 0.7670000000000001,
      "taskDurationMs": 370.02599999999995,
      "heapDeltaBytes": -3674840,
      "heapUsedBytes": 65803280,
      "domNodes": -225,
      "jsHeapTotalBytes": 12996608,
      "scriptDurationMs": 22.409,
      "eventListeners": -184,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "canvas-zoom-sweep",
      "durationMs": 1724.6870000000172,
      "styleRecalcs": 30,
      "styleRecalcDurationMs": 16.632,
      "layouts": 6,
      "layoutDurationMs": 0.5910000000000002,
      "taskDurationMs": 328.893,
      "heapDeltaBytes": -3938224,
      "heapUsedBytes": 49131232,
      "domNodes": -242,
      "jsHeapTotalBytes": 10088448,
      "scriptDurationMs": 18.112999999999996,
      "eventListeners": -186,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.799999999999272
    },
    {
      "name": "dom-widget-clipping",
      "durationMs": 577.7920000000449,
      "styleRecalcs": 12,
      "styleRecalcDurationMs": 8.316000000000003,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 345.605,
      "heapDeltaBytes": 8595076,
      "heapUsedBytes": 66371148,
      "domNodes": 20,
      "jsHeapTotalBytes": 16252928,
      "scriptDurationMs": 56.313,
      "eventListeners": 0,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "dom-widget-clipping",
      "durationMs": 613.9460000000554,
      "styleRecalcs": 11,
      "styleRecalcDurationMs": 7.807000000000001,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 384.48799999999994,
      "heapDeltaBytes": -23528704,
      "heapUsedBytes": 45995048,
      "domNodes": -281,
      "jsHeapTotalBytes": 5656576,
      "scriptDurationMs": 55.703,
      "eventListeners": -201,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66666666666665,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "large-graph-idle",
      "durationMs": 2061.4249999999856,
      "styleRecalcs": 8,
      "styleRecalcDurationMs": 7.580999999999998,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 586.995,
      "heapDeltaBytes": -997460,
      "heapUsedBytes": 59244500,
      "domNodes": -276,
      "jsHeapTotalBytes": -565248,
      "scriptDurationMs": 92.587,
      "eventListeners": -197,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "large-graph-idle",
      "durationMs": 2039.131999999995,
      "styleRecalcs": 8,
      "styleRecalcDurationMs": 6.749999999999999,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 544.84,
      "heapDeltaBytes": -9446452,
      "heapUsedBytes": 57926504,
      "domNodes": -273,
      "jsHeapTotalBytes": -1843200,
      "scriptDurationMs": 82.96300000000001,
      "eventListeners": -199,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66333333333332,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "large-graph-pan",
      "durationMs": 2070.19600000001,
      "styleRecalcs": 66,
      "styleRecalcDurationMs": 16.018,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 976.3420000000001,
      "heapDeltaBytes": 27694872,
      "heapUsedBytes": 81348408,
      "domNodes": 8,
      "jsHeapTotalBytes": 729088,
      "scriptDurationMs": 352.21899999999994,
      "eventListeners": 6,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "large-graph-pan",
      "durationMs": 2108.573999999976,
      "styleRecalcs": 68,
      "styleRecalcDurationMs": 17.282,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 1091.623,
      "heapDeltaBytes": 13480832,
      "heapUsedBytes": 82201436,
      "domNodes": -276,
      "jsHeapTotalBytes": -1638400,
      "scriptDurationMs": 410.16,
      "eventListeners": -197,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "large-graph-zoom",
      "durationMs": 3083.432000000016,
      "styleRecalcs": 63,
      "styleRecalcDurationMs": 18.323,
      "layouts": 60,
      "layoutDurationMs": 8.049000000000001,
      "taskDurationMs": 1255.744,
      "heapDeltaBytes": 12691312,
      "heapUsedBytes": 66911864,
      "domNodes": -281,
      "jsHeapTotalBytes": 0,
      "scriptDurationMs": 470.444,
      "eventListeners": 8,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "large-graph-zoom",
      "durationMs": 3104.575999999952,
      "styleRecalcs": 63,
      "styleRecalcDurationMs": 16.325,
      "layouts": 60,
      "layoutDurationMs": 7.804,
      "taskDurationMs": 1245.661,
      "heapDeltaBytes": 13253768,
      "heapUsedBytes": 66916148,
      "domNodes": -284,
      "jsHeapTotalBytes": 0,
      "scriptDurationMs": 464.8,
      "eventListeners": 8,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.799999999999272
    },
    {
      "name": "minimap-idle",
      "durationMs": 2042.4770000000194,
      "styleRecalcs": 7,
      "styleRecalcDurationMs": 7.1850000000000005,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 612.1289999999999,
      "heapDeltaBytes": -2456488,
      "heapUsedBytes": 59377728,
      "domNodes": -274,
      "jsHeapTotalBytes": -565248,
      "scriptDurationMs": 103.80899999999998,
      "eventListeners": -199,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "minimap-idle",
      "durationMs": 2040.5070000000478,
      "styleRecalcs": 8,
      "styleRecalcDurationMs": 7.289000000000001,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 529.4649999999999,
      "heapDeltaBytes": -10288632,
      "heapUsedBytes": 58571104,
      "domNodes": -273,
      "jsHeapTotalBytes": -1056768,
      "scriptDurationMs": 84.269,
      "eventListeners": -197,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "subgraph-dom-widget-clipping",
      "durationMs": 595.9170000000427,
      "styleRecalcs": 46,
      "styleRecalcDurationMs": 11.24,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 407.15599999999995,
      "heapDeltaBytes": -22095312,
      "heapUsedBytes": 47528640,
      "domNodes": -280,
      "jsHeapTotalBytes": 6180864,
      "scriptDurationMs": 128.092,
      "eventListeners": -197,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666682,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "subgraph-dom-widget-clipping",
      "durationMs": 606.6349999999829,
      "styleRecalcs": 49,
      "styleRecalcDurationMs": 13.404,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 401.037,
      "heapDeltaBytes": -22120124,
      "heapUsedBytes": 47530244,
      "domNodes": -272,
      "jsHeapTotalBytes": 5656576,
      "scriptDurationMs": 123.919,
      "eventListeners": -197,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.663333333333338,
      "p95FrameDurationMs": 16.799999999999272
    },
    {
      "name": "subgraph-idle",
      "durationMs": 2061.0149999999976,
      "styleRecalcs": 10,
      "styleRecalcDurationMs": 10.154,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 464.47799999999995,
      "heapDeltaBytes": -8449396,
      "heapUsedBytes": 61222956,
      "domNodes": -279,
      "jsHeapTotalBytes": 18763776,
      "scriptDurationMs": 19.936999999999998,
      "eventListeners": -199,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.699999999999818
    },
    {
      "name": "subgraph-idle",
      "durationMs": 2039.2050000000381,
      "styleRecalcs": 10,
      "styleRecalcDurationMs": 8.549000000000001,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 407.4530000000001,
      "heapDeltaBytes": -2740692,
      "heapUsedBytes": 49693132,
      "domNodes": -290,
      "jsHeapTotalBytes": 16904192,
      "scriptDurationMs": 15.538,
      "eventListeners": -199,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.699999999999818
    },
    {
      "name": "subgraph-mouse-sweep",
      "durationMs": 1756.744000000026,
      "styleRecalcs": 77,
      "styleRecalcDurationMs": 41.732000000000006,
      "layouts": 16,
      "layoutDurationMs": 4.512,
      "taskDurationMs": 755.463,
      "heapDeltaBytes": -17031488,
      "heapUsedBytes": 52690620,
      "domNodes": -233,
      "jsHeapTotalBytes": 19025920,
      "scriptDurationMs": 97.229,
      "eventListeners": -199,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66333333333332,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "subgraph-mouse-sweep",
      "durationMs": 1751.8019999999979,
      "styleRecalcs": 77,
      "styleRecalcDurationMs": 39.32299999999999,
      "layouts": 16,
      "layoutDurationMs": 4.36,
      "taskDurationMs": 718.9920000000001,
      "heapDeltaBytes": -16881216,
      "heapUsedBytes": 52675812,
      "domNodes": -239,
      "jsHeapTotalBytes": 19550208,
      "scriptDurationMs": 89.60300000000001,
      "eventListeners": -199,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "subgraph-transition-enter",
      "durationMs": 931.577999999945,
      "styleRecalcs": 18,
      "styleRecalcDurationMs": 31.343999999999998,
      "layouts": 14,
      "layoutDurationMs": 14.841999999999997,
      "taskDurationMs": 744.8300000000002,
      "heapDeltaBytes": 31732240,
      "heapUsedBytes": 98600344,
      "domNodes": 13673,
      "jsHeapTotalBytes": 13107200,
      "scriptDurationMs": 26.478,
      "eventListeners": 2533,
      "totalBlockingTimeMs": 132,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.699999999999818
    },
    {
      "name": "viewport-pan-sweep",
      "durationMs": 8137.079999999969,
      "styleRecalcs": 249,
      "styleRecalcDurationMs": 58.765,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 3887.0900000000006,
      "heapDeltaBytes": 14679608,
      "heapUsedBytes": 74780748,
      "domNodes": -275,
      "jsHeapTotalBytes": 5931008,
      "scriptDurationMs": 1354.2889999999998,
      "eventListeners": -183,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.799999999999272
    },
    {
      "name": "viewport-pan-sweep",
      "durationMs": 8204.834000000006,
      "styleRecalcs": 250,
      "styleRecalcDurationMs": 59.807,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 3554.7180000000003,
      "heapDeltaBytes": 6007992,
      "heapUsedBytes": 65963836,
      "domNodes": -274,
      "jsHeapTotalBytes": 688128,
      "scriptDurationMs": 1157.928,
      "eventListeners": -183,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.80000000000109
    },
    {
      "name": "vue-large-graph-idle",
      "durationMs": 13766.255999999998,
      "styleRecalcs": 0,
      "styleRecalcDurationMs": 0,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 13737.482,
      "heapDeltaBytes": -30626116,
      "heapUsedBytes": 170918660,
      "domNodes": -3302,
      "jsHeapTotalBytes": 21467136,
      "scriptDurationMs": 487.393,
      "eventListeners": -16374,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 17.776666666666642,
      "p95FrameDurationMs": 16.799999999999272
    },
    {
      "name": "vue-large-graph-idle",
      "durationMs": 13057.23999999998,
      "styleRecalcs": 0,
      "styleRecalcDurationMs": 0,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 13041.594,
      "heapDeltaBytes": -38504712,
      "heapUsedBytes": 170604384,
      "domNodes": -3300,
      "jsHeapTotalBytes": 233472,
      "scriptDurationMs": 503.996,
      "eventListeners": -16378,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 17.219999999999953,
      "p95FrameDurationMs": 16.80000000000291
    },
    {
      "name": "vue-large-graph-pan",
      "durationMs": 16898.98900000003,
      "styleRecalcs": 110,
      "styleRecalcDurationMs": 24.13500000000002,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 16876.542999999998,
      "heapDeltaBytes": -28140184,
      "heapUsedBytes": 153996564,
      "domNodes": -3302,
      "jsHeapTotalBytes": 16224256,
      "scriptDurationMs": 792.112,
      "eventListeners": -16370,
      "totalBlockingTimeMs": 14,
      "frameDurationMs": 17.220000000000073,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "vue-large-graph-pan",
      "durationMs": 16885.68499999997,
      "styleRecalcs": 115,
      "styleRecalcDurationMs": 22.51299999999995,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 16861.197,
      "heapDeltaBytes": -22035356,
      "heapUsedBytes": 167312740,
      "domNodes": -3302,
      "jsHeapTotalBytes": 17797120,
      "scriptDurationMs": 783.021,
      "eventListeners": -16370,
      "totalBlockingTimeMs": 10,
      "frameDurationMs": 18.33666666666674,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "workflow-execution",
      "durationMs": 478.78899999989244,
      "styleRecalcs": 17,
      "styleRecalcDurationMs": 25.118000000000002,
      "layouts": 4,
      "layoutDurationMs": 1.1409999999999998,
      "taskDurationMs": 221.536,
      "heapDeltaBytes": -22174220,
      "heapUsedBytes": 48704360,
      "domNodes": -165,
      "jsHeapTotalBytes": 4345856,
      "scriptDurationMs": 17.535000000000004,
      "eventListeners": -134,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.799999999999727
    },
    {
      "name": "workflow-execution",
      "durationMs": 483.7870000000066,
      "styleRecalcs": 17,
      "styleRecalcDurationMs": 29.976000000000003,
      "layouts": 4,
      "layoutDurationMs": 1.0909999999999997,
      "taskDurationMs": 225.083,
      "heapDeltaBytes": -22036192,
      "heapUsedBytes": 48722616,
      "domNodes": -175,
      "jsHeapTotalBytes": 4870144,
      "scriptDurationMs": 17.503,
      "eventListeners": -132,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66333333333335,
      "p95FrameDurationMs": 16.700000000000728
    }
  ]
}

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

📊 Browser Reports
  • chromium: View Report (✅ 1671 / ❌ 0 / ⚠️ 2 / ⏭️ 5)
  • chromium-2x: View Report (✅ 2 / ❌ 0 / ⚠️ 0 / ⏭️ 0)
  • chromium-0.5x: View Report (✅ 1 / ❌ 0 / ⚠️ 0 / ⏭️ 0)
  • mobile-chrome: View Report (✅ 18 / ❌ 0 / ⚠️ 0 / ⏭️ 0)

@github-actions

github-actions Bot commented Jul 8, 2026

Copy link
Copy Markdown

🎭 Playwright: ⏳ Running...

@coderabbitai

coderabbitai Bot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: d7d7c482-cc98-4a0e-b0b5-b3af78312640

📥 Commits

Reviewing files that changed from the base of the PR and between e919feb and 4333ba1.

📒 Files selected for processing (4)
  • src/platform/missingMedia/missingMediaAssetResolver.test.ts
  • src/platform/missingMedia/missingMediaAssetResolver.ts
  • src/platform/missingMedia/missingMediaScan.test.ts
  • src/platform/missingMedia/missingMediaScan.ts

📝 Walkthrough

Walkthrough

Cloud output missing-media handling now resolves subfoldered output video candidates through hash-derived identifiers, with matching resolver logic, browser runtime checks, and unit tests updated to cover the new flow.

Changes

Cloud output media hash matching

Layer / File(s) Summary
Core scan matching logic with hash basename resolution
src/platform/missingMedia/missingMediaScan.ts
verifyMediaCandidates now builds separate input, output, and hash-basename identifier sets, then resolves candidates through cloud-aware match-name handling and hash-derived basename checks.
Scan tests for subfoldered cloud output matching
src/platform/missingMedia/missingMediaScan.test.ts
Adds scan tests for cloud output video candidates with history subfolders, including matching, non-matching, and paging-stop cases, and updates resolveAssetSources expectations.
Asset resolver hash-based target matching
src/platform/missingMedia/missingMediaAssetResolver.ts
Adds a generatedHashRequiredNames option, threads it through cloud generated-asset fetching, and changes cloud target-name resolution to record hash-derived matches before name-derived matches.
Resolver tests for hash-based pagination stop and collisions
src/platform/missingMedia/missingMediaAssetResolver.test.ts
Updates resolver tests for hash-target paging, flat-name matching, and collision handling to reflect hash-based cloud asset resolution.
Browser test observation-window helper and cloud fixtures
browser_tests/tests/propertiesPanel/errorsTabMissingMediaRuntime.spec.ts, browser_tests/assets/missing/missing_media_cloud_output_video_subfolder.json
Adds a cloud output video fixture, updates onboarding survey and output-asset mocking, introduces output-asset request helpers and an observation-window assertion, and applies the new runtime checks across OSS and Cloud tests.

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

Suggested reviewers

Suggested reviewers: AustinMroz

🚥 Pre-merge checks | ✅ 6
✅ Passed checks (6 passed)
Check name Status Explanation
Title check ✅ Passed The title is concise and clearly describes the main change: fixing Cloud output video missing-media false positives.
Description check ✅ Passed The description matches the template well and includes summary, changes, review focus, and screenshots with relevant details.
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 includes browser_tests Playwright coverage, so it does not meet the fail condition for a bug-fix PR lacking E2E regression tests.
Adr Compliance For Entity/Litegraph Changes ✅ Passed No changed files touch src/lib/litegraph, src/ecs, or graph-entity code; this PR only changes missing-media logic/tests/assets, so the ADR check doesn’t 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 codex/fix-cloud-output-video-missing-media

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

❤️ Share

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

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Caution

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

⚠️ Outside diff range comments (1)
src/platform/missingMedia/missingMediaAssetResolver.ts (1)

252-276: 📐 Maintainability & Code Quality | 🔵 Trivial | 💤 Low value

Optional: extract shared loop pattern to reduce duplication.

rememberResolvedTargetNames and rememberResolvedCloudTargetNames share the same for...of + targetNames.has + foundTargetNames.add loop, differing only in the detection-name source. A small shared helper could reduce duplication, though the current clarity is acceptable given the distinct matching semantics.

♻️ Optional refactor: extract shared matching loop
 function rememberResolvedTargetNames(
   asset: AssetItem,
   targetNames: ReadonlySet<string>,
   foundTargetNames: Set<string>,
   options: MediaPathDetectionOptions
 ) {
   if (targetNames.size === 0) return
-  for (const name of getAssetDetectionNames(asset, options)) {
-    if (targetNames.has(name)) foundTargetNames.add(name)
-  }
+  matchTargetNames(getAssetDetectionNames(asset, options), targetNames, foundTargetNames)
 }

 function rememberResolvedCloudTargetNames(
   asset: AssetItem,
   targetNames: ReadonlySet<string>,
   foundTargetNames: Set<string>,
   options: MediaPathDetectionOptions
 ) {
   if (targetNames.size === 0 || !asset.hash) return
-  for (const name of getMediaPathDetectionNames(asset.hash, options)) {
-    if (targetNames.has(name)) foundTargetNames.add(name)
-  }
+  matchTargetNames(getMediaPathDetectionNames(asset.hash, options), targetNames, foundTargetNames)
+}
+
+function matchTargetNames(
+  names: Iterable<string>,
+  targetNames: ReadonlySet<string>,
+  foundTargetNames: Set<string>
+) {
+  for (const name of names) {
+    if (targetNames.has(name)) foundTargetNames.add(name)
+  }
 }
🤖 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/platform/missingMedia/missingMediaAssetResolver.ts` around lines 252 -
276, Both rememberResolvedTargetNames and rememberResolvedCloudTargetNames
duplicate the same matching loop over detection names. Extract the shared
“iterate names, check targetNames.has, add to foundTargetNames” logic into a
small helper in missingMediaAssetResolver.ts, and keep each function focused on
supplying its own source of names via getAssetDetectionNames or
getMediaPathDetectionNames while preserving the existing early-return checks.
🤖 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/platform/missingMedia/missingMediaAssetResolver.ts`:
- Around line 252-276: Both rememberResolvedTargetNames and
rememberResolvedCloudTargetNames duplicate the same matching loop over detection
names. Extract the shared “iterate names, check targetNames.has, add to
foundTargetNames” logic into a small helper in missingMediaAssetResolver.ts, and
keep each function focused on supplying its own source of names via
getAssetDetectionNames or getMediaPathDetectionNames while preserving the
existing early-return checks.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 0a442a53-6312-46f0-8900-19ba6f8abc0b

📥 Commits

Reviewing files that changed from the base of the PR and between 0103899 and e919feb.

📒 Files selected for processing (6)
  • browser_tests/assets/missing/missing_media_cloud_output_video_subfolder.json
  • browser_tests/tests/propertiesPanel/errorsTabMissingMediaRuntime.spec.ts
  • src/platform/missingMedia/missingMediaAssetResolver.test.ts
  • src/platform/missingMedia/missingMediaAssetResolver.ts
  • src/platform/missingMedia/missingMediaScan.test.ts
  • src/platform/missingMedia/missingMediaScan.ts

coderabbitai[bot]
coderabbitai Bot previously approved these changes Jul 8, 2026
@codecov

codecov Bot commented Jul 8, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

@@            Coverage Diff             @@
##             main   #13507      +/-   ##
==========================================
+ Coverage   77.76%   77.91%   +0.15%     
==========================================
  Files        1650     1650              
  Lines       92458    93625    +1167     
  Branches    31998    32835     +837     
==========================================
+ Hits        71902    72950    +1048     
- Misses      19888    20007     +119     
  Partials      668      668              
Flag Coverage Δ
unit 65.70% <100.00%> (+<0.01%) ⬆️

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

Files with missing lines Coverage Δ
...platform/missingMedia/missingMediaAssetResolver.ts 96.63% <100.00%> (+14.43%) ⬆️
src/platform/missingMedia/missingMediaScan.ts 98.46% <100.00%> (+4.30%) ⬆️

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

benceruleanlu
benceruleanlu previously approved these changes Jul 8, 2026

@benceruleanlu benceruleanlu left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Work really needs to get put into this part of the codebase, too bad it's not a priority.

}
}

function rememberResolvedCloudTargetNames(

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Matching only asset.hash here means candidates that resolve by asset name (or subfolder metadata) no longer stop pagination — every workflow load pages through the full output-asset list. Only subfoldered candidates need the hash-only strictness; flat ones could still early-exit on a name match.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Good catch, thank you. I pushed a small follow-up in 4333ba1 so the hash-only requirement is limited to basename fallbacks from subfoldered Cloud output candidates. Flat output targets can now still resolve and stop pagination through the normal asset detection names, and I added a unit test for that early-exit case so it does not regress.

@jaeone94 jaeone94 dismissed stale reviews from benceruleanlu and coderabbitai[bot] via 4333ba1 July 8, 2026 18:30
@jaeone94 jaeone94 requested a review from benceruleanlu July 8, 2026 18:52
@jaeone94 jaeone94 assigned benceruleanlu and unassigned jaeone94 Jul 8, 2026
@jaeone94 jaeone94 added this pull request to the merge queue Jul 9, 2026
Merged via the queue into main with commit 2b540a5 Jul 9, 2026
52 checks passed
@jaeone94 jaeone94 deleted the codex/fix-cloud-output-video-missing-media branch July 9, 2026 00:49
@github-actions github-actions Bot locked and limited conversation to collaborators Jul 9, 2026
@jaeone94 jaeone94 added needs-backport Fix/change that needs to be cherry-picked to the current feature freeze branch cloud/1.45 Backport PRs for cloud 1.45 labels Jul 9, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cloud/1.45 Backport PRs for cloud 1.45 needs-backport Fix/change that needs to be cherry-picked to the current feature freeze branch size:L This PR changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants