Skip to content

fix: render node search highlights as text - #14580

Closed
huang47 wants to merge 1 commit into
mainfrom
agent/harden-v-html
Closed

fix: render node search highlights as text#14580
huang47 wants to merge 1 commit into
mainfrom
agent/harden-v-html

Conversation

@huang47

@huang47 huang47 commented Aug 2, 2026

Copy link
Copy Markdown
Contributor

Summary

Render node-search highlights as Vue text nodes instead of injecting generated HTML. This closes the workflow/custom-node-controlled HTML injection path in both the legacy and v2 search UIs.

Related to #14574. This version removes the raw HTML sink and the optional sanitizer bypass instead of relying on sanitization before later string interpolation.

Changes

  • What: highlightQuery now returns text/highlight segments; HighlightedText renders them through Vue interpolation in both search implementations.
  • Guardrail: vue/no-v-html is an error for src/components/searchbox/**/*.vue.
  • Cleanup: Two hard-coded arrow entities now render as text, and the now-unused shared-utils DOMPurify dependency is removed.
  • Breaking: None outside the private workspace utility.
  • Dependencies: Removes dompurify from @comfyorg/shared-frontend-utils; the application still retains DOMPurify for its audited markdown/content sinks.

Security audit

git grep -n 'v-html=' origin/main -- 'src/**/*.vue' 'apps/**/*.vue' found 24 directives:

Risk Count Locations Finding
High 4 NodeSearchItem.vue (2), NodeSearchListItem.vue (2) Node names can be workflow/custom-node controlled. An empty query returned the input unchanged and v-html parsed it as markup. Removed in this PR.
Sanitized 7 WidgetTextPreview.vue, WidgetMarkdown.vue, NodeHelpContent.vue, NodePreview.vue, TextPreviewWidget.vue, ReleaseNotificationToast.vue, WhatsNewPopup.vue Each value reaches the sink after DOMPurify.sanitize() or renderMarkdownToHtml(), which sanitizes with DOMPurify. No bypass found.
Repository-owned content 10 Website ContentSection (1), FAQSection (2), customer/gallery ContactSection (2), DemoTranscript (1), LegalContentSection (2), WhatsIncludedSection (1), ReasonSection (1) Values come from the checked-in translation table/demo config, not workflow, API, or CMS input. No runtime attacker-controlled source found.
Hard-coded constants 3 ToolPanel.vue SVG map (1), cloud/workspace pricing arrows (2) No attacker-controlled source. The two unnecessary arrow sinks are removed here.

Branch result: 18 remaining audited directives, 0 in node search. The six removed directives are all four unsafe search sinks plus both hard-coded arrow sinks.

Root cause: sanitizing a string before generating highlight markup creates a fragile trust boundary, and the empty-query branch skipped sanitization entirely. The new path never constructs HTML from node names; Vue escapes every text segment.

Verification

  • pnpm test:unit packages/shared-frontend-utils/src/formatUtil.test.ts84/84 passed
  • pnpm test:unit src/components/searchbox/v2/NodeSearchListItem.test.ts29/29 passed, including <img src=x onerror=alert(1)> with an empty query
  • pnpm typecheck — passed
  • pnpm lint — passed with 0 errors (existing warnings only)
  • pnpm knip — passed
  • pnpm build — passed; 5,968 modules transformed
  • Full pnpm test:unit --reporter=dot14,504 passed, 1 unrelated timeout in unchanged onboardingCloudRoutes.test.ts; isolated rerun passed 7/7
  • rg -n --glob '*.vue' 'v-html=' src/components/searchbox — no matches

GitHub CI

Required checks passed on commit 29a7e7207:

@github-actions

github-actions Bot commented Aug 2, 2026

Copy link
Copy Markdown

🎭 Playwright: ✅ 1782 passed, 0 failed

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

🎨 Storybook: ✅ Built — View Storybook

Details

⏰ Completed at: 08/02/2026, 07:36:15 PM UTC

Links

📦 Bundle: 8.21 MB gzip 🔴 +228 B

Details

Summary

  • Raw size: 34.5 MB baseline 34.5 MB — 🔴 +1.12 kB
  • Gzip: 8.21 MB baseline 8.21 MB — 🔴 +228 B
  • Brotli: 5.68 MB baseline 5.68 MB — 🔴 +53 B
  • Bundles: 427 current • 427 baseline • 148 added / 148 removed

Category Glance
Graph Workspace 🔴 +935 B (1.29 MB) · Utilities & Hooks 🔴 +280 B (386 kB) · Other 🟢 -68 B (12.7 MB) · Data & Services 🟢 -27 B (3.45 MB) · Vendor & Third-Party ⚪ 0 B (15.7 MB) · Panels & Settings ⚪ 0 B (551 kB) · + 5 more

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

Main entry bundles and manifests

File Before After Δ Raw Δ Gzip Δ Brotli
assets/index-BPJ_DlS3.js (removed) 3.64 kB 🟢 -3.64 kB 🟢 -1.82 kB 🟢 -1.58 kB
assets/index-qBFy_Pit.js (new) 3.64 kB 🔴 +3.64 kB 🔴 +1.82 kB 🔴 +1.58 kB

Status: 1 added / 1 removed

Graph Workspace — 1.29 MB (baseline 1.29 MB) • 🔴 +935 B

Graph editor runtime, canvas, workflow orchestration

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

Status: 1 added / 1 removed / 1 unchanged

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

Top-level views, pages, and routed surfaces

File Before After Δ Raw Δ Gzip Δ Brotli
assets/CloudSurveyView-BNkL7lE2.js (new) 24.9 kB 🔴 +24.9 kB 🔴 +6.22 kB 🔴 +5.5 kB
assets/CloudSurveyView-ChFRjgMV.js (removed) 24.9 kB 🟢 -24.9 kB 🟢 -6.22 kB 🟢 -5.51 kB
assets/CloudLoginView-5oYb5JLb.js (removed) 11.6 kB 🟢 -11.6 kB 🟢 -3.1 kB 🟢 -2.73 kB
assets/CloudLoginView-Dedvu9ZU.js (new) 11.6 kB 🔴 +11.6 kB 🔴 +3.11 kB 🔴 +2.73 kB
assets/CloudSignupView-CLrDYO90.js (removed) 9.9 kB 🟢 -9.9 kB 🟢 -2.78 kB 🟢 -2.43 kB
assets/CloudSignupView-QiT-EdUf.js (new) 9.9 kB 🔴 +9.9 kB 🔴 +2.78 kB 🔴 +2.43 kB
assets/CloudLayoutView-D0xF153R.js (removed) 9.48 kB 🟢 -9.48 kB 🟢 -2.31 kB 🟢 -2 kB
assets/CloudLayoutView-ebtt0jsb.js (new) 9.48 kB 🔴 +9.48 kB 🔴 +2.31 kB 🔴 +1.99 kB
assets/UserCheckView-BsmzhnXj.js (new) 8.75 kB 🔴 +8.75 kB 🔴 +2.19 kB 🔴 +1.91 kB
assets/UserCheckView-NjG6l8ZL.js (removed) 8.75 kB 🟢 -8.75 kB 🟢 -2.19 kB 🟢 -1.9 kB
assets/WidgetTextPreview-CT-w55OU.js (new) 6.07 kB 🔴 +6.07 kB 🔴 +2.13 kB 🔴 +1.89 kB
assets/WidgetTextPreview-DMTkO-nF.js (removed) 6.07 kB 🟢 -6.07 kB 🟢 -2.13 kB 🟢 -1.89 kB
assets/CloudSubscriptionRedirectView-d-QCQ9s7.js (removed) 5.99 kB 🟢 -5.99 kB 🟢 -2.23 kB 🟢 -1.94 kB
assets/CloudSubscriptionRedirectView-DgvJwPkI.js (new) 5.99 kB 🔴 +5.99 kB 🔴 +2.23 kB 🔴 +1.94 kB
assets/UserSelectView-Di8udLpY.js (new) 5.49 kB 🔴 +5.49 kB 🔴 +1.96 kB 🔴 +1.72 kB
assets/UserSelectView-DwUcbbe6.js (removed) 5.49 kB 🟢 -5.49 kB 🟢 -1.96 kB 🟢 -1.71 kB
assets/CloudForgotPasswordView-BZNgmuPA.js (new) 5.09 kB 🔴 +5.09 kB 🔴 +1.73 kB 🔴 +1.51 kB
assets/CloudForgotPasswordView-CqdgUm9B.js (removed) 5.09 kB 🟢 -5.09 kB 🟢 -1.73 kB 🟢 -1.51 kB
assets/CloudAuthTimeoutView-B1ETri6l.js (new) 4.43 kB 🔴 +4.43 kB 🔴 +1.54 kB 🔴 +1.34 kB
assets/CloudAuthTimeoutView-Te_W1KW0.js (removed) 4.43 kB 🟢 -4.43 kB 🟢 -1.53 kB 🟢 -1.34 kB
assets/OAuthLayoutView-CaYZZqXf.js (new) 1.31 kB 🔴 +1.31 kB 🔴 +699 B 🔴 +593 B
assets/OAuthLayoutView-r1PkMZS0.js (removed) 1.31 kB 🟢 -1.31 kB 🟢 -700 B 🟢 -594 B
assets/WidgetTextPreview-DDOekhY3.js (removed) 131 B 🟢 -131 B 🟢 -100 B 🟢 -90 B
assets/WidgetTextPreview-DELavoi8.js (new) 131 B 🔴 +131 B 🔴 +100 B 🔴 +94 B

Status: 12 added / 12 removed / 4 unchanged

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

Configuration panels, inspectors, and settings screens

File Before After Δ Raw Δ Gzip Δ Brotli
assets/KeybindingPanel-9V4vAIKa.js (removed) 49.4 kB 🟢 -49.4 kB 🟢 -9.94 kB 🟢 -8.81 kB
assets/KeybindingPanel-CPGfbN1p.js (new) 49.4 kB 🔴 +49.4 kB 🔴 +9.94 kB 🔴 +8.81 kB
assets/SecretsPanel-cXQYnq92.js (removed) 33.7 kB 🟢 -33.7 kB 🟢 -7.86 kB 🟢 -6.89 kB
assets/SecretsPanel-YnvsPfVs.js (new) 33.7 kB 🔴 +33.7 kB 🔴 +7.86 kB 🔴 +6.9 kB
assets/CreditsPanel-4TCkKzBc.js (removed) 15.9 kB 🟢 -15.9 kB 🟢 -4.63 kB 🟢 -4.07 kB
assets/CreditsPanel-leJhVH-Q.js (new) 15.9 kB 🔴 +15.9 kB 🔴 +4.63 kB 🔴 +4.08 kB
assets/SubscriptionPanel-CgPzyIoV.js (new) 11.5 kB 🔴 +11.5 kB 🔴 +3.65 kB 🔴 +3.21 kB
assets/SubscriptionPanel-qKIGHrKF.js (removed) 11.5 kB 🟢 -11.5 kB 🟢 -3.64 kB 🟢 -3.21 kB
assets/AboutPanel-_BHUeF86.js (new) 11.2 kB 🔴 +11.2 kB 🔴 +3.03 kB 🔴 +2.71 kB
assets/AboutPanel-CAhX8lCv.js (removed) 11.2 kB 🟢 -11.2 kB 🟢 -3.03 kB 🟢 -2.71 kB
assets/ExtensionPanel-aAXB7dbX.js (removed) 9.19 kB 🟢 -9.19 kB 🟢 -2.51 kB 🟢 -2.22 kB
assets/ExtensionPanel-Ci3cYiIg.js (new) 9.19 kB 🔴 +9.19 kB 🔴 +2.51 kB 🔴 +2.22 kB
assets/ServerConfigPanel-B6HnzJSu.js (removed) 6.09 kB 🟢 -6.09 kB 🟢 -1.94 kB 🟢 -1.73 kB
assets/ServerConfigPanel-DV6ZknJx.js (new) 6.09 kB 🔴 +6.09 kB 🔴 +1.94 kB 🔴 +1.73 kB
assets/UserPanel-CkcdGLyk.js (removed) 5.73 kB 🟢 -5.73 kB 🟢 -1.78 kB 🟢 -1.55 kB
assets/UserPanel-DOQJJkVq.js (new) 5.73 kB 🔴 +5.73 kB 🔴 +1.78 kB 🔴 +1.55 kB
assets/refreshRemoteConfig-BlMo88my.js (removed) 2.94 kB 🟢 -2.94 kB 🟢 -1.26 kB 🟢 -1.11 kB
assets/refreshRemoteConfig-Bn0tvsw0.js (new) 2.94 kB 🔴 +2.94 kB 🔴 +1.25 kB 🔴 +1.11 kB
assets/cloudRemoteConfig-AJQa_UJs.js (removed) 933 B 🟢 -933 B 🟢 -504 B 🟢 -421 B
assets/cloudRemoteConfig-DuPo9qQx.js (new) 933 B 🔴 +933 B 🔴 +505 B 🔴 +418 B
assets/refreshRemoteConfig-B-zr3cdO.js (new) 110 B 🔴 +110 B 🔴 +89 B 🔴 +85 B
assets/refreshRemoteConfig-DstvaWCE.js (removed) 110 B 🟢 -110 B 🟢 -89 B 🟢 -88 B

Status: 11 added / 11 removed / 15 unchanged

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

Authentication, profile, and account management bundles

File Before After Δ Raw Δ Gzip Δ Brotli
assets/SignUpForm-CIg5TYZC.js (removed) 12.2 kB 🟢 -12.2 kB 🟢 -4.15 kB 🟢 -3.62 kB
assets/SignUpForm-CUs40L5t.js (new) 12.2 kB 🔴 +12.2 kB 🔴 +4.15 kB 🔴 +3.62 kB
assets/auth-B52E3v2e.js (removed) 3.65 kB 🟢 -3.65 kB 🟢 -1.27 kB 🟢 -1.09 kB
assets/auth-Dt6HMWIk.js (new) 3.65 kB 🔴 +3.65 kB 🔴 +1.27 kB 🔴 +1.09 kB
assets/usePostAuthRedirect-BlZN10hi.js (new) 3.28 kB 🔴 +3.28 kB 🔴 +1.24 kB 🔴 +1.08 kB
assets/usePostAuthRedirect-Cn_0Rc2J.js (removed) 3.28 kB 🟢 -3.28 kB 🟢 -1.24 kB 🟢 -1.08 kB
assets/UpdatePasswordContent-Bc5syrTn.js (removed) 1.85 kB 🟢 -1.85 kB 🟢 -839 B 🟢 -726 B
assets/UpdatePasswordContent-C8vKPKcy.js (new) 1.85 kB 🔴 +1.85 kB 🔴 +839 B 🔴 +729 B
assets/authStore-CWhqbYK6.js (removed) 128 B 🟢 -128 B 🟢 -107 B 🟢 -103 B
assets/authStore-DQf5Gza0.js (new) 128 B 🔴 +128 B 🔴 +107 B 🔴 +107 B
assets/workspaceAuthStore-B2VSSxw6.js (removed) 108 B 🟢 -108 B 🟢 -99 B 🟢 -107 B
assets/workspaceAuthStore-Bj5MTUqf.js (new) 108 B 🔴 +108 B 🔴 +99 B 🔴 +107 B
assets/auth-B5PESXDK.js (new) 105 B 🔴 +105 B 🔴 +96 B 🔴 +89 B
assets/auth-C4UxgwWt.js (removed) 105 B 🟢 -105 B 🟢 -96 B 🟢 -74 B

Status: 7 added / 7 removed / 3 unchanged

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

Modals, dialogs, drawers, and in-app editors

File Before After Δ Raw Δ Gzip Δ Brotli
assets/ComfyHubPublishDialog-CVjdy6Ie.js (removed) 90 kB 🟢 -90 kB 🟢 -19.2 kB 🟢 -16.5 kB
assets/ComfyHubPublishDialog-WTXEulnX.js (new) 90 kB 🔴 +90 kB 🔴 +19.2 kB 🔴 +16.5 kB
assets/useShareDialog-9PFJSsYa.js (removed) 23.9 kB 🟢 -23.9 kB 🟢 -5.69 kB 🟢 -5.03 kB
assets/useShareDialog-Di07elLm.js (new) 23.9 kB 🔴 +23.9 kB 🔴 +5.7 kB 🔴 +5.04 kB
assets/feedbackDialog-C3znxtOD.js (removed) 4.45 kB 🟢 -4.45 kB 🟢 -1.87 kB 🟢 -1.59 kB
assets/feedbackDialog-CNVWy2sl.js (new) 4.45 kB 🔴 +4.45 kB 🔴 +1.87 kB 🔴 +1.59 kB
assets/useRangeEditor-DAN79-wX.js (new) 3.23 kB 🔴 +3.23 kB 🔴 +1.13 kB 🔴 +1.05 kB
assets/useRangeEditor-V8rukiJ6.js (removed) 3.23 kB 🟢 -3.23 kB 🟢 -1.13 kB 🟢 -1.02 kB
assets/ComfyHubPublishDialog-0TbBs95c.js (new) 143 B 🔴 +143 B 🔴 +105 B 🔴 +91 B
assets/ComfyHubPublishDialog-BqfMraW4.js (removed) 143 B 🟢 -143 B 🟢 -105 B 🟢 -92 B
assets/useSubscriptionDialog-C9C0yBuz.js (removed) 108 B 🟢 -108 B 🟢 -102 B 🟢 -96 B
assets/useSubscriptionDialog-Dg0Qu5Yr.js (new) 108 B 🔴 +108 B 🔴 +102 B 🔴 +90 B

Status: 6 added / 6 removed / 1 unchanged

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

Reusable component library chunks

File Before After Δ Raw Δ Gzip Δ Brotli
assets/ComfyQueueButton-B77-U40c.js (new) 13.5 kB 🔴 +13.5 kB 🔴 +3.73 kB 🔴 +3.31 kB
assets/ComfyQueueButton-E8DPbKv9.js (removed) 13.5 kB 🟢 -13.5 kB 🟢 -3.73 kB 🟢 -3.31 kB
assets/useTerminalTabs-K3sdnI0e.js (removed) 11.8 kB 🟢 -11.8 kB 🟢 -3.69 kB 🟢 -3.26 kB
assets/useTerminalTabs-OPU9NFpT.js (new) 11.8 kB 🔴 +11.8 kB 🔴 +3.69 kB 🔴 +3.26 kB
assets/InviteMembersForm-B4fQOjsw.js (new) 7.96 kB 🔴 +7.96 kB 🔴 +2.64 kB 🔴 +2.35 kB
assets/InviteMembersForm-Bo-GB1il.js (removed) 7.96 kB 🟢 -7.96 kB 🟢 -2.64 kB 🟢 -2.37 kB
assets/SubscribeButton-BPMW-zas.js (removed) 2.13 kB 🟢 -2.13 kB 🟢 -956 B 🟢 -834 B
assets/SubscribeButton-C0wb2y6A.js (new) 2.13 kB 🔴 +2.13 kB 🔴 +955 B 🔴 +835 B
assets/cloudFeedbackTopbarButton-6dnRbnrK.js (removed) 705 B 🟢 -705 B 🟢 -423 B 🟢 -360 B
assets/cloudFeedbackTopbarButton-CIRElrue.js (new) 705 B 🔴 +705 B 🔴 +423 B 🔴 +354 B
assets/ComfyQueueButton-CEvyUVRD.js (removed) 128 B 🟢 -128 B 🟢 -99 B 🟢 -88 B
assets/ComfyQueueButton-tCYcqes0.js (new) 128 B 🔴 +128 B 🔴 +99 B 🔴 +91 B

Status: 6 added / 6 removed / 9 unchanged

Data & Services — 3.45 MB (baseline 3.45 MB) • 🟢 -27 B

Stores, services, APIs, and repositories

File Before After Δ Raw Δ Gzip Δ Brotli
assets/settingStore-Oaca3My7.js (removed) 3.17 MB 🟢 -3.17 MB 🟢 -734 kB 🟢 -553 kB
assets/settingStore-VITNGOoY.js (new) 3.17 MB 🔴 +3.17 MB 🔴 +734 kB 🔴 +553 kB
assets/load3dService-DEoJcs-w.js (removed) 132 kB 🟢 -132 kB 🟢 -29.2 kB 🟢 -24.6 kB
assets/load3dService-FkJGF38T.js (new) 132 kB 🔴 +132 kB 🔴 +29.3 kB 🔴 +24.6 kB
assets/api-BVEQuBcx.js (new) 93.4 kB 🔴 +93.4 kB 🔴 +25.8 kB 🔴 +22.2 kB
assets/api-DUjP5o57.js (removed) 93.4 kB 🟢 -93.4 kB 🟢 -25.8 kB 🟢 -22.1 kB
assets/workflowShareService-05WzriA3.js (new) 16.4 kB 🔴 +16.4 kB 🔴 +4.89 kB 🔴 +4.33 kB
assets/workflowShareService-Br44yKGB.js (removed) 16.4 kB 🟢 -16.4 kB 🟢 -4.89 kB 🟢 -4.33 kB
assets/keybindingService-Cb_322Y7.js (removed) 7.08 kB 🟢 -7.08 kB 🟢 -1.82 kB 🟢 -1.58 kB
assets/keybindingService-Dg3NzO5E.js (new) 7.08 kB 🔴 +7.08 kB 🔴 +1.82 kB 🔴 +1.58 kB
assets/releaseStore-BRRJPqlz.js (removed) 6.72 kB 🟢 -6.72 kB 🟢 -2.03 kB 🟢 -1.78 kB
assets/releaseStore-o0bzX-7f.js (new) 6.72 kB 🔴 +6.72 kB 🔴 +2.03 kB 🔴 +1.77 kB
assets/systemStatsStore-Cxrez8Z-.js (new) 4.93 kB 🔴 +4.93 kB 🔴 +1.74 kB 🔴 +1.47 kB
assets/systemStatsStore-D1jiOUMQ.js (removed) 4.93 kB 🟢 -4.93 kB 🟢 -1.74 kB 🟢 -1.47 kB
assets/userStore-CIAX8ACZ.js (removed) 2.38 kB 🟢 -2.38 kB 🟢 -898 B 🟢 -795 B
assets/userStore-DqLnxgKL.js (new) 2.38 kB 🔴 +2.38 kB 🔴 +897 B 🔴 +800 B
assets/audioService-42KHHZFD.js (removed) 1.71 kB 🟢 -1.71 kB 🟢 -829 B 🟢 -724 B
assets/audioService-NOqdMABK.js (new) 1.71 kB 🔴 +1.71 kB 🔴 +828 B 🔴 +724 B
assets/dialogService-BoQoS_8i.js (removed) 98 B 🟢 -98 B 🟢 -97 B 🟢 -84 B
assets/dialogService-CQTKubzB.js (new) 98 B 🔴 +98 B 🔴 +97 B 🔴 +93 B
assets/releaseStore-B23sg1lG.js (new) 95 B 🔴 +95 B 🔴 +86 B 🔴 +80 B
assets/releaseStore-DDxQL6Pl.js (removed) 95 B 🟢 -95 B 🟢 -86 B 🟢 -85 B
assets/settingStore-CAAhTsdC.js (removed) 95 B 🟢 -95 B 🟢 -86 B 🟢 -86 B
assets/settingStore-D_ycaunh.js (new) 95 B 🔴 +95 B 🔴 +86 B 🔴 +86 B
assets/assetsStore-Dmb9irDf.js (new) 94 B 🔴 +94 B 🔴 +92 B 🔴 +86 B
assets/assetsStore-JgIKAfWR.js (removed) 94 B 🟢 -94 B 🟢 -92 B 🟢 -86 B
assets/api-Cd7Dz3F7.js (removed) 62 B 🟢 -62 B 🟢 -74 B 🟢 -66 B
assets/api-CfceUNeu.js (new) 62 B 🔴 +62 B 🔴 +74 B 🔴 +66 B

Status: 14 added / 14 removed / 3 unchanged

Utilities & Hooks — 386 kB (baseline 386 kB) • 🔴 +280 B

Helpers, composables, and utility bundles

File Before After Δ Raw Δ Gzip Δ Brotli
assets/useConflictDetection-C137DYhM.js (removed) 235 kB 🟢 -235 kB 🟢 -52.5 kB 🟢 -42.7 kB
assets/useConflictDetection-DC9BSYdl.js (new) 235 kB 🔴 +235 kB 🔴 +52.5 kB 🔴 +42.7 kB
assets/useLoad3d-B0WrDMrk.js (new) 25.7 kB 🔴 +25.7 kB 🔴 +5.79 kB 🔴 +5.13 kB
assets/useLoad3d-D5EIyZxq.js (removed) 25.7 kB 🟢 -25.7 kB 🟢 -5.79 kB 🟢 -5.13 kB
assets/useLoad3dViewer-C27vnryk.js (new) 21.2 kB 🔴 +21.2 kB 🔴 +4.98 kB 🔴 +4.36 kB
assets/useLoad3dViewer-yxgZsBfJ.js (removed) 21.2 kB 🟢 -21.2 kB 🟢 -4.98 kB 🟢 -4.38 kB
assets/useImageQuiet-Bvnfu3a5.js (removed) 19.1 kB 🟢 -19.1 kB 🟢 -6.13 kB 🟢 -5.27 kB
assets/useImageQuiet-Do-dHDJR.js (new) 19.1 kB 🔴 +19.1 kB 🔴 +6.13 kB 🔴 +5.28 kB
assets/formatUtil-BO2dS-jW.js (new) 16.2 kB 🔴 +16.2 kB 🔴 +5.46 kB 🔴 +4.8 kB
assets/formatUtil-B930m5ir.js (removed) 15.9 kB 🟢 -15.9 kB 🟢 -5.42 kB 🟢 -4.77 kB
assets/useImageCrop-Czp9cJKm.js (new) 15 kB 🔴 +15 kB 🔴 +3.42 kB 🔴 +2.99 kB
assets/useImageCrop-Djz8t6bj.js (removed) 15 kB 🟢 -15 kB 🟢 -3.42 kB 🟢 -2.98 kB
assets/useDowngradeToPersonal-DdpLTstj.js (new) 8.85 kB 🔴 +8.85 kB 🔴 +2.53 kB 🔴 +2.17 kB
assets/useDowngradeToPersonal-zMv7v64m.js (removed) 8.85 kB 🟢 -8.85 kB 🟢 -2.53 kB 🟢 -2.17 kB
assets/useFeatureFlags-B8zwf5-4.js (removed) 7.31 kB 🟢 -7.31 kB 🟢 -2.18 kB 🟢 -1.83 kB
assets/useFeatureFlags-C578Vvri.js (new) 7.31 kB 🔴 +7.31 kB 🔴 +2.18 kB 🔴 +1.83 kB
assets/assetPreviewUtil-BdmstwWs.js (removed) 2.35 kB 🟢 -2.35 kB 🟢 -968 B 🟢 -837 B
assets/assetPreviewUtil-D0M84Sl7.js (new) 2.35 kB 🔴 +2.35 kB 🔴 +971 B 🔴 +843 B
assets/useUpstreamValue-Dw93IDzp.js (removed) 1.99 kB 🟢 -1.99 kB 🟢 -759 B 🟢 -677 B
assets/useUpstreamValue-jOZcuhV_.js (new) 1.99 kB 🔴 +1.99 kB 🔴 +756 B 🔴 +676 B
assets/useWorkspaceTierLabel-Cp_EswOP.js (new) 1.93 kB 🔴 +1.93 kB 🔴 +813 B 🔴 +699 B
assets/useWorkspaceTierLabel-DNIpfQBG.js (removed) 1.93 kB 🟢 -1.93 kB 🟢 -813 B 🟢 -694 B
assets/subscriptionCheckoutUtil-Dygyjuoh.js (new) 841 B 🔴 +841 B 🔴 +503 B 🔴 +426 B
assets/subscriptionCheckoutUtil-tBvPYNKw.js (removed) 841 B 🟢 -841 B 🟢 -503 B 🟢 -424 B
assets/useSessionCookie-BE1I9f4z.js (new) 692 B 🔴 +692 B 🔴 +357 B 🔴 +308 B
assets/useSessionCookie-DhX30yQg.js (removed) 692 B 🟢 -692 B 🟢 -356 B 🟢 -333 B
assets/useLoad3d-D5JOvDqo.js (removed) 311 B 🟢 -311 B 🟢 -165 B 🟢 -148 B
assets/useLoad3d-DQ0pYW5n.js (new) 311 B 🔴 +311 B 🔴 +163 B 🔴 +149 B
assets/useSessionCookie-DcAz0Rka.js (removed) 101 B 🟢 -101 B 🟢 -86 B 🟢 -80 B
assets/useSessionCookie-DgWyFv2l.js (new) 101 B 🔴 +101 B 🔴 +86 B 🔴 +85 B
assets/useFeatureFlags-6owpgQ0J.js (removed) 98 B 🟢 -98 B 🟢 -85 B 🟢 -82 B
assets/useFeatureFlags-Cl5MqmQT.js (new) 98 B 🔴 +98 B 🔴 +85 B 🔴 +80 B
assets/useLoad3dViewer-DuKFXJtc.js (new) 98 B 🔴 +98 B 🔴 +85 B 🔴 +82 B
assets/useLoad3dViewer-DxxnBfHI.js (removed) 98 B 🟢 -98 B 🟢 -85 B 🟢 -88 B
assets/useCurrentUser-AGXDYv_R.js (new) 94 B 🔴 +94 B 🔴 +95 B 🔴 +90 B
assets/useCurrentUser-BJRxY-Yg.js (removed) 94 B 🟢 -94 B 🟢 -95 B 🟢 -86 B

