Performance
· 14 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.Performance-focused optimization plan with CWV assessment, top offenders, and time estimates
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
694 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.70 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
327 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.231
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.81 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
3.88 s
Page Load Progression
FPage Weight BudgetAction5.4 MB transferred, 168 requestsFIX
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.
Source: web.dev
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.
Source: web.dev
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.
Source: web.dev
DThird-Party ImpactAction95% third-party, 0 ms blockingFIX
DJS Execution CostAction3437ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 1106ms | 466ms | 0ms | 3rd |
| https://www.salesforce.com/nl/?ir=1 | 605ms | 21ms | 7ms | 1st |
| https://a.sfdcstatic.com/digital/@sfdc-www/xsf-nav/v1-stable/navs-ssg.js | 409ms | 308ms | 1ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-WRXS6TH | 291ms | 233ms | 40ms | 3rd |
| https://s.go-mpulse.net/boomerang/NCPYV-VGJPP-N4J93-8HN3B-8B6S3 | 234ms | 77ms | 9ms | 3rd |
| https://c.salesforce.com/digital/@sfdc-ogs/v1-stable/sdk/interactions.js | 208ms | 130ms | 0ms | 3rd |
| https://www.salesforce.com/c2/public/exp/pbc/lwc/chunks/v4.umd.DeoxNscK.js | 187ms | 160ms | 0ms | 1st |
| https://a.sfdcstatic.com/digital/one-trust/core/stable/scripttemplates/202408.1.0/otBannerSdk.js | 156ms | 70ms | 19ms | 3rd |
| https://a.sfdcstatic.com/digital/@sfdc-www/open-blade-libs/staging/homepage-af-input/v0.1.0/index-rueWt4g_.js | 113ms | 10ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-N4QVCLK>m=4e6411 | 73ms | 49ms | 22ms | 3rd |
Showing top 10 of 11 scripts
DJS BundlesAction54 scripts, 428 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://c.salesforce.com/digital/@sfdc-www-emu/page-builder-miaw-ui/v1-stable/page-builder-miaw-ui.js | 226 KB | 82 KB (39%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-WRXS6TH | 210 KB | 71 KB (34%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-N4QVCLK>m=4e6411 | 112 KB | 64 KB (57%) | ✓ | 3rd |
| https://www.salesforce.com/c2/public/exp/pbc/server/templates.f07868889564c5be54e9.js | 62 KB | 60 KB (98%) | ✓ | 1st |
| https://a.sfdcstatic.com/digital/one-trust/core/stable/scripttemplates/202408.1.0/otBannerSdk.js | 111 KB | 59 KB (54%) | ✓ | 3rd |
| https://a.sfdcstatic.com/digital/@sfdc-www/xsf-nav/v1-stable/navs-ssg.js | 110 KB | 32 KB (30%) | ✓ | 3rd |
| https://c.salesforce.com/digital/@sfdc-www-emu/page-builder-miaw-ui/v1-stable/assets/styles-DbG5318T.js | 103 KB | 30 KB (29%) | ✓ | 3rd |
| https://www.salesforce.com/c2/public/exp/pbc/server/scripts.1dbd8e09eac729e2673a.js | 38 KB | 29 KB (76%) | ✓ | 1st |
| https://www.salesforce.com/c2/public/exp/pbc/lwc/chunks/v4.umd.DeoxNscK.js | 20 KB | — | ✓ | 1st |
| https://c.salesforce.com/digital/@sfdc-www-emu/page-builder-miaw-ui/v1-stable/assets/useAgentforceStore-fYe70t_I.js | 1 KB | — | ✓ | 3rd |
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
CImage OptimizationAction70 images, 0 KB saveableREVIEW
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Performance issues directly impact user engagement and conversion rates.
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Text CompressionAll text resources are compressedPASS
A+Font Loading5 fonts (165 KB)PASS
Web fonts
5
165 KB total
Render-blocking
0
of 5
Dominant font-display
swap
Most common across fonts
Font loading timeline
Optimization checklist
- Preload critical fonts (priority=high)
- Use woff2 format for all fonts
- Set font-display to swap, optional, or fallback
- Subset large fonts (≤100 KB each)
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
AHTTP Cachingmax-age=300 (5 minutes)PASS
private, max-age=300
| Directive | Value | Meaning |
|---|---|---|
| private | — | Only browser cache, not CDN/proxy |
| max-age | 300 | Cache for 5 minutes |
Network Waterfall168 requests over 0msINFO
Performance analysis not available for this result.
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 1106ms | 0 KB | — | $15/mo | Costly |
a.sfdcstatic.com a.sfdcstatic.com | Other | 409ms | 110 KB | 30% | $5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 291ms | 210 KB | 34% | $4/mo | Costly |
s.go-mpulse.net s.go-mpulse.net | Other | 234ms | 60 KB | — | $3/mo | Costly |
c.salesforce.com c.salesforce.com | Other | 208ms | 14 KB | — | $3/mo | Costly |
a.sfdcstatic.com a.sfdcstatic.com | Other | 156ms | 111 KB | 54% | $2/mo | Optional |
a.sfdcstatic.com a.sfdcstatic.com | Other | 113ms | 33 KB | — | $2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 73ms | 112 KB | 57% | $1/mo | Optional |
a.sfdcstatic.com a.sfdcstatic.com | Other | 54ms | 11 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 1106ms and costs ~$15/month
- a.sfdcstatic.com adds 409ms and costs ~$5/month
- Google Tag Manager adds 291ms and costs ~$4/month
- s.go-mpulse.net adds 234ms and costs ~$3/month
- c.salesforce.com adds 208ms and costs ~$3/month
77% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.
When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.
Learn more ▾ ▴
Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.
Source: web.dev
Unattributable takes 1106ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
a.sfdcstatic.com takes 409ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Google Tag Manager takes 291ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
s.go-mpulse.net takes 234ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
c.salesforce.com takes 208ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
54% of a.sfdcstatic.com's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
57% of Google Tag Manager's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev