Performance
· 15 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.
1.33 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.94 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
3 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.03 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.
2.96 s
Page Load Progression
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
DPage Weight InventoryAction74 resources · 2.0 MB · 219 KB savings availableFIX
~218.9 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 74 resources | 2.0 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CPage Weight BudgetAction2.0 MB transferred, 74 requestsREVIEW
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
Subset fonts to include only used characters, or switch to system font stacks.
Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).
Source: web.dev font loading
BImage Optimization20 images, 0 KB saveableREVIEW
CJS Execution CostAction1009ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.broadcom.com/ | 255ms | 14ms | 3ms | 3rd |
| Unattributable | 209ms | 58ms | 0ms | 3rd |
| https://www.broadcom.com/js/vendor.bundle.js?hash=b5fbdb84d775db0f7be9 | 116ms | 101ms | 3ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-KF7XWD | 106ms | 73ms | 18ms | 3rd |
| https://www.broadcom.com/js/reactvendor.bundle.js?hash=ac801d0e85057d01cd98 | 98ms | 7ms | 6ms | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202603.1.0/otBannerSdk.js | 96ms | 49ms | 14ms | 3rd |
| https://www.broadcom.com/cdn-cgi/challenge-platform/scripts/jsd/main.js | 77ms | 61ms | 1ms | 3rd |
| https://www.broadcom.com/js/main.bundle.js?hash=af09ca2e611ce9ffeddd | 53ms | 46ms | 6ms | 3rd |
CJS BundlesAction14 scripts, 219 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtm.js?id=GTM-KF7XWD | 184 KB | 76 KB (42%) | ✓ | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202603.1.0/otBannerSdk.js | 130 KB | 69 KB (53%) | ✓ | 3rd |
| https://www.broadcom.com/js/main.bundle.js?hash=af09ca2e611ce9ffeddd | 57 KB | 30 KB (52%) | ✓ | 3rd |
| https://www.broadcom.com/js/reactvendor.bundle.js?hash=ac801d0e85057d01cd98 | 71 KB | 23 KB (32%) | ✓ | 3rd |
| https://www.broadcom.com/js/vendor.bundle.js?hash=b5fbdb84d775db0f7be9 | 41 KB | 21 KB (51%) | ✓ | 3rd |
| https://www.broadcom.com/js/1013.bundle.js?hash=2a9cf8632e29f2d66171 | 5 KB | — | ✓ | 3rd |
| https://cdn.cookielaw.org/scripttemplates/otSDKStub.js | 9 KB | — | ✓ | 3rd |
| https://www.broadcom.com/js/2104.bundle.js?hash=28ea788f7d0c9be36bd6 | 0 KB | — | ✓ | 3rd |
| https://www.broadcom.com/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js? | 11 KB | — | ✓ | 3rd |
| https://images.sw.broadcom.com/Web/CAInc2/%7B58429d82-f905-426a-9ac4-f3449d253fe0%7D_blocked-emails.js | 25 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
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 Loading9 fonts (498 KB)PASS
Web fonts
9
498 KB total
Render-blocking
0
of 9
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
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)
Fixing the unchecked items could save ~223 KB and ~446 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
Network Waterfall74 requests over 1859msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.broadcom.com www.broadcom.com | Other | 255ms | 15 KB | — | $3/mo | Costly |
Unattributable Unattributable | Other | 209ms | 0 KB | — | $3/mo | Costly |
www.broadcom.com www.broadcom.com | Other | 116ms | 41 KB | 51% | $2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 106ms | 184 KB | 42% | $1/mo | Optional |
www.broadcom.com www.broadcom.com | Other | 98ms | 71 KB | 32% | $1/mo | Optional |
OneTrust cdn.cookielaw.org | Consent | 96ms | 130 KB | 53% | $1/mo | Essential |
www.broadcom.com www.broadcom.com | Other | 77ms | 0 KB | — | $1/mo | Optional |
www.broadcom.com www.broadcom.com | Other | 53ms | 57 KB | 52% | $1/mo | Optional |
These scripts may cost more than they're worth
- www.broadcom.com adds 255ms and costs ~$3/month
- Unattributable adds 209ms and costs ~$3/month
100% 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
www.broadcom.com takes 255ms 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
Unattributable takes 209ms 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
51% of www.broadcom.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
53% of OneTrust'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
52% of www.broadcom.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