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.
6.34 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
13.39 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.59 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.173
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
8.80 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.
16.27 s
Page Load Progression
FPage Weight BudgetAction3.5 MB transferred, 140 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 ImpactAction92% third-party, 0 ms blockingFIX
FJS Execution CostAction14310ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 4242ms | 1984ms | 0ms | 3rd |
| https://a.sfdcstatic.com/digital/@sfdc-www/xsf-nav/v1-stable/navs-ssg.js | 2131ms | 1340ms | 3ms | 3rd |
| https://s.go-mpulse.net/boomerang/NCPYV-VGJPP-N4J93-8HN3B-8B6S3 | 1442ms | 420ms | 41ms | 3rd |
| https://www.salesforce.com/nl/?ir=1 | 1253ms | 88ms | 38ms | 1st |
| https://www.googletagmanager.com/gtm.js?id=GTM-WRXS6TH | 1120ms | 942ms | 147ms | 3rd |
| https://c.salesforce.com/digital/@sfdc-ogs/v1-stable/sdk/interactions.js | 693ms | 466ms | 1ms | 3rd |
| https://www.salesforce.com/c2/public/exp/pbc/lwc/chunks/v4.umd.DeoxNscK.js | 688ms | 588ms | 1ms | 1st |
| https://a.sfdcstatic.com/digital/one-trust/core/stable/scripttemplates/202408.1.0/otBannerSdk.js | 580ms | 282ms | 80ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-N4QVCLK>m=4e6411 | 265ms | 192ms | 63ms | 3rd |
| https://a.sfdcstatic.com/digital/one-trust/core/stable/scripttemplates/otSDKStub.js | 262ms | 175ms | 7ms | 3rd |
Showing top 10 of 24 scripts
DJS BundlesAction54 scripts, 458 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 (40%) | ✓ | 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 | 31 KB (30%) | ✓ | 3rd |
| https://s.go-mpulse.net/boomerang/NCPYV-VGJPP-N4J93-8HN3B-8B6S3 | 60 KB | 29 KB (48%) | ✓ | 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/_commonjsHelpers.CXUWDbkB.js | 1 KB | — | ✓ | 1st |
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 OptimizationAction38 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.
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
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
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 Waterfall140 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 | 4242ms | 0 KB | — | $56/mo | Costly |
a.sfdcstatic.com a.sfdcstatic.com | Other | 2131ms | 110 KB | 30% | $28/mo | Costly |
s.go-mpulse.net s.go-mpulse.net | Other | 1442ms | 60 KB | 48% | $19/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 1120ms | 210 KB | 34% | $15/mo | Costly |
c.salesforce.com c.salesforce.com | Other | 693ms | 14 KB | — | $9/mo | Costly |
a.sfdcstatic.com a.sfdcstatic.com | Other | 580ms | 111 KB | 54% | $8/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 265ms | 112 KB | 57% | $4/mo | Costly |
a.sfdcstatic.com a.sfdcstatic.com | Other | 262ms | 8 KB | — | $3/mo | Costly |
a.sfdcstatic.com a.sfdcstatic.com | Other | 213ms | 11 KB | — | $3/mo | Costly |
a.sfdcstatic.com a.sfdcstatic.com | Other | 198ms | 7 KB | — | $3/mo | Optional |
a.sfdcstatic.com a.sfdcstatic.com | Other | 164ms | 5 KB | — | $2/mo | Optional |
a.sfdcstatic.com a.sfdcstatic.com | Other | 129ms | 6 KB | — | $2/mo | Optional |
a.sfdcstatic.com a.sfdcstatic.com | Other | 103ms | 6 KB | — | $1/mo | Optional |
a.sfdcstatic.com a.sfdcstatic.com | Other | 99ms | 24 KB | — | $1/mo | Optional |
a.sfdcstatic.com a.sfdcstatic.com | Other | 90ms | 50 KB | — | $1/mo | Optional |
a.sfdcstatic.com a.sfdcstatic.com | Other | 77ms | 3 KB | — | $1/mo | Optional |
c.salesforce.com c.salesforce.com | Other | 70ms | 103 KB | 30% | $1/mo | Optional |
a.sfdcstatic.com a.sfdcstatic.com | Other | 54ms | 2 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 4242ms and costs ~$56/month
- a.sfdcstatic.com adds 2131ms and costs ~$28/month
- s.go-mpulse.net adds 1442ms and costs ~$19/month
- Google Tag Manager adds 1120ms and costs ~$15/month
- c.salesforce.com adds 693ms and costs ~$9/month
- a.sfdcstatic.com adds 580ms and costs ~$8/month
- Google Tag Manager adds 265ms and costs ~$4/month
- a.sfdcstatic.com adds 262ms and costs ~$3/month
- a.sfdcstatic.com adds 213ms and costs ~$3/month
83% 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 4242ms 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 2131ms 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 1442ms 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 1120ms 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 693ms 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 580ms 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
Google Tag Manager takes 265ms 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
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
a.sfdcstatic.com takes 262ms 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 213ms 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