Status: 18 added / 18 removed / 18 unchanged

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

External libraries and shared vendor chunks

Status: 16 unchanged

Other — 12.7 MB (baseline 12.8 MB) • 🟢 -68 B

Bundles that do not match a named category

File Before After Δ Raw Δ Gzip Δ Brotli
assets/core-5wx5-bfb.js (removed) 111 kB 🟢 -111 kB 🟢 -28.7 kB 🟢 -24.3 kB
assets/core-DdAbqTRU.js (new) 111 kB 🔴 +111 kB 🔴 +28.7 kB 🔴 +24.3 kB
assets/WidgetSelect-C4vLWu-Q.js (new) 88 kB 🔴 +88 kB 🔴 +19.9 kB 🔴 +17.1 kB
assets/WidgetSelect-Zl1iJICe.js (removed) 88 kB 🟢 -88 kB 🟢 -19.9 kB 🟢 -17 kB
assets/Load3D-B6yfZMB9.js (removed) 71.3 kB 🟢 -71.3 kB 🟢 -11.7 kB 🟢 -9.99 kB
assets/Load3D-jnvrEP_r.js (new) 71.3 kB 🔴 +71.3 kB 🔴 +11.7 kB 🔴 +9.99 kB
assets/WidgetVideoEdit-CDrqkmSL.js (new) 63.4 kB 🔴 +63.4 kB 🔴 +14.6 kB 🔴 +12.8 kB
assets/WidgetVideoEdit-iiQEvXzR.js (removed) 63.4 kB 🟢 -63.4 kB 🟢 -14.6 kB 🟢 -12.9 kB
assets/SubscriptionTransitionPreviewWorkspace-32f8mwob.js (new) 63.1 kB 🔴 +63.1 kB 🔴 +13 kB 🔴 +11.4 kB
assets/SubscriptionTransitionPreviewWorkspace-B0zEbvc7.js (removed) 63.1 kB 🟢 -63.1 kB 🟢 -13 kB 🟢 -11.3 kB
assets/WorkspaceSettingsPanelContent-BwIaO0jU.js (new) 61.6 kB 🔴 +61.6 kB 🔴 +13.2 kB 🔴 +11.5 kB
assets/WorkspaceSettingsPanelContent-CT6vpYJO.js (removed) 61.6 kB 🟢 -61.6 kB 🟢 -13.2 kB 🟢 -11.5 kB
assets/Preview3d-BOzYkxgN.js (removed) 50.9 kB 🟢 -50.9 kB 🟢 -8.31 kB 🟢 -7.23 kB
assets/Preview3d-zH0Y1hZX.js (new) 50.9 kB 🔴 +50.9 kB 🔴 +8.31 kB 🔴 +7.24 kB
assets/main-B-v1O9xX.js (removed) 46.9 kB 🟢 -46.9 kB 🟢 -13.8 kB 🟢 -12 kB
assets/main-FT5dswse.js (new) 46.9 kB 🔴 +46.9 kB 🔴 +13.8 kB 🔴 +12 kB
assets/SubscriptionRequiredDialogContentUnified-DbPsxAyf.js (new) 42.7 kB 🔴 +42.7 kB 🔴 +9.42 kB 🔴 +8.21 kB
assets/SubscriptionRequiredDialogContentUnified-o4jw-_4E.js (removed) 42.7 kB 🟢 -42.7 kB 🟢 -9.42 kB 🟢 -8.21 kB
assets/MembersPanelContent-BFcZKoGB.js (new) 41.8 kB 🔴 +41.8 kB 🔴 +8.79 kB 🔴 +7.82 kB
assets/MembersPanelContent-KTowO-6E.js (removed) 41.8 kB 🟢 -41.8 kB 🟢 -8.79 kB 🟢 -7.83 kB
assets/WidgetBoundingBoxes-C2JhBweM.js (new) 33.7 kB 🔴 +33.7 kB 🔴 +9.15 kB 🔴 +8.13 kB
assets/WidgetBoundingBoxes-DZnWG_OY.js (removed) 33.7 kB 🟢 -33.7 kB 🟢 -9.16 kB 🟢 -8.13 kB
assets/WidgetPainter-Cc0GNn4r.js (new) 32.6 kB 🔴 +32.6 kB 🔴 +7.87 kB 🔴 +6.95 kB
assets/WidgetPainter-DHuW_SMQ.js (removed) 32.6 kB 🟢 -32.6 kB 🟢 -7.87 kB 🟢 -6.97 kB
assets/SubscriptionPanelContentWorkspace-BI7TKoMW.js (new) 31.8 kB 🔴 +31.8 kB 🔴 +7.06 kB 🔴 +6.21 kB
assets/SubscriptionPanelContentWorkspace-DOoLRcWI.js (removed) 31.8 kB 🟢 -31.8 kB 🟢 -7.05 kB 🟢 -6.21 kB
assets/Load3dViewerContent-BsNGMubC.js (new) 30.8 kB 🔴 +30.8 kB 🔴 +6.26 kB 🔴 +5.45 kB
assets/Load3dViewerContent-C6C2ssKz.js (removed) 30.8 kB 🟢 -30.8 kB 🟢 -6.26 kB 🟢 -5.44 kB
assets/SubscriptionRequiredDialogContent-BmEYXfxq.js (removed) 26.1 kB 🟢 -26.1 kB 🟢 -6.14 kB 🟢 -5.4 kB
assets/SubscriptionRequiredDialogContent-BHUE4FMD.js (new) 26 kB 🔴 +26 kB 🔴 +6.12 kB 🔴 +5.39 kB
assets/SubscriptionRequiredDialogContentWorkspace-DXmhgoUO.js (removed) 25.1 kB 🟢 -25.1 kB 🟢 -5.8 kB 🟢 -5.11 kB
assets/SubscriptionRequiredDialogContentWorkspace-CrGStWMn.js (new) 25.1 kB 🔴 +25.1 kB 🔴 +5.79 kB 🔴 +5.1 kB
assets/load3d-8YobZW3U.js (removed) 22.2 kB 🟢 -22.2 kB 🟢 -5.41 kB 🟢 -4.67 kB
assets/load3d-BJLOHhJc.js (new) 22.2 kB 🔴 +22.2 kB 🔴 +5.4 kB 🔴 +4.67 kB
assets/CurrentUserPopoverWorkspace-DcIQqHe7.js (new) 20.5 kB 🔴 +20.5 kB 🔴 +4.69 kB 🔴 +4.18 kB
assets/CurrentUserPopoverWorkspace-FI0MJJ1R.js (removed) 20.5 kB 🟢 -20.5 kB 🟢 -4.69 kB 🟢 -4.17 kB
assets/SignInContent-C8Gkkgjs.js (removed) 20.2 kB 🟢 -20.2 kB 🟢 -5.1 kB 🟢 -4.45 kB
assets/SignInContent-D8c5EKMC.js (new) 20.2 kB 🔴 +20.2 kB 🔴 +5.1 kB 🔴 +4.44 kB
assets/CreditsTile-DSVB8yLV.js (new) 19 kB 🔴 +19 kB 🔴 +4.77 kB 🔴 +4.2 kB
assets/CreditsTile-uE8qOReh.js (removed) 19 kB 🟢 -19 kB 🟢 -4.77 kB 🟢 -4.21 kB
assets/WidgetRecordAudio-C8aHLzNU.js (removed) 16.6 kB 🟢 -16.6 kB 🟢 -4.6 kB 🟢 -4.09 kB
assets/WidgetRecordAudio-CpX_zjXr.js (new) 16.6 kB 🔴 +16.6 kB 🔴 +4.6 kB 🔴 +4.09 kB
assets/WidgetInputNumber-Ci8KDjhp.js (removed) 13.9 kB 🟢 -13.9 kB 🟢 -3.63 kB 🟢 -3.21 kB
assets/WidgetInputNumber-vLQn32YN.js (new) 13.9 kB 🔴 +13.9 kB 🔴 +3.63 kB 🔴 +3.21 kB
assets/WidgetRange-Cab1AO0B.js (removed) 13.7 kB 🟢 -13.7 kB 🟢 -3.54 kB 🟢 -3.12 kB
assets/WidgetRange-EWaqzaHg.js (new) 13.7 kB 🔴 +13.7 kB 🔴 +3.54 kB 🔴 +3.11 kB
assets/WaveAudioPlayer-BPZN-1xn.js (removed) 12.8 kB 🟢 -12.8 kB 🟢 -3.46 kB 🟢 -3.04 kB
assets/WaveAudioPlayer-Duu4hTSY.js (new) 12.8 kB 🔴 +12.8 kB 🔴 +3.46 kB 🔴 +3.04 kB
assets/WidgetCurve-C55t0adB.js (removed) 11.2 kB 🟢 -11.2 kB 🟢 -3.47 kB 🟢 -3.15 kB
assets/WidgetCurve-DLfJaZD8.js (new) 11.2 kB 🔴 +11.2 kB 🔴 +3.47 kB 🔴 +3.15 kB
assets/AudioPreviewPlayer-DTjdthDe.js (new) 10.6 kB 🔴 +10.6 kB 🔴 +3.05 kB 🔴 +2.72 kB
assets/AudioPreviewPlayer-DXQL3Tw9.js (removed) 10.6 kB 🟢 -10.6 kB 🟢 -3.04 kB 🟢 -2.72 kB
assets/TeamWorkspacesDialogContent-06SPZS5s.js (new) 10.3 kB 🔴 +10.3 kB 🔴 +2.97 kB 🔴 +2.63 kB
assets/TeamWorkspacesDialogContent-pajHDBYa.js (removed) 10.3 kB 🟢 -10.3 kB 🟢 -2.97 kB 🟢 -2.63 kB
assets/onboardingCloudRoutes-Eb3iU6Gn.js (removed) 9.12 kB 🟢 -9.12 kB 🟢 -2.79 kB 🟢 -2.4 kB
assets/onboardingCloudRoutes-vwpMXFso.js (new) 9.12 kB 🔴 +9.12 kB 🔴 +2.79 kB 🔴 +2.41 kB
assets/Load3DConfiguration-DMMLBlfr.js (new) 8.91 kB 🔴 +8.91 kB 🔴 +2.61 kB 🔴 +2.29 kB
assets/Load3DConfiguration-UuZ6fQAQ.js (removed) 8.91 kB 🟢 -8.91 kB 🟢 -2.61 kB 🟢 -2.3 kB
assets/WidgetImageCrop-BKcC57iP.js (new) 8.49 kB 🔴 +8.49 kB 🔴 +2.65 kB 🔴 +2.33 kB
assets/WidgetImageCrop-Dp5E3RUA.js (removed) 8.49 kB 🟢 -8.49 kB 🟢 -2.65 kB 🟢 -2.34 kB
assets/SetMemberCreditLimitDialogContent-CdP8lg1M.js (new) 8.47 kB 🔴 +8.47 kB 🔴 +2.34 kB 🔴 +2.05 kB
assets/SetMemberCreditLimitDialogContent-CpP5BAV_.js (removed) 8.47 kB 🟢 -8.47 kB 🟢 -2.34 kB 🟢 -2.05 kB
assets/nodeTemplates-Bg1es9fV.js (removed) 8.28 kB 🟢 -8.28 kB 🟢 -2.84 kB 🟢 -2.5 kB
assets/nodeTemplates-YUoxkB5Q.js (new) 8.28 kB 🔴 +8.28 kB 🔴 +2.84 kB 🔴 +2.51 kB
assets/NightlySurveyController-BmK2FTlo.js (new) 7.5 kB 🔴 +7.5 kB 🔴 +2.55 kB 🔴 +2.24 kB
assets/NightlySurveyController-CKI3rwwI.js (removed) 7.5 kB 🟢 -7.5 kB 🟢 -2.55 kB 🟢 -2.24 kB
assets/WidgetWithControl-CcKHx_R3.js (removed) 6.37 kB 🟢 -6.37 kB 🟢 -2.59 kB 🟢 -2.3 kB
assets/WidgetWithControl-CoSU1SPx.js (new) 6.37 kB 🔴 +6.37 kB 🔴 +2.59 kB 🔴 +2.28 kB
assets/tierBenefits-CZ8hkKs_.js (new) 6.2 kB 🔴 +6.2 kB 🔴 +1.97 kB 🔴 +1.72 kB
assets/tierBenefits-GcmUrmyo.js (removed) 6.2 kB 🟢 -6.2 kB 🟢 -1.97 kB 🟢 -1.71 kB
assets/CancelSubscriptionDialogContent-CtgH26SK.js (new) 5.97 kB 🔴 +5.97 kB 🔴 +1.98 kB 🔴 +1.74 kB
assets/CancelSubscriptionDialogContent-DteegBRn.js (removed) 5.97 kB 🟢 -5.97 kB 🟢 -1.98 kB 🟢 -1.74 kB
assets/load3dPreviewExtensions-C2BU_JGZ.js (removed) 5.88 kB 🟢 -5.88 kB 🟢 -1.81 kB 🟢 -1.6 kB
assets/load3dPreviewExtensions-CdEtCA1D.js (new) 5.88 kB 🔴 +5.88 kB 🔴 +1.81 kB 🔴 +1.6 kB
assets/missingModelDownload-CyWcIj3Z.js (new) 5.88 kB 🔴 +5.88 kB 🔴 +2.07 kB 🔴 +1.81 kB
assets/missingModelDownload-D4oanbco.js (removed) 5.88 kB 🟢 -5.88 kB 🟢 -2.07 kB 🟢 -1.81 kB
assets/launchCancellationFlow-BiOwnrEl.js (removed) 5.18 kB 🟢 -5.18 kB 🟢 -1.78 kB 🟢 -1.55 kB
assets/launchCancellationFlow-Q93lYTIX.js (new) 5.18 kB 🔴 +5.18 kB 🔴 +1.78 kB 🔴 +1.56 kB
assets/CreateWorkspaceDialogContent-DyFP-0cw.js (new) 5.12 kB 🔴 +5.12 kB 🔴 +1.79 kB 🔴 +1.55 kB
assets/CreateWorkspaceDialogContent-RsavlTgd.js (removed) 5.12 kB 🟢 -5.12 kB 🟢 -1.79 kB 🟢 -1.55 kB
assets/ChangeMemberRoleDialogContent-GLu_7IPc.js (new) 4.97 kB 🔴 +4.97 kB 🔴 +1.63 kB 🔴 +1.43 kB
assets/ChangeMemberRoleDialogContent-WwLzTHfX.js (removed) 4.97 kB 🟢 -4.97 kB 🟢 -1.63 kB 🟢 -1.43 kB
assets/EditWorkspaceDialogContent-CPc-Bhrn.js (new) 4.93 kB 🔴 +4.93 kB 🔴 +1.76 kB 🔴 +1.53 kB
assets/EditWorkspaceDialogContent-whTnHJ1f.js (removed) 4.93 kB 🟢 -4.93 kB 🟢 -1.76 kB 🟢 -1.52 kB
assets/WidgetTextarea-ByVGHVft.js (new) 4.81 kB 🔴 +4.81 kB 🔴 +1.87 kB 🔴 +1.63 kB
assets/WidgetTextarea-DCIBXkCx.js (removed) 4.81 kB 🟢 -4.81 kB 🟢 -1.87 kB 🟢 -1.63 kB
assets/saveMesh-C8BnL4cy.js (removed) 4.76 kB 🟢 -4.76 kB 🟢 -1.52 kB 🟢 -1.34 kB
assets/saveMesh-CI1VIFN_.js (new) 4.76 kB 🔴 +4.76 kB 🔴 +1.52 kB 🔴 +1.34 kB
assets/WorkspacePanelContent-CTsWD08C.js (removed) 4.72 kB 🟢 -4.72 kB 🟢 -1.6 kB 🟢 -1.4 kB
assets/WorkspacePanelContent-JmAFXAFL.js (new) 4.72 kB 🔴 +4.72 kB 🔴 +1.6 kB 🔴 +1.41 kB
assets/InviteMemberDialogContent-BBECGk3j.js (removed) 4.68 kB 🟢 -4.68 kB 🟢 -1.58 kB 🟢 -1.38 kB
assets/InviteMemberDialogContent-uBuCGlTq.js (new) 4.68 kB 🔴 +4.68 kB 🔴 +1.58 kB 🔴 +1.38 kB
assets/ValueControlPopover-C30Z2M41.js (removed) 4.49 kB 🟢 -4.49 kB 🟢 -1.54 kB 🟢 -1.38 kB
assets/ValueControlPopover-E5l5oAaS.js (new) 4.49 kB 🔴 +4.49 kB 🔴 +1.55 kB 🔴 +1.38 kB
assets/DeleteWorkspaceDialogContent-PFcPUicw.js (removed) 3.84 kB 🟢 -3.84 kB 🟢 -1.44 kB 🟢 -1.23 kB
assets/DeleteWorkspaceDialogContent-yTRrgCoe.js (new) 3.84 kB 🔴 +3.84 kB 🔴 +1.44 kB 🔴 +1.23 kB
assets/LeaveWorkspaceDialogContent-BQMuGYUT.js (removed) 3.67 kB 🟢 -3.67 kB 🟢 -1.38 kB 🟢 -1.19 kB
assets/LeaveWorkspaceDialogContent-FInTHsyY.js (new) 3.67 kB 🔴 +3.67 kB 🔴 +1.38 kB 🔴 +1.19 kB
assets/RemoveMemberDialogContent-BmwVDH20.js (removed) 3.65 kB 🟢 -3.65 kB 🟢 -1.33 kB 🟢 -1.15 kB
assets/RemoveMemberDialogContent-Do5pHwck.js (new) 3.65 kB 🔴 +3.65 kB 🔴 +1.34 kB 🔴 +1.18 kB
assets/RevokeInviteDialogContent-BLe18j0R.js (removed) 3.56 kB 🟢 -3.56 kB 🟢 -1.35 kB 🟢 -1.17 kB
assets/RevokeInviteDialogContent-BWTqszm2.js (new) 3.56 kB 🔴 +3.56 kB 🔴 +1.35 kB 🔴 +1.17 kB
assets/InviteMemberUpsellDialogContent-D_XJCAiI.js (removed) 3.44 kB 🟢 -3.44 kB 🟢 -1.23 kB 🟢 -1.06 kB
assets/InviteMemberUpsellDialogContent-yp-OT4xY.js (new) 3.44 kB 🔴 +3.44 kB 🔴 +1.23 kB 🔴 +1.06 kB
assets/workspaceCheckoutTelemetry-bD9SjkN4.js (new) 3.4 kB 🔴 +3.4 kB 🔴 +1.52 kB 🔴 +1.33 kB
assets/workspaceCheckoutTelemetry-Crlu5s5J.js (removed) 3.4 kB 🟢 -3.4 kB 🟢 -1.52 kB 🟢 -1.33 kB
assets/Media3DTop-BG_Un3Ka.js (removed) 3.21 kB 🟢 -3.21 kB 🟢 -1.26 kB 🟢 -1.1 kB
assets/Media3DTop-DnUjoECC.js (new) 3.21 kB 🔴 +3.21 kB 🔴 +1.27 kB 🔴 +1.1 kB
assets/GlobalToast-By6_ApSN.js (removed) 3 kB 🟢 -3 kB 🟢 -1.22 kB 🟢 -1.04 kB
assets/GlobalToast-Djrhyjvt.js (new) 3 kB 🔴 +3 kB 🔴 +1.22 kB 🔴 +1.05 kB
assets/load3dAdvanced-C9QCb9QD.js (removed) 2.82 kB 🟢 -2.82 kB 🟢 -1.09 kB 🟢 -952 B
assets/load3dAdvanced-t8eqYRQk.js (new) 2.82 kB 🔴 +2.82 kB 🔴 +1.09 kB 🔴 +952 B
assets/SubscribeToRun-06mSm0SJ.js (removed) 2.39 kB 🟢 -2.39 kB 🟢 -1.03 kB 🟢 -903 B
assets/SubscribeToRun-NEL7LzoJ.js (new) 2.39 kB 🔴 +2.39 kB 🔴 +1.03 kB 🔴 +898 B
assets/MediaImageTop-BDSvrJH5.js (removed) 1.95 kB 🟢 -1.95 kB 🟢 -927 B 🟢 -797 B
assets/MediaImageTop-D_UhVHRA.js (new) 1.95 kB 🔴 +1.95 kB 🔴 +928 B 🔴 +815 B
assets/MediaAudioTop-BdoOLJJ_.js (removed) 1.62 kB 🟢 -1.62 kB 🟢 -805 B 🟢 -663 B
assets/MediaAudioTop-BHwNcjxA.js (new) 1.62 kB 🔴 +1.62 kB 🔴 +804 B 🔴 +666 B
assets/CloudRunButtonWrapper-CmwGRTXR.js (new) 1.05 kB 🔴 +1.05 kB 🔴 +517 B 🔴 +470 B
assets/CloudRunButtonWrapper-CXl0C7U9.js (removed) 1.05 kB 🟢 -1.05 kB 🟢 -517 B 🟢 -481 B
assets/cloudSessionCookie-BDDkMfpP.js (new) 933 B 🔴 +933 B 🔴 +434 B 🔴 +379 B
assets/cloudSessionCookie-BZXn09kY.js (removed) 933 B 🟢 -933 B 🟢 -433 B 🟢 -379 B
assets/cloudBadges-CmUGU6Ua.js (removed) 922 B 🟢 -922 B 🟢 -518 B 🟢 -458 B
assets/cloudBadges-CZkvXN0f.js (new) 922 B 🔴 +922 B 🔴 +516 B 🔴 +458 B
assets/Load3DAdvanced-BntGuAmZ.js (removed) 761 B 🟢 -761 B 🟢 -424 B 🟢 -359 B
assets/Load3DAdvanced-CEzaK_hs.js (new) 761 B 🔴 +761 B 🔴 +421 B 🔴 +357 B
assets/nightlyBadges-BoL6GtRX.js (new) 411 B 🔴 +411 B 🔴 +273 B 🔴 +229 B
assets/nightlyBadges-ySiAUyvD.js (removed) 411 B 🟢 -411 B 🟢 -273 B 🟢 -265 B
assets/missingModelDownload-C5GV_KPq.js (new) 371 B 🔴 +371 B 🔴 +205 B 🔴 +175 B
assets/missingModelDownload-C9qJ3TwK.js (removed) 371 B 🟢 -371 B 🟢 -201 B 🟢 -173 B
assets/SubscriptionPanelContentWorkspace-BBpChnSo.js (removed) 179 B 🟢 -179 B 🟢 -117 B 🟢 -93 B
assets/SubscriptionPanelContentWorkspace-Bs-W1ayY.js (new) 179 B 🔴 +179 B 🔴 +117 B 🔴 +104 B
assets/Load3dViewerContent-BHz4hjdx.js (new) 137 B 🔴 +137 B 🔴 +103 B 🔴 +91 B
assets/Load3dViewerContent-CFEBZUU4.js (removed) 137 B 🟢 -137 B 🟢 -103 B 🟢 -99 B
assets/Load3DAdvanced-DH4TYeqW.js (removed) 122 B 🟢 -122 B 🟢 -97 B 🟢 -88 B
assets/Load3DAdvanced-J5GaS53X.js (new) 122 B 🔴 +122 B 🔴 +97 B 🔴 +96 B
assets/WidgetLegacy-D-I39RQR.js (new) 117 B 🔴 +117 B 🔴 +106 B 🔴 +102 B
assets/WidgetLegacy-qPAVv68R.js (removed) 117 B 🟢 -117 B 🟢 -106 B 🟢 -104 B
assets/workflowDraftStoreV2-BQ8z_dmR.js (removed) 112 B 🟢 -112 B 🟢 -101 B 🟢 -110 B
assets/workflowDraftStoreV2-lDcpdERC.js (new) 112 B 🔴 +112 B 🔴 +101 B 🔴 +109 B
assets/Load3D-9AtojeMG.js (removed) 98 B 🟢 -98 B 🟢 -89 B 🟢 -83 B
assets/Load3D-DDKvraON.js (new) 98 B 🔴 +98 B 🔴 +89 B 🔴 +78 B
assets/changeTracker-PBxCwmhd.js (new) 91 B 🔴 +91 B 🔴 +93 B 🔴 +87 B
assets/changeTracker-sZG4RvJq.js (removed) 91 B 🟢 -91 B 🟢 -93 B 🟢 -85 B

Status: 72 added / 72 removed / 209 unchanged

⚡ Performance Report

canvas-idle: · 60.0 avg FPS · 59.7 P5 FPS ✅ (target: ≥52) · 0ms TBT · 69.6 MB heap
canvas-mouse-sweep: · 60.0 avg FPS · 59.5 P5 FPS ✅ (target: ≥52) · 0ms TBT · 57.4 MB heap
canvas-zoom-sweep: · 60.0 avg FPS · 59.7 P5 FPS ✅ (target: ≥52) · 0ms TBT · 72.3 MB heap
dom-widget-clipping: · 60.0 avg FPS · 59.5 P5 FPS ✅ (target: ≥52) · 0ms TBT · 52.9 MB heap
large-graph-idle: · 60.0 avg FPS · 59.5 P5 FPS ✅ (target: ≥52) · 0ms TBT · 64.6 MB heap
large-graph-pan: · 60.0 avg FPS · 59.9 P5 FPS ✅ (target: ≥52) · 0ms TBT · 69.0 MB heap
large-graph-zoom: · 60.0 avg FPS · 59.7 P5 FPS ✅ (target: ≥52) · 0ms TBT · 81.9 MB heap
minimap-idle: · 60.0 avg FPS · 59.9 P5 FPS ✅ (target: ≥52) · 0ms TBT · 66.6 MB heap
subgraph-dom-widget-clipping: · 60.0 avg FPS · 59.9 P5 FPS ✅ (target: ≥52) · 0ms TBT · 53.3 MB heap
subgraph-idle: · 60.0 avg FPS · 59.7 P5 FPS ✅ (target: ≥52) · 0ms TBT · 56.8 MB heap
subgraph-mouse-sweep: · 60.0 avg FPS · 59.7 P5 FPS ✅ (target: ≥52) · 0ms TBT · 60.5 MB heap
subgraph-transition-enter: · 60.0 avg FPS · 59.9 P5 FPS ✅ (target: ≥52) · 78ms TBT · 90.7 MB heap
viewport-pan-sweep: · 60.0 avg FPS · 59.7 P5 FPS ✅ (target: ≥52) · 0ms TBT · 66.4 MB heap
vue-large-graph-idle: · 59.0 avg FPS · 59.7 P5 FPS ✅ (target: ≥52) · 0ms TBT · 162.7 MB heap
vue-large-graph-pan: · 57.1 avg FPS · 59.7 P5 FPS ✅ (target: ≥52) · 0ms TBT · 159.0 MB heap
workflow-execution: · 60.0 avg FPS · 59.7 P5 FPS ✅ (target: ≥52) · 0ms TBT · 57.7 MB heap

✅ No regressions detected.

All metrics
Metric Baseline PR (median) Δ Sig
canvas-idle: avg frame time 17ms 17ms -0% z=-0.5
canvas-idle: p95 frame time 17ms 17ms +0%
canvas-idle: layout duration 0ms 0ms +0%
canvas-idle: style recalc duration 9ms 5ms -49% z=-6.9
canvas-idle: layout count 0 0 +0%
canvas-idle: style recalc count 10 11 +10% z=-0.3
canvas-idle: task duration 497ms 310ms -38% z=-2.7
canvas-idle: script duration 20ms 11ms -46% z=-6.6
canvas-idle: TBT 0ms 0ms +0%
canvas-idle: heap used 69.4 MB 69.6 MB +0%
canvas-idle: DOM nodes 20 22 +10% z=-0.5
canvas-idle: event listeners 4 6 +50% z=-1.2
canvas-mouse-sweep: avg frame time 17ms 17ms +0% z=-0.4
canvas-mouse-sweep: p95 frame time 17ms 17ms +1%
canvas-mouse-sweep: layout duration 4ms 2ms -53% z=-9.5
canvas-mouse-sweep: style recalc duration 41ms 18ms -56% z=-7.7
canvas-mouse-sweep: layout count 12 12 +0%
canvas-mouse-sweep: style recalc count 78 73 -7% z=-2.6
canvas-mouse-sweep: task duration 911ms 540ms -41% z=-5.6
canvas-mouse-sweep: script duration 127ms 63ms -51% z=-11.2
canvas-mouse-sweep: TBT 0ms 0ms +0%
canvas-mouse-sweep: heap used 49.3 MB 57.4 MB +16%
canvas-mouse-sweep: DOM nodes -278 -111 -60% z=-66.8
canvas-mouse-sweep: event listeners -148 -71 -52% z=-19.1
canvas-zoom-sweep: avg frame time 17ms 17ms -0% z=-0.3
canvas-zoom-sweep: p95 frame time 17ms 17ms +0%
canvas-zoom-sweep: layout duration 1ms 0ms -37% z=-5.4
canvas-zoom-sweep: style recalc duration 18ms 10ms -45% z=-6.1
canvas-zoom-sweep: layout count 6 6 +0%
canvas-zoom-sweep: style recalc count 32 32 -2% z=0.5
canvas-zoom-sweep: task duration 384ms 242ms -37% z=-3.7
canvas-zoom-sweep: script duration 21ms 11ms -47% z=-5.3
canvas-zoom-sweep: TBT 0ms 0ms +0%
canvas-zoom-sweep: heap used 72.3 MB 72.3 MB +0%
canvas-zoom-sweep: DOM nodes 79 80 +1% z=0.3
canvas-zoom-sweep: event listeners 19 19 +0% z=-0.9
dom-widget-clipping: avg frame time 17ms 17ms +0% z=0.1
dom-widget-clipping: p95 frame time 17ms 17ms +0%
dom-widget-clipping: layout duration 0ms 0ms +0%
dom-widget-clipping: style recalc duration 10ms 4ms -55% z=-7.0
dom-widget-clipping: layout count 0 0 +0%
dom-widget-clipping: style recalc count 13 13 -4% z=-1.2
dom-widget-clipping: task duration 400ms 230ms -43% z=-8.2
dom-widget-clipping: script duration 61ms 29ms -52% z=-11.8
dom-widget-clipping: TBT 0ms 0ms +0%
dom-widget-clipping: heap used 53.0 MB 52.9 MB -0%
dom-widget-clipping: DOM nodes 22 21 -5% z=-0.8
dom-widget-clipping: event listeners 2 2 +0% variance too high
large-graph-idle: avg frame time 17ms 17ms -0% z=-0.6
large-graph-idle: p95 frame time 17ms 17ms -0%
large-graph-idle: layout duration 0ms 0ms +0%
large-graph-idle: style recalc duration 8ms 5ms -38% z=-7.0
large-graph-idle: layout count 0 0 +0%
large-graph-idle: style recalc count 8 11 +31% z=-3.5
large-graph-idle: task duration 712ms 452ms -37% z=-1.7
large-graph-idle: script duration 121ms 54ms -55% z=-4.6
large-graph-idle: TBT 0ms 0ms +0%
large-graph-idle: heap used 64.3 MB 64.6 MB +1%
large-graph-idle: DOM nodes -283 -278 -2% z=-334.3
large-graph-idle: event listeners -144 -142 -1% z=-27.6
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 14ms 8ms -39% z=-11.1
large-graph-pan: layout count 0 0 +0%
large-graph-pan: style recalc count 68 69 +1% z=-1.7
large-graph-pan: task duration 1348ms 771ms -43% z=-7.2
large-graph-pan: script duration 459ms 230ms -50% z=-9.0
large-graph-pan: TBT 0ms 0ms +0%
large-graph-pan: heap used 60.5 MB 69.0 MB +14%
large-graph-pan: DOM nodes -284 -281 -1% z=-181.5
large-graph-pan: event listeners -144 -158 +10% z=-196.8
large-graph-zoom: avg frame time 17ms 17ms +0%
large-graph-zoom: p95 frame time 17ms 17ms +0%
large-graph-zoom: layout duration 7ms 4ms -41%
large-graph-zoom: style recalc duration 16ms 9ms -42%
large-graph-zoom: layout count 60 60 +0%
large-graph-zoom: style recalc count 64 67 +4%
large-graph-zoom: task duration 1537ms 874ms -43%
large-graph-zoom: script duration 538ms 287ms -47%
large-graph-zoom: TBT 0ms 0ms +0%
large-graph-zoom: heap used 60.8 MB 81.9 MB +35%
large-graph-zoom: DOM nodes -287 18 -106%
large-graph-zoom: event listeners -148 8 -105%
minimap-idle: avg frame time 17ms 17ms +0% z=0.1
minimap-idle: p95 frame time 17ms 17ms -0%
minimap-idle: layout duration 0ms 0ms +0%
minimap-idle: style recalc duration 7ms 4ms -38% z=-6.2
minimap-idle: layout count 0 0 +0%
minimap-idle: style recalc count 8 10 +25% z=0.6
minimap-idle: task duration 685ms 447ms -35% z=-1.7
minimap-idle: script duration 109ms 53ms -52% z=-4.6
minimap-idle: TBT 0ms 0ms +0%
minimap-idle: heap used 65.5 MB 66.6 MB +2%
minimap-idle: DOM nodes -283 -279 -1% z=-218.0
minimap-idle: event listeners -144 -143 -1% z=-223.5
subgraph-dom-widget-clipping: avg frame time 17ms 17ms +0% z=0.1
subgraph-dom-widget-clipping: p95 frame time 17ms 17ms -0%
subgraph-dom-widget-clipping: layout duration 0ms 0ms +0%
subgraph-dom-widget-clipping: style recalc duration 11ms 6ms -45% z=-7.0
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 403ms 248ms -39% z=-7.1
subgraph-dom-widget-clipping: script duration 119ms 67ms -43% z=-9.6
subgraph-dom-widget-clipping: TBT 0ms 0ms +0%
subgraph-dom-widget-clipping: heap used 54.5 MB 53.3 MB -2%
subgraph-dom-widget-clipping: DOM nodes 20 21 +5% z=-1.1
subgraph-dom-widget-clipping: event listeners 6 8 +33% z=-1.4
subgraph-idle: avg frame time 17ms 17ms -0% z=-0.2
subgraph-idle: p95 frame time 17ms 17ms +0%
subgraph-idle: layout duration 0ms 0ms +0%
subgraph-idle: style recalc duration 9ms 5ms -46% z=-6.8
subgraph-idle: layout count 0 0 +0%
subgraph-idle: style recalc count 10 11 +10% z=0.2
subgraph-idle: task duration 474ms 344ms -27% z=-0.8
subgraph-idle: script duration 15ms 9ms -37% z=-4.1
subgraph-idle: TBT 0ms 0ms +0%
subgraph-idle: heap used 69.0 MB 56.8 MB -18%
subgraph-idle: DOM nodes 20 -128 -738% z=-99.9
subgraph-idle: event listeners 4 -70 -1850% variance too high
subgraph-mouse-sweep: avg frame time 17ms 17ms +0% z=0.4
subgraph-mouse-sweep: p95 frame time 17ms 17ms -0%
subgraph-mouse-sweep: layout duration 4ms 2ms -52% z=-8.0
subgraph-mouse-sweep: style recalc duration 37ms 19ms -48% z=-7.0
subgraph-mouse-sweep: layout count 16 16 +0%
subgraph-mouse-sweep: style recalc count 76 77 +1% z=-1.6
subgraph-mouse-sweep: task duration 817ms 465ms -43% z=-4.3
subgraph-mouse-sweep: script duration 94ms 46ms -51% z=-8.3
subgraph-mouse-sweep: TBT 0ms 0ms +0%
subgraph-mouse-sweep: heap used 45.5 MB 60.5 MB +33%
subgraph-mouse-sweep: DOM nodes -279 65 -123% z=-0.9
subgraph-mouse-sweep: event listeners -148 4 -103% 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 13ms 7ms -42%
subgraph-transition-enter: style recalc duration 31ms 19ms -38%
subgraph-transition-enter: layout count 14 15 +7%
subgraph-transition-enter: style recalc count 18 19 +6%
subgraph-transition-enter: task duration 959ms 631ms -34%
subgraph-transition-enter: script duration 35ms 17ms -51%
subgraph-transition-enter: TBT 130ms 78ms -40%
subgraph-transition-enter: heap used 96.3 MB 90.7 MB -6%
subgraph-transition-enter: DOM nodes 13673 13673 +0%
subgraph-transition-enter: event listeners 2371 2369 -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 39ms 21ms -45%
viewport-pan-sweep: layout count 0 0 +0%
viewport-pan-sweep: style recalc count 250 250 +0%
viewport-pan-sweep: task duration 4653ms 2706ms -42%
viewport-pan-sweep: script duration 1434ms 754ms -47%
viewport-pan-sweep: TBT 0ms 0ms +0%
viewport-pan-sweep: heap used 67.5 MB 66.4 MB -2%
viewport-pan-sweep: DOM nodes -280 -278 -1%
viewport-pan-sweep: event listeners -126 -126 +0%
vue-large-graph-idle: avg frame time 18ms 17ms -5%
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 17385ms 8679ms -50%
vue-large-graph-idle: script duration 582ms 327ms -44%
vue-large-graph-idle: TBT 0ms 0ms +0%
vue-large-graph-idle: heap used 159.6 MB 162.7 MB +2%
vue-large-graph-idle: DOM nodes -8312 -8312 +0%
vue-large-graph-idle: event listeners -16387 -16395 +0%
vue-large-graph-pan: avg frame time 18ms 17ms -2%
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 11ms -39%
vue-large-graph-pan: layout count 0 0 +0%
vue-large-graph-pan: style recalc count 145 66 -55%
vue-large-graph-pan: task duration 20805ms 11053ms -47%
vue-large-graph-pan: script duration 875ms 566ms -35%
vue-large-graph-pan: TBT 195ms 0ms -100%
vue-large-graph-pan: heap used 159.5 MB 159.0 MB -0%
vue-large-graph-pan: DOM nodes -8312 -8312 +0%
vue-large-graph-pan: event listeners -16383 -16391 +0%
workflow-execution: avg frame time 17ms 17ms -0% z=-0.4
workflow-execution: p95 frame time 17ms 17ms -0%
workflow-execution: layout duration 1ms 1ms -49% z=-6.4
workflow-execution: style recalc duration 18ms 11ms -41% z=-6.2
workflow-execution: layout count 3 3 -17% z=-4.5
workflow-execution: style recalc count 13 11 -19% z=-3.6
workflow-execution: task duration 120ms 70ms -42% z=-4.9
workflow-execution: script duration 11ms 6ms -50% z=-7.9
workflow-execution: TBT 0ms 0ms +0%
workflow-execution: heap used 48.4 MB 57.7 MB +19%
workflow-execution: DOM nodes 119 130 +9% z=-4.3
workflow-execution: event listeners 65 51 -22% z=-0.2
Historical variance (last 15 runs)
Metric μ σ CV
canvas-idle: avg frame time 17ms 0ms 0.0%
canvas-idle: layout duration 0ms 0ms 0.0%
canvas-idle: style recalc duration 11ms 1ms 8.2%
canvas-idle: layout count 0 0 0.0%
canvas-idle: style recalc count 11 1 5.0%
canvas-idle: task duration 395ms 31ms 7.9%
canvas-idle: script duration 25ms 2ms 8.8%
canvas-idle: TBT 0ms 0ms 0.0%
canvas-idle: DOM nodes 23 1 5.6%
canvas-idle: event listeners 12 5 40.9%
canvas-mouse-sweep: avg frame time 17ms 0ms 0.0%
canvas-mouse-sweep: layout duration 4ms 0ms 5.4%
canvas-mouse-sweep: style recalc duration 43ms 3ms 7.4%
canvas-mouse-sweep: layout count 12 0 0.0%
canvas-mouse-sweep: style recalc count 79 2 3.0%
canvas-mouse-sweep: task duration 865ms 58ms 6.7%
canvas-mouse-sweep: script duration 136ms 6ms 4.8%
canvas-mouse-sweep: TBT 0ms 0ms 0.0%
canvas-mouse-sweep: DOM nodes 62 3 4.2%
canvas-mouse-sweep: event listeners 8 4 49.4%
canvas-zoom-sweep: avg frame time 17ms 0ms 0.0%
canvas-zoom-sweep: layout duration 1ms 0ms 7.0%
canvas-zoom-sweep: style recalc duration 19ms 2ms 8.0%
canvas-zoom-sweep: layout count 6 0 0.0%
canvas-zoom-sweep: style recalc count 31 0 1.5%
canvas-zoom-sweep: task duration 327ms 23ms 7.1%
canvas-zoom-sweep: script duration 27ms 3ms 11.1%
canvas-zoom-sweep: TBT 0ms 0ms 0.0%
canvas-zoom-sweep: DOM nodes 79 1 1.0%
canvas-zoom-sweep: event listeners 24 5 21.8%
dom-widget-clipping: avg frame time 17ms 0ms 0.0%
dom-widget-clipping: layout duration 0ms 0ms 0.0%
dom-widget-clipping: style recalc duration 10ms 1ms 8.0%
dom-widget-clipping: layout count 0 0 0.0%
dom-widget-clipping: style recalc count 13 0 3.8%
dom-widget-clipping: task duration 365ms 16ms 4.5%
dom-widget-clipping: script duration 68ms 3ms 4.8%
dom-widget-clipping: TBT 0ms 0ms 0.0%
dom-widget-clipping: DOM nodes 22 1 6.4%
dom-widget-clipping: event listeners 8 6 81.2%
large-graph-idle: avg frame time 17ms 0ms 0.0%
large-graph-idle: layout duration 0ms 0ms 0.0%
large-graph-idle: style recalc duration 12ms 1ms 8.6%
large-graph-idle: layout count 0 0 0.0%
large-graph-idle: style recalc count 12 0 2.7%
large-graph-idle: task duration 542ms 54ms 10.0%
large-graph-idle: script duration 102ms 11ms 10.3%
large-graph-idle: TBT 0ms 0ms 0.0%
large-graph-idle: DOM nodes 25 1 3.7%
large-graph-idle: event listeners 26 6 23.2%
large-graph-pan: avg frame time 17ms 0ms 0.0%
large-graph-pan: layout duration 0ms 0ms 0.0%
large-graph-pan: style recalc duration 17ms 1ms 4.6%
large-graph-pan: layout count 0 0 0.0%
large-graph-pan: style recalc count 70 1 0.9%
large-graph-pan: task duration 1082ms 43ms 4.0%
large-graph-pan: script duration 408ms 20ms 4.8%
large-graph-pan: TBT 0ms 0ms 0.0%
large-graph-pan: DOM nodes 19 2 8.7%
large-graph-pan: event listeners 5 1 16.8%
minimap-idle: avg frame time 17ms 0ms 0.0%
minimap-idle: layout duration 0ms 0ms 0.0%
minimap-idle: style recalc duration 10ms 1ms 8.6%
minimap-idle: layout count 0 0 0.0%
minimap-idle: style recalc count 10 1 7.1%
minimap-idle: task duration 527ms 47ms 9.0%
minimap-idle: script duration 98ms 10ms 10.1%
minimap-idle: TBT 0ms 0ms 0.0%
minimap-idle: DOM nodes 19 1 7.1%
minimap-idle: event listeners 5 1 14.4%
subgraph-dom-widget-clipping: avg frame time 17ms 0ms 0.0%
subgraph-dom-widget-clipping: layout duration 0ms 0ms 0.0%
subgraph-dom-widget-clipping: style recalc duration 13ms 1ms 7.4%
subgraph-dom-widget-clipping: layout count 0 0 0.0%
subgraph-dom-widget-clipping: style recalc count 48 1 1.2%
subgraph-dom-widget-clipping: task duration 378ms 18ms 4.9%
subgraph-dom-widget-clipping: script duration 128ms 6ms 4.9%
subgraph-dom-widget-clipping: TBT 0ms 0ms 0.0%
subgraph-dom-widget-clipping: DOM nodes 22 1 5.0%
subgraph-dom-widget-clipping: event listeners 16 6 36.0%
subgraph-idle: avg frame time 17ms 0ms 0.0%
subgraph-idle: layout duration 0ms 0ms 0.0%
subgraph-idle: style recalc duration 10ms 1ms 7.5%
subgraph-idle: layout count 0 0 0.0%
subgraph-idle: style recalc count 11 1 6.0%
subgraph-idle: task duration 370ms 31ms 8.5%
subgraph-idle: script duration 20ms 3ms 13.2%
subgraph-idle: TBT 0ms 0ms 0.0%
subgraph-idle: DOM nodes 22 1 6.9%
subgraph-idle: event listeners 10 7 64.5%
subgraph-mouse-sweep: avg frame time 17ms 0ms 0.0%
subgraph-mouse-sweep: layout duration 5ms 0ms 6.8%
subgraph-mouse-sweep: style recalc duration 42ms 3ms 7.8%
subgraph-mouse-sweep: layout count 16 0 0.0%
subgraph-mouse-sweep: style recalc count 80 2 2.4%
subgraph-mouse-sweep: task duration 766ms 69ms 9.0%
subgraph-mouse-sweep: script duration 101ms 7ms 6.5%
subgraph-mouse-sweep: TBT 0ms 0ms 0.0%
subgraph-mouse-sweep: DOM nodes 67 2 3.3%
subgraph-mouse-sweep: event listeners 8 4 52.6%
workflow-execution: avg frame time 17ms 0ms 0.0%
workflow-execution: layout duration 2ms 0ms 9.4%
workflow-execution: style recalc duration 24ms 2ms 9.1%
workflow-execution: layout count 5 1 11.0%
workflow-execution: style recalc count 18 2 11.5%
workflow-execution: task duration 123ms 11ms 8.8%
workflow-execution: script duration 29ms 3ms 10.2%
workflow-execution: TBT 0ms 0ms 0.0%
workflow-execution: DOM nodes 161 7 4.4%
workflow-execution: event listeners 52 4 8.4%
Trend (last 15 commits on main)
Metric Trend Dir Latest
canvas-idle: avg frame time ▆▃▆▁▆▃▆█▆▆▄▃▃▄▃ ➡️ 17ms
canvas-idle: p95 frame time ➡️ NaNms
canvas-idle: layout duration ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
canvas-idle: style recalc duration ▇▇▆▆▃█▄▃▄▃▇▄▁▆▇ ➡️ 11ms
canvas-idle: layout count ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0
canvas-idle: style recalc count █▃▅▂▅▆▃▁▂▁▂▅▆▅▆ ➡️ 12
canvas-idle: task duration ▃▃▃▆▂▃▃▅▆▂█▃▁▃▃ ➡️ 391ms
canvas-idle: script duration ▄▃▅▇▂▅▃▆▇▅█▄▁▅▆ ➡️ 27ms
canvas-idle: TBT ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
canvas-idle: heap used ➡️ NaN MB
canvas-idle: DOM nodes █▇▆▅▃▇▃▁▂▂▅▆▆▆▇ ➡️ 24
canvas-idle: event listeners ▅█▅▄▁▅▁▁▁▄▅▅▁▅▄ 📉 11
canvas-mouse-sweep: avg frame time ▆█▆▃▁▃▁▆▆▁▃▆▆▃▃ ➡️ 17ms
canvas-mouse-sweep: p95 frame time ➡️ NaNms
canvas-mouse-sweep: layout duration ▁▃▂▄▁▂▁▃▆▂█▇▆▄▃ ➡️ 4ms
canvas-mouse-sweep: style recalc duration ▄▄▂▄▁▂▃▃▅▄█▆▂▄▄ ➡️ 43ms
canvas-mouse-sweep: layout count ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 12
canvas-mouse-sweep: style recalc count █▅▄▃▂▂▁▄▄▅▆▅▂▇▄ ➡️ 79
canvas-mouse-sweep: task duration █▆▄▂▂▃▂▄▄▅█▆▁▆▄ ➡️ 868ms
canvas-mouse-sweep: script duration ▄▅▄▆▄▆▆▆▅▅█▆▁▅▆ ➡️ 139ms
canvas-mouse-sweep: TBT ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
canvas-mouse-sweep: heap used ➡️ NaN MB
canvas-mouse-sweep: DOM nodes █▅▃▃▁▂▂▃▂▄▆▅▃▅▅ ➡️ 64
canvas-mouse-sweep: event listeners █▁▁▁▁▁▇▁▁▁██▇▁█ 📈 13
canvas-zoom-sweep: avg frame time ▅▅█▄▅▁▁▁▅▁▁▅▄▅▁ ➡️ 17ms
canvas-zoom-sweep: p95 frame time ➡️ NaNms
canvas-zoom-sweep: layout duration ▆▅▅▄▁▁█▅▃▅▇▆▁▂▆ ➡️ 1ms
canvas-zoom-sweep: style recalc duration ▆▅▄▆▅▃█▆▇▅▇▄▁▃▅ ➡️ 20ms
canvas-zoom-sweep: layout count ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 6
canvas-zoom-sweep: style recalc count ▁▁▃▄▆▃▆█▄▄▆▁▆▁▆ ➡️ 32
canvas-zoom-sweep: task duration ▄▂▁▇▂▂▄▅▆▃█▄▁▁▅ ➡️ 338ms
canvas-zoom-sweep: script duration ▃▃▂▇▂▂▅▇▆▅█▄▁▂▆ ➡️ 30ms
canvas-zoom-sweep: TBT ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
canvas-zoom-sweep: heap used ➡️ NaN MB
canvas-zoom-sweep: DOM nodes ▄▃▁▅█▁▃▆▄▅▅▃▃▄▃ ➡️ 79
canvas-zoom-sweep: event listeners ▁▁▂▅█▂▁▅▁▅▅▄▁▅▁ ➡️ 19
dom-widget-clipping: avg frame time ▂▄▅▅▂▄█▇▅▇▇▅▅▁▇ ➡️ 17ms
dom-widget-clipping: p95 frame time ➡️ NaNms
dom-widget-clipping: layout duration ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
dom-widget-clipping: style recalc duration ▆▆▂▆▄▃██▄▁▆▇▆▃▅ ➡️ 10ms
dom-widget-clipping: layout count ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0
dom-widget-clipping: style recalc count ▇█▅█▅▄█▇▇▁▇▄▇▂▅ ➡️ 13
dom-widget-clipping: task duration ▃▃▁▅▄▃▅▆▅▂▇█▁▅▅ ➡️ 371ms
dom-widget-clipping: script duration ▅▄▄▆▆▅▇▇▆▃█▇▁▇▇ ➡️ 71ms
dom-widget-clipping: TBT ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
dom-widget-clipping: heap used ➡️ NaN MB
dom-widget-clipping: DOM nodes ▇▇▄▇▅▄█▇▅▁▅▄▇▃▄ ➡️ 21
dom-widget-clipping: event listeners ▅▅▅▅▁▅██▁▁▁▁█▁▁ 📉 2
large-graph-idle: avg frame time ▅▅▅▅▅▂▁▂▄▅▄▂▂▅█ ➡️ 17ms
large-graph-idle: p95 frame time ➡️ NaNms
large-graph-idle: layout duration ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
large-graph-idle: style recalc duration ▅▅▅▆▄▅▃▄▅▅▆█▁▄▆ ➡️ 13ms
large-graph-idle: layout count ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0
large-graph-idle: style recalc count █▆█▃▃▁▃▆▃▆▆▃▆██ ➡️ 12
large-graph-idle: task duration ▂▃▂▆▂▃▃▇▅▃██▁▂▅ ➡️ 569ms
large-graph-idle: script duration ▄▅▄▆▄▅▅▇▆▅█▆▁▃▆ ➡️ 110ms
large-graph-idle: TBT ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
large-graph-idle: heap used ➡️ NaN MB
large-graph-idle: DOM nodes ▆█▅▂▅▃▁▂▃▅▅▆▂▆▅ ➡️ 25
large-graph-idle: event listeners ███▇██▄▁▄▇▇█▂█▇ ➡️ 29
large-graph-pan: avg frame time ▆▃▃▆█▃▁█▆▆▆▆█▁▆ ➡️ 17ms
large-graph-pan: p95 frame time ➡️ NaNms
large-graph-pan: layout duration ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
large-graph-pan: style recalc duration ▃▂▄▄▁▅▂▂▁▄▄█▃▁▂ ➡️ 17ms
large-graph-pan: layout count ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0
large-graph-pan: style recalc count ▆▃█▂▃▂▂▂▁▇▅▃█▆▃ ➡️ 69
large-graph-pan: task duration ▄▃▄▆▄▄▄▆▄▄█▆▁▂▅ ➡️ 1100ms
large-graph-pan: script duration ▅▄▅▆▆▅▄▆▄▅█▄▁▄▅ ➡️ 413ms
large-graph-pan: TBT ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
large-graph-pan: heap used ➡️ NaN MB
large-graph-pan: DOM nodes ▅▃▆▂▄▁▃▁▁▅▁▂█▅▂ ➡️ 18
large-graph-pan: event listeners █▆█▁▁▆▁▁▃▆▁▃██▃ ➡️ 5
minimap-idle: avg frame time ▃▆▆▃█▁█▆▆▃▃▆█▆█ ➡️ 17ms
minimap-idle: p95 frame time ➡️ NaNms
minimap-idle: layout duration ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
minimap-idle: style recalc duration ▄█▁█▅▅█▅▅▃▅▁▁▄▆ ➡️ 10ms
minimap-idle: layout count ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0
minimap-idle: style recalc count ▃▅▂▄█▃▆▁▂▅▂▁▅▆▃ ➡️ 9
minimap-idle: task duration ▃▄▁▅▁▃▄▅▇▃█▅▁▁▅ ➡️ 547ms
minimap-idle: script duration ▄▆▃▇▃▅▆▆▇▅█▅▁▃▆ ➡️ 106ms
minimap-idle: TBT ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
minimap-idle: heap used ➡️ NaN MB
minimap-idle: DOM nodes ▃▅▂▄█▃▆▁▂▅▂▁▅▆▃ ➡️ 19
minimap-idle: event listeners ▃▃▆▁▁▁▃▁▁▆▁▃█▆▁ ➡️ 4
subgraph-dom-widget-clipping: avg frame time ▅▄▄▄▄▄█▄▄▄▃▁▆▃▃ ➡️ 17ms
subgraph-dom-widget-clipping: p95 frame time ➡️ NaNms
subgraph-dom-widget-clipping: layout duration ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
subgraph-dom-widget-clipping: style recalc duration ▂▄▃▅▅▃▂▅▇▃▄█▁▄▆ ➡️ 14ms
subgraph-dom-widget-clipping: layout count ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0
subgraph-dom-widget-clipping: style recalc count ▇█▆▃▆▃▁▆█▇▃▆▇█▅ ➡️ 48
subgraph-dom-widget-clipping: task duration ▂▃▃▆▅▅▂▅█▂▆█▁▂▇ ➡️ 398ms
subgraph-dom-widget-clipping: script duration ▃▃▃▄▅▅▂▄█▂▅▇▁▂▅ ➡️ 131ms
subgraph-dom-widget-clipping: TBT ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
subgraph-dom-widget-clipping: heap used ➡️ NaN MB
subgraph-dom-widget-clipping: DOM nodes ▅▇▅▂▅▂▁▅▅▅▁▇▅█▄ ➡️ 22
subgraph-dom-widget-clipping: event listeners ▅▅▅▂▅▁▅██▁▁█▅█▅ 📈 16
subgraph-idle: avg frame time ▆▆█▁▆▃▆▆▆▃▆▁▃▆█ ➡️ 17ms
subgraph-idle: p95 frame time ➡️ NaNms
subgraph-idle: layout duration ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
subgraph-idle: style recalc duration ▁▇▃▆▂▄▂▃▃▆▆▄▃▇█ ➡️ 12ms
subgraph-idle: layout count ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0
subgraph-idle: style recalc count ▃▆▃▃▂▅▁▂▁▆▃▃██▇ ➡️ 12
subgraph-idle: task duration ▁▃▁▇▁▁▃▆▅▂█▅▁▁▄ ➡️ 378ms
subgraph-idle: script duration ▁▃▂▇▁▂▃▇▆▂█▅▂▁▅ ➡️ 22ms
subgraph-idle: TBT ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
subgraph-idle: heap used ➡️ NaN MB
subgraph-idle: DOM nodes ▃▅▃▂▁▄▁▂▁▅▃▂▇█▇ ➡️ 24
subgraph-idle: event listeners ▁▅▁▁▁▁▁▁▁▅▄▁███ 📈 21
subgraph-mouse-sweep: avg frame time ▅▄▁▃▃▄▆▄▆▃▃█▁▃▃ ➡️ 17ms
subgraph-mouse-sweep: p95 frame time ➡️ NaNms
subgraph-mouse-sweep: layout duration ▁▄▄▄▃▃▅▅▅▂█▇▂▃▆ ➡️ 5ms
subgraph-mouse-sweep: style recalc duration ▃▂▄▅▂▃▄▅█▃█▆▁▂▅ ➡️ 43ms
subgraph-mouse-sweep: layout count ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 16
subgraph-mouse-sweep: style recalc count ▅▂▅▅▁▄▃▅█▅▆▄▂▄▅ ➡️ 81
subgraph-mouse-sweep: task duration ▃▂▄▅▂▄▄▅▇▄█▆▁▃▅ ➡️ 785ms
subgraph-mouse-sweep: script duration ▄▅▄▇▅▅▆▇▆▅██▁▄▆ ➡️ 105ms
subgraph-mouse-sweep: TBT ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
subgraph-mouse-sweep: heap used ➡️ NaN MB
subgraph-mouse-sweep: DOM nodes ▅▁▄▅▁▄▃▃█▅▅▄▂▅▃ ➡️ 66
subgraph-mouse-sweep: event listeners ▇▁▂▇▁▂▂▂█▇▂▂▇▇▂ 📈 5
workflow-execution: avg frame time ▆▆▆▄▆▆▃▄▁▄█▆▅▄▆ ➡️ 17ms
workflow-execution: p95 frame time ➡️ NaNms
workflow-execution: layout duration ▁▆▁▃▂▄▃▂▃▃▅█▄▂▅ ➡️ 2ms
workflow-execution: style recalc duration ▃▇▅▇▁▅▆▇█▁██▂▄▆ ➡️ 25ms
workflow-execution: layout count ▁█▂▃▂▃▃▁▃▃▄▃▂▃▂ ➡️ 5
workflow-execution: style recalc count ▃█▅▇▁▄▅▆▅▅▅▅▄▄▂ ➡️ 15
workflow-execution: task duration ▂▅▄▅▁▄▆▆▆▁▇█▁▃▃ ➡️ 120ms
workflow-execution: script duration ▄▃▄▄▃▅▄▅▆▂▇█▁▃▄ ➡️ 29ms
workflow-execution: TBT ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
workflow-execution: heap used ➡️ NaN MB
workflow-execution: DOM nodes ▂█▃▆▁▄▃▅▃█▃▃▄▃▁ ➡️ 152
workflow-execution: event listeners ▅███▁▅███▁██▅█▅ ➡️ 49
Raw data
{
  "timestamp": "2026-08-02T19:43:54.047Z",
  "gitSha": "a8f94e5ea15a6db234a9b0244195be9376c2b8f6",
  "branch": "agent/harden-v-html",
  "measurements": [
    {
      "name": "canvas-idle",
      "durationMs": 2005.6020000000103,
      "styleRecalcs": 11,
      "styleRecalcDurationMs": 4.898,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 320.136,
      "heapDeltaBytes": 5240112,
      "heapUsedBytes": 73153764,
      "domNodes": 22,
      "jsHeapTotalBytes": 19787776,
      "scriptDurationMs": 10.446999999999997,
      "eventListeners": 6,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "canvas-idle",
      "durationMs": 2004.903000000013,
      "styleRecalcs": 11,
      "styleRecalcDurationMs": 4.579999999999999,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 300.31600000000003,
      "heapDeltaBytes": 4961732,
      "heapUsedBytes": 72883896,
      "domNodes": 22,
      "jsHeapTotalBytes": 20049920,
      "scriptDurationMs": 10.640000000000002,
      "eventListeners": 6,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66333333333335,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "canvas-mouse-sweep",
      "durationMs": 1707.1789999999964,
      "styleRecalcs": 73,
      "styleRecalcDurationMs": 18.602,
      "layouts": 12,
      "layoutDurationMs": 1.7339999999999998,
      "taskDurationMs": 540.258,
      "heapDeltaBytes": -466148,
      "heapUsedBytes": 67334224,
      "domNodes": 56,
      "jsHeapTotalBytes": 20836352,
      "scriptDurationMs": 63.352000000000004,
      "eventListeners": 4,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.799999999999272
    },
    {
      "name": "canvas-mouse-sweep",
      "durationMs": 1686.191000000008,
      "styleRecalcs": 72,
      "styleRecalcDurationMs": 18.183,
      "layouts": 12,
      "layoutDurationMs": 1.767,
      "taskDurationMs": 540.6260000000001,
      "heapDeltaBytes": -14604732,
      "heapUsedBytes": 53127164,
      "domNodes": -277,
      "jsHeapTotalBytes": 21487616,
      "scriptDurationMs": 62.32299999999999,
      "eventListeners": -146,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "canvas-zoom-sweep",
      "durationMs": 1669.8299999999904,
      "styleRecalcs": 32,
      "styleRecalcDurationMs": 9.834,
      "layouts": 6,
      "layoutDurationMs": 0.40099999999999997,
      "taskDurationMs": 242.60399999999998,
      "heapDeltaBytes": 8055388,
      "heapUsedBytes": 75767852,
      "domNodes": 79,
      "jsHeapTotalBytes": 20574208,
      "scriptDurationMs": 11.117999999999999,
      "eventListeners": 19,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "canvas-zoom-sweep",
      "durationMs": 1669.4120000000225,
      "styleRecalcs": 31,
      "styleRecalcDurationMs": 9.652000000000001,
      "layouts": 6,
      "layoutDurationMs": 0.39700000000000013,
      "taskDurationMs": 241.526,
      "heapDeltaBytes": 8022712,
      "heapUsedBytes": 75848300,
      "domNodes": 80,
      "jsHeapTotalBytes": 20574208,
      "scriptDurationMs": 11.091999999999999,
      "eventListeners": 19,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66333333333335,
      "p95FrameDurationMs": 16.799999999999272
    },
    {
      "name": "dom-widget-clipping",
      "durationMs": 374.6710000000064,
      "styleRecalcs": 13,
      "styleRecalcDurationMs": 4.613,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 230.273,
      "heapDeltaBytes": -12408744,
      "heapUsedBytes": 55477956,
      "domNodes": 22,
      "jsHeapTotalBytes": 21360640,
      "scriptDurationMs": 29.898999999999997,
      "eventListeners": 2,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "dom-widget-clipping",
      "durationMs": 369.8070000000371,
      "styleRecalcs": 12,
      "styleRecalcDurationMs": 4.031,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 229.24499999999998,
      "heapDeltaBytes": -12506204,
      "heapUsedBytes": 55412796,
      "domNodes": 20,
      "jsHeapTotalBytes": 21360640,
      "scriptDurationMs": 28.808999999999997,
      "eventListeners": 2,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "large-graph-idle",
      "durationMs": 2007.583000000011,
      "styleRecalcs": 11,
      "styleRecalcDurationMs": 5.0600000000000005,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 452.515,
      "heapDeltaBytes": 7528944,
      "heapUsedBytes": 68225640,
      "domNodes": -277,
      "jsHeapTotalBytes": 4780032,
      "scriptDurationMs": 54.781,
      "eventListeners": -142,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66333333333335,
      "p95FrameDurationMs": 16.799999999999272
    },
    {
      "name": "large-graph-idle",
      "durationMs": 2008.7730000000192,
      "styleRecalcs": 10,
      "styleRecalcDurationMs": 4.804999999999999,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 451.34899999999993,
      "heapDeltaBytes": 8136608,
      "heapUsedBytes": 67330148,
      "domNodes": -278,
      "jsHeapTotalBytes": 5042176,
      "scriptDurationMs": 54.202000000000005,
      "eventListeners": -142,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "large-graph-pan",
      "durationMs": 2055.088000000012,
      "styleRecalcs": 69,
      "styleRecalcDurationMs": 8.422,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 770.55,
      "heapDeltaBytes": 21628160,
      "heapUsedBytes": 83743620,
      "domNodes": -279,
      "jsHeapTotalBytes": 5267456,
      "scriptDurationMs": 226.26,
      "eventListeners": -172,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "large-graph-pan",
      "durationMs": 2058.506999999963,
      "styleRecalcs": 68,
      "styleRecalcDurationMs": 8.395999999999999,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 771.885,
      "heapDeltaBytes": 848080,
      "heapUsedBytes": 60931808,
      "domNodes": -282,
      "jsHeapTotalBytes": 5005312,
      "scriptDurationMs": 232.975,
      "eventListeners": -144,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "large-graph-zoom",
      "durationMs": 3028.2600000000175,
      "styleRecalcs": 66,
      "styleRecalcDurationMs": 8.616999999999999,
      "layouts": 60,
      "layoutDurationMs": 4.271999999999999,
      "taskDurationMs": 858.106,
      "heapDeltaBytes": 21628224,
      "heapUsedBytes": 85206224,
      "domNodes": 16,
      "jsHeapTotalBytes": 7864320,
      "scriptDurationMs": 273.18199999999996,
      "eventListeners": 8,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "large-graph-zoom",
      "durationMs": 3020.9600000000023,
      "styleRecalcs": 67,
      "styleRecalcDurationMs": 9.545000000000002,
      "layouts": 60,
      "layoutDurationMs": 4.482,
      "taskDurationMs": 889.1909999999999,
      "heapDeltaBytes": 22850888,
      "heapUsedBytes": 86518456,
      "domNodes": 20,
      "jsHeapTotalBytes": 8388608,
      "scriptDurationMs": 301.57900000000006,
      "eventListeners": 8,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66333333333335,
      "p95FrameDurationMs": 16.699999999999818
    },
    {
      "name": "minimap-idle",
      "durationMs": 2014.2529999999965,
      "styleRecalcs": 10,
      "styleRecalcDurationMs": 4.555999999999999,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 449.39300000000003,
      "heapDeltaBytes": 8078116,
      "heapUsedBytes": 70285480,
      "domNodes": -279,
      "jsHeapTotalBytes": 4517888,
      "scriptDurationMs": 53.016,
      "eventListeners": -144,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "minimap-idle",
      "durationMs": 1994.5999999999913,
      "styleRecalcs": 10,
      "styleRecalcDurationMs": 4.425,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 443.824,
      "heapDeltaBytes": 7581880,
      "heapUsedBytes": 69346652,
      "domNodes": -279,
      "jsHeapTotalBytes": 4517888,
      "scriptDurationMs": 52.89200000000001,
      "eventListeners": -142,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.699999999999818
    },
    {
      "name": "subgraph-dom-widget-clipping",
      "durationMs": 418.74599999999873,
      "styleRecalcs": 47,
      "styleRecalcDurationMs": 6.081000000000001,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 251.232,
      "heapDeltaBytes": -12125280,
      "heapUsedBytes": 55863768,
      "domNodes": 20,
      "jsHeapTotalBytes": 23195648,
      "scriptDurationMs": 69.45400000000001,
      "eventListeners": 8,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000273
    },
    {
      "name": "subgraph-dom-widget-clipping",
      "durationMs": 409.9499999999807,
      "styleRecalcs": 48,
      "styleRecalcDurationMs": 6.238,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 244.40200000000002,
      "heapDeltaBytes": -11959712,
      "heapUsedBytes": 55868888,
      "domNodes": 22,
      "jsHeapTotalBytes": 22147072,
      "scriptDurationMs": 65.273,
      "eventListeners": 8,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000273
    },
    {
      "name": "subgraph-idle",
      "durationMs": 1990.179000000012,
      "styleRecalcs": 11,
      "styleRecalcDurationMs": 4.917,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 343.92100000000005,
      "heapDeltaBytes": -21448944,
      "heapUsedBytes": 46709936,
      "domNodes": -277,
      "jsHeapTotalBytes": 20176896,
      "scriptDurationMs": 8.944999999999999,
      "eventListeners": -146,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "subgraph-idle",
      "durationMs": 1998.9249999999856,
      "styleRecalcs": 11,
      "styleRecalcDurationMs": 5.306,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 343.123,
      "heapDeltaBytes": 4470908,
      "heapUsedBytes": 72354240,
      "domNodes": 22,
      "jsHeapTotalBytes": 20836352,
      "scriptDurationMs": 9.915000000000001,
      "eventListeners": 6,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66333333333335,
      "p95FrameDurationMs": 16.699999999999818
    },
    {
      "name": "subgraph-mouse-sweep",
      "durationMs": 1674.4089999999971,
      "styleRecalcs": 77,
      "styleRecalcDurationMs": 19.249,
      "layouts": 16,
      "layoutDurationMs": 2.1339999999999995,
      "taskDurationMs": 462.25000000000006,
      "heapDeltaBytes": -4797020,
      "heapUsedBytes": 63107212,
      "domNodes": 65,
      "jsHeapTotalBytes": 21098496,
      "scriptDurationMs": 45.799,
      "eventListeners": 4,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.799999999999272
    },
    {
      "name": "subgraph-mouse-sweep",
      "durationMs": 1670.254,
      "styleRecalcs": 77,
      "styleRecalcDurationMs": 18.976,
      "layouts": 16,
      "layoutDurationMs": 2.1350000000000002,
      "taskDurationMs": 466.94699999999995,
      "heapDeltaBytes": -4270348,
      "heapUsedBytes": 63748036,
      "domNodes": 65,
      "jsHeapTotalBytes": 20312064,
      "scriptDurationMs": 46.674,
      "eventListeners": 4,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.699999999999818
    },
    {
      "name": "subgraph-transition-enter",
      "durationMs": 833.611000000019,
      "styleRecalcs": 19,
      "styleRecalcDurationMs": 19.041000000000004,
      "layouts": 15,
      "layoutDurationMs": 7.302999999999999,
      "taskDurationMs": 631.0910000000001,
      "heapDeltaBytes": 29028828,
      "heapUsedBytes": 95095488,
      "domNodes": 13673,
      "jsHeapTotalBytes": 15466496,
      "scriptDurationMs": 17.27,
      "eventListeners": 2369,
      "totalBlockingTimeMs": 78,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "viewport-pan-sweep",
      "durationMs": 8079.166000000015,
      "styleRecalcs": 250,
      "styleRecalcDurationMs": 21.344,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 2747.8199999999997,
      "heapDeltaBytes": 7454684,
      "heapUsedBytes": 68515788,
      "domNodes": -277,
      "jsHeapTotalBytes": 6316032,
      "scriptDurationMs": 769.194,
      "eventListeners": -126,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.799999999999272
    },
    {
      "name": "viewport-pan-sweep",
      "durationMs": 8058.942999999999,
      "styleRecalcs": 250,
      "styleRecalcDurationMs": 21.312,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 2663.806,
      "heapDeltaBytes": 9647392,
      "heapUsedBytes": 70761244,
      "domNodes": -278,
      "jsHeapTotalBytes": 6316032,
      "scriptDurationMs": 739.2769999999999,
      "eventListeners": -126,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66333333333332,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "vue-large-graph-idle",
      "durationMs": 8845.958999999993,
      "styleRecalcs": 0,
      "styleRecalcDurationMs": 0,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 8801.634,
      "heapDeltaBytes": -60368736,
      "heapUsedBytes": 166090720,
      "domNodes": -8312,
      "jsHeapTotalBytes": -15671296,
      "scriptDurationMs": 349.63100000000003,
      "eventListeners": -16394,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "vue-large-graph-idle",
      "durationMs": 8599.100999999962,
      "styleRecalcs": 0,
      "styleRecalcDurationMs": 0,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 8555.466,
      "heapDeltaBytes": -34462212,
      "heapUsedBytes": 175147820,
      "domNodes": -8312,
      "jsHeapTotalBytes": -6234112,
      "scriptDurationMs": 305.176,
      "eventListeners": -16395,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 17.220000000000013,
      "p95FrameDurationMs": 16.80000000000109
    },
    {
      "name": "vue-large-graph-pan",
      "durationMs": 11032.14399999996,
      "styleRecalcs": 66,
      "styleRecalcDurationMs": 10.944999999999983,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 10984.617,
      "heapDeltaBytes": -35112288,
      "heapUsedBytes": 173862572,
      "domNodes": -8312,
      "jsHeapTotalBytes": -8400896,
      "scriptDurationMs": 568.832,
      "eventListeners": -16393,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 17.219999999999953,
      "p95FrameDurationMs": 16.799999999999272
    },
    {
      "name": "vue-large-graph-pan",
      "durationMs": 11156.266000000016,
      "styleRecalcs": 65,
      "styleRecalcDurationMs": 10.980000000000018,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 11122.043,
      "heapDeltaBytes": -39766952,
      "heapUsedBytes": 159662276,
      "domNodes": -8312,
      "jsHeapTotalBytes": -10166272,
      "scriptDurationMs": 562.963,
      "eventListeners": -16389,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 17.776666666666642,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "workflow-execution",
      "durationMs": 75.68900000001122,
      "styleRecalcs": 7,
      "styleRecalcDurationMs": 9.704,
      "layouts": 3,
      "layoutDurationMs": 0.955,
      "taskDurationMs": 58.81,
      "heapDeltaBytes": 3286204,
      "heapUsedBytes": 70277984,
      "domNodes": 139,
      "jsHeapTotalBytes": 3145728,
      "scriptDurationMs": 4.95,
      "eventListeners": 35,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.663333333333338,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "workflow-execution",
      "durationMs": 434.7050000000081,
      "styleRecalcs": 14,
      "styleRecalcDurationMs": 11.507000000000001,
      "layouts": 2,
      "layoutDurationMs": 0.2800000000000001,
      "taskDurationMs": 81.151,
      "heapDeltaBytes": -16067372,
      "heapUsedBytes": 50784244,
      "domNodes": 121,
      "jsHeapTotalBytes": 7729152,
      "scriptDurationMs": 6.117000000000001,
      "eventListeners": 67,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66333333333332,
      "p95FrameDurationMs": 16.700000000000273
    }
  ]
}

@github-actions

github-actions Bot commented Aug 2, 2026

Copy link
Copy Markdown

🌐 Website E2E

Tip

All tests passed.

Status ✅ Passed
Report View Report

@coderabbitai

coderabbitai Bot commented Aug 2, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

📝 Walkthrough

Walkthrough

Changes

Search highlighting migration

Layer / File(s) Summary
Structured highlighting API
packages/shared-frontend-utils/src/formatUtil.ts, packages/shared-frontend-utils/src/formatUtil.test.ts, packages/shared-frontend-utils/package.json
highlightQuery now returns structured text parts. Tests cover matching behavior and preserved markup. The dompurify dependency was removed.
Search component rendering
src/components/searchbox/HighlightedText.vue, src/components/searchbox/NodeSearchItem.vue, src/components/searchbox/v2/NodeSearchListItem.vue, src/components/searchbox/v2/NodeSearchListItem.test.ts
Search results now render highlighted and plain text through HighlightedText. A regression test verifies that HTML-like names remain literal text.
Remaining HTML rendering cleanup
eslint.config.ts, src/platform/cloud/subscription/components/PricingTable.vue, src/platform/workspace/components/PricingTableWorkspace.vue
Searchbox v-html usage now produces an ESLint error. Pricing links render literal arrow characters.

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

Sequence Diagram(s)

sequenceDiagram
  participant NodeSearchItem
  participant HighlightedText
  participant highlightQuery
  NodeSearchItem->>HighlightedText: pass text and query
  HighlightedText->>highlightQuery: create structured text parts
  highlightQuery-->>HighlightedText: return highlighted and plain segments
  HighlightedText-->>NodeSearchItem: render literal text segments
Loading

Possibly related PRs

Suggested labels: size:M

Suggested reviewers: christian-byrne


Important

Pre-merge checks failed

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

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
End-To-End Regression Coverage For Fixes ❓ Inconclusive The changed files and PR description are available, but the PR title and commit subjects are not provided, so the required bug-fix signal cannot be verified. Provide the PR title and commit subjects to determine whether the end-to-end regression coverage rule applies.
✅ Passed checks (5 passed)
Check name Status Explanation
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Adr Compliance For Entity/Litegraph Changes ✅ Passed The changed files are searchbox UI, shared formatting utilities, ESLint configuration, tests, and pricing components; none modify litegraph/ECS or graph-entity implementations.
Title check ✅ Passed The title clearly summarizes the main change: rendering node-search highlights as text.
Description check ✅ Passed The description includes the required summary, changes, review context, security analysis, and verification results.
✨ 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 agent/harden-v-html

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.

