Performance
· 23 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.
686 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
765 ms
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
35 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.004
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
827 ms
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
1.61 s
Page Load Progression
BThird-Party Impact43% third-party, 0 ms blockingREVIEW
BJS Execution Cost543ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://newsroom.accenture.com/news/2025/accenture-and-schaeffler-pave-the-way-for-industrial-humanoid-robots-with-nvidia-and-microsoft-technologies | 178ms | 8ms | 0ms | 1st |
| Unattributable | 144ms | 26ms | 0ms | 1st |
| https://cdn.cookielaw.org/scripttemplates/202601.1.0/otBannerSdk.js | 114ms | 73ms | 23ms | 3rd |
| https://assets.adobedtm.com/55621ea95d50/15ee9f97ba5a/launch-275317c2ada0.min.js | 106ms | 80ms | 20ms | 3rd |
BJS Bundles21 scripts, 142 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://cdn.cookielaw.org/scripttemplates/202601.1.0/otBannerSdk.js | 127 KB | 68 KB (53%) | ✓ | 3rd |
| https://assets.adobedtm.com/55621ea95d50/15ee9f97ba5a/launch-275317c2ada0.min.js | 108 KB | 52 KB (48%) | ✓ | 3rd |
| https://newsroom.accenture.com/scripts/jquery-3.5.1.min.js | 32 KB | 22 KB (73%) | ✓ | 1st |
| https://newsroom.accenture.com/scripts/ffetch.js | 3 KB | — | ✓ | 1st |
| https://newsroom.accenture.com/scripts/cookies.js | 2 KB | — | ✓ | 1st |
| https://newsroom.accenture.com/scripts/lib-franklin.js | 8 KB | — | ✗ | 1st |
| https://newsroom.accenture.com/blocks/hero/hero.js | 2 KB | — | ✓ | 1st |
| https://newsroom.accenture.com/blocks/image/image.js | 2 KB | — | ✓ | 1st |
| https://newsroom.accenture.com/blocks/aside/aside.js | 5 KB | — | ✓ | 1st |
| https://newsroom.accenture.com/blocks/header/header.js | 6 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
BCompression AlgorithmMain response uses gzip; brotli would be ~20% smallerREVIEW
BServer-Timing ObservabilityNo Server-Timing header foundREVIEW
APage Weight Budget886 KB transferred, 66 requestsPASS
A+Text CompressionAll text resources are compressedPASS
AImage Optimization6 images, 0 KB saveablePASS
A+Font Loading6 fonts (195 KB)PASS
Web fonts
6
195 KB total
Render-blocking
0
of 6
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
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 ~27 KB and ~54 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+HTTP/3 (QUIC)HTTP/3 advertised via Alt-SvcPASS
A+LCP Image PreloadLCP preload audit not availablePASS
A+Main HTML Cache-ControlMain HTML max-age=300 (≤ 5min) is appropriatePASS
A+Server Response Intelligence2 server-response signal(s) detectedPASS
APage Weight Inventory66 resources · 886 KB · 142 KB savings availablePASS
~141.5 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 66 resources | 885.6 KiB | ||||||
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
A+HTTP Cachingmax-age=300 (5 minutes)PASS
public, max-age=300
| Directive | Value | Meaning |
|---|---|---|
| public | — | Any cache may store this response |
| max-age | 300 | Cache for 5 minutes |
Network Waterfall66 requests over 2662msINFO
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 | 114ms | 127 KB | 53% | $2/mo | Essential |
assets.adobedtm.com assets.adobedtm.com | Other | 106ms | 108 KB | 48% | $1/mo | Optional |
41% 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
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-08-04 — 2026-08-31)
LCP (p75)
2141 ms
82% good
INP (p75)
70 ms
96% good
CLS (p75)
0.020
95% good
FCP (p75)
1958 ms
TTFB (p75)
679 ms
Image Optimization5 images, 0 KB total, 0 KB wastedINFO
Image Optimization Audit
Total Images
5
Total Size
0 KB
Oversized
1