Skip to content

feat(navigation): add opt-in strip-on-capture to preserved-query tracker#13465

Merged
benceruleanlu merged 3 commits into
mainfrom
benceruleanlu/preserved-query-strip-on-capture
Jul 7, 2026
Merged

feat(navigation): add opt-in strip-on-capture to preserved-query tracker#13465
benceruleanlu merged 3 commits into
mainfrom
benceruleanlu/preserved-query-strip-on-capture

Conversation

@benceruleanlu

Copy link
Copy Markdown
Member

What

  • installPreservedQueryTracker definitions accept an opt-in stripAfterCapture flag: the marked keys are captured into the sessionStorage stash and removed from the URL before the navigation completes (single guard redirect at the decoded query-object level; push/replace semantics are inherited from the original navigation, and vue-router force-replaces the initial one).
  • preservedQueryManager now captures the first non-empty string element of repeated (array-valued) params instead of silently dropping them.
  • New real-router test suite for the tracker (createRouter + createMemoryHistory, no router mocks), including a history-depth test pinning the push/replace inheritance; manager tests extended for the array/junk-value cases.

Why

One-time secrets in query params (first consumer: desktop login codes, GTM-93) must not linger in the visible URL, browser history, previousFullPath redirects, or telemetry. Stripping after navigation — what each loader does ad hoc today — leaves a window and forces per-feature URL scrubbing; #13418 originally needed a hand-rolled encoding-aware string parser in three places. Stripping at capture time, at the decoded query-object level, makes the stash the only carrier and lets vue-router round-trip the surviving params' encoding itself.

Capability only — no existing namespace opts in; behavior is unchanged for all current definitions. stripAfterCapture's contract is documented on the option: strip-marked keys must never be read from route.query by later guards or views; the stash is the only post-capture source.

Landing order

Independent of everything else; #13418 stacks on this branch.

@benceruleanlu
benceruleanlu requested a review from a team July 6, 2026 19:06
@dosubot dosubot Bot added the size:M This PR changes 30-99 lines, ignoring generated files. label Jul 6, 2026
@github-actions

github-actions Bot commented Jul 6, 2026

Copy link
Copy Markdown

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

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

🎨 Storybook: ✅ Built — View Storybook

Details

⏰ Completed at: 07/06/2026, 08:23:14 PM UTC

Links

📦 Bundle: 7.77 MB gzip 🔴 +394 B

Details

Summary

  • Raw size: 32.8 MB baseline 32.8 MB — 🔴 +1.41 kB
  • Gzip: 7.77 MB baseline 7.77 MB — 🔴 +394 B
  • Brotli: 5.35 MB baseline 5.35 MB — 🔴 +232 B
  • Bundles: 299 current • 299 baseline • 134 added / 134 removed

Category Glance
Utilities & Hooks 🔴 +1.04 kB (3.38 MB) · App Entry Points 🔴 +369 B (47.8 kB) · Vendor & Third-Party ⚪ 0 B (15.3 MB) · Other ⚪ 0 B (11.7 MB) · Graph Workspace ⚪ 0 B (1.26 MB) · Panels & Settings ⚪ 0 B (546 kB) · + 5 more

App Entry Points — 47.8 kB (baseline 47.4 kB) • 🔴 +369 B

Main entry bundles and manifests

File Before After Δ Raw Δ Gzip Δ Brotli
assets/index-CKbuo1Ie.js (new) 47.8 kB 🔴 +47.8 kB 🔴 +14 kB 🔴 +12.1 kB
assets/index-wkw97PLq.js (removed) 47.4 kB 🟢 -47.4 kB 🟢 -13.9 kB 🟢 -12 kB

Status: 1 added / 1 removed

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

Graph editor runtime, canvas, workflow orchestration

File Before After Δ Raw Δ Gzip Δ Brotli
assets/GraphView-B_Y_q103.js (removed) 1.26 MB 🟢 -1.26 MB 🟢 -269 kB 🟢 -202 kB
assets/GraphView-xOoIwnAx.js (new) 1.26 MB 🔴 +1.26 MB 🔴 +269 kB 🔴 +202 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-C1JAy-Nj.js (removed) 19.4 kB 🟢 -19.4 kB 🟢 -5.04 kB 🟢 -4.46 kB
assets/CloudSurveyView-CSBCqRsx.js (new) 19.4 kB 🔴 +19.4 kB 🔴 +5.04 kB 🔴 +4.47 kB
assets/CloudLoginView--SuLT-0Z.js (removed) 11.4 kB 🟢 -11.4 kB 🟢 -3.07 kB 🟢 -2.68 kB
assets/CloudLoginView-mnCFWN6y.js (new) 11.4 kB 🔴 +11.4 kB 🔴 +3.07 kB 🔴 +2.68 kB
assets/CloudSignupView-9Bc4uatC.js (new) 9.79 kB 🔴 +9.79 kB 🔴 +2.74 kB 🔴 +2.41 kB
assets/CloudSignupView-DA_DSffO.js (removed) 9.79 kB 🟢 -9.79 kB 🟢 -2.74 kB 🟢 -2.4 kB
assets/CloudLayoutView-C-_lIAkN.js (removed) 9.36 kB 🟢 -9.36 kB 🟢 -2.34 kB 🟢 -2.02 kB
assets/CloudLayoutView-zkMePzd1.js (new) 9.36 kB 🔴 +9.36 kB 🔴 +2.34 kB 🔴 +2.03 kB
assets/UserCheckView-B6ciEYHb.js (new) 8.8 kB 🔴 +8.8 kB 🔴 +2.22 kB 🔴 +1.93 kB
assets/UserCheckView-DlQpbK8N.js (removed) 8.8 kB 🟢 -8.8 kB 🟢 -2.22 kB 🟢 -1.93 kB
assets/CloudSubscriptionRedirectView-B04moLJX.js (removed) 6.98 kB 🟢 -6.98 kB 🟢 -2.58 kB 🟢 -2.25 kB
assets/CloudSubscriptionRedirectView-DdPlI5cx.js (new) 6.98 kB 🔴 +6.98 kB 🔴 +2.58 kB 🔴 +2.26 kB
assets/UserSelectView-BG5UYGj_.js (removed) 6 kB 🟢 -6 kB 🟢 -2.15 kB 🟢 -1.88 kB
assets/UserSelectView-BTXCJ72L.js (new) 6 kB 🔴 +6 kB 🔴 +2.15 kB 🔴 +1.89 kB
assets/CloudForgotPasswordView-Ci9IY53t.js (new) 5.15 kB 🔴 +5.15 kB 🔴 +1.76 kB 🔴 +1.55 kB
assets/CloudForgotPasswordView-Do21yw-8.js (removed) 5.15 kB 🟢 -5.15 kB 🟢 -1.76 kB 🟢 -1.54 kB
assets/CloudAuthTimeoutView-Ctx7erRs.js (removed) 4.49 kB 🟢 -4.49 kB 🟢 -1.57 kB 🟢 -1.37 kB
assets/CloudAuthTimeoutView-DUbdI0CO.js (new) 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-DNyYWcfv.js (new) 49.4 kB 🔴 +49.4 kB 🔴 +9.97 kB 🔴 +8.83 kB
assets/KeybindingPanel-hKWNop2S.js (removed) 49.4 kB 🟢 -49.4 kB 🟢 -9.97 kB 🟢 -8.83 kB
assets/SecretsPanel-CUJxUflQ.js (new) 24.2 kB 🔴 +24.2 kB 🔴 +5.77 kB 🔴 +5.07 kB
assets/SecretsPanel-qzM4z16E.js (removed) 24.2 kB 🟢 -24.2 kB 🟢 -5.77 kB 🟢 -5.07 kB
assets/CreditsPanel-DA9eFURd.js (new) 15.9 kB 🔴 +15.9 kB 🔴 +4.66 kB 🔴 +4.09 kB
assets/CreditsPanel-PM-zB6gB.js (removed) 15.9 kB 🟢 -15.9 kB 🟢 -4.66 kB 🟢 -4.08 kB
assets/AboutPanel-DMMkxkWv.js (removed) 12 kB 🟢 -12 kB 🟢 -3.29 kB 🟢 -2.94 kB
assets/AboutPanel-HkLs5mTR.js (new) 12 kB 🔴 +12 kB 🔴 +3.29 kB 🔴 +2.94 kB
assets/SubscriptionPanel-C30jDqjV.js (removed) 11.4 kB 🟢 -11.4 kB 🟢 -3.62 kB 🟢 -3.19 kB
assets/SubscriptionPanel-YbCBzF5R.js (new) 11.4 kB 🔴 +11.4 kB 🔴 +3.62 kB 🔴 +3.16 kB
assets/ExtensionPanel-C7plqLMU.js (removed) 9.03 kB 🟢 -9.03 kB 🟢 -2.5 kB 🟢 -2.2 kB
assets/ExtensionPanel-Cc6XbFU5.js (new) 9.03 kB 🔴 +9.03 kB 🔴 +2.5 kB 🔴 +2.2 kB
assets/ServerConfigPanel-BsfRCfKG.js (new) 6.15 kB 🔴 +6.15 kB 🔴 +1.98 kB 🔴 +1.76 kB
assets/ServerConfigPanel-DeDpMkoH.js (removed) 6.15 kB 🟢 -6.15 kB 🟢 -1.97 kB 🟢 -1.76 kB
assets/UserPanel-BJ_-C3Gs.js (new) 5.78 kB 🔴 +5.78 kB 🔴 +1.82 kB 🔴 +1.58 kB
assets/UserPanel-DUBDE4vV.js (removed) 5.78 kB 🟢 -5.78 kB 🟢 -1.82 kB 🟢 -1.57 kB
assets/refreshRemoteConfig-Bc6tdEvs.js (removed) 2.88 kB 🟢 -2.88 kB 🟢 -1.26 kB 🟢 -1.11 kB
assets/refreshRemoteConfig-DoM2qPsX.js (new) 2.88 kB 🔴 +2.88 kB 🔴 +1.26 kB 🔴 +1.11 kB
assets/cloudRemoteConfig-DKdoeYAs.js (new) 990 B 🔴 +990 B 🔴 +542 B 🔴 +464 B
assets/cloudRemoteConfig-gDhByENl.js (removed) 990 B 🟢 -990 B 🟢 -539 B 🟢 -466 B
assets/refreshRemoteConfig-CPOfS8Is.js (new) 110 B 🔴 +110 B 🔴 +89 B 🔴 +87 B
assets/refreshRemoteConfig-DnPwmm94.js (removed) 110 B 🟢 -110 B 🟢 -89 B 🟢 -82 B

Status: 11 added / 11 removed / 16 unchanged

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

Authentication, profile, and account management bundles

