Skip to content

docs: expand PR guidelines in CONTRIBUTING.md and AGENTS.md#14078

Open
christian-byrne wants to merge 3 commits into
mainfrom
contributing/pr-guidelines-docs
Open

docs: expand PR guidelines in CONTRIBUTING.md and AGENTS.md#14078
christian-byrne wants to merge 3 commits into
mainfrom
contributing/pr-guidelines-docs

Conversation

@christian-byrne

Copy link
Copy Markdown
Contributor

Summary

  • Expands CONTRIBUTING.md PR submission section with full team workflow: draft PRs, assignee conventions, comment types (nit:, required, discussion), comment resolution rules (reviewer vs author), deferral process via Coderabbit tracking issues, reviewer decision guide, and disagreement escalation
  • Adds agent-specific rule to AGENTS.md prohibiting agents from resolving review comments on PRs where they are the author — instructs them to reply in-thread and re-assign instead

Test plan

  • Review CONTRIBUTING.md diff for accuracy against team guidelines
  • Review AGENTS.md diff for clarity and correct placement under Agent-only rules

Defer reactive state updates for progress and progress_state events to requestAnimationFrame callbacks. Multiple progress events within the same frame are coalesced — only the latest value is applied. Pending RAFs are cancelled on unbindExecutionEvents and execution completion.
Adds full PR workflow detail sourced from team guidelines: comment
types, resolution rules (authors vs reviewers), deferral process,
reviewer decision guide, and disagreement escalation.

Adds agent-specific rule in AGENTS.md prohibiting agents from resolving
review comments when they are the PR author.
@christian-byrne
christian-byrne requested a review from a team July 24, 2026 02:48
@dosubot dosubot Bot added the size:L This PR changes 100-499 lines, ignoring generated files. label Jul 24, 2026
@coderabbitai

coderabbitai Bot commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

📝 Walkthrough

Walkthrough

The PR adds review-comment resolution guidance, expands contributor review workflows, introduces createRafCoalescer, and changes execution progress handling to apply WebSocket updates once per animation frame with cancellation during execution state transitions.

Changes

Review governance documentation

Layer / File(s) Summary
PR review workflow and comment governance
CONTRIBUTING.md
Expands PR lifecycle, comment resolution, deferral, reviewer decision, and disagreement guidance.
Agent review comment resolution rules
AGENTS.md
Defines allowed comment-resolution cases and requires replying and reassigning other comments instead of resolving them.

RAF progress batching

Layer / File(s) Summary
RAF coalescer contract and behavior
src/utils/rafBatch.ts, src/utils/rafBatch.test.ts
Adds last-write-wins RAF batching with cancellation and flush operations, plus utility tests.
Execution store progress integration
src/stores/executionStore.ts
Routes progress and progress_state events through coalescers and cancels pending updates during resets and node transitions.
Batched progress event validation
src/stores/executionStore.test.ts
Tests deferred updates, per-frame coalescing, cancellation, eviction, and timer handling.

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

Sequence Diagram(s)

sequenceDiagram
  participant WebSocket
  participant executionStore
  participant RAFCoalescer
  participant ProgressState
  WebSocket->>executionStore: progress event
  executionStore->>RAFCoalescer: enqueue latest payload
  RAFCoalescer->>executionStore: apply on animation frame
  executionStore->>ProgressState: update progress
  executionStore->>RAFCoalescer: cancel on reset or node transition
Loading

Possibly related PRs

Suggested reviewers: kaili-yang


Important

Pre-merge checks failed

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

❌ Failed checks (1 warning, 1 inconclusive)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description has Summary and Test plan, but it omits the required Changes, Review Focus, and Screenshots sections from the template. Add the missing template sections: Changes with What/Breaking/Dependencies, Review Focus, and Screenshots if applicable.
End-To-End Regression Coverage For Fixes ❓ Inconclusive Commit subjects/PR title aren’t available here, so I can’t verify the bug-fix signal required to trigger a failure. Please provide the PR title and commit subjects (or confirm whether any use fix/fixes/hotfix language) so I can assess the E2E coverage check.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and concisely summarizes the main documentation changes in CONTRIBUTING.md and AGENTS.md.
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 No changed files are under the litegraph/ecs/entity paths, so ADR 0003/0008 checks are 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 contributing/pr-guidelines-docs

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

@github-actions

github-actions Bot commented Jul 24, 2026

Copy link
Copy Markdown

🎨 Storybook: ✅ Built — View Storybook

Details

⏰ Completed at: 07/24/2026, 02:55:10 AM UTC

Links

🎭 Playwright: ✅ 1730 passed, 0 failed · 1 flaky

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

📦 Bundle: 8.08 MB gzip 🔴 +190 B

Details

Summary

  • Raw size: 33.9 MB baseline 33.9 MB — 🔴 +1.09 kB
  • Gzip: 8.08 MB baseline 8.08 MB — 🔴 +190 B
  • Brotli: 5.58 MB baseline 5.58 MB — 🟢 -58 B
  • Bundles: 417 current • 417 baseline • 139 added / 139 removed

