perf(web): load Zendesk on support intent - #41653
Merged
Merged
Conversation
lyzno1
requested review from
CodingOnStar,
hyoban,
iamjoel and
zxhlyh
as code owners
September 2, 2026 08:50
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #41653 +/- ##
==========================================
- Coverage 86.93% 86.93% -0.01%
==========================================
Files 5309 5314 +5
Lines 306039 306232 +193
Branches 61329 61363 +34
==========================================
+ Hits 266061 266217 +156
- Misses 34691 34728 +37
Partials 5287 5287
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
lyzno1
enabled auto-merge
September 2, 2026 10:31
hyoban
approved these changes
Sep 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
utils.tsforwarding layer so consumers use the runtime owner directlyMeasured impact
With cache disabled on an authenticated localhost:3000 session:
This moves approximately 0.63 MB of third-party network and JavaScript work out of the Console startup path. The cost is deferred to the first support intent, not removed for users who open Contact Us.
Validation
vp test run --project unit app/components/base/zendesk/__tests__/runtime.spec.ts app/components/base/zendesk/__tests__/script.spec.tsx app/components/base/zendesk/__tests__/index.spec.tsx app/components/main-nav/components/__tests__/support-menu.spec.tsx context/__tests__/console-bootstrap.spec.tsx(37 tests)vp checkfor the updated Zendesk script and regression specScreenshots
Not applicable. The support menu UI and Contact Us behavior are unchanged.
Fixes SNP-742
From Codex