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.
959 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.12 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
431 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.014
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.33 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.
8.61 s
Page Load Progression
FPage Weight BudgetAction4.9 MB transferred, 262 requestsFIX
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
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
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
DJS Execution CostAction3189ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 476ms | 43ms | 0ms | 3rd |
| https://www.cisco.com/ | 466ms | 8ms | 3ms | 1st |
| https://s.go-mpulse.net/boomerang/GKZXC-NS3SU-A7VFH-HKBHM-U7LKH | 363ms | 269ms | 8ms | 3rd |
| https://cdnssl.clicktale.net/www/bridge-WR110.js | 300ms | 294ms | 0ms | 3rd |
| https://cdn.appdynamics.com/adrum/adrum-latest.js?utv=ut4.49.202603261252 | 280ms | 203ms | 5ms | 3rd |
| https://www.cisco.com/etc.clientlibs/cisco-cdc/clientlibs/clientlib-ancillary.js | 248ms | 239ms | 0ms | 1st |
| https://www.cisco.com/etc/cloudsettings.kernel.js/conf/ciscoreimagine/settings/cloudsettings/default/contexthub | 173ms | 77ms | 11ms | 1st |
| https://www.googletagmanager.com/gtag/js?id=G-KP8QEFW4ML | 160ms | 131ms | 19ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-977185405&cx=c>m=4e6460 | 147ms | 115ms | 22ms | 3rd |
| https://www.cisco.com/etc.clientlibs/cisco-cdc/clientlibs/clientlib-homepage.lc-95fe5717a5ad1627cbaa8d557738e086-lc.min.js | 117ms | 50ms | 14ms | 1st |
Showing top 10 of 16 scripts
FJS BundlesAction98 scripts, 1.1 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://virtualconcierge.cisco.com/widgets/cisco-chat-widget.js | 643 KB | 484 KB (75%) | ✓ | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202601.1.0/otBannerSdk.js | 127 KB | 67 KB (53%) | ✓ | 3rd |
| https://cdn.appdynamics.com/adrum/adrum-latest.js?utv=ut4.49.202603261252 | 150 KB | 66 KB (44%) | ✓ | 3rd |
| https://cdnssl.clicktale.net/www47/ptc/964175d1-824d-4955-8351-00fc626a8aaa.js | 149 KB | 66 KB (44%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-KP8QEFW4ML | 172 KB | 55 KB (32%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=DC-3569326&cx=c>m=4e6460 | 130 KB | 55 KB (42%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-977185405&cx=c>m=4e6460 | 144 KB | 53 KB (37%) | ✓ | 3rd |
| https://www.cisco.com/etc/cloudsettings.kernel.js/conf/ciscoreimagine/settings/cloudsettings/default/contexthub | 93 KB | 45 KB (49%) | ✓ | 1st |
| https://www.cisco.com/etc.clientlibs/cisco-cdc/clientlibs/clientlib-homepage.lc-95fe5717a5ad1627cbaa8d557738e086-lc.min.js | 64 KB | 41 KB (65%) | ✓ | 1st |
| https://connect.facebook.net/en_US/fbevents.js | 95 KB | 32 KB (34%) | ✓ | 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
DHTTP CachingActionno-store (uncacheable)FIX
max-age=0, no-cache, no-store
| Directive | Value | Meaning |
|---|---|---|
| max-age | 0 | Cache for 0 seconds |
| no-cache | — | Cache but always revalidate first |
| no-store | — | Never cache this response |
BThird-Party Impact47% third-party, 0 ms blockingREVIEW
CImage OptimizationAction78 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
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 Loading2 fonts (96 KB)PASS
Web fonts
2
96 KB total
Render-blocking
0
of 2
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
Network Waterfall262 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 | 476ms | 0 KB | — | $6/mo | Costly |
s.go-mpulse.net s.go-mpulse.net | Other | 363ms | 57 KB | 41% | $5/mo | Costly |
cdnssl.clicktale.net cdnssl.clicktale.net | Other | 300ms | 3 KB | — | $4/mo | Costly |
cdn.appdynamics.com cdn.appdynamics.com | Other | 280ms | 150 KB | 44% | $4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 160ms | 172 KB | 32% | $2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 147ms | 144 KB | 37% | $2/mo | Optional |
OneTrust cdn.cookielaw.org | Consent | 111ms | 127 KB | 53% | $1/mo | Essential |
Google Tag Manager www.googletagmanager.com | Tag Manager | 94ms | 130 KB | 42% | $1/mo | Optional |
cdnssl.clicktale.net cdnssl.clicktale.net | Other | 84ms | 149 KB | 44% | $1/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 62ms | 37 KB | — | $1/mo | Optional |
tags.tiqcdn.com tags.tiqcdn.com | Other | 59ms | 76 KB | 34% | $1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 476ms and costs ~$6/month
- s.go-mpulse.net adds 363ms and costs ~$5/month
- cdnssl.clicktale.net adds 300ms and costs ~$4/month
- cdn.appdynamics.com adds 280ms and costs ~$4/month
67% of JavaScript execution time comes from third-party scripts.
Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.
Learn more ▾ ▴
Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.
Source: web.dev / HTTP Archive Web Almanac
Unattributable takes 476ms 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 363ms 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
cdnssl.clicktale.net takes 300ms 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
cdn.appdynamics.com takes 280ms 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
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