Category Glance
Data & Services 🔴 +1.21 kB (3.37 MB) · Graph Workspace 🟢 -83 B (1.25 MB) · Other 🟢 -41 B (12.4 MB) · Vendor & Third-Party ⚪ 0 B (15.7 MB) · Panels & Settings ⚪ 0 B (551 kB) · Utilities & Hooks ⚪ 0 B (357 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-KB300jJh.js (new) 3.64 kB 🔴 +3.64 kB 🔴 +1.82 kB 🔴 +1.59 kB
assets/index-Lw9Zs0nQ.js (removed) 3.64 kB 🟢 -3.64 kB 🟢 -1.82 kB 🟢 -1.6 kB

Status: 1 added / 1 removed

Graph Workspace — 1.25 MB (baseline 1.25 MB) • 🟢 -83 B

Graph editor runtime, canvas, workflow orchestration

File Before After Δ Raw Δ Gzip Δ Brotli
assets/GraphView-DkYA-fC8.js (removed) 1.25 MB 🟢 -1.25 MB 🟢 -266 kB 🟢 -200 kB
assets/GraphView-De5pM-3o.js (new) 1.25 MB 🔴 +1.25 MB 🔴 +266 kB 🔴 +200 kB

Status: 1 added / 1 removed / 1 unchanged

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

Top-level views, pages, and routed surfaces

File Before After Δ Raw Δ Gzip Δ Brotli
assets/CloudSurveyView-B_GHfEbj.js (new) 25 kB 🔴 +25 kB 🔴 +6.25 kB 🔴 +5.53 kB
assets/CloudSurveyView-C7JiIF92.js (removed) 25 kB 🟢 -25 kB 🟢 -6.25 kB 🟢 -5.54 kB
assets/CloudLoginView-CMjcQboV.js (new) 11.6 kB 🔴 +11.6 kB 🔴 +3.14 kB 🔴 +2.76 kB
assets/CloudLoginView-CondeYRr.js (removed) 11.6 kB 🟢 -11.6 kB 🟢 -3.14 kB 🟢 -2.76 kB
assets/CloudSignupView-BlRgEhmT.js (removed) 9.96 kB 🟢 -9.96 kB 🟢 -2.81 kB 🟢 -2.46 kB
assets/CloudSignupView-J5AVrby7.js (new) 9.96 kB 🔴 +9.96 kB 🔴 +2.81 kB 🔴 +2.48 kB
assets/CloudLayoutView-Dl32RcdZ.js (new) 9.54 kB 🔴 +9.54 kB 🔴 +2.35 kB 🔴 +2.03 kB
assets/CloudLayoutView-Dp6jA-n4.js (removed) 9.54 kB 🟢 -9.54 kB 🟢 -2.35 kB 🟢 -2.03 kB
assets/UserCheckView-Beycd1FE.js (removed) 8.8 kB 🟢 -8.8 kB 🟢 -2.22 kB 🟢 -1.93 kB
assets/UserCheckView-BQb8ODhm.js (new) 8.8 kB 🔴 +8.8 kB 🔴 +2.22 kB 🔴 +1.93 kB
assets/WidgetTextPreview-CCosih0e.js (removed) 6.13 kB 🟢 -6.13 kB 🟢 -2.16 kB 🟢 -1.92 kB
assets/WidgetTextPreview-CnT4E1GG.js (new) 6.13 kB 🔴 +6.13 kB 🔴 +2.16 kB 🔴 +1.91 kB
assets/CloudSubscriptionRedirectView-DM5sc-EC.js (removed) 6.06 kB 🟢 -6.06 kB 🟢 -2.27 kB 🟢 -1.97 kB
assets/CloudSubscriptionRedirectView-DVNeRikt.js (new) 6.06 kB 🔴 +6.06 kB 🔴 +2.27 kB 🔴 +1.97 kB
assets/UserSelectView-6-iw-BZS.js (new) 5.54 kB 🔴 +5.54 kB 🔴 +1.99 kB 🔴 +1.74 kB
assets/UserSelectView-BKzdUjij.js (removed) 5.54 kB 🟢 -5.54 kB 🟢 -1.99 kB 🟢 -1.74 kB
assets/CloudForgotPasswordView-C11Fnj3B.js (removed) 5.15 kB 🟢 -5.15 kB 🟢 -1.76 kB 🟢 -1.54 kB
assets/CloudForgotPasswordView-CtLzQzrm.js (new) 5.15 kB 🔴 +5.15 kB 🔴 +1.76 kB 🔴 +1.53 kB
assets/CloudAuthTimeoutView-C9NnGaKQ.js (new) 4.49 kB 🔴 +4.49 kB 🔴 +1.57 kB 🔴 +1.36 kB
assets/CloudAuthTimeoutView-CSbwn159.js (removed) 4.49 kB 🟢 -4.49 kB 🟢 -1.57 kB 🟢 -1.37 kB
assets/OAuthLayoutView-BagRv-Mj.js (removed) 1.36 kB 🟢 -1.36 kB 🟢 -731 B 🟢 -621 B
assets/OAuthLayoutView-DHInxpFm.js (new) 1.36 kB 🔴 +1.36 kB 🔴 +733 B 🔴 +622 B
assets/WidgetTextPreview-T35xS27z.js (new) 131 B 🔴 +131 B 🔴 +100 B 🔴 +89 B
assets/WidgetTextPreview-vyhj4bT_.js (removed) 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-5LYjPwTm.js (new) 49.5 kB 🔴 +49.5 kB 🔴 +9.97 kB 🔴 +8.83 kB
assets/KeybindingPanel-C-_G63KF.js (removed) 49.5 kB 🟢 -49.5 kB 🟢 -9.97 kB 🟢 -8.82 kB
assets/SecretsPanel-Bro3x2Ob.js (new) 31 kB 🔴 +31 kB 🔴 +7.51 kB 🔴 +6.57 kB
assets/SecretsPanel-ByfygCe5.js (removed) 31 kB 🟢 -31 kB 🟢 -7.51 kB 🟢 -6.57 kB
assets/CreditsPanel-C-DYM0hi.js (removed) 16 kB 🟢 -16 kB 🟢 -4.66 kB 🟢 -4.1 kB
assets/CreditsPanel-Cw3yXul3.js (new) 16 kB 🔴 +16 kB 🔴 +4.66 kB 🔴 +4.09 kB
assets/SubscriptionPanel-ByIS_rdm.js (new) 11.5 kB 🔴 +11.5 kB 🔴 +3.65 kB 🔴 +3.21 kB
assets/SubscriptionPanel-BZfLVdHR.js (removed) 11.5 kB 🟢 -11.5 kB 🟢 -3.65 kB 🟢 -3.21 kB
assets/AboutPanel-D1nNgCD9.js (new) 11.2 kB 🔴 +11.2 kB 🔴 +3.06 kB 🔴 +2.74 kB
assets/AboutPanel-YkpGRRBq.js (removed) 11.2 kB 🟢 -11.2 kB 🟢 -3.06 kB 🟢 -2.74 kB
assets/ExtensionPanel-Dg8ZNBab.js (new) 9.24 kB 🔴 +9.24 kB 🔴 +2.54 kB 🔴 +2.25 kB
assets/ExtensionPanel-DtzAFCU3.js (removed) 9.24 kB 🟢 -9.24 kB 🟢 -2.54 kB 🟢 -2.25 kB
assets/ServerConfigPanel-91Piova-.js (removed) 6.15 kB 🟢 -6.15 kB 🟢 -1.97 kB 🟢 -1.75 kB
assets/ServerConfigPanel-DQ3CsYKp.js (new) 6.15 kB 🔴 +6.15 kB 🔴 +1.97 kB 🔴 +1.75 kB
assets/UserPanel-9CxAKXcH.js (new) 5.78 kB 🔴 +5.78 kB 🔴 +1.82 kB 🔴 +1.57 kB
assets/UserPanel-BTtmwV2r.js (removed) 5.78 kB 🟢 -5.78 kB 🟢 -1.82 kB 🟢 -1.57 kB
assets/refreshRemoteConfig-CSaVtKNw.js (removed) 2.97 kB 🟢 -2.97 kB 🟢 -1.26 kB 🟢 -1.11 kB
assets/refreshRemoteConfig-DDU2yMsc.js (new) 2.97 kB 🔴 +2.97 kB 🔴 +1.26 kB 🔴 +1.11 kB
assets/cloudRemoteConfig-B2kaXZh3.js (new) 988 B 🔴 +988 B 🔴 +535 B 🔴 +451 B
assets/cloudRemoteConfig-DRrI_sGJ.js (removed) 988 B 🟢 -988 B 🟢 -537 B 🟢 -457 B
assets/refreshRemoteConfig-Bn5T6RwT.js (new) 110 B 🔴 +110 B 🔴 +89 B 🔴 +87 B
assets/refreshRemoteConfig-DpffNe4M.js (removed) 110 B 🟢 -110 B 🟢 -89 B 🟢 -91 B

Status: 11 added / 11 removed / 15 unchanged

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

Authentication, profile, and account management bundles

File Before After Δ Raw Δ Gzip Δ Brotli
assets/SignUpForm-BgBaeSeI.js (new) 12.3 kB 🔴 +12.3 kB 🔴 +4.18 kB 🔴 +3.65 kB
assets/SignUpForm-T6eRq_zH.js (removed) 12.3 kB 🟢 -12.3 kB 🟢 -4.18 kB 🟢 -3.65 kB
assets/auth-Bq8ikn_k.js (new) 3.69 kB 🔴 +3.69 kB 🔴 +1.3 kB 🔴 +1.12 kB
assets/auth-UGaecmPd.js (removed) 3.69 kB 🟢 -3.69 kB 🟢 -1.3 kB 🟢 -1.13 kB
assets/usePostAuthRedirect-CYACaA6p.js (removed) 3.33 kB 🟢 -3.33 kB 🟢 -1.27 kB 🟢 -1.1 kB
assets/usePostAuthRedirect-DFHy_VSe.js (new) 3.33 kB 🔴 +3.33 kB 🔴 +1.27 kB 🔴 +1.1 kB
assets/UpdatePasswordContent-BxOC5K9Z.js (new) 1.91 kB 🔴 +1.91 kB 🔴 +872 B 🔴 +762 B
assets/UpdatePasswordContent-CC7Ldj-U.js (removed) 1.91 kB 🟢 -1.91 kB 🟢 -874 B 🟢 -760 B
assets/authStore-CusMXQ9X.js (new) 128 B 🔴 +128 B 🔴 +107 B 🔴 +102 B
assets/authStore-D8eg7mLI.js (removed) 128 B 🟢 -128 B 🟢 -107 B 🟢 -101 B
assets/workspaceAuthStore-3urK2-ev.js (removed) 108 B 🟢 -108 B 🟢 -99 B 🟢 -106 B
assets/workspaceAuthStore-CkW_fFWW.js (new) 108 B 🔴 +108 B 🔴 +99 B 🔴 +103 B
assets/auth-CcGQBq2A.js (removed) 105 B 🟢 -105 B 🟢 -96 B 🟢 -93 B
assets/auth-TsMVJw3Y.js (new) 105 B 🔴 +105 B 🔴 +96 B 🔴 +79 B

Status: 7 added / 7 removed / 3 unchanged

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

Modals, dialogs, drawers, and in-app editors

File Before After Δ Raw Δ Gzip Δ Brotli
assets/ComfyHubPublishDialog-BijnrrGQ.js (removed) 90.5 kB 🟢 -90.5 kB 🟢 -19.3 kB 🟢 -16.5 kB
assets/ComfyHubPublishDialog-C4nrd2_0.js (new) 90.5 kB 🔴 +90.5 kB 🔴 +19.3 kB 🔴 +16.5 kB
assets/useShareDialog-sg8TPnDb.js (new) 23.7 kB 🔴 +23.7 kB 🔴 +5.58 kB 🔴 +4.95 kB
assets/useShareDialog-ydHmQITD.js (removed) 23.7 kB 🟢 -23.7 kB 🟢 -5.59 kB 🟢 -4.97 kB
assets/feedbackDialog-CL2zxWPY.js (removed) 4.5 kB 🟢 -4.5 kB 🟢 -1.9 kB 🟢 -1.62 kB
assets/feedbackDialog-D9UTbLTt.js (new) 4.5 kB 🔴 +4.5 kB 🔴 +1.89 kB 🔴 +1.62 kB
assets/ComfyHubPublishDialog-Btpa8WbP.js (new) 143 B 🔴 +143 B 🔴 +105 B 🔴 +87 B
assets/ComfyHubPublishDialog-jL3DA7oP.js (removed) 143 B 🟢 -143 B 🟢 -105 B 🟢 -91 B
assets/useSubscriptionDialog-2XWWhFJN.js (removed) 108 B 🟢 -108 B 🟢 -102 B 🟢 -98 B
assets/useSubscriptionDialog-B1FZ_Kfc.js (new) 108 B 🔴 +108 B 🔴 +102 B 🔴 +91 B

Status: 5 added / 5 removed / 1 unchanged

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

Reusable component library chunks

File Before After Δ Raw Δ Gzip Δ Brotli
assets/ComfyQueueButton-BERTvBU_.js (removed) 13.6 kB 🟢 -13.6 kB 🟢 -3.8 kB 🟢 -3.38 kB
assets/ComfyQueueButton-BPvuHXBB.js (new) 13.6 kB 🔴 +13.6 kB 🔴 +3.8 kB 🔴 +3.38 kB
assets/useTerminalTabs-CAO6JLaO.js (removed) 11.8 kB 🟢 -11.8 kB 🟢 -3.72 kB 🟢 -3.29 kB
assets/useTerminalTabs-DceB6EM3.js (new) 11.8 kB 🔴 +11.8 kB 🔴 +3.72 kB 🔴 +3.29 kB
assets/InviteMembersForm-BedWs1yy.js (new) 7.85 kB 🔴 +7.85 kB 🔴 +2.65 kB 🔴 +2.37 kB
assets/InviteMembersForm-Bo9AouFo.js (removed) 7.85 kB 🟢 -7.85 kB 🟢 -2.65 kB 🟢 -2.37 kB
assets/SubscribeButton-14VAdJjI.js (new) 2.18 kB 🔴 +2.18 kB 🔴 +988 B 🔴 +860 B
assets/SubscribeButton-CK-Wb_Mq.js (removed) 2.18 kB 🟢 -2.18 kB 🟢 -989 B 🟢 -862 B
assets/cloudFeedbackTopbarButton-DRaTej76.js (removed) 768 B 🟢 -768 B 🟢 -455 B 🟢 -414 B
assets/cloudFeedbackTopbarButton-M7eri0wO.js (new) 768 B 🔴 +768 B 🔴 +451 B 🔴 +378 B
assets/ComfyQueueButton-1tkH9als.js (removed) 128 B 🟢 -128 B 🟢 -99 B 🟢 -92 B
assets/ComfyQueueButton-Bao2ZJkU.js (new) 128 B 🔴 +128 B 🔴 +99 B 🔴 +92 B

Status: 6 added / 6 removed / 8 unchanged

Data & Services — 3.37 MB (baseline 3.37 MB) • 🔴 +1.21 kB

Stores, services, APIs, and repositories

File Before After Δ Raw Δ Gzip Δ Brotli
assets/settingStore-BtZaHfdY.js (new) 3.1 MB 🔴 +3.1 MB 🔴 +716 kB 🔴 +540 kB
assets/settingStore-AZB1zRfW.js (removed) 3.1 MB 🟢 -3.1 MB 🟢 -715 kB 🟢 -539 kB
assets/load3dService-CUwrspty.js (removed) 132 kB 🟢 -132 kB 🟢 -29.2 kB 🟢 -24.6 kB
assets/load3dService-WRajz0pz.js (new) 132 kB 🔴 +132 kB 🔴 +29.2 kB 🔴 +24.6 kB
assets/api-BZe2e4Ik.js (new) 91.3 kB 🔴 +91.3 kB 🔴 +25.3 kB 🔴 +21.7 kB
assets/api-lCOxcOV2.js (removed) 91.3 kB 🟢 -91.3 kB 🟢 -25.3 kB 🟢 -21.7 kB
assets/workflowShareService-_gtwE0ij.js (removed) 17 kB 🟢 -17 kB 🟢 -5 kB 🟢 -4.43 kB
assets/workflowShareService-aIhhtF4I.js (new) 17 kB 🔴 +17 kB 🔴 +5 kB 🔴 +4.43 kB
assets/keybindingService-C6cVCHS9.js (new) 7.28 kB 🔴 +7.28 kB 🔴 +1.9 kB 🔴 +1.62 kB
assets/keybindingService-Disokucm.js (removed) 7.28 kB 🟢 -7.28 kB 🟢 -1.89 kB 🟢 -1.62 kB
assets/releaseStore-4ph6Dkum.js (new) 6.77 kB 🔴 +6.77 kB 🔴 +2.06 kB 🔴 +1.8 kB
assets/releaseStore-CRnv9dra.js (removed) 6.77 kB 🟢 -6.77 kB 🟢 -2.06 kB 🟢 -1.8 kB
assets/systemStatsStore-BwBOoDZ5.js (removed) 4.99 kB 🟢 -4.99 kB 🟢 -1.77 kB 🟢 -1.5 kB
assets/systemStatsStore-DsBbri3d.js (new) 4.99 kB 🔴 +4.99 kB 🔴 +1.77 kB 🔴 +1.5 kB
assets/userStore-CsYWmwrV.js (removed) 2.42 kB 🟢 -2.42 kB 🟢 -929 B 🟢 -819 B
assets/userStore-cuQTj3ve.js (new) 2.42 kB 🔴 +2.42 kB 🔴 +928 B 🔴 +826 B
assets/audioService-bnuMCzLk.js (new) 1.76 kB 🔴 +1.76 kB 🔴 +862 B 🔴 +747 B
assets/audioService-De7U1PkA.js (removed) 1.76 kB 🟢 -1.76 kB 🟢 -861 B 🟢 -746 B
assets/dialogService-D9AFba30.js (removed) 98 B 🟢 -98 B 🟢 -97 B 🟢 -81 B
assets/dialogService-DDQ9x2Y6.js (new) 98 B 🔴 +98 B 🔴 +97 B 🔴 +86 B
assets/releaseStore-GcRlTtzP.js (removed) 95 B 🟢 -95 B 🟢 -86 B 🟢 -88 B
assets/releaseStore-Jfwg340x.js (new) 95 B 🔴 +95 B 🔴 +86 B 🔴 +86 B
assets/settingStore-CcbOxGpi.js (new) 95 B 🔴 +95 B 🔴 +86 B 🔴 +84 B
assets/settingStore-fUQYbOGf.js (removed) 95 B 🟢 -95 B 🟢 -86 B 🟢 -81 B
assets/assetsStore-CZycwhFJ.js (removed) 94 B 🟢 -94 B 🟢 -92 B 🟢 -85 B
assets/assetsStore-YBIAPLnI.js (new) 94 B 🔴 +94 B 🔴 +92 B 🔴 +83 B
assets/api-CQ9oboSW.js (removed) 62 B 🟢 -62 B 🟢 -74 B 🟢 -66 B
assets/api-fHZ1wHwE.js (new) 62 B 🔴 +62 B 🔴 +74 B 🔴 +66 B

Status: 14 added / 14 removed / 3 unchanged

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

Helpers, composables, and utility bundles

File Before After Δ Raw Δ Gzip Δ Brotli
assets/useConflictDetection-BHU2Xoa1.js (removed) 235 kB 🟢 -235 kB 🟢 -52.5 kB 🟢 -42.7 kB
assets/useConflictDetection-DMAw9CCj.js (new) 235 kB 🔴 +235 kB 🔴 +52.5 kB 🔴 +42.7 kB
assets/useLoad3d-BF-70FwB.js (removed) 25.8 kB 🟢 -25.8 kB 🟢 -5.82 kB 🟢 -5.16 kB
assets/useLoad3d-CaGlX5Wi.js (new) 25.8 kB 🔴 +25.8 kB 🔴 +5.83 kB 🔴 +5.15 kB
assets/useLoad3dViewer-CcO7i1Uy.js (removed) 21.3 kB 🟢 -21.3 kB 🟢 -5 kB 🟢 -4.4 kB
assets/useLoad3dViewer-D6HzLTaq.js (new) 21.3 kB 🔴 +21.3 kB 🔴 +5.01 kB 🔴 +4.4 kB
assets/useFeatureFlags-9lUFox-y.js (new) 7.08 kB 🔴 +7.08 kB 🔴 +2.13 kB 🔴 +1.79 kB
assets/useFeatureFlags-DMwKoCVF.js (removed) 7.08 kB 🟢 -7.08 kB 🟢 -2.13 kB 🟢 -1.79 kB
assets/useDowngradeToPersonal-Dwl8YPz9.js (new) 3.51 kB 🔴 +3.51 kB 🔴 +1.27 kB 🔴 +1.13 kB
assets/useDowngradeToPersonal-qYWXixko.js (removed) 3.51 kB 🟢 -3.51 kB 🟢 -1.27 kB 🟢 -1.1 kB
assets/assetPreviewUtil-BCOfcnZf.js (new) 2.41 kB 🔴 +2.41 kB 🔴 +1 kB 🔴 +869 B
assets/assetPreviewUtil-DxmuZYFO.js (removed) 2.41 kB 🟢 -2.41 kB 🟢 -1 kB 🟢 -874 B
assets/useUpstreamValue-BEucQCHx.js (new) 2.04 kB 🔴 +2.04 kB 🔴 +786 B 🔴 +700 B
assets/useUpstreamValue-Cq_nyt_6.js (removed) 2.04 kB 🟢 -2.04 kB 🟢 -789 B 🟢 -700 B
assets/useWorkspaceTierLabel-CPcT5tIC.js (removed) 1.99 kB 🟢 -1.99 kB 🟢 -849 B 🟢 -728 B
assets/useWorkspaceTierLabel-D2kjOLk8.js (new) 1.99 kB 🔴 +1.99 kB 🔴 +849 B 🔴 +732 B
assets/subscriptionCheckoutUtil-6cyBKJTH.js (new) 903 B 🔴 +903 B 🔴 +534 B 🔴 +453 B
assets/subscriptionCheckoutUtil-ZU3Bo4lx.js (removed) 903 B 🟢 -903 B 🟢 -537 B 🟢 -456 B
assets/useSessionCookie-CTuRCFLq.js (new) 746 B 🔴 +746 B 🔴 +388 B 🔴 +341 B
assets/useSessionCookie-Ev87f8J7.js (removed) 746 B 🟢 -746 B 🟢 -393 B 🟢 -339 B
assets/useLoad3d-BuyM8TU_.js (removed) 311 B 🟢 -311 B 🟢 -165 B 🟢 -152 B
assets/useLoad3d-BYTnhUwa.js (new) 311 B 🔴 +311 B 🔴 +164 B 🔴 +148 B
assets/useSessionCookie-4U-ku9l7.js (removed) 101 B 🟢 -101 B 🟢 -86 B 🟢 -81 B
assets/useSessionCookie-CNQjQ9xC.js (new) 101 B 🔴 +101 B 🔴 +86 B 🔴 +83 B
assets/useFeatureFlags-B-L-pkYu.js (new) 98 B 🔴 +98 B 🔴 +85 B 🔴 +83 B
assets/useFeatureFlags-Cuah_DKU.js (removed) 98 B 🟢 -98 B 🟢 -85 B 🟢 -75 B
assets/useLoad3dViewer-CuAwtXW_.js (new) 98 B 🔴 +98 B 🔴 +85 B 🔴 +92 B
assets/useLoad3dViewer-DSklXaOz.js (removed) 98 B 🟢 -98 B 🟢 -85 B 🟢 -95 B
assets/useCurrentUser-Cz2Wtv-8.js (new) 94 B 🔴 +94 B 🔴 +95 B 🔴 +86 B
assets/useCurrentUser-DonefNfC.js (removed) 94 B 🟢 -94 B 🟢 -95 B 🟢 -91 B

Status: 15 added / 15 removed / 20 unchanged

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

External libraries and shared vendor chunks

Status: 16 unchanged

Other — 12.4 MB (baseline 12.4 MB) • 🟢 -41 B

Bundles that do not match a named category

File Before After Δ Raw Δ Gzip Δ Brotli
assets/core-DL6YF5z3.js (new) 111 kB 🔴 +111 kB 🔴 +28.7 kB 🔴 +24.3 kB
assets/core-FyxXSkNT.js (removed) 111 kB 🟢 -111 kB 🟢 -28.7 kB 🟢 -24.3 kB
assets/WidgetSelect-CRTvhpf6.js (removed) 88 kB 🟢 -88 kB 🟢 -19.9 kB 🟢 -17.1 kB
assets/WidgetSelect-DwsT1AGl.js (new) 88 kB 🔴 +88 kB 🔴 +19.9 kB 🔴 +17.1 kB
assets/Load3D-B0ChDon1.js (removed) 68.8 kB 🟢 -68.8 kB 🟢 -11 kB 🟢 -9.49 kB
assets/Load3D-BnnS69IA.js (new) 68.8 kB 🔴 +68.8 kB 🔴 +11 kB 🔴 +9.51 kB
assets/Preview3d-Bn6CBxH7.js (new) 50.9 kB 🔴 +50.9 kB 🔴 +8.34 kB 🔴 +7.29 kB
assets/Preview3d-C6odh89w.js (removed) 50.9 kB 🟢 -50.9 kB 🟢 -8.34 kB 🟢 -7.29 kB
assets/main-D9a5JDs6.js (removed) 46.3 kB 🟢 -46.3 kB 🟢 -13.7 kB 🟢 -11.9 kB
assets/main-DruUkte-.js (new) 46.3 kB 🔴 +46.3 kB 🔴 +13.7 kB 🔴 +11.9 kB
assets/SubscriptionTransitionPreviewWorkspace-BoJvM7Pm.js (new) 43.5 kB 🔴 +43.5 kB 🔴 +9.35 kB 🔴 +8.23 kB
assets/SubscriptionTransitionPreviewWorkspace-BvzgscUf.js (removed) 43.5 kB 🟢 -43.5 kB 🟢 -9.35 kB 🟢 -8.21 kB
assets/SubscriptionRequiredDialogContentUnified-B6Rkvcc4.js (removed) 42.1 kB 🟢 -42.1 kB 🟢 -9.37 kB 🟢 -8.15 kB
assets/SubscriptionRequiredDialogContentUnified-zKPOdiW0.js (new) 42.1 kB 🔴 +42.1 kB 🔴 +9.37 kB 🔴 +8.15 kB
assets/WorkspacePanelContent-ChtGleov.js (removed) 42.1 kB 🟢 -42.1 kB 🟢 -8.78 kB 🟢 -7.78 kB
assets/WorkspacePanelContent-CUSjcInm.js (new) 42.1 kB 🔴 +42.1 kB 🔴 +8.78 kB 🔴 +7.76 kB
assets/WidgetBoundingBoxes-CACI_1Vt.js (removed) 33.8 kB 🟢 -33.8 kB 🟢 -9.2 kB 🟢 -8.16 kB
assets/WidgetBoundingBoxes-COzBV9jI.js (new) 33.8 kB 🔴 +33.8 kB 🔴 +9.2 kB 🔴 +8.15 kB
assets/WidgetPainter-DprS-xDR.js (removed) 32.7 kB 🟢 -32.7 kB 🟢 -7.9 kB 🟢 -7 kB
assets/WidgetPainter-DWdg8aW7.js (new) 32.7 kB 🔴 +32.7 kB 🔴 +7.9 kB 🔴 +7 kB
assets/Load3dViewerContent-Dqz1MjFi.js (removed) 30.8 kB 🟢 -30.8 kB 🟢 -6.29 kB 🟢 -5.45 kB
assets/Load3dViewerContent-DvStZsxW.js (new) 30.8 kB 🔴 +30.8 kB 🔴 +6.29 kB 🔴 +5.45 kB
assets/SubscriptionPanelContentWorkspace-Be75e8Ie.js (removed) 25.9 kB 🟢 -25.9 kB 🟢 -6.04 kB 🟢 -5.32 kB
assets/SubscriptionPanelContentWorkspace-Dk0ujE7H.js (new) 25.9 kB 🔴 +25.9 kB 🔴 +6.04 kB 🔴 +5.32 kB
assets/SubscriptionRequiredDialogContentWorkspace-BdkdJeM_.js (removed) 24.9 kB 🟢 -24.9 kB 🟢 -5.77 kB 🟢 -5.07 kB
assets/SubscriptionRequiredDialogContentWorkspace-ClR1su3U.js (new) 24.9 kB 🔴 +24.9 kB 🔴 +5.77 kB 🔴 +5.06 kB
assets/SubscriptionRequiredDialogContent-CmJnDU5S.js (new) 24.4 kB 🔴 +24.4 kB 🔴 +6 kB 🔴 +5.29 kB
assets/SubscriptionRequiredDialogContent-DkLaQU0h.js (removed) 24.4 kB 🟢 -24.4 kB 🟢 -6 kB 🟢 -5.29 kB
assets/WidgetImageCrop-DbZ4dcT7.js (new) 23.3 kB 🔴 +23.3 kB 🔴 +5.75 kB 🔴 +5.04 kB
assets/WidgetImageCrop-jKayk7aw.js (removed) 23.3 kB 🟢 -23.3 kB 🟢 -5.75 kB 🟢 -5.04 kB
assets/load3d-DDeq1NqA.js (removed) 22.2 kB 🟢 -22.2 kB 🟢 -5.43 kB 🟢 -4.69 kB
assets/load3d-DoY-Sttq.js (new) 22.2 kB 🔴 +22.2 kB 🔴 +5.43 kB 🔴 +4.69 kB
assets/CurrentUserPopoverWorkspace-BJrQIIX-.js (removed) 20.5 kB 🟢 -20.5 kB 🟢 -4.71 kB 🟢 -4.2 kB
assets/CurrentUserPopoverWorkspace-CAGfhmok.js (new) 20.5 kB 🔴 +20.5 kB 🔴 +4.7 kB 🔴 +4.18 kB
assets/SignInContent-BSHlCT81.js (removed) 20.3 kB 🟢 -20.3 kB 🟢 -5.13 kB 🟢 -4.48 kB
assets/SignInContent-V8X37kZe.js (new) 20.3 kB 🔴 +20.3 kB 🔴 +5.13 kB 🔴 +4.49 kB
assets/WidgetInputNumber-BPaZa1-I.js (removed) 19.1 kB 🟢 -19.1 kB 🟢 -4.83 kB 🟢 -4.29 kB
assets/WidgetInputNumber-Cc3L_TSL.js (new) 19.1 kB 🔴 +19.1 kB 🔴 +4.83 kB 🔴 +4.28 kB
assets/CreditsTile-BvcTxC5A.js (removed) 17.2 kB 🟢 -17.2 kB 🟢 -4.57 kB 🟢 -4.04 kB
assets/CreditsTile-D4QORRW_.js (new) 17.2 kB 🔴 +17.2 kB 🔴 +4.57 kB 🔴 +4.03 kB
assets/WidgetRecordAudio-CaI7Wc-N.js (new) 16.6 kB 🔴 +16.6 kB 🔴 +4.63 kB 🔴 +4.13 kB
assets/WidgetRecordAudio-DAtk-QHj.js (removed) 16.6 kB 🟢 -16.6 kB 🟢 -4.63 kB 🟢 -4.14 kB
assets/WidgetRange-DyGlwDVp.js (removed) 16.1 kB 🟢 -16.1 kB 🟢 -4.17 kB 🟢 -3.72 kB
assets/WidgetRange-m7bHzfLx.js (new) 16.1 kB 🔴 +16.1 kB 🔴 +4.17 kB 🔴 +3.72 kB
assets/WaveAudioPlayer-B320fDyZ.js (removed) 12.8 kB 🟢 -12.8 kB 🟢 -3.49 kB 🟢 -3.07 kB
assets/WaveAudioPlayer-CL1GwMnL.js (new) 12.8 kB 🔴 +12.8 kB 🔴 +3.49 kB 🔴 +3.07 kB
assets/WidgetCurve-D1JZWtl7.js (new) 11.3 kB 🔴 +11.3 kB 🔴 +3.51 kB 🔴 +3.16 kB
assets/WidgetCurve-DW6nsW59.js (removed) 11.3 kB 🟢 -11.3 kB 🟢 -3.51 kB 🟢 -3.17 kB
assets/TeamWorkspacesDialogContent-utdLeXCd.js (removed) 10.3 kB 🟢 -10.3 kB 🟢 -3 kB 🟢 -2.65 kB
assets/TeamWorkspacesDialogContent-Yg3ZKARY.js (new) 10.3 kB 🔴 +10.3 kB 🔴 +3 kB 🔴 +2.65 kB
assets/onboardingCloudRoutes-CZwj3_tT.js (new) 9.03 kB 🔴 +9.03 kB 🔴 +2.76 kB 🔴 +2.38 kB
assets/onboardingCloudRoutes-pipl_mXY.js (removed) 9.03 kB 🟢 -9.03 kB 🟢 -2.75 kB 🟢 -2.38 kB
assets/Load3DConfiguration-CKtABTk5.js (new) 8.97 kB 🔴 +8.97 kB 🔴 +2.64 kB 🔴 +2.32 kB
assets/Load3DConfiguration-MqOjXdap.js (removed) 8.97 kB 🟢 -8.97 kB 🟢 -2.63 kB 🟢 -2.32 kB
assets/nodeTemplates-BingFHhp.js (new) 8.33 kB 🔴 +8.33 kB 🔴 +2.87 kB 🔴 +2.52 kB
assets/nodeTemplates-DWRinuOs.js (removed) 8.33 kB 🟢 -8.33 kB 🟢 -2.87 kB 🟢 -2.54 kB
assets/NightlySurveyController-cmKNOqih.js (removed) 7.56 kB 🟢 -7.56 kB 🟢 -2.59 kB 🟢 -2.29 kB
assets/NightlySurveyController-DO3LkWmd.js (new) 7.56 kB 🔴 +7.56 kB 🔴 +2.59 kB 🔴 +2.29 kB
assets/WidgetWithControl-DB146Rzo.js (new) 6.38 kB 🔴 +6.38 kB 🔴 +2.59 kB 🔴 +2.32 kB
assets/WidgetWithControl-u4nWzCHk.js (removed) 6.38 kB 🟢 -6.38 kB 🟢 -2.59 kB 🟢 -2.31 kB
assets/tierBenefits-DJVgkb5Z.js (removed) 6.26 kB 🟢 -6.26 kB 🟢 -2.01 kB 🟢 -1.75 kB
assets/tierBenefits-Ig1Sktd7.js (new) 6.26 kB 🔴 +6.26 kB 🔴 +2 kB 🔴 +1.75 kB
assets/CancelSubscriptionDialogContent-CzJXXjav.js (removed) 6.01 kB 🟢 -6.01 kB 🟢 -2.05 kB 🟢 -1.8 kB
assets/CancelSubscriptionDialogContent-tap4uXaJ.js (new) 6.01 kB 🔴 +6.01 kB 🔴 +2.05 kB 🔴 +1.79 kB
assets/load3dPreviewExtensions-75YNG3Xf.js (removed) 5.94 kB 🟢 -5.94 kB 🟢 -1.84 kB 🟢 -1.63 kB
assets/load3dPreviewExtensions-BbWCrwMb.js (new) 5.94 kB 🔴 +5.94 kB 🔴 +1.84 kB 🔴 +1.63 kB
assets/FreeTierDialogContent-Coadan97.js (removed) 5.47 kB 🟢 -5.47 kB 🟢 -1.83 kB 🟢 -1.61 kB
assets/FreeTierDialogContent-qxdEsiH3.js (new) 5.47 kB 🔴 +5.47 kB 🔴 +1.83 kB 🔴 +1.61 kB
assets/CreateWorkspaceDialogContent-1kQJv2gU.js (removed) 5.19 kB 🟢 -5.19 kB 🟢 -1.83 kB 🟢 -1.58 kB
assets/CreateWorkspaceDialogContent-dzP0xQOM.js (new) 5.19 kB 🔴 +5.19 kB 🔴 +1.83 kB 🔴 +1.58 kB
assets/ChangeMemberRoleDialogContent-C5pg7a5J.js (removed) 5.04 kB 🟢 -5.04 kB 🟢 -1.67 kB 🟢 -1.46 kB
assets/ChangeMemberRoleDialogContent-tcTlFdoz.js (new) 5.04 kB 🔴 +5.04 kB 🔴 +1.67 kB 🔴 +1.45 kB
assets/missingModelDownload---na1jTq.js (new) 5.03 kB 🔴 +5.03 kB 🔴 +1.95 kB 🔴 +1.7 kB
assets/missingModelDownload-Cq3M7aCV.js (removed) 5.03 kB 🟢 -5.03 kB 🟢 -1.96 kB 🟢 -1.7 kB
assets/EditWorkspaceDialogContent-CdLdlToR.js (new) 5 kB 🔴 +5 kB 🔴 +1.79 kB 🔴 +1.55 kB
assets/EditWorkspaceDialogContent-DJJdPp4e.js (removed) 5 kB 🟢 -5 kB 🟢 -1.79 kB 🟢 -1.55 kB
assets/WidgetTextarea-B8cyJVIr.js (removed) 4.86 kB 🟢 -4.86 kB 🟢 -1.9 kB 🟢 -1.66 kB
assets/WidgetTextarea-QQDcZk93.js (new) 4.86 kB 🔴 +4.86 kB 🔴 +1.9 kB 🔴 +1.66 kB
assets/saveMesh-CL6NuVVU.js (new) 4.81 kB 🔴 +4.81 kB 🔴 +1.55 kB 🔴 +1.37 kB
assets/saveMesh-DwpO6EMC.js (removed) 4.81 kB 🟢 -4.81 kB 🟢 -1.55 kB 🟢 -1.37 kB
assets/InviteMemberDialogContent-k-aW-8Me.js (removed) 4.75 kB 🟢 -4.75 kB 🟢 -1.61 kB 🟢 -1.4 kB
assets/InviteMemberDialogContent-YdMU1GJb.js (new) 4.75 kB 🔴 +4.75 kB 🔴 +1.61 kB 🔴 +1.4 kB
assets/ValueControlPopover-Cw37L88m.js (removed) 4.54 kB 🟢 -4.54 kB 🟢 -1.58 kB 🟢 -1.41 kB
assets/ValueControlPopover-DfjJW-re.js (new) 4.54 kB 🔴 +4.54 kB 🔴 +1.58 kB 🔴 +1.41 kB
assets/DeleteWorkspaceDialogContent-CNHKrg_H.js (new) 3.91 kB 🔴 +3.91 kB 🔴 +1.47 kB 🔴 +1.26 kB
assets/DeleteWorkspaceDialogContent-CT7oM3na.js (removed) 3.91 kB 🟢 -3.91 kB 🟢 -1.47 kB 🟢 -1.27 kB
assets/LeaveWorkspaceDialogContent-BQ1Ae1ry.js (new) 3.73 kB 🔴 +3.73 kB 🔴 +1.42 kB 🔴 +1.22 kB
assets/LeaveWorkspaceDialogContent-Jiicp7_j.js (removed) 3.73 kB 🟢 -3.73 kB 🟢 -1.42 kB 🟢 -1.22 kB
assets/RemoveMemberDialogContent-DssomG2M.js (new) 3.71 kB 🔴 +3.71 kB 🔴 +1.37 kB 🔴 +1.18 kB
assets/RemoveMemberDialogContent-DUtW990K.js (removed) 3.71 kB 🟢 -3.71 kB 🟢 -1.37 kB 🟢 -1.18 kB
assets/RevokeInviteDialogContent-CqzMhdJl.js (new) 3.62 kB 🔴 +3.62 kB 🔴 +1.38 kB 🔴 +1.2 kB
assets/RevokeInviteDialogContent-DyOLmFij.js (removed) 3.62 kB 🟢 -3.62 kB 🟢 -1.38 kB 🟢 -1.2 kB
assets/InviteMemberUpsellDialogContent-A4CXOErw.js (new) 3.51 kB 🔴 +3.51 kB 🔴 +1.26 kB 🔴 +1.09 kB
assets/InviteMemberUpsellDialogContent-BhfsQ-ux.js (removed) 3.51 kB 🟢 -3.51 kB 🟢 -1.26 kB 🟢 -1.09 kB
assets/workspaceCheckoutTelemetry--EJLe1YQ.js (removed) 3.46 kB 🟢 -3.46 kB 🟢 -1.56 kB 🟢 -1.35 kB
assets/workspaceCheckoutTelemetry-qKlKDx4m.js (new) 3.46 kB 🔴 +3.46 kB 🔴 +1.56 kB 🔴 +1.35 kB
assets/Media3DTop-bLcpwcMJ.js (new) 3.26 kB 🔴 +3.26 kB 🔴 +1.3 kB 🔴 +1.13 kB
assets/Media3DTop-C25htsb5.js (removed) 3.26 kB 🟢 -3.26 kB 🟢 -1.3 kB 🟢 -1.13 kB
assets/GlobalToast-D9j7HfBS.js (new) 3.05 kB 🔴 +3.05 kB 🔴 +1.25 kB 🔴 +1.08 kB
assets/GlobalToast-xmIj1jlZ.js (removed) 3.05 kB 🟢 -3.05 kB 🟢 -1.25 kB 🟢 -1.08 kB
assets/load3dAdvanced-D5JnA1n_.js (removed) 2.87 kB 🟢 -2.87 kB 🟢 -1.13 kB 🟢 -980 B
assets/load3dAdvanced-tG1ERnM5.js (new) 2.87 kB 🔴 +2.87 kB 🔴 +1.12 kB 🔴 +975 B
assets/SubscribeToRun-BVMLsH1m.js (new) 2.45 kB 🔴 +2.45 kB 🔴 +1.07 kB 🔴 +925 B
assets/SubscribeToRun-ByGsQ7hT.js (removed) 2.45 kB 🟢 -2.45 kB 🟢 -1.07 kB 🟢 -927 B
assets/graphHasMissingNodes-DJ38983L.js (new) 1.93 kB 🔴 +1.93 kB 🔴 +902 B 🔴 +797 B
assets/graphHasMissingNodes-SuNRtLV_.js (removed) 1.93 kB 🟢 -1.93 kB 🟢 -902 B 🟢 -787 B
assets/MediaAudioTop-DBmDc5qz.js (removed) 1.67 kB 🟢 -1.67 kB 🟢 -837 B 🟢 -697 B
assets/MediaAudioTop-w9t_ASE_.js (new) 1.67 kB 🔴 +1.67 kB 🔴 +836 B 🔴 +697 B
assets/CloudRunButtonWrapper-BGo9Pr26.js (removed) 1.11 kB 🟢 -1.11 kB 🟢 -548 B 🟢 -478 B
assets/CloudRunButtonWrapper-BGxRBjZS.js (new) 1.11 kB 🔴 +1.11 kB 🔴 +546 B 🔴 +476 B
assets/cloudSessionCookie-DK03vtmI.js (removed) 989 B 🟢 -989 B 🟢 -467 B 🟢 -428 B
assets/cloudSessionCookie-m5b-FjhO.js (new) 989 B 🔴 +989 B 🔴 +464 B 🔴 +400 B
assets/cloudBadges-d4W71y32.js (removed) 971 B 🟢 -971 B 🟢 -547 B 🟢 -490 B
assets/cloudBadges-DGeH-zXs.js (new) 971 B 🔴 +971 B 🔴 +545 B 🔴 +462 B
assets/Load3DAdvanced-BIkoCs7K.js (removed) 813 B 🟢 -813 B 🟢 -453 B 🟢 -407 B
assets/Load3DAdvanced-CFVqv9Oj.js (new) 813 B 🔴 +813 B 🔴 +455 B 🔴 +384 B
assets/nightlyBadges-Bje8E3kG.js (removed) 462 B 🟢 -462 B 🟢 -305 B 🟢 -250 B
assets/nightlyBadges-CSZ-1Jou.js (new) 462 B 🔴 +462 B 🔴 +301 B 🔴 +248 B
assets/missingModelDownload-CWoEN2qs.js (removed) 228 B 🟢 -228 B 🟢 -149 B 🟢 -129 B
assets/missingModelDownload-Dn664Sv9.js (new) 228 B 🔴 +228 B 🔴 +148 B 🔴 +126 B
assets/SubscriptionPanelContentWorkspace-C7KpptmE.js (removed) 179 B 🟢 -179 B 🟢 -117 B 🟢 -92 B
assets/SubscriptionPanelContentWorkspace-CGpHYCqn.js (new) 179 B 🔴 +179 B 🔴 +117 B 🔴 +108 B
assets/Load3dViewerContent-0x49vSuJ.js (removed) 137 B 🟢 -137 B 🟢 -103 B 🟢 -90 B
assets/Load3dViewerContent-DS9VMaoI.js (new) 137 B 🔴 +137 B 🔴 +103 B 🔴 +92 B
assets/Load3DAdvanced-BoBG9i92.js (new) 122 B 🔴 +122 B 🔴 +97 B 🔴 +89 B
assets/Load3DAdvanced-CDeoa2mQ.js (removed) 122 B 🟢 -122 B 🟢 -97 B 🟢 -88 B
assets/WidgetLegacy-BcNwCUPL.js (new) 117 B 🔴 +117 B 🔴 +106 B 🔴 +102 B
assets/WidgetLegacy-Bo7ttTUt.js (removed) 117 B 🟢 -117 B 🟢 -106 B 🟢 -102 B
assets/workflowDraftStoreV2-CdrS1pWy.js (new) 112 B 🔴 +112 B 🔴 +101 B 🔴 +111 B
assets/workflowDraftStoreV2-CuL0Tz8t.js (removed) 112 B 🟢 -112 B 🟢 -101 B 🟢 -116 B
assets/Load3D-B89UYgFr.js (new) 98 B 🔴 +98 B 🔴 +89 B 🔴 +83 B
assets/Load3D-nfct3ZNR.js (removed) 98 B 🟢 -98 B 🟢 -89 B 🟢 -81 B
assets/changeTracker-D10ShHnI.js (new) 91 B 🔴 +91 B 🔴 +93 B 🔴 +81 B
assets/changeTracker-DmYLjWRe.js (removed) 91 B 🟢 -91 B 🟢 -93 B 🟢 -84 B

Status: 67 added / 67 removed / 207 unchanged

⚡ Performance Report

canvas-idle: · 60.0 avg FPS · 59.7 P5 FPS ✅ (target: ≥52) · 0ms TBT · 68.1 MB heap
canvas-mouse-sweep: · 60.0 avg FPS · 59.5 P5 FPS ✅ (target: ≥52) · 0ms TBT · 49.3 MB heap
canvas-zoom-sweep: · 60.0 avg FPS · 59.7 P5 FPS ✅ (target: ≥52) · 0ms TBT · 71.2 MB heap
dom-widget-clipping: · 60.0 avg FPS · 59.9 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 · 62.9 MB heap
large-graph-pan: · 60.0 avg FPS · 59.7 P5 FPS ✅ (target: ≥52) · 0ms TBT · 62.1 MB heap
large-graph-zoom: · 60.0 avg FPS · 59.5 P5 FPS ✅ (target: ≥52) · 0ms TBT · 61.7 MB heap
minimap-idle: · 60.0 avg FPS · 59.5 P5 FPS ✅ (target: ≥52) · 0ms TBT · 63.6 MB heap
subgraph-dom-widget-clipping: · 60.0 avg FPS · 59.7 P5 FPS ✅ (target: ≥52) · 0ms TBT · 53.5 MB heap
subgraph-idle: · 60.0 avg FPS · 59.9 P5 FPS ✅ (target: ≥52) · 0ms TBT · 67.7 MB heap
subgraph-mouse-sweep: · 60.0 avg FPS · 59.9 P5 FPS ✅ (target: ≥52) · 0ms TBT · 51.4 MB heap
subgraph-transition-enter: · 60.0 avg FPS · 59.5 P5 FPS ✅ (target: ≥52) · 122ms TBT · 91.8 MB heap
viewport-pan-sweep: · 60.0 avg FPS · 59.5 P5 FPS ✅ (target: ≥52) · 0ms TBT · 66.2 MB heap
vue-large-graph-idle: · 56.3 avg FPS · 59.7 P5 FPS ✅ (target: ≥52) · 0ms TBT · 165.9 MB heap
vue-large-graph-pan: · 55.4 avg FPS · 59.7 P5 FPS ✅ (target: ≥52) · 473ms TBT · 159.5 MB heap
workflow-execution: · 60.0 avg FPS · 59.9 P5 FPS ✅ (target: ≥52) · 0ms TBT · 48.2 MB heap

⚠️ 9 regressions detected

Show regressions
Metric Baseline PR (median) Δ Sig
canvas-idle: task duration 466ms 577ms +24% ⚠️ z=5.9
canvas-zoom-sweep: layout duration 1ms 1ms +5% ⚠️ z=2.0
canvas-zoom-sweep: task duration 362ms 428ms +18% ⚠️ z=4.4
large-graph-idle: task duration 647ms 797ms +23% ⚠️ z=4.7
large-graph-pan: task duration 1227ms 1326ms +8% ⚠️ z=5.7
minimap-idle: task duration 654ms 816ms +25% ⚠️ z=6.1
minimap-idle: script duration 103ms 125ms +21% ⚠️ z=2.7
subgraph-dom-widget-clipping: task duration 383ms 419ms +10% ⚠️ z=2.2
subgraph-idle: task duration 476ms 547ms +15% ⚠️ z=5.6
All metrics
Metric Baseline PR (median) Δ Sig
canvas-idle: avg frame time 17ms 17ms +0% z=-0.1
canvas-idle: p95 frame time 17ms 17ms +0%
canvas-idle: layout duration 0ms 0ms +0%
canvas-idle: style recalc duration 8ms 8ms -4% z=-3.1
canvas-idle: layout count 0 0 +0%
canvas-idle: style recalc count 10 9 -10% z=-3.8
canvas-idle: task duration 466ms 577ms +24% ⚠️ z=5.9
canvas-idle: script duration 17ms 23ms +33% z=-0.9
canvas-idle: TBT 0ms 0ms +0%
canvas-idle: heap used 67.7 MB 68.1 MB +1%
canvas-idle: DOM nodes 20 18 -10% z=-3.6
canvas-idle: event listeners 4 5 +25% z=-1.4
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 3ms 4ms +10% z=0.8
canvas-mouse-sweep: style recalc duration 36ms 40ms +11% z=-1.0
canvas-mouse-sweep: layout count 12 12 +0%
canvas-mouse-sweep: style recalc count 73 74 +1% z=-2.2
canvas-mouse-sweep: task duration 839ms 945ms +13% z=1.4
canvas-mouse-sweep: script duration 118ms 125ms +5% z=-1.7
canvas-mouse-sweep: TBT 0ms 0ms +0%
canvas-mouse-sweep: heap used 48.8 MB 49.3 MB +1%
canvas-mouse-sweep: DOM nodes -265 -266 +0% z=-126.9
canvas-mouse-sweep: event listeners -133 -133 +0% z=-33.9
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 1ms +5% ⚠️ z=2.0
canvas-zoom-sweep: style recalc duration 17ms 19ms +16% z=0.1
canvas-zoom-sweep: layout count 6 6 +0%
canvas-zoom-sweep: style recalc count 31 32 +3% z=1.6
canvas-zoom-sweep: task duration 362ms 428ms +18% ⚠️ z=4.4
canvas-zoom-sweep: script duration 17ms 26ms +50% z=-0.5
canvas-zoom-sweep: TBT 0ms 0ms +0%
canvas-zoom-sweep: heap used 71.2 MB 71.2 MB +0%
canvas-zoom-sweep: DOM nodes 78 77 -1% z=-2.8
canvas-zoom-sweep: event listeners 19 19 +0% z=-0.9
dom-widget-clipping: avg frame time 17ms 17ms -0% z=-0.2
dom-widget-clipping: p95 frame time 17ms 17ms -0%
dom-widget-clipping: layout duration 0ms 0ms +0%
dom-widget-clipping: style recalc duration 8ms 7ms -20% z=-4.0
dom-widget-clipping: layout count 0 0 +0%
dom-widget-clipping: style recalc count 12 10 -17% z=-6.2
dom-widget-clipping: task duration 358ms 390ms +9% z=1.6
dom-widget-clipping: script duration 56ms 58ms +4% z=-2.9
dom-widget-clipping: TBT 0ms 0ms +0%
dom-widget-clipping: heap used 53.0 MB 52.9 MB -0%
dom-widget-clipping: DOM nodes 20 16 -20% z=-4.3
dom-widget-clipping: event listeners 0 0 +0% variance too high
large-graph-idle: avg frame time 17ms 17ms +0% z=0.2
large-graph-idle: p95 frame time 17ms 17ms +1%
large-graph-idle: layout duration 0ms 0ms +0%
large-graph-idle: style recalc duration 8ms 9ms +9% z=-3.5
large-graph-idle: layout count 0 0 +0%
large-graph-idle: style recalc count 9 9 -6% z=-9.9
large-graph-idle: task duration 647ms 797ms +23% ⚠️ z=4.7
large-graph-idle: script duration 101ms 121ms +19% z=1.8
large-graph-idle: TBT 0ms 0ms +0%
large-graph-idle: heap used 61.8 MB 62.9 MB +2%
large-graph-idle: DOM nodes -269 -268 -1% z=-323.3
large-graph-idle: event listeners -129 -129 +0% z=-25.4
large-graph-pan: avg frame time 17ms 17ms +0% z=0.8
large-graph-pan: p95 frame time 17ms 17ms +0%
large-graph-pan: layout duration 0ms 0ms +0%
large-graph-pan: style recalc duration 13ms 15ms +15% z=-2.4
large-graph-pan: layout count 0 0 +0%
large-graph-pan: style recalc count 69 69 -1% z=-1.7
large-graph-pan: task duration 1227ms 1326ms +8% ⚠️ z=5.7
large-graph-pan: script duration 421ms 428ms +2% z=1.0
large-graph-pan: TBT 0ms 0ms +0%
large-graph-pan: heap used 61.9 MB 62.1 MB +0%
large-graph-pan: DOM nodes -269 -271 +1% z=-175.5
large-graph-pan: event listeners -129 -128 -1% z=-160.5
large-graph-zoom: avg frame time 17ms 17ms +0%
large-graph-zoom: p95 frame time 17ms 17ms +0%
large-graph-zoom: layout duration 7ms 9ms +27%
large-graph-zoom: style recalc duration 14ms 15ms +7%
large-graph-zoom: layout count 60 60 +0%
large-graph-zoom: style recalc count 66 64 -3%
large-graph-zoom: task duration 1451ms 1625ms +12%
large-graph-zoom: script duration 517ms 571ms +10%
large-graph-zoom: TBT 0ms 0ms +0%
large-graph-zoom: heap used 57.2 MB 61.7 MB +8%
large-graph-zoom: DOM nodes -271 -275 +1%
large-graph-zoom: event listeners -133 -133 +0%
minimap-idle: avg frame time 17ms 17ms -0% z=-0.4
minimap-idle: p95 frame time 17ms 17ms +0%
minimap-idle: layout duration 0ms 0ms +0%
minimap-idle: style recalc duration 6ms 11ms +67% z=1.4
minimap-idle: layout count 0 0 +0%
minimap-idle: style recalc count 7 8 +14% z=-2.3
minimap-idle: task duration 654ms 816ms +25% ⚠️ z=6.1
minimap-idle: script duration 103ms 125ms +21% ⚠️ z=2.7
minimap-idle: TBT 0ms 0ms +0%
minimap-idle: heap used 63.8 MB 63.6 MB -0%
minimap-idle: DOM nodes -270 -268 -1% z=-209.9
minimap-idle: event listeners -127 -128 +1% z=-200.8
subgraph-dom-widget-clipping: avg frame time 17ms 17ms +0% z=0.1
subgraph-dom-widget-clipping: p95 frame time 17ms 17ms +0%
subgraph-dom-widget-clipping: layout duration 0ms 0ms +0%
subgraph-dom-widget-clipping: style recalc duration 11ms 10ms -2% z=-2.4
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 383ms 419ms +10% ⚠️ z=2.2
subgraph-dom-widget-clipping: script duration 117ms 123ms +5% z=-0.9
subgraph-dom-widget-clipping: TBT 0ms 0ms +0%
subgraph-dom-widget-clipping: heap used 53.4 MB 53.5 MB +0%
subgraph-dom-widget-clipping: DOM nodes 20 19 -5% z=-2.8
subgraph-dom-widget-clipping: event listeners 6 7 +17% z=-1.6
subgraph-idle: avg frame time 17ms 17ms +0% z=0.4
subgraph-idle: p95 frame time 17ms 17ms -1%
subgraph-idle: layout duration 0ms 0ms +0%
subgraph-idle: style recalc duration 8ms 11ms +41% z=0.3
subgraph-idle: layout count 0 0 +0%
subgraph-idle: style recalc count 10 11 +5% z=-0.6
subgraph-idle: task duration 476ms 547ms +15% ⚠️ z=5.6
subgraph-idle: script duration 12ms 20ms +65% z=0.0
subgraph-idle: TBT 0ms 0ms +0%
subgraph-idle: heap used 67.5 MB 67.7 MB +0%
subgraph-idle: DOM nodes 20 21 +5% z=-0.5
subgraph-idle: event listeners 4 4 +0% variance too high
subgraph-mouse-sweep: avg frame time 17ms 17ms -0% z=-0.1
subgraph-mouse-sweep: p95 frame time 17ms 17ms -1%
subgraph-mouse-sweep: layout duration 4ms 5ms +10% z=-0.3
subgraph-mouse-sweep: style recalc duration 34ms 39ms +16% z=-1.0
subgraph-mouse-sweep: layout count 16 16 +0%
subgraph-mouse-sweep: style recalc count 75 77 +2% z=-1.9
subgraph-mouse-sweep: task duration 776ms 839ms +8% z=1.0
subgraph-mouse-sweep: script duration 88ms 98ms +12% z=-0.4
subgraph-mouse-sweep: TBT 0ms 0ms +0%
subgraph-mouse-sweep: heap used 45.4 MB 51.4 MB +13%
subgraph-mouse-sweep: DOM nodes -266 -102 -62% z=-75.4
subgraph-mouse-sweep: event listeners -133 -65 -52% 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 14ms 12ms -16%
subgraph-transition-enter: style recalc duration 31ms 31ms +1%
subgraph-transition-enter: layout count 14 15 +7%
subgraph-transition-enter: style recalc count 18 19 +6%
subgraph-transition-enter: task duration 884ms 1018ms +15%
subgraph-transition-enter: script duration 33ms 38ms +16%
subgraph-transition-enter: TBT 141ms 122ms -13%
subgraph-transition-enter: heap used 79.0 MB 91.8 MB +16%
subgraph-transition-enter: DOM nodes 13673 13673 +0%
subgraph-transition-enter: event listeners 2371 2371 +0%
viewport-pan-sweep: avg frame time 17ms 17ms +0%
viewport-pan-sweep: p95 frame time 17ms 17ms +1%
viewport-pan-sweep: layout duration 0ms 0ms +0%
viewport-pan-sweep: style recalc duration 35ms 43ms +22%
viewport-pan-sweep: layout count 0 0 +0%
viewport-pan-sweep: style recalc count 250 250 -0%
viewport-pan-sweep: task duration 4265ms 4682ms +10%
viewport-pan-sweep: script duration 1347ms 1385ms +3%
viewport-pan-sweep: TBT 0ms 0ms +0%
viewport-pan-sweep: heap used 65.1 MB 66.2 MB +2%
viewport-pan-sweep: DOM nodes -268 -266 -1%
viewport-pan-sweep: event listeners -113 -112 -1%
vue-large-graph-idle: avg frame time 18ms 18ms +0%
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 16556ms 18283ms +10%
vue-large-graph-idle: script duration 538ms 591ms +10%
vue-large-graph-idle: TBT 0ms 0ms +0%
vue-large-graph-idle: heap used 159.6 MB 165.9 MB +4%
vue-large-graph-idle: DOM nodes -8311 -8311 +0%
vue-large-graph-idle: event listeners -16380 -16382 +0%
vue-large-graph-pan: avg frame time 18ms 18ms +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 17ms 23ms +41%
vue-large-graph-pan: layout count 0 0 +0%
vue-large-graph-pan: style recalc count 140 155 +11%
vue-large-graph-pan: task duration 20506ms 21933ms +7%
vue-large-graph-pan: script duration 896ms 910ms +2%
vue-large-graph-pan: TBT 111ms 473ms +326%
vue-large-graph-pan: heap used 162.0 MB 159.5 MB -2%
vue-large-graph-pan: DOM nodes -8311 -8315 +0%
vue-large-graph-pan: event listeners -16378 -16376 -0%
workflow-execution: avg frame time 17ms 17ms +0% z=0.6
workflow-execution: p95 frame time 17ms 17ms -0%
workflow-execution: layout duration 1ms 1ms -0% z=-5.6
workflow-execution: style recalc duration 20ms 22ms +10% z=-1.1
workflow-execution: layout count 3 3 +0% z=-3.6
workflow-execution: style recalc count 13 14 +8% z=-1.9
workflow-execution: task duration 116ms 117ms +1% z=-0.5
workflow-execution: script duration 9ms 10ms +8% z=-6.4
workflow-execution: TBT 0ms 0ms +0%
workflow-execution: heap used 48.1 MB 48.2 MB +0%
workflow-execution: DOM nodes 117 122 +4% z=-5.5
workflow-execution: event listeners 65 66 +2% z=3.2
Historical variance (last 15 runs)
Metric μ σ CV
canvas-idle: avg frame time 17ms 0ms 0.0%
canvas-idle: layout duration 0ms 0ms 0.0%
canvas-idle: style recalc duration 11ms 1ms 8.2%
canvas-idle: layout count 0 0 0.0%
canvas-idle: style recalc count 11 1 5.0%
canvas-idle: task duration 395ms 31ms 7.9%
canvas-idle: script duration 25ms 2ms 8.8%
canvas-idle: TBT 0ms 0ms 0.0%
canvas-idle: DOM nodes 23 1 5.6%
canvas-idle: event listeners 12 5 40.9%
canvas-mouse-sweep: avg frame time 17ms 0ms 0.0%
canvas-mouse-sweep: layout duration 4ms 0ms 5.4%
canvas-mouse-sweep: style recalc duration 43ms 3ms 7.4%
canvas-mouse-sweep: layout count 12 0 0.0%
canvas-mouse-sweep: style recalc count 79 2 3.0%
canvas-mouse-sweep: task duration 865ms 58ms 6.7%
canvas-mouse-sweep: script duration 136ms 6ms 4.8%
canvas-mouse-sweep: TBT 0ms 0ms 0.0%
canvas-mouse-sweep: DOM nodes 62 3 4.2%
canvas-mouse-sweep: event listeners 8 4 49.4%
canvas-zoom-sweep: avg frame time 17ms 0ms 0.0%
canvas-zoom-sweep: layout duration 1ms 0ms 7.0%
canvas-zoom-sweep: style recalc duration 19ms 2ms 8.0%
canvas-zoom-sweep: layout count 6 0 0.0%
canvas-zoom-sweep: style recalc count 31 0 1.5%
canvas-zoom-sweep: task duration 327ms 23ms 7.1%
canvas-zoom-sweep: script duration 27ms 3ms 11.1%
canvas-zoom-sweep: TBT 0ms 0ms 0.0%
canvas-zoom-sweep: DOM nodes 79 1 1.0%
canvas-zoom-sweep: event listeners 24 5 21.8%
dom-widget-clipping: avg frame time 17ms 0ms 0.0%
dom-widget-clipping: layout duration 0ms 0ms 0.0%
dom-widget-clipping: style recalc duration 10ms 1ms 8.0%
dom-widget-clipping: layout count 0 0 0.0%
dom-widget-clipping: style recalc count 13 0 3.8%
dom-widget-clipping: task duration 365ms 16ms 4.5%
dom-widget-clipping: script duration 68ms 3ms 4.8%
dom-widget-clipping: TBT 0ms 0ms 0.0%
dom-widget-clipping: DOM nodes 22 1 6.4%
dom-widget-clipping: event listeners 8 6 81.2%
large-graph-idle: avg frame time 17ms 0ms 0.0%
large-graph-idle: layout duration 0ms 0ms 0.0%
large-graph-idle: style recalc duration 12ms 1ms 8.6%
large-graph-idle: layout count 0 0 0.0%
large-graph-idle: style recalc count 12 0 2.7%
large-graph-idle: task duration 542ms 54ms 10.0%
large-graph-idle: script duration 102ms 11ms 10.3%
large-graph-idle: TBT 0ms 0ms 0.0%
large-graph-idle: DOM nodes 25 1 3.7%
large-graph-idle: event listeners 26 6 23.2%
large-graph-pan: avg frame time 17ms 0ms 0.0%
large-graph-pan: layout duration 0ms 0ms 0.0%
large-graph-pan: style recalc duration 17ms 1ms 4.6%
large-graph-pan: layout count 0 0 0.0%
large-graph-pan: style recalc count 70 1 0.9%
large-graph-pan: task duration 1082ms 43ms 4.0%
large-graph-pan: script duration 408ms 20ms 4.8%
large-graph-pan: TBT 0ms 0ms 0.0%
large-graph-pan: DOM nodes 19 2 8.7%
large-graph-pan: event listeners 5 1 16.8%
minimap-idle: avg frame time 17ms 0ms 0.0%
minimap-idle: layout duration 0ms 0ms 0.0%
minimap-idle: style recalc duration 10ms 1ms 8.6%
minimap-idle: layout count 0 0 0.0%
minimap-idle: style recalc count 10 1 7.1%
minimap-idle: task duration 527ms 47ms 9.0%
minimap-idle: script duration 98ms 10ms 10.1%
minimap-idle: TBT 0ms 0ms 0.0%
minimap-idle: DOM nodes 19 1 7.1%
minimap-idle: event listeners 5 1 14.4%
subgraph-dom-widget-clipping: avg frame time 17ms 0ms 0.0%
subgraph-dom-widget-clipping: layout duration 0ms 0ms 0.0%
subgraph-dom-widget-clipping: style recalc duration 13ms 1ms 7.4%
subgraph-dom-widget-clipping: layout count 0 0 0.0%
subgraph-dom-widget-clipping: style recalc count 48 1 1.2%
subgraph-dom-widget-clipping: task duration 378ms 18ms 4.9%
subgraph-dom-widget-clipping: script duration 128ms 6ms 4.9%
subgraph-dom-widget-clipping: TBT 0ms 0ms 0.0%
subgraph-dom-widget-clipping: DOM nodes 22 1 5.0%
subgraph-dom-widget-clipping: event listeners 16 6 36.0%
subgraph-idle: avg frame time 17ms 0ms 0.0%
subgraph-idle: layout duration 0ms 0ms 0.0%
subgraph-idle: style recalc duration 10ms 1ms 7.5%
subgraph-idle: layout count 0 0 0.0%
subgraph-idle: style recalc count 11 1 6.0%
subgraph-idle: task duration 370ms 31ms 8.5%
subgraph-idle: script duration 20ms 3ms 13.2%
subgraph-idle: TBT 0ms 0ms 0.0%
subgraph-idle: DOM nodes 22 1 6.9%
subgraph-idle: event listeners 10 7 64.5%
subgraph-mouse-sweep: avg frame time 17ms 0ms 0.0%
subgraph-mouse-sweep: layout duration 5ms 0ms 6.8%
subgraph-mouse-sweep: style recalc duration 42ms 3ms 7.8%
subgraph-mouse-sweep: layout count 16 0 0.0%
subgraph-mouse-sweep: style recalc count 80 2 2.4%
subgraph-mouse-sweep: task duration 766ms 69ms 9.0%
subgraph-mouse-sweep: script duration 101ms 7ms 6.5%
subgraph-mouse-sweep: TBT 0ms 0ms 0.0%
subgraph-mouse-sweep: DOM nodes 67 2 3.3%
subgraph-mouse-sweep: event listeners 8 4 52.6%
workflow-execution: avg frame time 17ms 0ms 0.0%
workflow-execution: layout duration 2ms 0ms 9.4%
workflow-execution: style recalc duration 24ms 2ms 9.1%
workflow-execution: layout count 5 1 11.0%
workflow-execution: style recalc count 18 2 11.5%
workflow-execution: task duration 123ms 11ms 8.8%
workflow-execution: script duration 29ms 3ms 10.2%
workflow-execution: TBT 0ms 0ms 0.0%
workflow-execution: DOM nodes 161 7 4.4%
workflow-execution: event listeners 52 4 8.4%
Trend (last 15 commits on main)
Metric Trend Dir Latest
canvas-idle: avg frame time ▆▃▆▁▆▃▆█▆▆▄▃▃▄▃ ➡️ 17ms
canvas-idle: p95 frame time ➡️ NaNms
canvas-idle: layout duration ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
canvas-idle: style recalc duration ▇▇▆▆▃█▄▃▄▃▇▄▁▆▇ ➡️ 11ms
canvas-idle: layout count ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0
canvas-idle: style recalc count █▃▅▂▅▆▃▁▂▁▂▅▆▅▆ ➡️ 12
canvas-idle: task duration ▃▃▃▆▂▃▃▅▆▂█▃▁▃▃ ➡️ 391ms
canvas-idle: script duration ▄▃▅▇▂▅▃▆▇▅█▄▁▅▆ ➡️ 27ms
canvas-idle: TBT ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
canvas-idle: heap used ➡️ NaN MB
canvas-idle: DOM nodes █▇▆▅▃▇▃▁▂▂▅▆▆▆▇ ➡️ 24
canvas-idle: event listeners ▅█▅▄▁▅▁▁▁▄▅▅▁▅▄ 📉 11
canvas-mouse-sweep: avg frame time ▆█▆▃▁▃▁▆▆▁▃▆▆▃▃ ➡️ 17ms
canvas-mouse-sweep: p95 frame time ➡️ NaNms
canvas-mouse-sweep: layout duration ▁▃▂▄▁▂▁▃▆▂█▇▆▄▃ ➡️ 4ms
canvas-mouse-sweep: style recalc duration ▄▄▂▄▁▂▃▃▅▄█▆▂▄▄ ➡️ 43ms
canvas-mouse-sweep: layout count ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 12
canvas-mouse-sweep: style recalc count █▅▄▃▂▂▁▄▄▅▆▅▂▇▄ ➡️ 79
canvas-mouse-sweep: task duration █▆▄▂▂▃▂▄▄▅█▆▁▆▄ ➡️ 868ms
canvas-mouse-sweep: script duration ▄▅▄▆▄▆▆▆▅▅█▆▁▅▆ ➡️ 139ms
canvas-mouse-sweep: TBT ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
canvas-mouse-sweep: heap used ➡️ NaN MB
canvas-mouse-sweep: DOM nodes █▅▃▃▁▂▂▃▂▄▆▅▃▅▅ ➡️ 64
canvas-mouse-sweep: event listeners █▁▁▁▁▁▇▁▁▁██▇▁█ 📈 13
canvas-zoom-sweep: avg frame time ▅▅█▄▅▁▁▁▅▁▁▅▄▅▁ ➡️ 17ms
canvas-zoom-sweep: p95 frame time ➡️ NaNms
canvas-zoom-sweep: layout duration ▆▅▅▄▁▁█▅▃▅▇▆▁▂▆ ➡️ 1ms
canvas-zoom-sweep: style recalc duration ▆▅▄▆▅▃█▆▇▅▇▄▁▃▅ ➡️ 20ms
canvas-zoom-sweep: layout count ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 6
canvas-zoom-sweep: style recalc count ▁▁▃▄▆▃▆█▄▄▆▁▆▁▆ ➡️ 32
canvas-zoom-sweep: task duration ▄▂▁▇▂▂▄▅▆▃█▄▁▁▅ ➡️ 338ms
canvas-zoom-sweep: script duration ▃▃▂▇▂▂▅▇▆▅█▄▁▂▆ ➡️ 30ms
canvas-zoom-sweep: TBT ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
canvas-zoom-sweep: heap used ➡️ NaN MB
canvas-zoom-sweep: DOM nodes ▄▃▁▅█▁▃▆▄▅▅▃▃▄▃ ➡️ 79
canvas-zoom-sweep: event listeners ▁▁▂▅█▂▁▅▁▅▅▄▁▅▁ ➡️ 19
dom-widget-clipping: avg frame time ▂▄▅▅▂▄█▇▅▇▇▅▅▁▇ ➡️ 17ms
dom-widget-clipping: p95 frame time ➡️ NaNms
dom-widget-clipping: layout duration ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
dom-widget-clipping: style recalc duration ▆▆▂▆▄▃██▄▁▆▇▆▃▅ ➡️ 10ms
dom-widget-clipping: layout count ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0
dom-widget-clipping: style recalc count ▇█▅█▅▄█▇▇▁▇▄▇▂▅ ➡️ 13
dom-widget-clipping: task duration ▃▃▁▅▄▃▅▆▅▂▇█▁▅▅ ➡️ 371ms
dom-widget-clipping: script duration ▅▄▄▆▆▅▇▇▆▃█▇▁▇▇ ➡️ 71ms
dom-widget-clipping: TBT ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
dom-widget-clipping: heap used ➡️ NaN MB
dom-widget-clipping: DOM nodes ▇▇▄▇▅▄█▇▅▁▅▄▇▃▄ ➡️ 21
dom-widget-clipping: event listeners ▅▅▅▅▁▅██▁▁▁▁█▁▁ 📉 2
large-graph-idle: avg frame time ▅▅▅▅▅▂▁▂▄▅▄▂▂▅█ ➡️ 17ms
large-graph-idle: p95 frame time ➡️ NaNms
large-graph-idle: layout duration ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
large-graph-idle: style recalc duration ▅▅▅▆▄▅▃▄▅▅▆█▁▄▆ ➡️ 13ms
large-graph-idle: layout count ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0
large-graph-idle: style recalc count █▆█▃▃▁▃▆▃▆▆▃▆██ ➡️ 12
large-graph-idle: task duration ▂▃▂▆▂▃▃▇▅▃██▁▂▅ ➡️ 569ms
large-graph-idle: script duration ▄▅▄▆▄▅▅▇▆▅█▆▁▃▆ ➡️ 110ms
large-graph-idle: TBT ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
large-graph-idle: heap used ➡️ NaN MB
large-graph-idle: DOM nodes ▆█▅▂▅▃▁▂▃▅▅▆▂▆▅ ➡️ 25
large-graph-idle: event listeners ███▇██▄▁▄▇▇█▂█▇ ➡️ 29
large-graph-pan: avg frame time ▆▃▃▆█▃▁█▆▆▆▆█▁▆ ➡️ 17ms
large-graph-pan: p95 frame time ➡️ NaNms
large-graph-pan: layout duration ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
large-graph-pan: style recalc duration ▃▂▄▄▁▅▂▂▁▄▄█▃▁▂ ➡️ 17ms
large-graph-pan: layout count ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0
large-graph-pan: style recalc count ▆▃█▂▃▂▂▂▁▇▅▃█▆▃ ➡️ 69
large-graph-pan: task duration ▄▃▄▆▄▄▄▆▄▄█▆▁▂▅ ➡️ 1100ms
large-graph-pan: script duration ▅▄▅▆▆▅▄▆▄▅█▄▁▄▅ ➡️ 413ms
large-graph-pan: TBT ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
large-graph-pan: heap used ➡️ NaN MB
large-graph-pan: DOM nodes ▅▃▆▂▄▁▃▁▁▅▁▂█▅▂ ➡️ 18
large-graph-pan: event listeners █▆█▁▁▆▁▁▃▆▁▃██▃ ➡️ 5
minimap-idle: avg frame time ▃▆▆▃█▁█▆▆▃▃▆█▆█ ➡️ 17ms
minimap-idle: p95 frame time ➡️ NaNms
minimap-idle: layout duration ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
minimap-idle: style recalc duration ▄█▁█▅▅█▅▅▃▅▁▁▄▆ ➡️ 10ms
minimap-idle: layout count ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0
minimap-idle: style recalc count ▃▅▂▄█▃▆▁▂▅▂▁▅▆▃ ➡️ 9
minimap-idle: task duration ▃▄▁▅▁▃▄▅▇▃█▅▁▁▅ ➡️ 547ms
minimap-idle: script duration ▄▆▃▇▃▅▆▆▇▅█▅▁▃▆ ➡️ 106ms
minimap-idle: TBT ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
minimap-idle: heap used ➡️ NaN MB
minimap-idle: DOM nodes ▃▅▂▄█▃▆▁▂▅▂▁▅▆▃ ➡️ 19
minimap-idle: event listeners ▃▃▆▁▁▁▃▁▁▆▁▃█▆▁ ➡️ 4
subgraph-dom-widget-clipping: avg frame time ▅▄▄▄▄▄█▄▄▄▃▁▆▃▃ ➡️ 17ms
subgraph-dom-widget-clipping: p95 frame time ➡️ NaNms
subgraph-dom-widget-clipping: layout duration ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
subgraph-dom-widget-clipping: style recalc duration ▂▄▃▅▅▃▂▅▇▃▄█▁▄▆ ➡️ 14ms
subgraph-dom-widget-clipping: layout count ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0
subgraph-dom-widget-clipping: style recalc count ▇█▆▃▆▃▁▆█▇▃▆▇█▅ ➡️ 48
subgraph-dom-widget-clipping: task duration ▂▃▃▆▅▅▂▅█▂▆█▁▂▇ ➡️ 398ms
subgraph-dom-widget-clipping: script duration ▃▃▃▄▅▅▂▄█▂▅▇▁▂▅ ➡️ 131ms
subgraph-dom-widget-clipping: TBT ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
subgraph-dom-widget-clipping: heap used ➡️ NaN MB
subgraph-dom-widget-clipping: DOM nodes ▅▇▅▂▅▂▁▅▅▅▁▇▅█▄ ➡️ 22
subgraph-dom-widget-clipping: event listeners ▅▅▅▂▅▁▅██▁▁█▅█▅ 📈 16
subgraph-idle: avg frame time ▆▆█▁▆▃▆▆▆▃▆▁▃▆█ ➡️ 17ms
subgraph-idle: p95 frame time ➡️ NaNms
subgraph-idle: layout duration ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
subgraph-idle: style recalc duration ▁▇▃▆▂▄▂▃▃▆▆▄▃▇█ ➡️ 12ms
subgraph-idle: layout count ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0
subgraph-idle: style recalc count ▃▆▃▃▂▅▁▂▁▆▃▃██▇ ➡️ 12
subgraph-idle: task duration ▁▃▁▇▁▁▃▆▅▂█▅▁▁▄ ➡️ 378ms
subgraph-idle: script duration ▁▃▂▇▁▂▃▇▆▂█▅▂▁▅ ➡️ 22ms
subgraph-idle: TBT ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
subgraph-idle: heap used ➡️ NaN MB
subgraph-idle: DOM nodes ▃▅▃▂▁▄▁▂▁▅▃▂▇█▇ ➡️ 24
subgraph-idle: event listeners ▁▅▁▁▁▁▁▁▁▅▄▁███ 📈 21
subgraph-mouse-sweep: avg frame time ▅▄▁▃▃▄▆▄▆▃▃█▁▃▃ ➡️ 17ms
subgraph-mouse-sweep: p95 frame time ➡️ NaNms
subgraph-mouse-sweep: layout duration ▁▄▄▄▃▃▅▅▅▂█▇▂▃▆ ➡️ 5ms
subgraph-mouse-sweep: style recalc duration ▃▂▄▅▂▃▄▅█▃█▆▁▂▅ ➡️ 43ms
subgraph-mouse-sweep: layout count ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 16
subgraph-mouse-sweep: style recalc count ▅▂▅▅▁▄▃▅█▅▆▄▂▄▅ ➡️ 81
subgraph-mouse-sweep: task duration ▃▂▄▅▂▄▄▅▇▄█▆▁▃▅ ➡️ 785ms
subgraph-mouse-sweep: script duration ▄▅▄▇▅▅▆▇▆▅██▁▄▆ ➡️ 105ms
subgraph-mouse-sweep: TBT ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
subgraph-mouse-sweep: heap used ➡️ NaN MB
subgraph-mouse-sweep: DOM nodes ▅▁▄▅▁▄▃▃█▅▅▄▂▅▃ ➡️ 66
subgraph-mouse-sweep: event listeners ▇▁▂▇▁▂▂▂█▇▂▂▇▇▂ 📈 5
workflow-execution: avg frame time ▆▆▆▄▆▆▃▄▁▄█▆▅▄▆ ➡️ 17ms
workflow-execution: p95 frame time ➡️ NaNms
workflow-execution: layout duration ▁▆▁▃▂▄▃▂▃▃▅█▄▂▅ ➡️ 2ms
workflow-execution: style recalc duration ▃▇▅▇▁▅▆▇█▁██▂▄▆ ➡️ 25ms
workflow-execution: layout count ▁█▂▃▂▃▃▁▃▃▄▃▂▃▂ ➡️ 5
workflow-execution: style recalc count ▃█▅▇▁▄▅▆▅▅▅▅▄▄▂ ➡️ 15
workflow-execution: task duration ▂▅▄▅▁▄▆▆▆▁▇█▁▃▃ ➡️ 120ms
workflow-execution: script duration ▄▃▄▄▃▅▄▅▆▂▇█▁▃▄ ➡️ 29ms
workflow-execution: TBT ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
workflow-execution: heap used ➡️ NaN MB
workflow-execution: DOM nodes ▂█▃▆▁▄▃▅▃█▃▃▄▃▁ ➡️ 152
workflow-execution: event listeners ▅███▁▅███▁██▅█▅ ➡️ 49
Raw data
{
  "timestamp": "2026-07-24T03:13:24.242Z",
  "gitSha": "f80fa493d434a9d5367926c20be9b79274974f3e",
  "branch": "contributing/pr-guidelines-docs",
  "measurements": [
    {
      "name": "canvas-idle",
      "durationMs": 2047.348999999997,
      "styleRecalcs": 9,
      "styleRecalcDurationMs": 8.480999999999998,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 631.119,
      "heapDeltaBytes": 3864936,
      "heapUsedBytes": 71375124,
      "domNodes": 18,
      "jsHeapTotalBytes": 20324352,
      "scriptDurationMs": 25.303,
      "eventListeners": 6,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.699999999999818
    },
    {
      "name": "canvas-idle",
      "durationMs": 2026.3429999999971,
      "styleRecalcs": 9,
      "styleRecalcDurationMs": 7.679,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 522.31,
      "heapDeltaBytes": 3846244,
      "heapUsedBytes": 71390468,
      "domNodes": 18,
      "jsHeapTotalBytes": 20062208,
      "scriptDurationMs": 21.18,
      "eventListeners": 4,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "canvas-mouse-sweep",
      "durationMs": 1836.7400000000202,
      "styleRecalcs": 72,
      "styleRecalcDurationMs": 37.6,
      "layouts": 12,
      "layoutDurationMs": 3.645,
      "taskDurationMs": 942.567,
      "heapDeltaBytes": -17441660,
      "heapUsedBytes": 49985032,
      "domNodes": -264,
      "jsHeapTotalBytes": 21237760,
      "scriptDurationMs": 123.93500000000002,
      "eventListeners": -133,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "canvas-mouse-sweep",
      "durationMs": 1891.2619999999833,
      "styleRecalcs": 75,
      "styleRecalcDurationMs": 41.632,
      "layouts": 12,
      "layoutDurationMs": 3.9090000000000003,
      "taskDurationMs": 946.5760000000001,
      "heapDeltaBytes": -14234872,
      "heapUsedBytes": 53309080,
      "domNodes": -268,
      "jsHeapTotalBytes": 22024192,
      "scriptDurationMs": 125.36900000000001,
      "eventListeners": -133,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "canvas-zoom-sweep",
      "durationMs": 1754.3430000000058,
      "styleRecalcs": 33,
      "styleRecalcDurationMs": 20.878,
      "layouts": 6,
      "layoutDurationMs": 0.7759999999999998,
      "taskDurationMs": 439.58399999999995,
      "heapDeltaBytes": 7137716,
      "heapUsedBytes": 74689336,
      "domNodes": 78,
      "jsHeapTotalBytes": 20586496,
      "scriptDurationMs": 26.522000000000006,
      "eventListeners": 19,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66333333333332,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "canvas-zoom-sweep",
      "durationMs": 1717.6240000000007,
      "styleRecalcs": 31,
      "styleRecalcDurationMs": 17.758000000000003,
      "layouts": 6,
      "layoutDurationMs": 0.692,
      "taskDurationMs": 415.977,
      "heapDeltaBytes": 7157548,
      "heapUsedBytes": 74602112,
      "domNodes": 76,
      "jsHeapTotalBytes": 20586496,
      "scriptDurationMs": 24.85,
      "eventListeners": 19,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "dom-widget-clipping",
      "durationMs": 605.6730000000243,
      "styleRecalcs": 10,
      "styleRecalcDurationMs": 6.879999999999999,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 392.616,
      "heapDeltaBytes": -12270748,
      "heapUsedBytes": 55378292,
      "domNodes": 16,
      "jsHeapTotalBytes": 21372928,
      "scriptDurationMs": 58.571,
      "eventListeners": 0,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.699999999999818
    },
    {
      "name": "dom-widget-clipping",
      "durationMs": 581.2779999999975,
      "styleRecalcs": 10,
      "styleRecalcDurationMs": 6.569999999999999,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 388.14700000000005,
      "heapDeltaBytes": -11847900,
      "heapUsedBytes": 55585420,
      "domNodes": 16,
      "jsHeapTotalBytes": 21110784,
      "scriptDurationMs": 58.349,
      "eventListeners": 0,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66333333333332,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "large-graph-idle",
      "durationMs": 2027.0300000000248,
      "styleRecalcs": 9,
      "styleRecalcDurationMs": 9.061000000000003,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 802.3720000000001,
      "heapDeltaBytes": 7132284,
      "heapUsedBytes": 66066564,
      "domNodes": -267,
      "jsHeapTotalBytes": 4268032,
      "scriptDurationMs": 121.17100000000002,
      "eventListeners": -129,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "large-graph-idle",
      "durationMs": 2041.5219999999863,
      "styleRecalcs": 8,
      "styleRecalcDurationMs": 8.02,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 792.3270000000001,
      "heapDeltaBytes": 6680416,
      "heapUsedBytes": 65830752,
      "domNodes": -268,
      "jsHeapTotalBytes": 4530176,
      "scriptDurationMs": 121.13799999999999,
      "eventListeners": -129,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66999999999998,
      "p95FrameDurationMs": 16.799999999999272
    },
    {
      "name": "large-graph-pan",
      "durationMs": 2182.53500000003,
      "styleRecalcs": 69,
      "styleRecalcDurationMs": 15.855000000000004,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 1331.939,
      "heapDeltaBytes": 5698784,
      "heapUsedBytes": 65211784,
      "domNodes": -269,
      "jsHeapTotalBytes": 5521408,
      "scriptDurationMs": 433.377,
      "eventListeners": -127,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "large-graph-pan",
      "durationMs": 2170.468000000028,
      "styleRecalcs": 68,
      "styleRecalcDurationMs": 14.903999999999996,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 1319.9950000000001,
      "heapDeltaBytes": 4753336,
      "heapUsedBytes": 64953536,
      "domNodes": -272,
      "jsHeapTotalBytes": 4472832,
      "scriptDurationMs": 422.17199999999997,
      "eventListeners": -129,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66999999999998,
      "p95FrameDurationMs": 16.699999999999818
    },
    {
      "name": "large-graph-zoom",
      "durationMs": 3309.8430000000008,
      "styleRecalcs": 64,
      "styleRecalcDurationMs": 15.169000000000002,
      "layouts": 60,
      "layoutDurationMs": 8.686000000000002,
      "taskDurationMs": 1630.1720000000003,
      "heapDeltaBytes": 3695944,
      "heapUsedBytes": 65108860,
      "domNodes": -274,
      "jsHeapTotalBytes": 6627328,
      "scriptDurationMs": 560.132,
      "eventListeners": -133,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "large-graph-zoom",
      "durationMs": 3310.9940000000506,
      "styleRecalcs": 64,
      "styleRecalcDurationMs": 15.576999999999996,
      "layouts": 60,
      "layoutDurationMs": 8.667,
      "taskDurationMs": 1619.642,
      "heapDeltaBytes": 2788768,
      "heapUsedBytes": 64280664,
      "domNodes": -275,
      "jsHeapTotalBytes": 7413760,
      "scriptDurationMs": 581.405,
      "eventListeners": -133,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66999999999998,
      "p95FrameDurationMs": 16.799999999999272
    },
    {
      "name": "minimap-idle",
      "durationMs": 2041.5229999999838,
      "styleRecalcs": 8,
      "styleRecalcDurationMs": 7.453000000000001,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 795.5139999999998,
      "heapDeltaBytes": 6546436,
      "heapUsedBytes": 66736760,
      "domNodes": -269,
      "jsHeapTotalBytes": 4792320,
      "scriptDurationMs": 125.11800000000001,
      "eventListeners": -129,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66333333333332,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "minimap-idle",
      "durationMs": 2074.304999999981,
      "styleRecalcs": 8,
      "styleRecalcDurationMs": 13.902999999999999,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 836.053,
      "heapDeltaBytes": 6907776,
      "heapUsedBytes": 66745928,
      "domNodes": -267,
      "jsHeapTotalBytes": 4268032,
      "scriptDurationMs": 125.253,
      "eventListeners": -127,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "subgraph-dom-widget-clipping",
      "durationMs": 634.2209999999682,
      "styleRecalcs": 46,
      "styleRecalcDurationMs": 9.705,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 423.8670000000001,
      "heapDeltaBytes": -11409892,
      "heapUsedBytes": 56205488,
      "domNodes": 18,
      "jsHeapTotalBytes": 21897216,
      "scriptDurationMs": 122.342,
      "eventListeners": 6,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "subgraph-dom-widget-clipping",
      "durationMs": 622.2330000000511,
      "styleRecalcs": 47,
      "styleRecalcDurationMs": 11.117999999999999,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 414.593,
      "heapDeltaBytes": -11766772,
      "heapUsedBytes": 55952092,
      "domNodes": 20,
      "jsHeapTotalBytes": 21897216,
      "scriptDurationMs": 123.29200000000002,
      "eventListeners": 8,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "subgraph-idle",
      "durationMs": 2039.1690000000153,
      "styleRecalcs": 10,
      "styleRecalcDurationMs": 10.637,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 549.45,
      "heapDeltaBytes": 3563104,
      "heapUsedBytes": 71178368,
      "domNodes": 20,
      "jsHeapTotalBytes": 20586496,
      "scriptDurationMs": 20.376,
      "eventListeners": 4,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "subgraph-idle",
      "durationMs": 2013.3819999999787,
      "styleRecalcs": 11,
      "styleRecalcDurationMs": 10.732000000000001,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 544.499,
      "heapDeltaBytes": 3343584,
      "heapUsedBytes": 70854584,
      "domNodes": 22,
      "jsHeapTotalBytes": 20586496,
      "scriptDurationMs": 20.179999999999996,
      "eventListeners": 4,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "subgraph-mouse-sweep",
      "durationMs": 1732.894999999985,
      "styleRecalcs": 77,
      "styleRecalcDurationMs": 40.034,
      "layouts": 16,
      "layoutDurationMs": 4.5649999999999995,
      "taskDurationMs": 870.805,
      "heapDeltaBytes": -21546912,
      "heapUsedBytes": 45943684,
      "domNodes": -267,
      "jsHeapTotalBytes": 20713472,
      "scriptDurationMs": 100.184,
      "eventListeners": -133,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66333333333335,
      "p95FrameDurationMs": 16.699999999999818
    },
    {
      "name": "subgraph-mouse-sweep",
      "durationMs": 1695.9940000000415,
      "styleRecalcs": 76,
      "styleRecalcDurationMs": 38.153,
      "layouts": 16,
      "layoutDurationMs": 4.651,
      "taskDurationMs": 806.573,
      "heapDeltaBytes": -5758684,
      "heapUsedBytes": 61809764,
      "domNodes": 64,
      "jsHeapTotalBytes": 21372928,
      "scriptDurationMs": 96.628,
      "eventListeners": 4,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "subgraph-transition-enter",
      "durationMs": 1400.3739999999425,
      "styleRecalcs": 19,
      "styleRecalcDurationMs": 30.971,
      "layouts": 15,
      "layoutDurationMs": 11.889000000000001,
      "taskDurationMs": 1018.1429999999998,
      "heapDeltaBytes": 29346508,
      "heapUsedBytes": 96246388,
      "domNodes": 13673,
      "jsHeapTotalBytes": 15990784,
      "scriptDurationMs": 38.329,
      "eventListeners": 2371,
      "totalBlockingTimeMs": 122,
      "frameDurationMs": 16.66333333333332,
      "p95FrameDurationMs": 16.799999999999272
    },
    {
      "name": "viewport-pan-sweep",
      "durationMs": 8287.289999999985,
      "styleRecalcs": 249,
      "styleRecalcDurationMs": 42.658,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 4666.403,
      "heapDeltaBytes": 8247840,
      "heapUsedBytes": 69435324,
      "domNodes": -265,
      "jsHeapTotalBytes": 7327744,
      "scriptDurationMs": 1370.776,
      "eventListeners": -113,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.670000000000012,
      "p95FrameDurationMs": 16.799999999999272
    },
    {
      "name": "viewport-pan-sweep",
      "durationMs": 8348.44099999998,
      "styleRecalcs": 250,
      "styleRecalcDurationMs": 43.884,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 4696.735000000001,
      "heapDeltaBytes": 10941808,
      "heapUsedBytes": 69498708,
      "domNodes": -267,
      "jsHeapTotalBytes": 6541312,
      "scriptDurationMs": 1399.289,
      "eventListeners": -111,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.799999999999272
    },
    {
      "name": "vue-large-graph-idle",
      "durationMs": 18340.574000000004,
      "styleRecalcs": 0,
      "styleRecalcDurationMs": 0,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 18320.101000000002,
      "heapDeltaBytes": -59682440,
      "heapUsedBytes": 166733268,
      "domNodes": -8311,
      "jsHeapTotalBytes": -12517376,
      "scriptDurationMs": 608.1600000000001,
      "eventListeners": -16382,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 17.776666666666763,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "vue-large-graph-idle",
      "durationMs": 18261.697000000026,
      "styleRecalcs": 0,
      "styleRecalcDurationMs": 0,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 18245.565999999995,
      "heapDeltaBytes": -28933716,
      "heapUsedBytes": 181212732,
      "domNodes": -8311,
      "jsHeapTotalBytes": -12259328,
      "scriptDurationMs": 572.951,
      "eventListeners": -16382,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 17.776666666666642,
      "p95FrameDurationMs": 16.799999999999272
    },
    {
      "name": "vue-large-graph-pan",
      "durationMs": 22047.454000000016,
      "styleRecalcs": 154,
      "styleRecalcDurationMs": 23.757000000000026,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 22012.78,
      "heapDeltaBytes": -41500824,
      "heapUsedBytes": 167833928,
      "domNodes": -8319,
      "jsHeapTotalBytes": -14880768,
      "scriptDurationMs": 937.7059999999999,
      "eventListeners": -16374,
      "totalBlockingTimeMs": 427,
      "frameDurationMs": 17.773333333333238,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "vue-large-graph-pan",
      "durationMs": 21906.98999999995,
      "styleRecalcs": 156,
      "styleRecalcDurationMs": 23.20100000000003,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 21852.764,
      "heapDeltaBytes": -42931088,
      "heapUsedBytes": 166637228,
      "domNodes": -8311,
      "jsHeapTotalBytes": -12783616,
      "scriptDurationMs": 882.8399999999999,
      "eventListeners": -16378,
      "totalBlockingTimeMs": 519,
      "frameDurationMs": 18.333333333333332,
      "p95FrameDurationMs": 16.80000000000291
    },
    {
      "name": "workflow-execution",
      "durationMs": 461.7080000000442,
      "styleRecalcs": 14,
      "styleRecalcDurationMs": 21.675,
      "layouts": 3,
      "layoutDurationMs": 0.7410000000000001,
      "taskDurationMs": 117.33900000000001,
      "heapDeltaBytes": -16049992,
      "heapUsedBytes": 50755008,
      "domNodes": 124,
      "jsHeapTotalBytes": 7479296,
      "scriptDurationMs": 10.427999999999997,
      "eventListeners": 67,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "workflow-execution",
      "durationMs": 467.9640000000518,
      "styleRecalcs": 14,
      "styleRecalcDurationMs": 22.098,
      "layouts": 3,
      "layoutDurationMs": 0.73,
      "taskDurationMs": 116.65899999999999,
      "heapDeltaBytes": -16246180,
      "heapUsedBytes": 50377404,
      "domNodes": 119,
      "jsHeapTotalBytes": 7741440,
      "scriptDurationMs": 9.911,
      "eventListeners": 65,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.699999999999818
    }
  ]
}

@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: 3

🤖 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 `@CONTRIBUTING.md`:
- Line 297: Update both fenced code blocks in CONTRIBUTING.md, including the
blocks around the referenced locations, to specify an explicit language
identifier such as text immediately after the opening fence. Keep the existing
block contents unchanged.
- Around line 270-272: Reflow the changed prose in the Markdown guidance,
including the lines around “Re-review,” “Merging,” and the referenced sections,
so each line is at most 80 columns. Use indented continuation lines and preserve
the exact guidance and Markdown structure.

In `@src/stores/executionStore.ts`:
- Around line 483-491: The progress-state flow around handleProgressState and
_applyProgressState currently coalesces events globally, dropping updates from
concurrent jobs. Buffer pending ProgressStateWsMessage values by prompt_id,
coalesce or schedule the buffered batches without last-write-wins across jobs,
and apply each buffered job update so nodeProgressStatesByJob and preview
cleanup run for every prompt_id.
🪄 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: 3b7522c8-5ba1-422d-8d1e-f69646978a6f

📥 Commits

Reviewing files that changed from the base of the PR and between eba8499 and b87e634.

📒 Files selected for processing (6)
  • AGENTS.md
  • CONTRIBUTING.md
  • src/stores/executionStore.test.ts
  • src/stores/executionStore.ts
  • src/utils/rafBatch.test.ts
  • src/utils/rafBatch.ts
👮 Files not reviewed due to content moderation or server errors (1)
  • src/stores/executionStore.test.ts

Comment thread CONTRIBUTING.md
Comment on lines +270 to +272
6. **Assign Reviewer**: When ready, set one person as `Assignee` — they'll receive a Slack notification. Use git blame and context to pick someone relevant.
7. **Re-review**: After addressing comments, re-assign to the reviewer (and optionally ping them in Slack)
8. **Merging**: Merge once all `Assignees` have approved and you feel all comments are addressed. Don't wait for non-assignee approvals unless they've added themselves as `Assignee`.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win

Wrap changed Markdown lines to 80 columns.

These changed prose lines exceed the repository’s 80-column Markdown rule. Reflow them across indented continuation lines without changing the guidance.

As per coding guidelines, Markdown files must use an 80-column width.

Also applies to: 306-306, 309-309, 334-335

🤖 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 `@CONTRIBUTING.md` around lines 270 - 272, Reflow the changed prose in the
Markdown guidance, including the lines around “Re-review,” “Merging,” and the
referenced sections, so each line is at most 80 columns. Use indented
continuation lines and preserve the exact guidance and Markdown structure.

Source: Coding guidelines

Comment thread CONTRIBUTING.md

If you want to defer non-critical feedback to a follow-up PR, use:

```

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win

Add language identifiers to the fenced blocks.

markdownlint reports MD040 for both fences. Use an explicit identifier such as text:

-```
+```text

Also applies to: 313-313

🧰 Tools
🪛 markdownlint-cli2 (0.23.0)

[warning] 297-297: Fenced code blocks should have a language specified

(MD040, fenced-code-language)

🤖 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 `@CONTRIBUTING.md` at line 297, Update both fenced code blocks in
CONTRIBUTING.md, including the blocks around the referenced locations, to
specify an explicit language identifier such as text immediately after the
opening fence. Keep the existing block contents unchanged.

Source: Linters/SAST tools

Comment on lines +483 to +491
const progressStateCoalescer =
createRafCoalescer<ProgressStateWsMessage>(_applyProgressState)

function handleProgressState(e: CustomEvent<ProgressStateWsMessage>) {
const { nodes, prompt_id: jobId } = e.detail
progressStateCoalescer.push(e.detail)
}

function _applyProgressState(detail: ProgressStateWsMessage) {
const { nodes, prompt_id: jobId } = detail

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.

🎯 Functional Correctness | 🟠 Major | 🏗️ Heavy lift

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
# Inspect how many concurrent jobs can emit progress_state and whether the backend interleaves prompt_ids.
rg -nP -C3 'progress_state|nodeProgressStatesByJob|runningJobIds' src/stores/executionStore.ts

Repository: Comfy-Org/ComfyUI_frontend

Length of output: 4127


🏁 Script executed:

#!/bin/bash
set -euo pipefail

# Locate the coalescer implementation and all progress_state emitters/usages.
rg -n "createRafCoalescer|progress_state" src . -g '!**/dist/**' -g '!**/build/**'

# Read the coalescer implementation if found.
coalescer_file=$(rg -l "createRafCoalescer" src . -g '!**/dist/**' -g '!**/build/**' | head -n 1 || true)
if [ -n "${coalescer_file:-}" ]; then
  echo
  echo "=== ${coalescer_file} ==="
  wc -l "$coalescer_file"
  sed -n '1,220p' "$coalescer_file"
fi

Repository: Comfy-Org/ComfyUI_frontend

Length of output: 13684


🏁 Script executed:

#!/bin/bash
set -euo pipefail

# Inspect the execution store around the progress_state handling and related job bookkeeping.
sed -n '430,540p' src/stores/executionStore.ts
printf '\n===\n'
sed -n '800,870p' src/stores/executionStore.ts

Repository: Comfy-Org/ComfyUI_frontend

Length of output: 5767


🏁 Script executed:

#!/bin/bash
set -euo pipefail

echo "=== src/utils/rafBatch.ts ==="
sed -n '1,220p' src/utils/rafBatch.ts

echo
echo "=== relevant executionStore tests ==="
sed -n '1380,1615p' src/stores/executionStore.test.ts

echo
echo "=== app comment around multi-preview ==="
sed -n '820,850p' src/scripts/app.ts

Repository: Comfy-Org/ComfyUI_frontend

Length of output: 9413


Buffer progress_state per prompt_id before coalescing.

createRafCoalescer is last-write-wins, so two progress_state events from different jobs in the same frame will collapse to the later one. Since _applyProgressState updates nodeProgressStatesByJob[jobId] and preview cleanup is explicitly used for multiple concurrent previews, the earlier job can miss its per-job state update and preview-revocation side effects for that frame. A per-job buffer/map would avoid dropping concurrent updates.

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

In `@src/stores/executionStore.ts` around lines 483 - 491, The progress-state flow
around handleProgressState and _applyProgressState currently coalesces events
globally, dropping updates from concurrent jobs. Buffer pending
ProgressStateWsMessage values by prompt_id, coalesce or schedule the buffered
batches without last-write-wins across jobs, and apply each buffered job update
so nodeProgressStatesByJob and preview cleanup run for every prompt_id.

@codecov

codecov Bot commented Jul 24, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

@@            Coverage Diff             @@
##             main   #14078      +/-   ##
==========================================
- Coverage   78.96%   78.92%   -0.05%     
==========================================
  Files        1697     1698       +1     
  Lines      114162   114493     +331     
  Branches    37538    36956     -582     
==========================================
+ Hits        90153    90368     +215     
- Misses      23399    23507     +108     
- Partials      610      618       +8     
Flag Coverage Δ
unit 68.09% <100.00%> (+0.04%) ⬆️

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

Files with missing lines Coverage Δ
src/stores/executionStore.ts 90.32% <100.00%> (-4.28%) ⬇️
src/utils/rafBatch.ts 100.00% <100.00%> (+27.77%) ⬆️

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants