Performance
· 16 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.
7.21 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
18.86 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.57 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.013
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
8.82 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.
38.54 s
Page Load Progression
FPage Weight BudgetAction5.7 MB transferred, 253 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
FJS Execution CostAction13862ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 1787ms | 278ms | 0ms | 3rd |
| https://cdnssl.clicktale.net/www/bridge-WR110.js | 1731ms | 1681ms | 1ms | 3rd |
| https://www.cisco.com/ | 1593ms | 28ms | 10ms | 1st |
| https://cdn.appdynamics.com/adrum/adrum-latest.js?utv=ut4.49.202603261252 | 1544ms | 1204ms | 20ms | 3rd |
| https://www.cisco.com/etc.clientlibs/cisco-cdc/clientlibs/clientlib-ancillary.js | 925ms | 839ms | 1ms | 1st |
| https://www.cisco.com/etc/cloudsettings.kernel.js/conf/ciscoreimagine/settings/cloudsettings/default/contexthub | 829ms | 310ms | 45ms | 1st |
| https://www.googletagmanager.com/gtag/js?id=G-KP8QEFW4ML | 703ms | 570ms | 73ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-977185405&cx=c>m=4e6460 | 699ms | 576ms | 51ms | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202601.1.0/otBannerSdk.js | 467ms | 293ms | 65ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=DC-3569326&cx=c>m=4e6460 | 400ms | 349ms | 45ms | 3rd |
Showing top 10 of 28 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 | 65 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 Impact40% third-party, 0 ms blockingREVIEW
CImage OptimizationAction75 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
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 Hints9 hints, 0 missing preconnectsPASS
Current Resource Hints
9 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall253 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 | 1787ms | 0 KB | — | $24/mo | Costly |
cdnssl.clicktale.net cdnssl.clicktale.net | Other | 1731ms | 3 KB | — | $23/mo | Costly |
cdn.appdynamics.com cdn.appdynamics.com | Other | 1544ms | 150 KB | 44% | $20/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 703ms | 172 KB | 32% | $9/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 699ms | 144 KB | 37% | $9/mo | Costly |
OneTrust cdn.cookielaw.org | Consent | 467ms | 127 KB | 53% | $6/mo | Essential |
Google Tag Manager www.googletagmanager.com | Tag Manager | 400ms | 130 KB | 42% | $5/mo | Costly |
s.go-mpulse.net s.go-mpulse.net | Other | 345ms | 57 KB | 42% | $5/mo | Costly |
cdnssl.clicktale.net cdnssl.clicktale.net | Other | 339ms | 149 KB | 44% | $4/mo | Costly |
tags.tiqcdn.com tags.tiqcdn.com | Other | 277ms | 76 KB | 34% | $4/mo | Costly |
siteintercept.qualtrics.com siteintercept.qualtrics.com | Other | 203ms | 36 KB | 59% | $3/mo | Costly |
Facebook Pixel connect.facebook.net | Advertising | 195ms | 37 KB | — | $3/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 182ms | 95 KB | 34% | $2/mo | Optional |
j.6sc.co j.6sc.co | Other | 151ms | 19 KB | — | $2/mo | Optional |
cdn1.adoberesources.net cdn1.adoberesources.net | Other | 130ms | 41 KB | — | $2/mo | Optional |
munchkin.marketo.net munchkin.marketo.net | Other | 125ms | 5 KB | — | $2/mo | Optional |
cdn.appdynamics.com cdn.appdynamics.com | Other | 93ms | 56 KB | — | $1/mo | Optional |
Bing UET bat.bing.com | Advertising | 76ms | 16 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 1787ms and costs ~$24/month
- cdnssl.clicktale.net adds 1731ms and costs ~$23/month
- cdn.appdynamics.com adds 1544ms and costs ~$20/month
- Google Tag Manager adds 703ms and costs ~$9/month
- Google Tag Manager adds 699ms and costs ~$9/month
- Google Tag Manager adds 400ms and costs ~$5/month
- s.go-mpulse.net adds 345ms and costs ~$5/month
- cdnssl.clicktale.net adds 339ms and costs ~$4/month
- tags.tiqcdn.com adds 277ms and costs ~$4/month
- siteintercept.qualtrics.com adds 203ms and costs ~$3/month
68% 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 1787ms 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 1731ms 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 1544ms 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 703ms 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 699ms 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
Google Tag Manager takes 400ms 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 345ms 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 339ms 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
tags.tiqcdn.com takes 277ms 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
siteintercept.qualtrics.com takes 203ms 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
59% of siteintercept.qualtrics.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