File Before After Δ Raw Δ Gzip Δ Brotli
assets/SignUpForm-C3DOU3J2.js (new) 10 kB 🔴 +10 kB 🔴 +3.46 kB 🔴 +3.03 kB
assets/SignUpForm-Dvs1anSm.js (removed) 10 kB 🟢 -10 kB 🟢 -3.46 kB 🟢 -3.04 kB
assets/auth-BaO-WzNr.js (new) 3.69 kB 🔴 +3.69 kB 🔴 +1.3 kB 🔴 +1.13 kB
assets/auth-zQRMA7rw.js (removed) 3.69 kB 🟢 -3.69 kB 🟢 -1.3 kB 🟢 -1.14 kB
assets/usePostAuthRedirect-BGDUdbpo.js (new) 3.33 kB 🔴 +3.33 kB 🔴 +1.27 kB 🔴 +1.11 kB
assets/usePostAuthRedirect-CftfOjV-.js (removed) 3.33 kB 🟢 -3.33 kB 🟢 -1.27 kB 🟢 -1.11 kB
assets/UpdatePasswordContent-BgILAgq7.js (removed) 1.92 kB 🟢 -1.92 kB 🟢 -878 B 🟢 -764 B
assets/UpdatePasswordContent-C4kEoIP_.js (new) 1.92 kB 🔴 +1.92 kB 🔴 +877 B 🔴 +766 B
assets/authStore-8DbHFcWX.js (removed) 130 B 🟢 -130 B 🟢 -109 B 🟢 -113 B
assets/authStore-Da2e-HAn.js (new) 130 B 🔴 +130 B 🔴 +109 B 🔴 +110 B
assets/workspaceAuthStore-CRG1jFVf.js (new) 110 B 🔴 +110 B 🔴 +104 B 🔴 +109 B
assets/workspaceAuthStore-Dt70HfNE.js (removed) 110 B 🟢 -110 B 🟢 -104 B 🟢 -113 B
assets/auth-BtvAuKxM.js (new) 105 B 🔴 +105 B 🔴 +96 B 🔴 +85 B
assets/auth-G0nARYzT.js (removed) 105 B 🟢 -105 B 🟢 -96 B 🟢 -89 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-C54M8Waf.js (removed) 90.5 kB 🟢 -90.5 kB 🟢 -19.3 kB 🟢 -16.5 kB
assets/ComfyHubPublishDialog-DLpxu_O1.js (new) 90.5 kB 🔴 +90.5 kB 🔴 +19.3 kB 🔴 +16.5 kB
assets/useShareDialog-BrRqaJfY.js (new) 23.7 kB 🔴 +23.7 kB 🔴 +5.58 kB 🔴 +4.96 kB
assets/useShareDialog-g6pafshz.js (removed) 23.7 kB 🟢 -23.7 kB 🟢 -5.58 kB 🟢 -4.97 kB
assets/ComfyHubPublishDialog-BC_LTkc9.js (removed) 143 B 🟢 -143 B 🟢 -105 B 🟢 -90 B
assets/ComfyHubPublishDialog-CF2HXsvx.js (new) 143 B 🔴 +143 B 🔴 +105 B 🔴 +89 B
assets/useSubscriptionDialog-CCCZ2lmL.js (new) 110 B 🔴 +110 B 🔴 +102 B 🔴 +89 B
assets/useSubscriptionDialog-DBdST5Bd.js (removed) 110 B 🟢 -110 B 🟢 -102 B 🟢 -92 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-BUoPFnjR.js (new) 13.6 kB 🔴 +13.6 kB 🔴 +3.82 kB 🔴 +3.41 kB
assets/ComfyQueueButton-D_VLBVjL.js (removed) 13.6 kB 🟢 -13.6 kB 🟢 -3.82 kB 🟢 -3.41 kB
assets/useTerminalTabs-D7fvrAGq.js (removed) 12.1 kB 🟢 -12.1 kB 🟢 -3.83 kB 🟢 -3.38 kB
assets/useTerminalTabs-DdSiZKXc.js (new) 12.1 kB 🔴 +12.1 kB 🔴 +3.83 kB 🔴 +3.38 kB
assets/SubscribeButton-B4mNSkPL.js (new) 2.38 kB 🔴 +2.38 kB 🔴 +1.05 kB 🔴 +916 B
assets/SubscribeButton-sDZu8t-b.js (removed) 2.38 kB 🟢 -2.38 kB 🟢 -1.05 kB 🟢 -916 B
assets/cloudFeedbackTopbarButton-BwK-ZEAO.js (removed) 829 B 🟢 -829 B 🟢 -497 B 🟢 -449 B
assets/cloudFeedbackTopbarButton-BwvJDbez.js (new) 829 B 🔴 +829 B 🔴 +497 B 🔴 +422 B
assets/ComfyQueueButton-B42FPZGc.js (removed) 128 B 🟢 -128 B 🟢 -99 B 🟢 -100 B
assets/ComfyQueueButton-m65WLkal.js (new) 128 B 🔴 +128 B 🔴 +99 B 🔴 +94 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-BuRaw4y2.js (new) 126 kB 🔴 +126 kB 🔴 +27.8 kB 🔴 +23.5 kB
assets/load3dService-tLRDStSY.js (removed) 126 kB 🟢 -126 kB 🟢 -27.8 kB 🟢 -23.5 kB
assets/api-Bt5v9IdZ.js (removed) 91.8 kB 🟢 -91.8 kB 🟢 -25.3 kB 🟢 -21.7 kB
assets/api-DV-kybJ0.js (new) 91.8 kB 🔴 +91.8 kB 🔴 +25.3 kB 🔴 +21.7 kB
assets/workflowShareService-Ca_etsf7.js (new) 17 kB 🔴 +17 kB 🔴 +5.01 kB 🔴 +4.45 kB
assets/workflowShareService-Cu4uqk09.js (removed) 17 kB 🟢 -17 kB 🟢 -5.01 kB 🟢 -4.44 kB
assets/releaseStore-BgRttmLb.js (new) 8.29 kB 🔴 +8.29 kB 🔴 +2.34 kB 🔴 +2.04 kB
assets/releaseStore-dOe-NZw8.js (removed) 8.29 kB 🟢 -8.29 kB 🟢 -2.34 kB 🟢 -2.04 kB
assets/keybindingService-BBvnHiHV.js (new) 7.46 kB 🔴 +7.46 kB 🔴 +1.91 kB 🔴 +1.64 kB
assets/keybindingService-DMwA6Efx.js (removed) 7.46 kB 🟢 -7.46 kB 🟢 -1.92 kB 🟢 -1.64 kB
assets/extensionStore-BG94lmFe.js (removed) 5.29 kB 🟢 -5.29 kB 🟢 -1.86 kB 🟢 -1.57 kB
assets/extensionStore-C_tcC6IE.js (new) 5.29 kB 🔴 +5.29 kB 🔴 +1.86 kB 🔴 +1.58 kB
assets/userStore-P5P8qLoK.js (removed) 2.42 kB 🟢 -2.42 kB 🟢 -933 B 🟢 -825 B
assets/userStore-WYyORp3C.js (new) 2.42 kB 🔴 +2.42 kB 🔴 +933 B 🔴 +825 B
assets/audioService-C45z6pCg.js (new) 1.76 kB 🔴 +1.76 kB 🔴 +863 B 🔴 +752 B
assets/audioService-CdOxWuxC.js (removed) 1.76 kB 🟢 -1.76 kB 🟢 -862 B 🟢 -753 B
assets/dialogService-axU6XQhD.js (removed) 100 B 🟢 -100 B 🟢 -99 B 🟢 -97 B
assets/dialogService-CpqdFhVG.js (new) 100 B 🔴 +100 B 🔴 +99 B 🔴 +91 B
assets/settingStore-B9T1BhU7.js (new) 98 B 🔴 +98 B 🔴 +98 B 🔴 +90 B
assets/settingStore-euqFYa1Y.js (removed) 98 B 🟢 -98 B 🟢 -98 B 🟢 -97 B
assets/assetsStore-C6Obiols.js (new) 96 B 🔴 +96 B 🔴 +97 B 🔴 +88 B
assets/assetsStore-CSn6BHjK.js (removed) 96 B 🟢 -96 B 🟢 -97 B 🟢 -89 B
assets/releaseStore-DMQSU9LN.js (removed) 95 B 🟢 -95 B 🟢 -86 B 🟢 -90 B
assets/releaseStore-P-Wg0NYZ.js (new) 95 B 🔴 +95 B 🔴 +86 B 🔴 +91 B
assets/api-CgSMKa4u.js (new) 62 B 🔴 +62 B 🔴 +74 B 🔴 +66 B
assets/api-CZInSd4d.js (removed) 62 B 🟢 -62 B 🟢 -74 B 🟢 -66 B

Status: 13 added / 13 removed / 3 unchanged

Utilities & Hooks — 3.38 MB (baseline 3.37 MB) • 🔴 +1.04 kB

Helpers, composables, and utility bundles

File Before After Δ Raw Δ Gzip Δ Brotli
assets/promotionUtils-BufUmSPP.js (new) 3.01 MB 🔴 +3.01 MB 🔴 +696 kB 🔴 +525 kB
assets/promotionUtils-CpYBiFIs.js (removed) 3.01 MB 🟢 -3.01 MB 🟢 -696 kB 🟢 -524 kB
assets/useConflictDetection-By2hGdW_.js (new) 234 kB 🔴 +234 kB 🔴 +52.3 kB 🔴 +42.6 kB
assets/useConflictDetection-CZmqCTA4.js (removed) 234 kB 🟢 -234 kB 🟢 -52.3 kB 🟢 -42.6 kB
assets/useLoad3d-Bpcc4Vf6.js (removed) 25.5 kB 🟢 -25.5 kB 🟢 -5.75 kB 🟢 -5.09 kB
assets/useLoad3d-DPxEi6v7.js (new) 25.5 kB 🔴 +25.5 kB 🔴 +5.75 kB 🔴 +5.1 kB
assets/useLoad3dViewer-B0Yd-uGe.js (removed) 21.1 kB 🟢 -21.1 kB 🟢 -4.98 kB 🟢 -4.38 kB
assets/useLoad3dViewer-KPd4RNMm.js (new) 21.1 kB 🔴 +21.1 kB 🔴 +4.98 kB 🔴 +4.36 kB
assets/useFeatureFlags-D27jgoA2.js (removed) 6.51 kB 🟢 -6.51 kB 🟢 -2.02 kB 🟢 -1.7 kB
assets/useFeatureFlags-NBhmingp.js (new) 6.51 kB 🔴 +6.51 kB 🔴 +2.02 kB 🔴 +1.7 kB
assets/subscriptionCheckoutUtil-DADwDn5c.js (removed) 3.85 kB 🟢 -3.85 kB 🟢 -1.54 kB 🟢 -1.35 kB
assets/subscriptionCheckoutUtil-MkrYSjn6.js (new) 3.85 kB 🔴 +3.85 kB 🔴 +1.54 kB 🔴 +1.35 kB
assets/useSessionCookie-C2ysopQ-.js (new) 3.33 kB 🔴 +3.33 kB 🔴 +1.15 kB 🔴 +982 B
assets/useSessionCookie-DS6mjB0V.js (removed) 3.33 kB 🟢 -3.33 kB 🟢 -1.15 kB 🟢 -980 B
assets/useDowngradeToPersonal-BMX1ZHV3.js (new) 3 kB 🔴 +3 kB 🔴 +1.19 kB 🔴 +1.03 kB
assets/useDowngradeToPersonal-BVspVxxH.js (removed) 3 kB 🟢 -3 kB 🟢 -1.19 kB 🟢 -1.05 kB
assets/assetPreviewUtil-D-Qk9LM7.js (new) 2.41 kB 🔴 +2.41 kB 🔴 +1.01 kB 🔴 +882 B
assets/assetPreviewUtil-DABC5C-w.js (removed) 2.41 kB 🟢 -2.41 kB 🟢 -1.01 kB 🟢 -877 B
assets/useUpstreamValue-DAhzK5EF.js (removed) 2.04 kB 🟢 -2.04 kB 🟢 -794 B 🟢 -699 B
assets/useUpstreamValue-DoyPCxXo.js (new) 2.04 kB 🔴 +2.04 kB 🔴 +792 B 🔴 +698 B
assets/useWorkspaceTierLabel-73MAYnPV.js (removed) 1.99 kB 🟢 -1.99 kB 🟢 -853 B 🟢 -739 B
assets/useWorkspaceTierLabel-Bf33pEpV.js (new) 1.99 kB 🔴 +1.99 kB 🔴 +852 B 🔴 +738 B
assets/useLoad3d-RYXLGb4U.js (new) 311 B 🔴 +311 B 🔴 +164 B 🔴 +147 B
assets/useLoad3d-wI940Lh_.js (removed) 311 B 🟢 -311 B 🟢 -163 B 🟢 -148 B
assets/useSessionCookie-BdYvpAtb.js (new) 101 B 🔴 +101 B 🔴 +86 B 🔴 +81 B
assets/useSessionCookie-BwvhR2-T.js (removed) 101 B 🟢 -101 B 🟢 -86 B 🟢 -83 B
assets/useFeatureFlags-DZc0jGj-.js (new) 98 B 🔴 +98 B 🔴 +85 B 🔴 +82 B
assets/useFeatureFlags-vpuXNRnV.js (removed) 98 B 🟢 -98 B 🟢 -85 B 🟢 -80 B
assets/useLoad3dViewer-CAAPw6-g.js (removed) 98 B 🟢 -98 B 🟢 -85 B 🟢 -84 B
assets/useLoad3dViewer-R39GgPZ6.js (new) 98 B 🔴 +98 B 🔴 +85 B 🔴 +85 B
assets/useCurrentUser-CZS_3Z2n.js (new) 96 B 🔴 +96 B 🔴 +97 B 🔴 +87 B
assets/useCurrentUser-DdpGVK6-.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-CjmQ397s.js (new) 119 kB 🔴 +119 kB 🔴 +30.7 kB 🔴 +25.9 kB
assets/core-CMWsS41L.js (removed) 119 kB 🟢 -119 kB 🟢 -30.7 kB 🟢 -25.9 kB
assets/WidgetSelect-Dmw_JR2d.js (removed) 89.3 kB 🟢 -89.3 kB 🟢 -20.1 kB 🟢 -17.2 kB
assets/WidgetSelect-Dy4O-6g3.js (new) 89.3 kB 🔴 +89.3 kB 🔴 +20.1 kB 🔴 +17.3 kB
assets/Load3DControls-B9oNWIis.js (new) 46.8 kB 🔴 +46.8 kB 🔴 +7.56 kB 🔴 +6.62 kB
assets/Load3DControls-Bk1Ashx6.js (removed) 46.8 kB 🟢 -46.8 kB 🟢 -7.56 kB 🟢 -6.62 kB
assets/SubscriptionTransitionPreviewWorkspace-D2tTbhbK.js (removed) 46.8 kB 🟢 -46.8 kB 🟢 -9.65 kB 🟢 -8.54 kB
assets/SubscriptionTransitionPreviewWorkspace-DMaAQ7-s.js (new) 46.8 kB 🔴 +46.8 kB 🔴 +9.65 kB 🔴 +8.54 kB
assets/SubscriptionRequiredDialogContentUnified-CbcYyZBT.js (new) 41.2 kB 🔴 +41.2 kB 🔴 +9.16 kB 🔴 +7.97 kB
assets/SubscriptionRequiredDialogContentUnified-DH8gDxkz.js (removed) 41.2 kB 🟢 -41.2 kB 🟢 -9.16 kB 🟢 -7.98 kB
assets/WorkspacePanelContent-Dv6FX7Qu.js (new) 34.5 kB 🔴 +34.5 kB 🔴 +7.49 kB 🔴 +6.61 kB
assets/WorkspacePanelContent-DyGgrM7x.js (removed) 34.5 kB 🟢 -34.5 kB 🟢 -7.49 kB 🟢 -6.61 kB
assets/WidgetPainter-C-bj_5Th.js (new) 32.7 kB 🔴 +32.7 kB 🔴 +7.9 kB 🔴 +7.02 kB
assets/WidgetPainter-CEAQC-Uo.js (removed) 32.7 kB 🟢 -32.7 kB 🟢 -7.9 kB 🟢 -7.01 kB
assets/Load3dViewerContent-CWbRE3GA.js (removed) 30.9 kB 🟢 -30.9 kB 🟢 -6.3 kB 🟢 -5.47 kB
assets/Load3dViewerContent-omYgXf9C.js (new) 30.9 kB 🔴 +30.9 kB 🔴 +6.3 kB 🔴 +5.47 kB
assets/WidgetBoundingBoxes-BvHStEIK.js (removed) 28.6 kB 🟢 -28.6 kB 🟢 -7.9 kB 🟢 -7.01 kB
assets/WidgetBoundingBoxes-DfaChvbU.js (new) 28.6 kB 🔴 +28.6 kB 🔴 +7.9 kB 🔴 +7.01 kB
assets/SubscriptionRequiredDialogContent-CrD5G0Q4.js (new) 27.4 kB 🔴 +27.4 kB 🔴 +6.75 kB 🔴 +5.95 kB
assets/SubscriptionRequiredDialogContent-D5UqvYOA.js (removed) 27.4 kB 🟢 -27.4 kB 🟢 -6.75 kB 🟢 -5.95 kB
assets/SubscriptionPanelContentWorkspace-7DGHEDoE.js (removed) 25 kB 🟢 -25 kB 🟢 -5.84 kB 🟢 -5.13 kB
assets/SubscriptionPanelContentWorkspace-BHU3tUZJ.js (new) 25 kB 🔴 +25 kB 🔴 +5.84 kB 🔴 +5.13 kB
assets/SubscriptionRequiredDialogContentWorkspace-D9t12v-P.js (new) 24.6 kB 🔴 +24.6 kB 🔴 +5.66 kB 🔴 +4.98 kB
assets/SubscriptionRequiredDialogContentWorkspace-Dg0OsrKz.js (removed) 24.6 kB 🟢 -24.6 kB 🟢 -5.66 kB 🟢 -4.96 kB
assets/WidgetImageCrop-CuWOlMlS.js (new) 23.3 kB 🔴 +23.3 kB 🔴 +5.75 kB 🔴 +5.04 kB
assets/WidgetImageCrop-zAE0xgNv.js (removed) 23.3 kB 🟢 -23.3 kB 🟢 -5.75 kB 🟢 -5.04 kB
assets/load3d-BjmsCEJ5.js (removed) 21.3 kB 🟢 -21.3 kB 🟢 -5.19 kB 🟢 -4.51 kB
assets/load3d-DhFFqVT9.js (new) 21.3 kB 🔴 +21.3 kB 🔴 +5.19 kB 🔴 +4.5 kB
assets/CurrentUserPopoverWorkspace-Bduntsda.js (new) 20.6 kB 🔴 +20.6 kB 🔴 +4.74 kB 🔴 +4.23 kB
assets/CurrentUserPopoverWorkspace-oO5r3ohl.js (removed) 20.6 kB 🟢 -20.6 kB 🟢 -4.74 kB 🟢 -4.23 kB
assets/SignInContent-CztBV3he.js (removed) 20.1 kB 🟢 -20.1 kB 🟢 -5.07 kB 🟢 -4.43 kB
assets/SignInContent-D7MzOcn9.js (new) 20.1 kB 🔴 +20.1 kB 🔴 +5.07 kB 🔴 +4.44 kB
assets/WidgetInputNumber-C3NbKccQ.js (removed) 19.1 kB 🟢 -19.1 kB 🟢 -4.82 kB 🟢 -4.28 kB
assets/WidgetInputNumber-DkfhotsB.js (new) 19.1 kB 🔴 +19.1 kB 🔴 +4.82 kB 🔴 +4.28 kB
assets/Load3D-BjzHK2f2.js (new) 19.1 kB 🔴 +19.1 kB 🔴 +4.52 kB 🔴 +3.95 kB
assets/Load3D-Dd2at1AS.js (removed) 19.1 kB 🟢 -19.1 kB 🟢 -4.52 kB 🟢 -3.93 kB
assets/CreditsTile-CJtNPH8k.js (removed) 17.1 kB 🟢 -17.1 kB 🟢 -4.54 kB 🟢 -4.02 kB
assets/CreditsTile-DqwVJbN0.js (new) 17.1 kB 🔴 +17.1 kB 🔴 +4.54 kB 🔴 +4.01 kB
assets/WidgetRecordAudio-B7W3iQ6c.js (removed) 16.6 kB 🟢 -16.6 kB 🟢 -4.63 kB 🟢 -4.14 kB
assets/WidgetRecordAudio-Du8L_GY7.js (new) 16.6 kB 🔴 +16.6 kB 🔴 +4.64 kB 🔴 +4.14 kB
assets/WidgetRange-81CmiGrr.js (removed) 16.2 kB 🟢 -16.2 kB 🟢 -4.17 kB 🟢 -3.73 kB
assets/WidgetRange-BYgUoTQm.js (new) 16.2 kB 🔴 +16.2 kB 🔴 +4.17 kB 🔴 +3.72 kB
assets/WaveAudioPlayer-D3rY7t6V.js (new) 12.8 kB 🔴 +12.8 kB 🔴 +3.48 kB 🔴 +3.06 kB
assets/WaveAudioPlayer-FKuLfZOf.js (removed) 12.8 kB 🟢 -12.8 kB 🟢 -3.48 kB 🟢 -3.06 kB
assets/WidgetCurve-ClJnGw9w.js (removed) 11.3 kB 🟢 -11.3 kB 🟢 -3.5 kB 🟢 -3.16 kB
assets/WidgetCurve-CP9HQbqd.js (new) 11.3 kB 🔴 +11.3 kB 🔴 +3.5 kB 🔴 +3.16 kB
assets/TeamWorkspacesDialogContent-BjzZjYxi.js (removed) 10.3 kB 🟢 -10.3 kB 🟢 -3 kB 🟢 -2.66 kB
assets/TeamWorkspacesDialogContent-DR40flxB.js (new) 10.3 kB 🔴 +10.3 kB 🔴 +3 kB 🔴 +2.66 kB
assets/Load3DConfiguration-DgTrQyzB.js (removed) 9.02 kB 🟢 -9.02 kB 🟢 -2.66 kB 🟢 -2.35 kB
assets/Load3DConfiguration-P0SaOt0L.js (new) 9.02 kB 🔴 +9.02 kB 🔴 +2.66 kB 🔴 +2.35 kB
assets/nodeTemplates-39K3Qgog.js (new) 8.33 kB 🔴 +8.33 kB 🔴 +2.88 kB 🔴 +2.54 kB
assets/nodeTemplates-Cv8JmC7R.js (removed) 8.33 kB 🟢 -8.33 kB 🟢 -2.88 kB 🟢 -2.54 kB
assets/onboardingCloudRoutes-CXBfdo_O.js (removed) 8.28 kB 🟢 -8.28 kB 🟢 -2.58 kB 🟢 -2.21 kB
assets/onboardingCloudRoutes-KWdnVyrh.js (new) 8.28 kB 🔴 +8.28 kB 🔴 +2.58 kB 🔴 +2.22 kB
assets/NightlySurveyController-3F3141TX.js (new) 7.95 kB 🔴 +7.95 kB 🔴 +2.7 kB 🔴 +2.37 kB
assets/NightlySurveyController-D2afzMlf.js (removed) 7.95 kB 🟢 -7.95 kB 🟢 -2.7 kB 🟢 -2.4 kB
assets/InviteMemberDialogContent-8uAXzUGS.js (new) 6.76 kB 🔴 +6.76 kB 🔴 +2.22 kB 🔴 +1.96 kB
assets/InviteMemberDialogContent-CO0eWaV9.js (removed) 6.76 kB 🟢 -6.76 kB 🟢 -2.22 kB 🟢 -1.96 kB
assets/WidgetWithControl-B3Ds8440.js (removed) 6.3 kB 🟢 -6.3 kB 🟢 -2.55 kB 🟢 -2.25 kB
assets/WidgetWithControl-BIrV3B1m.js (new) 6.3 kB 🔴 +6.3 kB 🔴 +2.54 kB 🔴 +2.25 kB
assets/tierBenefits-B3-7iQQZ.js (new) 6.02 kB 🔴 +6.02 kB 🔴 +1.93 kB 🔴 +1.67 kB
assets/tierBenefits-CgLKvTlx.js (removed) 6.02 kB 🟢 -6.02 kB 🟢 -1.93 kB 🟢 -1.67 kB
assets/CancelSubscriptionDialogContent-BMceujVl.js (removed) 5.76 kB 🟢 -5.76 kB 🟢 -1.97 kB 🟢 -1.73 kB
assets/CancelSubscriptionDialogContent-CDAXY1K2.js (new) 5.76 kB 🔴 +5.76 kB 🔴 +1.97 kB 🔴 +1.73 kB
assets/load3dPreviewExtensions-BWSRF_Kr.js (removed) 5.38 kB 🟢 -5.38 kB 🟢 -1.75 kB 🟢 -1.54 kB
assets/load3dPreviewExtensions-D5sjr9aE.js (new) 5.38 kB 🔴 +5.38 kB 🔴 +1.75 kB 🔴 +1.55 kB
assets/FreeTierDialogContent-D6tYO7Gz.js (removed) 5.25 kB 🟢 -5.25 kB 🟢 -1.76 kB 🟢 -1.55 kB
assets/FreeTierDialogContent-DX2T90Pw.js (new) 5.25 kB 🔴 +5.25 kB 🔴 +1.76 kB 🔴 +1.55 kB
assets/CreateWorkspaceDialogContent-BcnysmPY.js (removed) 5.19 kB 🟢 -5.19 kB 🟢 -1.82 kB 🟢 -1.58 kB
assets/CreateWorkspaceDialogContent-CwO4xCXC.js (new) 5.19 kB 🔴 +5.19 kB 🔴 +1.83 kB 🔴 +1.58 kB
assets/missingModelDownload-BksP-RXj.js (new) 5.07 kB 🔴 +5.07 kB 🔴 +1.98 kB 🔴 +1.73 kB
assets/missingModelDownload-CCSSYVRr.js (removed) 5.07 kB 🟢 -5.07 kB 🟢 -1.98 kB 🟢 -1.72 kB
assets/ChangeMemberRoleDialogContent-Cy5y5dVS.js (new) 5.04 kB 🔴 +5.04 kB 🔴 +1.67 kB 🔴 +1.46 kB
assets/ChangeMemberRoleDialogContent-D-fsXAd3.js (removed) 5.04 kB 🟢 -5.04 kB 🟢 -1.66 kB 🟢 -1.46 kB
assets/EditWorkspaceDialogContent-C1Xwm3K-.js (removed) 5 kB 🟢 -5 kB 🟢 -1.79 kB 🟢 -1.55 kB
assets/EditWorkspaceDialogContent-DQnn9hiq.js (new) 5 kB 🔴 +5 kB 🔴 +1.79 kB 🔴 +1.55 kB
assets/WidgetTextarea-DWZmqq8P.js (new) 4.86 kB 🔴 +4.86 kB 🔴 +1.9 kB 🔴 +1.67 kB
assets/WidgetTextarea-X9n2MdCz.js (removed) 4.86 kB 🟢 -4.86 kB 🟢 -1.9 kB 🟢 -1.66 kB
assets/saveMesh-C4BCTgeL.js (removed) 4.81 kB 🟢 -4.81 kB 🟢 -1.55 kB 🟢 -1.38 kB
assets/saveMesh-soV4pR6Z.js (new) 4.81 kB 🔴 +4.81 kB 🔴 +1.55 kB 🔴 +1.38 kB
assets/Preview3d-Ckx3Qtrk.js (removed) 4.59 kB 🟢 -4.59 kB 🟢 -1.43 kB 🟢 -1.23 kB
assets/Preview3d-U9fseylt.js (new) 4.59 kB 🔴 +4.59 kB 🔴 +1.43 kB 🔴 +1.23 kB
assets/ValueControlPopover-6OQFMGLb.js (removed) 4.55 kB 🟢 -4.55 kB 🟢 -1.59 kB 🟢 -1.42 kB
assets/ValueControlPopover-CZxCUZgF.js (new) 4.55 kB 🔴 +4.55 kB 🔴 +1.59 kB 🔴 +1.42 kB
assets/DeleteWorkspaceDialogContent-CQeYDSzY.js (new) 3.91 kB 🔴 +3.91 kB 🔴 +1.47 kB 🔴 +1.27 kB
assets/DeleteWorkspaceDialogContent-CrNnyGDK.js (removed) 3.91 kB 🟢 -3.91 kB 🟢 -1.47 kB 🟢 -1.27 kB
assets/LeaveWorkspaceDialogContent-CfJKUypm.js (new) 3.73 kB 🔴 +3.73 kB 🔴 +1.41 kB 🔴 +1.22 kB
assets/LeaveWorkspaceDialogContent-wL3hkkwG.js (removed) 3.73 kB 🟢 -3.73 kB 🟢 -1.41 kB 🟢 -1.22 kB
assets/RemoveMemberDialogContent-CoBCglWP.js (removed) 3.71 kB 🟢 -3.71 kB 🟢 -1.37 kB 🟢 -1.19 kB
assets/RemoveMemberDialogContent-DQBE-aSR.js (new) 3.71 kB 🔴 +3.71 kB 🔴 +1.37 kB 🔴 +1.19 kB
assets/RevokeInviteDialogContent-BgS3VkEy.js (new) 3.63 kB 🔴 +3.63 kB 🔴 +1.38 kB 🔴 +1.21 kB
assets/RevokeInviteDialogContent-DrzZFVxR.js (removed) 3.63 kB 🟢 -3.63 kB 🟢 -1.38 kB 🟢 -1.2 kB
assets/InviteMemberUpsellDialogContent-_D7YD-uH.js (new) 3.52 kB 🔴 +3.52 kB 🔴 +1.27 kB 🔴 +1.12 kB
assets/InviteMemberUpsellDialogContent-CugzwtoS.js (removed) 3.52 kB 🟢 -3.52 kB 🟢 -1.26 kB 🟢 -1.1 kB
assets/workspaceCheckoutTelemetry-Ba0oTlDJ.js (new) 3.47 kB 🔴 +3.47 kB 🔴 +1.56 kB 🔴 +1.36 kB
assets/workspaceCheckoutTelemetry-CiE2fXqR.js (removed) 3.47 kB 🟢 -3.47 kB 🟢 -1.56 kB 🟢 -1.36 kB
assets/Media3DTop-Boe4VYXU.js (removed) 3.26 kB 🟢 -3.26 kB 🟢 -1.3 kB 🟢 -1.13 kB
assets/Media3DTop-Dgqhuxty.js (new) 3.26 kB 🔴 +3.26 kB 🔴 +1.3 kB 🔴 +1.13 kB
assets/GlobalToast-Br3DXskp.js (new) 3.05 kB 🔴 +3.05 kB 🔴 +1.26 kB 🔴 +1.08 kB
assets/GlobalToast-fnn3rgfI.js (removed) 3.05 kB 🟢 -3.05 kB 🟢 -1.26 kB 🟢 -1.08 kB
assets/load3dAdvanced-BBEh4tTX.js (new) 2.87 kB 🔴 +2.87 kB 🔴 +1.13 kB 🔴 +982 B
assets/load3dAdvanced-C1BwBApI.js (removed) 2.87 kB 🟢 -2.87 kB 🟢 -1.13 kB 🟢 -990 B
assets/SubscribeToRun-CmdR7bRW.js (removed) 2.56 kB 🟢 -2.56 kB 🟢 -1.11 kB 🟢 -975 B
assets/SubscribeToRun-CzX4sQfL.js (new) 2.56 kB 🔴 +2.56 kB 🔴 +1.11 kB 🔴 +976 B
assets/graphHasMissingNodes-BjgRPKmN.js (removed) 1.93 kB 🟢 -1.93 kB 🟢 -906 B 🟢 -804 B
assets/graphHasMissingNodes-BLTf6qSE.js (new) 1.93 kB 🔴 +1.93 kB 🔴 +906 B 🔴 +789 B
assets/MediaAudioTop-BBr3G2SO.js (new) 1.67 kB 🔴 +1.67 kB 🔴 +838 B 🔴 +699 B
assets/MediaAudioTop-N_jn3mGO.js (removed) 1.67 kB 🟢 -1.67 kB 🟢 -837 B 🟢 -699 B
assets/CloudRunButtonWrapper-BnOzX7gl.js (removed) 1.13 kB 🟢 -1.13 kB 🟢 -549 B 🟢 -524 B
assets/CloudRunButtonWrapper-q172Kqqe.js (new) 1.13 kB 🔴 +1.13 kB 🔴 +551 B 🔴 +515 B
assets/cloudSessionCookie-CvowbabL.js (removed) 991 B 🟢 -991 B 🟢 -467 B 🟢 -414 B
assets/cloudSessionCookie-DcIpGqIR.js (new) 991 B 🔴 +991 B 🔴 +467 B 🔴 +421 B
assets/cloudBadges-Dg9WM7Mb.js (new) 973 B 🔴 +973 B 🔴 +551 B 🔴 +506 B
assets/cloudBadges-DSIRYrq4.js (removed) 973 B 🟢 -973 B 🟢 -551 B 🟢 -499 B
assets/Load3DAdvanced-Bqxo5oen.js (new) 813 B 🔴 +813 B 🔴 +455 B 🔴 +410 B
assets/Load3DAdvanced-CQTUR55c.js (removed) 813 B 🟢 -813 B 🟢 -455 B 🟢 -408 B
assets/nightlyBadges-B_6yxovY.js (new) 464 B 🔴 +464 B 🔴 +305 B 🔴 +255 B
assets/nightlyBadges-nWfbDSSL.js (removed) 464 B 🟢 -464 B 🟢 -304 B 🟢 -253 B
assets/missingModelDownload-CeUwNJ_D.js (new) 228 B 🔴 +228 B 🔴 +149 B 🔴 +129 B
assets/missingModelDownload-rHTpdhtE.js (removed) 228 B 🟢 -228 B 🟢 -150 B 🟢 -129 B
assets/SubscriptionPanelContentWorkspace-B4jAF42y.js (new) 179 B 🔴 +179 B 🔴 +117 B 🔴 +106 B
assets/SubscriptionPanelContentWorkspace-BUaY74b6.js (removed) 179 B 🟢 -179 B 🟢 -117 B 🟢 -92 B
assets/Load3dViewerContent-Bp7AIyYP.js (new) 137 B 🔴 +137 B 🔴 +103 B 🔴 +108 B
assets/Load3dViewerContent-FM5vIBkk.js (removed) 137 B 🟢 -137 B 🟢 -103 B 🟢 -95 B
assets/Load3DAdvanced-4Mr1X1lI.js (new) 122 B 🔴 +122 B 🔴 +97 B 🔴 +88 B
assets/Load3DAdvanced-DLZacnd8.js (removed) 122 B 🟢 -122 B 🟢 -97 B 🟢 -87 B
assets/WidgetLegacy-Boz_wKo4.js (new) 119 B 🔴 +119 B 🔴 +108 B 🔴 +95 B
assets/WidgetLegacy-Dnlid6ZA.js (removed) 119 B 🟢 -119 B 🟢 -108 B 🟢 -101 B
assets/workflowDraftStoreV2-C9NrGXHy.js (removed) 113 B 🟢 -113 B 🟢 -105 B 🟢 -113 B
assets/workflowDraftStoreV2-SI-BiCt5.js (new) 113 B 🔴 +113 B 🔴 +105 B 🔴 +116 B
assets/Load3D-BCftc9tL.js (removed) 98 B 🟢 -98 B 🟢 -89 B 🟢 -81 B
assets/Load3D-BYFmDXzO.js (new) 98 B 🔴 +98 B 🔴 +89 B 🔴 +80 B
assets/changeTracker-BIOxVyfn.js (new) 93 B 🔴 +93 B 🔴 +95 B 🔴 +84 B
assets/changeTracker-BzXVCgLV.js (removed) 93 B 🟢 -93 B 🟢 -95 B 🟢 -88 B

Status: 67 added / 67 removed / 98 unchanged

⚡ Performance Report

canvas-idle: · 60.0 avg FPS · 59.7 P5 FPS ✅ (target: ≥52) · 0ms TBT · 54.4 MB heap
canvas-mouse-sweep: · 60.0 avg FPS · 59.9 P5 FPS ✅ (target: ≥52) · 0ms TBT · 53.7 MB heap
canvas-zoom-sweep: · 60.0 avg FPS · 59.5 P5 FPS ✅ (target: ≥52) · 0ms TBT · 60.1 MB heap
dom-widget-clipping: · 60.0 avg FPS · 59.5 P5 FPS ✅ (target: ≥52) · 0ms TBT · 54.7 MB heap
large-graph-idle: · 60.0 avg FPS · 59.7 P5 FPS ✅ (target: ≥52) · 0ms TBT · 56.7 MB heap
large-graph-pan: · 60.0 avg FPS · 59.9 P5 FPS ✅ (target: ≥52) · 0ms TBT · 77.0 MB heap
large-graph-zoom: · 60.0 avg FPS · 59.9 P5 FPS ✅ (target: ≥52) · 0ms TBT · 70.1 MB heap
minimap-idle: · 60.0 avg FPS · 59.9 P5 FPS ✅ (target: ≥52) · 0ms TBT · 57.2 MB heap
subgraph-dom-widget-clipping: · 60.0 avg FPS · 59.7 P5 FPS ✅ (target: ≥52) · 0ms TBT · 44.6 MB heap
subgraph-idle: · 60.0 avg FPS · 59.9 P5 FPS ✅ (target: ≥52) · 0ms TBT · 61.7 MB heap
subgraph-mouse-sweep: · 60.0 avg FPS · 59.9 P5 FPS ✅ (target: ≥52) · 0ms TBT · 48.8 MB heap
subgraph-transition-enter: · 60.0 avg FPS · 59.9 P5 FPS ✅ (target: ≥52) · 155ms TBT · 93.4 MB heap
viewport-pan-sweep: · 60.0 avg FPS · 59.9 P5 FPS ✅ (target: ≥52) · 0ms TBT · 63.6 MB heap
vue-large-graph-idle: · 60.0 avg FPS · 59.7 P5 FPS ✅ (target: ≥52) · 0ms TBT · 158.4 MB heap
vue-large-graph-pan: · 57.1 avg FPS · 59.9 P5 FPS ✅ (target: ≥52) · 0ms TBT · 163.4 MB heap
workflow-execution: · 60.0 avg FPS · 59.5 P5 FPS ✅ (target: ≥52) · 0ms TBT · 47.5 MB heap

⚠️ 1 regression detected

Show regressions
Metric Baseline PR (median) Δ Sig
workflow-execution: task duration 114ms 169ms +48% ⚠️ z=4.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 -0%
canvas-idle: layout duration 0ms 0ms +0%
canvas-idle: style recalc duration 11ms 7ms -34% z=-4.1
canvas-idle: layout count 0 0 +0%
canvas-idle: style recalc count 8 8 +0% z=-5.6
canvas-idle: task duration 428ms 429ms +0% z=1.1
canvas-idle: script duration 18ms 14ms -21% z=-4.9
canvas-idle: TBT 0ms 0ms +0%
canvas-idle: heap used 54.5 MB 54.4 MB -0%
canvas-idle: DOM nodes -279 -289 +4% z=-244.3
canvas-idle: event listeners -199 -198 -1% z=-44.3
canvas-mouse-sweep: avg frame time 17ms 17ms -0% z=-0.9
canvas-mouse-sweep: p95 frame time 17ms 17ms +0%
canvas-mouse-sweep: layout duration 4ms 3ms -4% z=-1.3
canvas-mouse-sweep: style recalc duration 38ms 36ms -6% z=-2.1
canvas-mouse-sweep: layout count 12 12 +0%
canvas-mouse-sweep: style recalc count 72 75 +4% z=-1.6
canvas-mouse-sweep: task duration 805ms 775ms -4% z=-1.5
canvas-mouse-sweep: script duration 124ms 117ms -6% z=-2.9
canvas-mouse-sweep: TBT 0ms 0ms +0%
canvas-mouse-sweep: heap used 49.7 MB 53.7 MB +8%
canvas-mouse-sweep: DOM nodes -244 -241 -1% z=-117.3
canvas-mouse-sweep: event listeners -199 -199 +0% z=-49.8
canvas-zoom-sweep: avg frame time 17ms 17ms +0% z=1.4
canvas-zoom-sweep: p95 frame time 17ms 17ms +0%
canvas-zoom-sweep: layout duration 1ms 1ms -4% z=-2.3
canvas-zoom-sweep: style recalc duration 16ms 17ms +4% z=-1.3
canvas-zoom-sweep: layout count 6 6 +0%
canvas-zoom-sweep: style recalc count 32 32 +0% z=1.6
canvas-zoom-sweep: task duration 335ms 311ms -7% z=-0.7
canvas-zoom-sweep: script duration 20ms 19ms -3% z=-2.6
canvas-zoom-sweep: TBT 0ms 0ms +0%
canvas-zoom-sweep: heap used 58.2 MB 60.1 MB +3%
canvas-zoom-sweep: DOM nodes -222 -72 -68% z=-191.1
canvas-zoom-sweep: event listeners -184 -83 -55% z=-20.5
dom-widget-clipping: avg frame time 17ms 17ms +0% z=0.1
dom-widget-clipping: p95 frame time 17ms 17ms +1%
dom-widget-clipping: layout duration 0ms 0ms +0%
dom-widget-clipping: style recalc duration 8ms 8ms -4% z=-2.6
dom-widget-clipping: layout count 0 0 +0%
dom-widget-clipping: style recalc count 11 11 +0% z=-4.2
dom-widget-clipping: task duration 377ms 353ms -6% z=-0.7
dom-widget-clipping: script duration 56ms 59ms +5% z=-2.7
dom-widget-clipping: TBT 0ms 0ms +0%
dom-widget-clipping: heap used 46.7 MB 54.7 MB +17%
dom-widget-clipping: DOM nodes -275 -128 -54% z=-105.5
dom-widget-clipping: event listeners -203 -102 -50% variance too high
large-graph-idle: avg frame time 17ms 17ms +0% z=-0.2
large-graph-idle: p95 frame time 17ms 17ms +0%
large-graph-idle: layout duration 0ms 0ms +0%
large-graph-idle: style recalc duration 8ms 10ms +32% z=-1.9
large-graph-idle: layout count 0 0 +0%
large-graph-idle: style recalc count 9 10 +11% z=-5.1
large-graph-idle: task duration 500ms 495ms -1% z=-0.9
large-graph-idle: script duration 86ms 89ms +4% z=-1.3
large-graph-idle: TBT 0ms 0ms +0%
large-graph-idle: heap used 57.5 MB 56.7 MB -1%
large-graph-idle: DOM nodes -267 -125 -53% z=-165.6
large-graph-idle: event listeners 6 -98 -1725% z=-20.3
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 17ms 17ms -3% z=-0.7
large-graph-pan: layout count 0 0 +0%
large-graph-pan: style recalc count 69 69 +0% z=-0.9
large-graph-pan: task duration 1014ms 1085ms +7% z=0.1
large-graph-pan: script duration 387ms 430ms +11% z=1.1
large-graph-pan: TBT 0ms 0ms +0%
large-graph-pan: heap used 78.1 MB 77.0 MB -1%
large-graph-pan: DOM nodes 12 -274 -2383% z=-177.6
large-graph-pan: event listeners 6 -197 -3383% z=-243.9
large-graph-zoom: avg frame time 17ms 17ms +0%
large-graph-zoom: p95 frame time 17ms 17ms +0%
large-graph-zoom: layout duration 8ms 7ms -6%
large-graph-zoom: style recalc duration 19ms 17ms -13%
large-graph-zoom: layout count 60 60 +0%
large-graph-zoom: style recalc count 66 65 -2%
large-graph-zoom: task duration 1269ms 1198ms -6%
large-graph-zoom: script duration 467ms 459ms -2%
large-graph-zoom: TBT 0ms 0ms +0%
large-graph-zoom: heap used 65.8 MB 70.1 MB +7%
large-graph-zoom: DOM nodes 14 -132 -1043%
large-graph-zoom: event listeners 8 -94 -1269%
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 5ms 7ms +29% z=-3.3
minimap-idle: layout count 0 0 +0%
minimap-idle: style recalc count 6 8 +33% z=-2.3
minimap-idle: task duration 471ms 479ms +2% z=-1.0
minimap-idle: script duration 81ms 88ms +9% z=-1.1
minimap-idle: TBT 0ms 0ms +0%
minimap-idle: heap used 56.7 MB 57.2 MB +1%
minimap-idle: DOM nodes -275 -268 -3% z=-209.9
minimap-idle: event listeners -197 -198 +1% z=-306.8
subgraph-dom-widget-clipping: avg frame time 17ms 17ms -0% z=-0.9
subgraph-dom-widget-clipping: p95 frame time 17ms 17ms +0%
subgraph-dom-widget-clipping: layout duration 0ms 0ms +0%
subgraph-dom-widget-clipping: style recalc duration 12ms 12ms -4% z=-1.1
subgraph-dom-widget-clipping: layout count 0 0 +0%
subgraph-dom-widget-clipping: style recalc count 47 47 -1% z=-2.5
subgraph-dom-widget-clipping: task duration 402ms 401ms -0% z=1.2
subgraph-dom-widget-clipping: script duration 125ms 117ms -6% z=-1.7
subgraph-dom-widget-clipping: TBT 0ms 0ms +0%
subgraph-dom-widget-clipping: heap used 45.3 MB 44.6 MB -2%
subgraph-dom-widget-clipping: DOM nodes -281 -278 -1% z=-268.3
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 +0%
subgraph-idle: layout duration 0ms 0ms +0%
subgraph-idle: style recalc duration 9ms 8ms -4% z=-2.5
subgraph-idle: layout count 0 0 +0%
subgraph-idle: style recalc count 9 10 +11% z=-1.4
subgraph-idle: task duration 387ms 365ms -6% z=-0.2
subgraph-idle: script duration 13ms 13ms -1% z=-2.6
subgraph-idle: TBT 0ms 0ms +0%
subgraph-idle: heap used 48.7 MB 61.7 MB +27%
subgraph-idle: DOM nodes -290 -129 -56% z=-100.5
subgraph-idle: event listeners -199 -98 -51% variance too high
subgraph-mouse-sweep: avg frame time 17ms 17ms +0% z=0.4
subgraph-mouse-sweep: p95 frame time 17ms 17ms -1%
subgraph-mouse-sweep: layout duration 4ms 4ms -6% z=-2.1
subgraph-mouse-sweep: style recalc duration 38ms 35ms -8% z=-2.2
subgraph-mouse-sweep: layout count 16 16 +0%
subgraph-mouse-sweep: style recalc count 77 77 -1% z=-1.9
subgraph-mouse-sweep: task duration 711ms 664ms -7% z=-1.5
subgraph-mouse-sweep: script duration 92ms 85ms -8% z=-2.4
subgraph-mouse-sweep: TBT 0ms 0ms +0%
subgraph-mouse-sweep: heap used 50.3 MB 48.8 MB -3%
subgraph-mouse-sweep: DOM nodes -232 -240 +3% z=-137.1
subgraph-mouse-sweep: event listeners -199 -199 +0% variance too high
subgraph-transition-enter: avg frame time 17ms 17ms -0%
subgraph-transition-enter: p95 frame time 17ms 17ms -1%
subgraph-transition-enter: layout duration 16ms 16ms +2%
subgraph-transition-enter: style recalc duration 32ms 31ms -2%
subgraph-transition-enter: layout count 15 14 -7%
subgraph-transition-enter: style recalc count 19 18 -5%
subgraph-transition-enter: task duration 755ms 755ms -0%
subgraph-transition-enter: script duration 36ms 35ms -4%
subgraph-transition-enter: TBT 149ms 155ms +4%
subgraph-transition-enter: heap used 93.3 MB 93.4 MB +0%
subgraph-transition-enter: DOM nodes 13673 13673 +0%
subgraph-transition-enter: event listeners 2531 2533 +0%
viewport-pan-sweep: avg frame time 17ms 17ms +0%
viewport-pan-sweep: p95 frame time 17ms 17ms +0%
viewport-pan-sweep: layout duration 0ms 0ms +0%
viewport-pan-sweep: style recalc duration 53ms 53ms +1%
viewport-pan-sweep: layout count 0 0 +0%
viewport-pan-sweep: style recalc count 251 251 -0%
viewport-pan-sweep: task duration 3647ms 3484ms -4%
viewport-pan-sweep: script duration 1195ms 1203ms +1%
viewport-pan-sweep: TBT 0ms 0ms +0%
viewport-pan-sweep: heap used 62.9 MB 63.6 MB +1%
viewport-pan-sweep: DOM nodes -264 -273 +3%
viewport-pan-sweep: event listeners -183 -183 +0%
vue-large-graph-idle: avg frame time 17ms 17ms -3%
vue-large-graph-idle: p95 frame time 17ms 17ms -0%
vue-large-graph-idle: layout duration 0ms 0ms +0%
vue-large-graph-idle: style recalc duration 0ms 0ms +0%
vue-large-graph-idle: layout count 0 0 +0%
vue-large-graph-idle: style recalc count 0 0 +0%
vue-large-graph-idle: task duration 11475ms 10970ms -4%
vue-large-graph-idle: script duration 505ms 487ms -3%
vue-large-graph-idle: TBT 0ms 0ms +0%
vue-large-graph-idle: heap used 160.5 MB 158.4 MB -1%
vue-large-graph-idle: DOM nodes -3300 -3300 +0%
vue-large-graph-idle: event listeners -16378 -16380 +0%
vue-large-graph-pan: avg frame time 17ms 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 16ms -4%
vue-large-graph-pan: layout count 0 0 +0%
vue-large-graph-pan: style recalc count 71 67 -6%
vue-large-graph-pan: task duration 15028ms 14817ms -1%
vue-large-graph-pan: script duration 833ms 774ms -7%
vue-large-graph-pan: TBT 13ms 0ms -100%
vue-large-graph-pan: heap used 161.8 MB 163.4 MB +1%
vue-large-graph-pan: DOM nodes -3300 -3300 +0%
vue-large-graph-pan: event listeners -16374 -16372 -0%
workflow-execution: avg frame time 17ms 17ms -0% z=0.1
workflow-execution: p95 frame time 17ms 17ms +0%
workflow-execution: layout duration 1ms 1ms -11% z=-3.2
workflow-execution: style recalc duration 23ms 24ms +8% z=0.0
workflow-execution: layout count 4 4 +0% z=-1.7
workflow-execution: style recalc count 18 17 -8% z=-0.6
workflow-execution: task duration 114ms 169ms +48% ⚠️ z=4.3
workflow-execution: script duration 17ms 17ms -2% z=-4.2
workflow-execution: TBT 0ms 0ms +0%
workflow-execution: heap used 62.3 MB 47.5 MB -24%
workflow-execution: DOM nodes 157 -5 -103% z=-23.3
workflow-execution: event listeners 69 -33 -147% z=-19.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-06T20:32:15.593Z",
  "gitSha": "146666a2836869ad52cb267e848f9a6f0d4feba4",
  "branch": "benceruleanlu/preserved-query-strip-on-capture",
  "measurements": [
    {
      "name": "canvas-idle",
      "durationMs": 2101.293999999996,
      "styleRecalcs": 8,
      "styleRecalcDurationMs": 8.133000000000001,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 480.73099999999994,
      "heapDeltaBytes": -7213900,
      "heapUsedBytes": 62158068,
      "domNodes": -285,
      "jsHeapTotalBytes": 19288064,
      "scriptDurationMs": 14.205000000000002,
      "eventListeners": -197,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "canvas-idle",
      "durationMs": 2032.8640000000178,
      "styleRecalcs": 8,
      "styleRecalcDurationMs": 6.298,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 377.65700000000004,
      "heapDeltaBytes": 324136,
      "heapUsedBytes": 51869224,
      "domNodes": -293,
      "jsHeapTotalBytes": 17428480,
      "scriptDurationMs": 14.447,
      "eventListeners": -199,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "canvas-mouse-sweep",
      "durationMs": 1858.7689999999952,
      "styleRecalcs": 76,
      "styleRecalcDurationMs": 36.712,
      "layouts": 12,
      "layoutDurationMs": 3.2509999999999994,
      "taskDurationMs": 785.954,
      "heapDeltaBytes": -13059108,
      "heapUsedBytes": 56415096,
      "domNodes": -240,
      "jsHeapTotalBytes": 19812352,
      "scriptDurationMs": 120.17800000000001,
      "eventListeners": -199,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66333333333332,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "canvas-mouse-sweep",
      "durationMs": 1809.1810000000237,
      "styleRecalcs": 74,
      "styleRecalcDurationMs": 35.346,
      "layouts": 12,
      "layoutDurationMs": 3.4749999999999996,
      "taskDurationMs": 764.82,
      "heapDeltaBytes": -13175124,
      "heapUsedBytes": 56110500,
      "domNodes": -242,
      "jsHeapTotalBytes": 19550208,
      "scriptDurationMs": 114,
      "eventListeners": -199,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "canvas-zoom-sweep",
      "durationMs": 1738.4570000000394,
      "styleRecalcs": 33,
      "styleRecalcDurationMs": 15.634000000000002,
      "layouts": 6,
      "layoutDurationMs": 0.5910000000000001,
      "taskDurationMs": 286.90500000000003,
      "heapDeltaBytes": 1952664,
      "heapUsedBytes": 60737356,
      "domNodes": 80,
      "jsHeapTotalBytes": 24903680,
      "scriptDurationMs": 17.460000000000004,
      "eventListeners": 19,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "canvas-zoom-sweep",
      "durationMs": 1723.2890000000225,
      "styleRecalcs": 31,
      "styleRecalcDurationMs": 18.558,
      "layouts": 6,
      "layoutDurationMs": 0.48299999999999993,
      "taskDurationMs": 335.858,
      "heapDeltaBytes": -3963376,
      "heapUsedBytes": 65251920,
      "domNodes": -224,
      "jsHeapTotalBytes": 11948032,
      "scriptDurationMs": 21.386,
      "eventListeners": -184,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66999999999998,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "dom-widget-clipping",
      "durationMs": 571.4930000000038,
      "styleRecalcs": 10,
      "styleRecalcDurationMs": 7.636000000000002,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 363.82000000000005,
      "heapDeltaBytes": -3565484,
      "heapUsedBytes": 48314160,
      "domNodes": -275,
      "jsHeapTotalBytes": 651264,
      "scriptDurationMs": 54.986999999999995,
      "eventListeners": -203,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.799999999999272
    },
    {
      "name": "dom-widget-clipping",
      "durationMs": 589.6799999999871,
      "styleRecalcs": 12,
      "styleRecalcDurationMs": 7.958,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 341.58900000000006,
      "heapDeltaBytes": 7402920,
      "heapUsedBytes": 66455660,
      "domNodes": 20,
      "jsHeapTotalBytes": 19136512,
      "scriptDurationMs": 63.129000000000005,
      "eventListeners": 0,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "large-graph-idle",
      "durationMs": 2009.2970000000037,
      "styleRecalcs": 10,
      "styleRecalcDurationMs": 8.597999999999997,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 474.482,
      "heapDeltaBytes": -12372560,
      "heapUsedBytes": 60487260,
      "domNodes": 20,
      "jsHeapTotalBytes": 12726272,
      "scriptDurationMs": 85.90500000000002,
      "eventListeners": 4,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "large-graph-idle",
      "durationMs": 2034.9199999999996,
      "styleRecalcs": 10,
      "styleRecalcDurationMs": 11.773,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 515.803,
      "heapDeltaBytes": -1445976,
      "heapUsedBytes": 58369888,
      "domNodes": -270,
      "jsHeapTotalBytes": -1089536,
      "scriptDurationMs": 92.53900000000002,
      "eventListeners": -199,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "large-graph-pan",
      "durationMs": 2113.7279999999805,
      "styleRecalcs": 69,
      "styleRecalcDurationMs": 16.859,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 1091.6080000000002,
      "heapDeltaBytes": 12322164,
      "heapUsedBytes": 80468444,
      "domNodes": -274,
      "jsHeapTotalBytes": -65536,
      "scriptDurationMs": 423.636,
      "eventListeners": -197,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "large-graph-pan",
      "durationMs": 2107.0930000000203,
      "styleRecalcs": 69,
      "styleRecalcDurationMs": 16.666000000000004,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 1077.723,
      "heapDeltaBytes": 12746292,
      "heapUsedBytes": 80998404,
      "domNodes": -274,
      "jsHeapTotalBytes": -327680,
      "scriptDurationMs": 436.529,
      "eventListeners": -197,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "large-graph-zoom",
      "durationMs": 3064.194000000043,
      "styleRecalcs": 63,
      "styleRecalcDurationMs": 14.973,
      "layouts": 60,
      "layoutDurationMs": 6.852,
      "taskDurationMs": 1185.659,
      "heapDeltaBytes": 12471648,
      "heapUsedBytes": 66281344,
      "domNodes": -280,
      "jsHeapTotalBytes": 0,
      "scriptDurationMs": 456.612,
      "eventListeners": -195,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "large-graph-zoom",
      "durationMs": 3060.609999999997,
      "styleRecalcs": 66,
      "styleRecalcDurationMs": 18.929,
      "layouts": 60,
      "layoutDurationMs": 7.375999999999999,
      "taskDurationMs": 1210.127,
      "heapDeltaBytes": 14540852,
      "heapUsedBytes": 80763128,
      "domNodes": 16,
      "jsHeapTotalBytes": 8183808,
      "scriptDurationMs": 461.62499999999994,
      "eventListeners": 8,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66333333333332,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "minimap-idle",
      "durationMs": 2010.89300000001,
      "styleRecalcs": 9,
      "styleRecalcDurationMs": 7.8050000000000015,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 463.82199999999995,
      "heapDeltaBytes": 7132732,
      "heapUsedBytes": 60483504,
      "domNodes": -261,
      "jsHeapTotalBytes": 0,
      "scriptDurationMs": 85.06,
      "eventListeners": -199,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66333333333332,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "minimap-idle",
      "durationMs": 2031.8809999999985,
      "styleRecalcs": 7,
      "styleRecalcDurationMs": 5.951000000000001,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 493.488,
      "heapDeltaBytes": -2248120,
      "heapUsedBytes": 59475000,
      "domNodes": -275,
      "jsHeapTotalBytes": -1351680,
      "scriptDurationMs": 90.468,
      "eventListeners": -197,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "subgraph-dom-widget-clipping",
      "durationMs": 577.8689999999642,
      "styleRecalcs": 47,
      "styleRecalcDurationMs": 12.298000000000002,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 397.86499999999995,
      "heapDeltaBytes": -23213908,
      "heapUsedBytes": 46360540,
      "domNodes": -277,
      "jsHeapTotalBytes": 5918720,
      "scriptDurationMs": 118.48800000000001,
      "eventListeners": -197,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66333333333332,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "subgraph-dom-widget-clipping",
      "durationMs": 595.623000000046,
      "styleRecalcs": 46,
      "styleRecalcDurationMs": 10.953999999999999,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 403.561,
      "heapDeltaBytes": -22256572,
      "heapUsedBytes": 47094168,
      "domNodes": -279,
      "jsHeapTotalBytes": 5918720,
      "scriptDurationMs": 116.16000000000001,
      "eventListeners": -197,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66333333333332,
      "p95FrameDurationMs": 16.799999999999727
    },
    {
      "name": "subgraph-idle",
      "durationMs": 2029.0399999999806,
      "styleRecalcs": 10,
      "styleRecalcDurationMs": 8.183,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 338.865,
      "heapDeltaBytes": 2495516,
      "heapUsedBytes": 68299392,
      "domNodes": 20,
      "jsHeapTotalBytes": 20209664,
      "scriptDurationMs": 13.734,
      "eventListeners": 4,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "subgraph-idle",
      "durationMs": 2024.7529999999756,
      "styleRecalcs": 10,
      "styleRecalcDurationMs": 8.782,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 390.843,
      "heapDeltaBytes": -8275480,
      "heapUsedBytes": 61131024,
      "domNodes": -277,
      "jsHeapTotalBytes": 20336640,
      "scriptDurationMs": 12.985000000000001,
      "eventListeners": -199,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "subgraph-mouse-sweep",
      "durationMs": 1761.3660000000095,
      "styleRecalcs": 77,
      "styleRecalcDurationMs": 35.711999999999996,
      "layouts": 16,
      "layoutDurationMs": 3.835,
      "taskDurationMs": 656.5260000000001,
      "heapDeltaBytes": 3680036,
      "heapUsedBytes": 55872944,
      "domNodes": -221,
      "jsHeapTotalBytes": 16117760,
      "scriptDurationMs": 84.53999999999999,
      "eventListeners": -199,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.699999999999818
    },
    {
      "name": "subgraph-mouse-sweep",
      "durationMs": 1742.0629999999733,
      "styleRecalcs": 76,
      "styleRecalcDurationMs": 34.842999999999996,
      "layouts": 16,
      "layoutDurationMs": 4.189,
      "taskDurationMs": 671.1270000000001,
      "heapDeltaBytes": -5694320,
      "heapUsedBytes": 46417588,
      "domNodes": -258,
      "jsHeapTotalBytes": 16642048,
      "scriptDurationMs": 85.08099999999999,
      "eventListeners": -199,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "subgraph-transition-enter",
      "durationMs": 965.754000000004,
      "styleRecalcs": 18,
      "styleRecalcDurationMs": 31.242000000000004,
      "layouts": 14,
      "layoutDurationMs": 16.072999999999997,
      "taskDurationMs": 755.2350000000001,
      "heapDeltaBytes": 28003000,
      "heapUsedBytes": 97987196,
      "domNodes": 13673,
      "jsHeapTotalBytes": 16252928,
      "scriptDurationMs": 35.007999999999996,
      "eventListeners": 2533,
      "totalBlockingTimeMs": 155,
      "frameDurationMs": 16.66333333333335,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "viewport-pan-sweep",
      "durationMs": 8145.603999999992,
      "styleRecalcs": 250,
      "styleRecalcDurationMs": 51.634,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 3471.624,
      "heapDeltaBytes": 5826100,
      "heapUsedBytes": 65399096,
      "domNodes": -274,
      "jsHeapTotalBytes": 950272,
      "scriptDurationMs": 1186.482,
      "eventListeners": -183,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "viewport-pan-sweep",
      "durationMs": 8165.245000000027,
      "styleRecalcs": 251,
      "styleRecalcDurationMs": 54.51299999999999,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 3496.109,
      "heapDeltaBytes": 8542456,
      "heapUsedBytes": 68019556,
      "domNodes": -272,
      "jsHeapTotalBytes": 688128,
      "scriptDurationMs": 1219.932,
      "eventListeners": -183,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "vue-large-graph-idle",
      "durationMs": 11161.066000000006,
      "styleRecalcs": 0,
      "styleRecalcDurationMs": 0,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 11142.909,
      "heapDeltaBytes": -28019916,
      "heapUsedBytes": 165936140,
      "domNodes": -3300,
      "jsHeapTotalBytes": -3436544,
      "scriptDurationMs": 491.974,
      "eventListeners": -16378,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66333333333338,
      "p95FrameDurationMs": 16.799999999999272
    },
    {
      "name": "vue-large-graph-idle",
      "durationMs": 10813.331999999946,
      "styleRecalcs": 0,
      "styleRecalcDurationMs": 0,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 10796.15,
      "heapDeltaBytes": -42250160,
      "heapUsedBytes": 166200548,
      "domNodes": -3300,
      "jsHeapTotalBytes": -4485120,
      "scriptDurationMs": 482.926,
      "eventListeners": -16382,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "vue-large-graph-pan",
      "durationMs": 14937.207,
      "styleRecalcs": 66,
      "styleRecalcDurationMs": 15.907999999999978,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 14904.728,
      "heapDeltaBytes": -47577820,
      "heapUsedBytes": 166329132,
      "domNodes": -3300,
      "jsHeapTotalBytes": 4427776,
      "scriptDurationMs": 760.674,
      "eventListeners": -16372,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 17.219999999999953,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "vue-large-graph-pan",
      "durationMs": 14752.390999999989,
      "styleRecalcs": 67,
      "styleRecalcDurationMs": 16.099000000000004,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 14729.394999999999,
      "heapDeltaBytes": -48914692,
      "heapUsedBytes": 176430192,
      "domNodes": -3300,
      "jsHeapTotalBytes": -3522560,
      "scriptDurationMs": 786.856,
      "eventListeners": -16372,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 17.776666666666642,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "workflow-execution",
      "durationMs": 475.85400000002664,
      "styleRecalcs": 17,
      "styleRecalcDurationMs": 27.655,
      "layouts": 4,
      "layoutDurationMs": 1.197,
      "taskDurationMs": 127.99300000000002,
      "heapDeltaBytes": -14835600,
      "heapUsedBytes": 51075036,
      "domNodes": 168,
      "jsHeapTotalBytes": 7888896,
      "scriptDurationMs": 16.723000000000003,
      "eventListeners": 69,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666682,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "workflow-execution",
      "durationMs": 472.3950000000059,
      "styleRecalcs": 16,
      "styleRecalcDurationMs": 21.029999999999998,
      "layouts": 4,
      "layoutDurationMs": 0.9710000000000001,
      "taskDurationMs": 209.55800000000002,
      "heapDeltaBytes": -22202308,
      "heapUsedBytes": 48455796,
      "domNodes": -178,
      "jsHeapTotalBytes": 5394432,
      "scriptDurationMs": 16.33,
      "eventListeners": -134,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.663333333333338,
      "p95FrameDurationMs": 16.800000000000182
    }
  ]
}

@coderabbitai

coderabbitai Bot commented Jul 6, 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: 2f0c4727-e261-435b-8892-3e6bb0987ed1

📥 Commits

Reviewing files that changed from the base of the PR and between b954048 and fd42008.

📒 Files selected for processing (4)
  • src/platform/navigation/preservedQueryManager.test.ts
  • src/platform/navigation/preservedQueryManager.ts
  • src/platform/navigation/preservedQueryTracker.test.ts
  • src/platform/navigation/preservedQueryTracker.ts

📝 Walkthrough

Walkthrough

Modifies preserved query capture to handle array-valued query parameters and incremental namespace updates. Adds optional stripAfterCapture support to the router tracker so captured keys can be removed from navigations. Expands tests for capture, merge, stripping, and history behavior.

Changes

Preserved query updates

Layer / File(s) Summary
Array-valued query capture
src/platform/navigation/preservedQueryManager.ts, src/platform/navigation/preservedQueryManager.test.ts
readQueryParam now normalizes string and array query values, and tests cover array capture, empty or junk arrays, multi-key merges, and overwrite behavior.
Incremental namespace preservation
src/platform/navigation/preservedQueryManager.ts
capturePreservedQuery hydrates existing namespace state, updates or deletes keys from the current query, and persists the resulting payload or removes the namespace when empty.
Strip-after-capture tracker flow
src/platform/navigation/preservedQueryTracker.ts, src/platform/navigation/preservedQueryTracker.test.ts
PreservedQueryDefinition adds stripAfterCapture; the router guard captures present keys per namespace, conditionally redirects with matching query keys removed, and tests cover stripping, repeated params, multi-namespace redirects, and history behavior.

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


Caution

Pre-merge checks failed

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

  • Ignore (reviewers only)

❌ Failed checks (1 error, 1 warning)

Check name Status Explanation Resolution
End-To-End Regression Coverage For Fixes ❌ Error Commit subject includes bug-fix language ('fix(navigation)'), src/ navigation files changed, but no browser_tests/ file or concrete reason not to add E2E coverage. Please add/update a Playwright regression test under browser_tests/ for this fix, or explain concretely in the PR description why E2E coverage isn’t practical.
Description check ⚠️ Warning The description covers the change and rationale, but it does not follow the required template headings or include Summary, Changes, Review Focus, or Screenshots sections. Rewrite it using the repository template: add Summary, Changes (What/Breaking/Dependencies), Review Focus, and Screenshots, even if some sections are brief.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly describes the main change: opt-in strip-on-capture behavior for the preserved-query tracker.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Adr Compliance For Entity/Litegraph Changes ✅ Passed Changed files are only under src/platform/navigation/, so the litegraph/ECS/entity ADR check is not applicable.
✨ 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 benceruleanlu/preserved-query-strip-on-capture

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.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: d8f63d7783

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/platform/navigation/preservedQueryTracker.ts Outdated
coderabbitai[bot]
coderabbitai Bot previously requested changes Jul 6, 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.

Actionable comments posted: 4

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

Inline comments:
In `@src/platform/navigation/preservedQueryTracker.test.ts`:
- Around line 137-149: Add a companion history test in
preservedQueryTracker.test that covers router.replace with a strip-marked query
key, since the current check only exercises router.push. Use createTestRouter
and installPreservedQueryTracker like the existing test, then call
router.replace with the preserved-query URL and assert the redirect leaves the
history stack unchanged with only one entry and no extra back navigation target.
This should validate the replace behavior alongside the existing push-based test
in preservedQueryTracker.

In `@src/platform/navigation/preservedQueryTracker.ts`:
- Around line 11-17: The stripAfterCapture behavior in preservedQueryTracker
only removes sensitive query keys on the client after navigation, so it still
leaves the original URL visible to server/CDN/telemetry logs. Update the
navigation flow around preservedQueryTracker (and any caller that sets
stripAfterCapture) so the same query keys are also redacted or handled
server-side before logging, ensuring the secret never appears in access logs,
redirects, or analytics. Reference preservedQueryTracker and stripAfterCapture
when wiring the server/log-pipeline redaction path.
- Around line 38-45: The redirect in preservedQueryTracker’s navigation cleanup
path is dropping the replace flag, so update the logic in preservedQueryTracker
to pass replace: true when calling next with the cleaned query. Make sure the
behavior is applied in the branch that strips keys from to.query, and add a test
that drives navigation through router.replace() to verify it does not create a
new history entry.
- Around line 24-36: The preserved-query capture logic in
preservedQueryTracker’s beforeEach hook is overwriting namespace state instead
of merging it. Update the flow around hydratePreservedQuery and
capturePreservedQuery so that when a navigation matches only some keys for a
namespace, the existing preserved payload is read first and the new query values
are merged into it before saving back to memory and sessionStorage. Use the
namespace handling in capturePreservedQuery and the definitions loop to keep
previously captured keys intact for partial navigations.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

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

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 0ae4409b-bd2c-4cfc-905f-906778a07b54

📥 Commits

Reviewing files that changed from the base of the PR and between 2e4c9c6 and d8f63d7.

📒 Files selected for processing (4)
  • src/platform/navigation/preservedQueryManager.test.ts
  • src/platform/navigation/preservedQueryManager.ts
  • src/platform/navigation/preservedQueryTracker.test.ts
  • src/platform/navigation/preservedQueryTracker.ts

Comment thread src/platform/navigation/preservedQueryTracker.test.ts
Comment thread src/platform/navigation/preservedQueryTracker.ts
Comment thread src/platform/navigation/preservedQueryTracker.ts
Comment thread src/platform/navigation/preservedQueryTracker.ts
@codecov

codecov Bot commented Jul 6, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

@@            Coverage Diff             @@
##             main   #13465      +/-   ##
==========================================
- Coverage   77.71%   77.69%   -0.03%     
==========================================
  Files        1648     1648              
  Lines       93650    92528    -1122     
  Branches    32006    31669     -337     
==========================================
- Hits        72783    71892     -891     
+ Misses      20178    19979     -199     
+ Partials      689      657      -32     
Flag Coverage Δ
unit 65.60% <100.00%> (+0.02%) ⬆️

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

Files with missing lines Coverage Δ
src/platform/navigation/preservedQueryManager.ts 90.42% <100.00%> (+8.02%) ⬆️
src/platform/navigation/preservedQueryTracker.ts 100.00% <100.00%> (+22.22%) ⬆️

... and 38 files with indirect coverage changes

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

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

♻️ Duplicate comments (1)
src/platform/navigation/preservedQueryTracker.ts (1)

8-18: 🧹 Nitpick | 🔵 Trivial

Client-side-only stripping is still a partial mitigation — still valid architectural note.

Reiterating a still-open concern from a prior review: stripping the key from the client-side route only prevents it from persisting in browser history/state. The initial request carrying the raw secret in the query string will already have hit the server, any edge/CDN, and access/analytics logs before this guard runs. If the goal is to fully keep the value out of "redirects, or telemetry" (per PR objectives), server-side/log-pipeline redaction for the same keys is still needed as a complementary measure; this is out of scope for a client-side router file but worth tracking.

🤖 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/navigation/preservedQueryTracker.ts` around lines 8 - 18,
Client-side stripping in PreservedQueryDefinition.stripAfterCapture only removes
values from browser state, so the secret can still reach the server and logs on
the initial request. Keep this as a client-side behavior, but add a clear
architectural note or TODO alongside
preservedQueryTracker/PreservedQueryDefinition that server-side and
telemetry/log-pipeline redaction for the same keys is still required, and track
that complementary work separately so the scope is explicit.
🤖 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.

Duplicate comments:
In `@src/platform/navigation/preservedQueryTracker.ts`:
- Around line 8-18: Client-side stripping in
PreservedQueryDefinition.stripAfterCapture only removes values from browser
state, so the secret can still reach the server and logs on the initial request.
Keep this as a client-side behavior, but add a clear architectural note or TODO
alongside preservedQueryTracker/PreservedQueryDefinition that server-side and
telemetry/log-pipeline redaction for the same keys is still required, and track
that complementary work separately so the scope is explicit.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: e3fc6f84-2dfb-420b-8a6c-b81a6ef43bb6

📥 Commits

Reviewing files that changed from the base of the PR and between d8f63d7 and b954048.

📒 Files selected for processing (4)
  • src/platform/navigation/preservedQueryManager.test.ts
  • src/platform/navigation/preservedQueryManager.ts
  • src/platform/navigation/preservedQueryTracker.test.ts
  • src/platform/navigation/preservedQueryTracker.ts

Comment on lines +85 to 132
if (!merge) {
const payload: Record<string, string> = {}
keys.forEach((key) => {
const value = readQueryParam(query[key])
if (value) {
payload[key] = value
}
})
if (Object.keys(payload).length === 0) {
return
}
preservedQueries.set(namespace, payload)
writeToStorage(namespace, payload)
return
}

hydratePreservedQuery(namespace)
const payload: Record<string, string> = {
...(preservedQueries.get(namespace) ?? {})
}
let changed = false

keys.forEach((key) => {
if (!Object.hasOwn(query, key)) return

const value = readQueryParam(query[key])
if (value) {
payload[key] = value
changed = true
return
}

if (key in payload) {
delete payload[key]
changed = true
}
})

if (Object.keys(payload).length === 0) {
if (!changed) {
return
}

preservedQueries.set(namespace, payload)
if (Object.keys(payload).length === 0) {
preservedQueries.delete(namespace)
} else {
preservedQueries.set(namespace, payload)
}
writeToStorage(namespace, payload)

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

The duplication in this function doesn't feel great. I probably wasted far more time than I should have trying to optimize this, but I think this works?

  if (merge) hydratePreservedQuery(namespace)
  const prior = merge ? { ...preservedQueries.get(namespace) } : {}
  let changed = false
  const payload = Object.fromEntries(keys.flatMap((key) => {
    const value = readQueryParam(query[key])
    const queryValue = readQueryParam(query[key])
    changed ||= queryValue !== prior[key]
    const newValue = !merge || key in query ? queryValue : prior[key]
    return newValue ? [[key, newValue]] : []
  }))
  if (merge ? !changed : Object.keys(payload).length === 0) return

  if (Object.keys(payload).length === 0) {
    preservedQueries.delete(namespace)
  } else {
    preservedQueries.set(namespace, payload)
  }
  writeToStorage(namespace, payload)

Of note, the original code causes a merge to the same value to still cause an update (!!queryValue || !!key[prior])

@benceruleanlu benceruleanlu Jul 7, 2026

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Optimizations are always fun, tragically because of SOC II I will have to add this in a followup

@benceruleanlu
benceruleanlu enabled auto-merge July 7, 2026 07:07
@benceruleanlu
benceruleanlu disabled auto-merge July 7, 2026 07:07
@benceruleanlu
benceruleanlu dismissed coderabbitai[bot]’s stale review July 7, 2026 07:08

This isn't a fix, just a new feature

@benceruleanlu
benceruleanlu added this pull request to the merge queue Jul 7, 2026
Merged via the queue into main with commit 3e4dd59 Jul 7, 2026
50 checks passed
@benceruleanlu
benceruleanlu deleted the benceruleanlu/preserved-query-strip-on-capture branch July 7, 2026 08:24
@github-actions github-actions Bot locked and limited conversation to collaborators Jul 7, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

size:M This PR changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants