Performance
· 27 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.
3.33 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
13.11 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
468 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.
8.47 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.
13.78 s
Page Load Progression
FPage Weight BudgetAction2.9 MB transferred, 67 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
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
FJS Execution CostAction3630ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.accenture.com/etc.clientlibs/cio-sites/clientlibs/clientlib-rad.lc-cd116fb96e62af3abcc5494ee11443db-lc.min.js | 1717ms | 752ms | 127ms | 1st |
| https://www.accenture.com/de-de | 496ms | 13ms | 5ms | 1st |
| https://www.accenture.com/etc/clientlibs/dtm-reactor/EN785f1994af8549b6b4a28ab29b6a7455/55621ea95d50/9203afe82f7a/launch-a70d6203cc26.min.js | 490ms | 376ms | 68ms | 1st |
| Unattributable | 483ms | 88ms | 0ms | 1st |
| https://cdn.cookielaw.org/scripttemplates/202601.1.0/otBannerSdk.js | 277ms | 188ms | 34ms | 3rd |
| https://www.accenture.com/etc.clientlibs/cio-sites/clientlibs/clientlib-rad-base.lc-6305a0055e23338eb19e6edb5a8f3cea-lc.min.js | 99ms | 93ms | 4ms | 1st |
| https://www.accenture.com/etc.clientlibs/clientlibs/granite/jquery.lc-7842899024219bcbdb5e72c946870b79-lc.min.js | 68ms | 40ms | 8ms | 1st |
DJS BundlesAction20 scripts, 387 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.accenture.com/etc.clientlibs/cio-sites/clientlibs/clientlib-rad.lc-cd116fb96e62af3abcc5494ee11443db-lc.min.js | 389 KB | 263 KB (69%) | ✓ | 1st |
| https://cdn.cookielaw.org/scripttemplates/202601.1.0/otBannerSdk.js | 127 KB | 67 KB (53%) | ✓ | 3rd |
| https://www.accenture.com/etc/clientlibs/dtm-reactor/EN785f1994af8549b6b4a28ab29b6a7455/55621ea95d50/9203afe82f7a/launch-a70d6203cc26.min.js | 132 KB | 57 KB (45%) | ✓ | 1st |
| https://www.accenture.com/etc.clientlibs/cq/testandtarget/clientlibs/testandtarget/parameters.lc-775c9eb7ff4c48025fbe3d707bcf5f55-lc.min.js | 7 KB | — | ✓ | 1st |
| https://www.accenture.com/etc.clientlibs/cio-sites/clientlibs/clientlib-rad-base.lc-6305a0055e23338eb19e6edb5a8f3cea-lc.min.js | 24 KB | — | ✓ | 1st |
| https://www.accenture.com/.rum/@adobe/helix-rum-js@%5E2/dist/micro.js | 1 KB | — | ✓ | 1st |
| https://www.accenture.com/etc.clientlibs/cq/personalization/clientlib/personalization/integrations/commons.lc-5370019fd157d93202ac2d6f771f04b8-lc.min.js | 8 KB | — | ✓ | 1st |
| https://www.accenture.com/etc.clientlibs/cq/testandtarget/clientlibs/testandtarget/atjs-integration.lc-401aa9ea1dd109fe7762186a74ae6c2b-lc.min.js | 9 KB | — | ✓ | 1st |
| https://www.accenture.com/content/dam/system-files/acom/custom-code/change-more/js/accenture-RAD-template-quick-fix.js | 1 KB | — | ✓ | 1st |
| https://www.accenture.com/content/dam/system-files/acom/custom-code/change-more/js/accenture-change-more-quick-fix.js | 2 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
DPage Weight InventoryAction67 resources · 2.9 MB · 387 KB savings availableFIX
~386.8 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 67 resources | 2.9 MiB | ||||||
BThird-Party Impact54% third-party, 0 ms blockingREVIEW
BImage Optimization13 images, 0 KB saveableREVIEW
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
BResource Hints30 hints, 0 missing preconnectsREVIEW
Current Resource Hints
30 resource hints configured
Each preconnect eagerly opens a TCP+TLS connection. On slow networks or low-end devices, too many parallel connections cause head-of-line blocking and starve the connections that matter for LCP. Trim to the 4-6 highest-value origins (the ones serving render-blocking or LCP resources).
Informational: a labeled value pair from the audit.
preconnect already does the DNS lookup; adding dns-prefetch to the same origin is at best a no-op. Sample: https://cdn.cookielaw.org, https://assets.adobedtm.com, https://api.company-target.com (+11 more). Remove the redundant dns-prefetch entries.
Performance issues directly impact user engagement and conversion rates.
The same href shouldn't appear in multiple hint rels -- one wins, the others are wasted markup and may confuse cache behavior. Sample: //cdnjs.cloudflare.com/ (preconnect+dns-prefetch), //somni.accenture.com/ (preconnect+dns-prefetch), //ml314.com/ (preconnect+dns-prefetch) (+11 more).
Performance issues directly impact user engagement and conversion rates.
BHTTP/3 (QUIC)HTTP/3 not advertisedREVIEW
BCompression AlgorithmMain response uses gzip; brotli would be ~20% smallerREVIEW
CMain HTML Cache-ControlActionMain HTML max-age=7200 (~120min) is aggressiveREVIEW
BServer-Timing ObservabilityNo Server-Timing header foundREVIEW
BJavaScript Blocking2 JS blocking issue(s) detectedREVIEW
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 (238 KB)PASS
Web fonts
5
238 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+LCP Image PreloadLCP preload audit not availablePASS
A+Server Response Intelligence2 server-response signal(s) detectedPASS
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
A+CSS Performance DepthNo CSS performance depth issues detectedPASS
A+HTTP Cachingmax-age=7200 (2 hours)PASS
public, max-age=7200, stale-while-revalidate=600, stale-if-error=600
| Directive | Value | Meaning |
|---|---|---|
| public | — | Any cache may store this response |
| max-age | 7200 | Cache for 2 hours |
| stale-while-revalidate | 600 | Serve stale for 10 minutes while fetching fresh |
| stale-if-error | 600 |
Network Waterfall67 requests over 3769msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
OneTrust cdn.cookielaw.org | Consent | 277ms | 127 KB | 53% | $5/mo | Essential |
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
Real-User Performance (CrUX)Field metrics from the Chrome User Experience ReportINFO
Chrome User Experience (CrUX)
Real-user metrics from the Chrome UX Report (2026-07-22 — 2026-08-18)
LCP (p75)
2574 ms
73% good
INP (p75)
309 ms
61% good
CLS (p75)
0.130
73% good
FCP (p75)
4072 ms
TTFB (p75)
869 ms
Image Optimization16 images, 0 KB total, 0 KB wastedINFO
Image Optimization Audit
Total Images
16
Total Size
0 KB
Oversized
3