@codecov

codecov Bot commented Aug 2, 2026

Copy link
Copy Markdown

Codecov Report

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

Files with missing lines Patch % Lines
src/components/searchbox/NodeSearchItem.vue 0.00% 1 Missing ⚠️
@@           Coverage Diff           @@
##             main   #14580   +/-   ##
=======================================
  Coverage   79.14%   79.14%           
=======================================
  Files        1769     1770    +1     
  Lines      113307   113316    +9     
  Branches    35242    35242           
=======================================
+ Hits        89678    89687    +9     
+ Misses      23092    23087    -5     
- Partials      537      542    +5     
Flag Coverage Δ
unit 70.26% <94.11%> (+<0.01%) ⬆️

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

Files with missing lines Coverage Δ
packages/shared-frontend-utils/src/formatUtil.ts 86.66% <100.00%> (+0.27%) ⬆️
src/components/searchbox/HighlightedText.vue 100.00% <100.00%> (ø)
src/components/searchbox/v2/NodeSearchListItem.vue 96.61% <100.00%> (+0.05%) ⬆️
...orm/cloud/subscription/components/PricingTable.vue 93.93% <ø> (ø)
...orm/workspace/components/PricingTableWorkspace.vue 29.62% <ø> (ø)
src/components/searchbox/NodeSearchItem.vue 43.75% <0.00%> (ø)

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

huang47 commented Aug 2, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by three intentionally disjoint draft PRs:

Node search has been removed from this work and is left entirely to #14574. The live file set of each replacement PR has an empty intersection with #14574, and the three replacement PRs are mutually file-disjoint.

Closing this broader draft to avoid duplicate review and merge conflicts. Verification evidence is attached to each replacement PR.

@christian-byrne

Copy link
Copy Markdown
Contributor

Reopened as #14789, rebased onto main now that #14574 has landed.

Flagging why: when this was split into #14583/#14584/#14585, the searchbox half didn't carry over anywhere. The v-html sink removal, the sanitize parameter deletion, and the vue/no-v-html guardrail were only ever in this branch, and #14574 shipped the escaping approach with the sanitize flag still present. Your original commit is preserved.

pull Bot pushed a commit to Penguinjanator/ComfyUI_frontend that referenced this pull request Aug 12, 2026
…omfy-Org#14789)

Follow-up to Comfy-Org#14574, reviving the work from the closed Comfy-Org#14580 rebased
onto current main.

Comfy-Org#14574 landed the escape-then-sanitize fix so Cloud could be patched
without waiting. It left three things behind, all of which lived in
Comfy-Org#14580 and are in no other open PR:

- the `v-html` sink in both search components
- the `sanitize` parameter, which is a complete bypass when false
- a lint guardrail to stop the sink coming back

## Changes

`highlightQuery` now returns `{ text, highlighted }[]` instead of an
HTML string, and the new `HighlightedText.vue` renders those segments as
Vue text nodes. There is no markup to escape, no sanitizer to bypass,
and no `v-html` in either the legacy or v2 search UI.

`vue/no-v-html` is set to `error` for `src/components/searchbox/**`.
Verified it fires: a probe file with `v-html` produces `'v-html'
directive can lead to XSS attack`.

Removing the string API also drops the `dompurify` dependency from
`shared-frontend-utils`.

## Why this rather than keeping the escaping

The original defect was not a missing sanitizer — `highlightQuery`
already called DOMPurify. It was an early return above the call.
Escaping correctly is a property that has to hold at every future edit;
not building HTML is a property that holds structurally.

## Testing

- 204 tests pass across `formatUtil` and `src/components/searchbox`
- eslint clean, oxfmt clean
- rebase conflict in `formatUtil.ts` resolved in favour of the segment
API, which supersedes the escape-and-sanitize string it replaces

## Note on scope

This closes the searchbox sink. Two sibling sinks of the same class are
handled in Comfy-Org#14772 (property-name `innerHTML`, and Open Image blob
typing) — neither is Vue, so this lint rule does not cover them.

Original work by @huang47 in Comfy-Org#14580.

---------

Co-authored-by: ShihChi Huang <shh@theonlyperson.com>
Co-authored-by: t <t@t.t>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants