Skip to content
https://newsroom.accenture.com/news/2025/accenture-and-schaeffler-pave-the-way-for-industrial-humanoid-robots-with-nvidia-and-microsoft-technologies

Performance

· 27 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
91
GRADE
A
FIX
1
REVIEW
4
PASS
18
INFO
4

Performance-focused optimization plan with CWV assessment, top offenders, and time estimates

87
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
100
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
100
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
92
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

2.01 s

Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.

2.31 s

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

373 ms

Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.

0.027

Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.

3.30 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.20 s

Page Load Progression

424 ms
848 ms
1.3 s
1.7 s
2.1 s
2.5 s
3.0 s
3.4 s
Checks
27
18 PASS 4 REVIEW 1 FIX
D
JS Execution Cost
Action
2459ms total JS execution
FIX
2459ms total JS execution
Warning::
https://newsroom.accenture.com/news/2025/accenture...: 918ms CPU time
Warning::
Unattributable: 522ms CPU time
Warning::
https://assets.adobedtm.com/55621ea95d50/15ee9f97b...: 395ms CPU time
Warning::
https://cdn.cookielaw.org/scripttemplates/202601.1...: 394ms CPU time
Info::
https://newsroom.accenture.com/scripts/scripts.js: 106ms CPU time
Info::
Third-party scripts: 790ms (32% of total)

Main Thread Breakdown

Script Evaluation 37% Other 26% Style & Layout 19% Rendering 8% Script Parsing & Compilation 7% Parse HTML & CSS 4%
ScriptTotalScriptingParse/CompileParty
https://newsroom.accenture.com/news/2025/accenture-and-schaeffler-pave-the-way-for-industrial-humanoid-robots-with-nvidia-and-microsoft-technologies918ms24ms1ms1st
Unattributable522ms102ms0ms1st
https://assets.adobedtm.com/55621ea95d50/15ee9f97ba5a/launch-275317c2ada0.min.js395ms299ms76ms3rd
https://cdn.cookielaw.org/scripttemplates/202601.1.0/otBannerSdk.js394ms255ms78ms3rd
https://newsroom.accenture.com/scripts/scripts.js106ms85ms1ms1st
https://newsroom.accenture.com/scripts/jquery-3.5.1.min.js66ms47ms14ms1st
https://newsroom.accenture.com/scripts/lib-franklin.js57ms36ms0ms1st
B
Third-Party Impact
44% third-party, 0 ms blocking
REVIEW
44% third-party, 0 ms blocking
Info::
Third-party code accounts for 44% of page weight (378.1 KiB of 858.5 KiB)
Info::
Third-party blocking time is low (0 ms)
56%
44%
First-party Third-party
B
JS Bundles
22 scripts, 142 KB unused
REVIEW
22 scripts, 142 KB unused
Warning::
https://cdn.cookielaw.org/scripttemplates/202601.1...: 68 KB unused (53%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://assets.adobedtm.com/55621ea95d50/15ee9f97b...: 52 KB unused (48%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://newsroom.accenture.com/scripts/jquery-3.5....: 22 KB unused (73%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 142 KB
142 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://cdn.cookielaw.org/scripttemplates/202601.1.0/otBannerSdk.js127 KB68 KB (53%)3rd
https://assets.adobedtm.com/55621ea95d50/15ee9f97ba5a/launch-275317c2ada0.min.js108 KB52 KB (48%)3rd
https://newsroom.accenture.com/scripts/jquery-3.5.1.min.js32 KB22 KB (73%)1st
https://newsroom.accenture.com/scripts/ffetch.js3 KB1st
https://newsroom.accenture.com/scripts/cookies.js2 KB1st
https://newsroom.accenture.com/scripts/lib-franklin.js8 KB1st
https://newsroom.accenture.com/blocks/hero/hero.js2 KB1st
https://newsroom.accenture.com/blocks/image/image.js2 KB1st
https://newsroom.accenture.com/blocks/aside/aside.js5 KB1st
https://newsroom.accenture.com/blocks/header/header.js6 KB1st

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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.

Why this matters

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.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

B
Compression Algorithm
Main response uses gzip; brotli would be ~20% smaller
REVIEW
Main response uses gzip; brotli would be ~20% smaller
Info::
Main HTML response uses gzip (brotli would be ~20% smaller)
All current browsers support brotli. Most CDNs (Cloudflare, Fastly, AWS CloudFront, Vercel, Netlify) can switch from gzip to brotli with a single config flag. Origin servers (nginx, Apache) need a brotli module compiled in -- nginx-brotli or Apache mod_brotli.
B
Server-Timing Observability
No Server-Timing header found
REVIEW
No Server-Timing header found
Info::
No Server-Timing header found
Server-Timing exposes backend timing breakdowns to browser DevTools (e.g., `db: 45ms; render: 120ms; cache: 2ms`). Useful for diagnosing slow pages without backend log access. Most modern frameworks (Next.js, Cloudflare Workers, Fastly) emit it automatically; absence on a managed platform usually means telemetry headers are stripped at the edge.
A
Page Weight Budget
859 KB transferred, 67 requests
PASS
859 KB transferred, 67 requests
Info::
Page weighs 2.2 MB (859 KB transferred)
Info::
67 HTTP requests
Info::
Estimated 0.18 g CO2 per page load
859 KB / 2.4 MB budget
859 KB transferred
67 requests
0.18 g CO2 per page load
JavaScript 347.9 KiB 41%
Fonts 195.4 KiB 23%
Other 139.7 KiB 16%
Images 138.0 KiB 16%
CSS 23.6 KiB 3%
HTML 7.5 KiB 1%
Other 3.3 KiB 0%
Other 3.0 KiB 0%
0 2.4 MB 4.9 MB
Under budget
A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A
Image Optimization
6 images, 0 KB saveable
PASS
6 images, 0 KB saveable
Info::
All images are well-optimized
6 images 138 KB
0 oversized -0 KB
3 legacy format
0 missing dimensions CLS risk
A+
Font Loading
6 fonts (195 KB)
PASS
6 fonts (195 KB)
Info::
6 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

6

195 KB total

Render-blocking

0

of 6

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 2.0 s LCP 2.3 shttps://newsroom.accenture.com/fonts/Graphik-Regular-Web.woff2Graphik-Regular-Web.woff2 https://newsroom.accenture.com/fonts/Graphik-Regular-Web.woff2 — 32.0 KiB — 26 ms — font-display: swaphttps://newsroom.accenture.com/fonts/Graphik-Black-Web.woff2Graphik-Black-Web.woff2 https://newsroom.accenture.com/fonts/Graphik-Black-Web.woff2 — 35.3 KiB — 25 ms — font-display: swaphttps://newsroom.accenture.com/fonts/Graphik-Bold-Web.woff2Graphik-Bold-Web.woff2 https://newsroom.accenture.com/fonts/Graphik-Bold-Web.woff2 — 35.7 KiB — 25 ms — font-display: swaphttps://newsroom.accenture.com/fonts/icomoon.ttficomoon.ttf https://newsroom.accenture.com/fonts/icomoon.ttf — 3.8 KiB — 14 ms — font-display: swaphttps://newsroom.accenture.com/fonts/ionicons.ttfionicons.ttf https://newsroom.accenture.com/fonts/ionicons.ttf — 86.8 KiB — 18 ms — font-display: swaphttps://newsroom.accenture.com/fonts/Graphik-Bold-Web.woff2Graphik-Bold-Web.woff2 https://newsroom.accenture.com/fonts/Graphik-Bold-Web.woff2 — 1.8 KiB — 13 ms — font-display: swap
Graphik-Regular-Web.woff2 woff2 swap
Size 32 KB
Load time 26 ms
Start 1.3 s
Risk FOUT — text flashes from fallback to web font
Graphik-Black-Web.woff2 woff2 swap
Size 35 KB
Load time 25 ms
Start 1.3 s
Risk FOUT — text flashes from fallback to web font
Graphik-Bold-Web.woff2 woff2 swap
Size 36 KB
Load time 25 ms
Start 1.3 s
Risk FOUT — text flashes from fallback to web font
icomoon.ttf ttf swap
Size 4 KB
Load time 14 ms
Start 1.4 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
ionicons.ttf ttf swap
Size 87 KB
Load time 18 ms
Start 1.5 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
Graphik-Bold-Web.woff2 woff2 swap
Size 2 KB
Load time 13 ms
Start 1.5 s
Risk FOUT — text flashes from fallback to web font
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 Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
HTTP/3 (QUIC)
HTTP/3 advertised via Alt-Svc
PASS
HTTP/3 advertised via Alt-Svc
Info::
HTTP/3 (QUIC) is supported
First-load mobile users on cellular networks see meaningful latency improvements with HTTP/3. The QUIC transport collapses TLS + TCP handshakes into one and recovers faster from packet loss.
A+
LCP Image Preload
LCP preload audit not available
PASS
LCP preload audit not available
Info::
LCP image preload audit not available for this scan
A+
Main HTML Cache-Control
Main HTML max-age=300 (≤ 5min) is appropriate
PASS
Main HTML max-age=300 (≤ 5min) is appropriate
Info::
Main HTML max-age=300 (≤ 5min) is appropriate
Got: public, max-age=300
A+
Server Response Intelligence
2 server-response signal(s) detected
PASS
2 server-response signal(s) detected
Info::
`Vary` header declared: Accept-Encoding
The page declares a `Vary` header, telling downstream caches which request headers the response varies on. Critical for content-negotiated responses (compression, language, cookies, device class).
Info::
`Last-Modified` present -- timestamp-based conditional GET supported
Consider also setting `ETag` for stronger revalidation -- ETags are content hashes that don't suffer from clock-skew or DST issues. Last-Modified alone is functional for conditional GETs and not a bug.
A
Page Weight Inventory
67 resources · 859 KB · 142 KB savings available
PASS
67 resources · 859 KB · 142 KB savings available
Info::
Within 1MB page-weight target
Got: 859 KB
Info::
~142 KB of savings available
Warning::
19 third-party resources (44% of weight)
67 resources · 858.5 KiB · 19 third-party Within 1MB page-weight target
JavaScript 41% · 347.9 KiB
Font 23% · 195.4 KiB
Image 18% · 158.4 KiB
Other 14% · 116.0 KiB
CSS 3% · 28.2 KiB
Document 1% · 12.5 KiB

~141.5 KiB of savings available

Remove unused JavaScript: 141.5 KiB
A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
A+
JavaScript Blocking
No render-blocking JS or document.write usage detected
PASS
No render-blocking JS or document.write usage detected
Info::
No JavaScript blocking issues detected
A+
CSS Performance Depth
No CSS performance depth issues detected
PASS
No CSS performance depth issues detected
Info::
No CSS performance depth issues detected
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Cloudflare

A+
HTTP Caching
max-age=300 (5 minutes)
PASS
max-age=300 (5 minutes)
Info::
Cache-Control header is set
Got: public, max-age=300
Info::
Effective TTL: 5 minutes (max-age=300)
Info::
Last-Modified header present
Cache-Control

public, max-age=300

DirectiveValueMeaning
publicAny cache may store this response
max-age300Cache for 5 minutes
Effective TTL: 300 seconds
Network Waterfall
67 requests over 3366ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 2.0 s LCP 2.3 shttps://newsroom.accenture.com/news/2025/accenture-and-schaeffler-pave-the-way-for-industrial-humanoid-robots-with-nvidia-and-microsoft-technologies/news/2025/accenture-and-schaeffler... https://newsroom.accenture.com/news/2025/accenture-and-schaeffler-pave-the-way-for-industrial-humanoid-robots-with-nvidia-and-microsoft-technologies — 200 — 7.5 KiB — 40 ms — h3https://newsroom.accenture.com/scripts/lib-franklin.js/scripts/lib-franklin.js https://newsroom.accenture.com/scripts/lib-franklin.js — 200 — 8.5 KiB — 56 ms — h3https://newsroom.accenture.com/scripts/scripts.js/scripts/scripts.js https://newsroom.accenture.com/scripts/scripts.js — 200 — 15.5 KiB — 16 ms — h3https://newsroom.accenture.com/styles/styles.css/styles/styles.css https://newsroom.accenture.com/styles/styles.css — 200 — 4.4 KiB — 34 ms — h3https://newsroom.accenture.com/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js/cdn-cgi/scripts/5c5dd728/cloudflar... https://newsroom.accenture.com/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js — 200 — 800 B — 8 ms — h3https://newsroom.accenture.com/scripts/constants.js/scripts/constants.js https://newsroom.accenture.com/scripts/constants.js — 200 — 2.8 KiB — 15 ms — h3https://newsroom.accenture.com/scripts/datepicker.js/scripts/datepicker.js https://newsroom.accenture.com/scripts/datepicker.js — 200 — 5.5 KiB — 17 ms — h3https://newsroom.accenture.com/scripts/ffetch.js/scripts/ffetch.js https://newsroom.accenture.com/scripts/ffetch.js — 200 — 3.5 KiB — 27 ms — h3https://newsroom.accenture.com/news/2025/media_1c036eaf17b24f336db39904fa31e89420464df1d.png?width=750&format=webply&optimize=medium/news/2025/media_1c036eaf17b24f336d... https://newsroom.accenture.com/news/2025/media_1c036eaf17b24f336db39904fa31e89420464df1d.png?width=750&format=webply&optimize=medium — 200 — 34.0 KiB — 266 ms — h3https://newsroom.accenture.com/favicon.ico/favicon.ico https://newsroom.accenture.com/favicon.ico — 200 — 3.3 KiB — 16 ms — h3https://newsroom.accenture.com/blocks/hero/hero.css/blocks/hero/hero.css https://newsroom.accenture.com/blocks/hero/hero.css — 200 — 2.7 KiB — 17 ms — h3https://newsroom.accenture.com/blocks/hero/hero.js/blocks/hero/hero.js https://newsroom.accenture.com/blocks/hero/hero.js — 200 — 2.5 KiB — 14 ms — h3https://newsroom.accenture.com/placeholders.json/placeholders.json https://newsroom.accenture.com/placeholders.json — 200 — 3.3 KiB — 15 ms — h3https://newsroom.accenture.com/blocks/image/image.css/blocks/image/image.css https://newsroom.accenture.com/blocks/image/image.css — 200 — 2.0 KiB — 152 ms — h3https://newsroom.accenture.com/blocks/image/image.js/blocks/image/image.js https://newsroom.accenture.com/blocks/image/image.js — 200 — 2.2 KiB — 188 ms — h3https://newsroom.accenture.com/blocks/aside/aside.css/blocks/aside/aside.css https://newsroom.accenture.com/blocks/aside/aside.css — 200 — 2.0 KiB — 191 ms — h3https://newsroom.accenture.com/blocks/aside/aside.js/blocks/aside/aside.js https://newsroom.accenture.com/blocks/aside/aside.js — 200 — 4.9 KiB — 151 ms — h3https://newsroom.accenture.com/news/2025/media_1f43ab42425ef668d31ca73f47d00fb2b5b78c16a.png?width=750&format=webply&optimize=medium/news/2025/media_1f43ab42425ef668d3... https://newsroom.accenture.com/news/2025/media_1f43ab42425ef668d31ca73f47d00fb2b5b78c16a.png?width=750&format=webply&optimize=medium — 200 — 12.0 KiB — 207 ms — h3https://newsroom.accenture.com/icons/social-linkedin.svg/icons/social-linkedin.svg https://newsroom.accenture.com/icons/social-linkedin.svg — 200 — 2.3 KiB — 160 ms — h3https://newsroom.accenture.com/icons/social-facebook.svg/icons/social-facebook.svg https://newsroom.accenture.com/icons/social-facebook.svg — 200 — 1.6 KiB — 261 ms — h3https://newsroom.accenture.com/icons/social-email.svg/icons/social-email.svg https://newsroom.accenture.com/icons/social-email.svg — 200 — 2.1 KiB — 148 ms — h3https://newsroom.accenture.com/icons/social-print.svg/icons/social-print.svg https://newsroom.accenture.com/icons/social-print.svg — 200 — 2.1 KiB — 150 ms — h3https://newsroom.accenture.com/tags.json/tags.json https://newsroom.accenture.com/tags.json — 200 — 2.7 KiB — 136 ms — h3https://newsroom.accenture.com/blocks/header/header.css/blocks/header/header.css https://newsroom.accenture.com/blocks/header/header.css — 200 — 5.0 KiB — 155 ms — h3https://newsroom.accenture.com/blocks/header/header.js/blocks/header/header.js https://newsroom.accenture.com/blocks/header/header.js — 200 — 5.5 KiB — 159 ms — h3https://newsroom.accenture.com/blocks/footer/footer.css/blocks/footer/footer.css https://newsroom.accenture.com/blocks/footer/footer.css — 200 — 3.0 KiB — 17 ms — h3https://newsroom.accenture.com/blocks/footer/footer.js/blocks/footer/footer.js https://newsroom.accenture.com/blocks/footer/footer.js — 200 — 3.8 KiB — 22 ms — h3https://newsroom.accenture.com/styles/lazy-styles.css/styles/lazy-styles.css https://newsroom.accenture.com/styles/lazy-styles.css — 200 — 2.2 KiB — 20 ms — h3https://newsroom.accenture.com/styles/fonts.css/styles/fonts.css https://newsroom.accenture.com/styles/fonts.css — 200 — 2.2 KiB — 37 ms — h3https://newsroom.accenture.com/scripts/delayed.js/scripts/delayed.js https://newsroom.accenture.com/scripts/delayed.js — 200 — 8.9 KiB — 22 ms — h3
0 ms 1.0 s 2.0 s 3.0 s FCP 2.0 s LCP 2.3 shttps://newsroom.accenture.com/news/2025/accenture-and-schaeffler-pave-the-way-for-industrial-humanoid-robots-with-nvidia-and-microsoft-technologies/news/2025/accenture-and-schaeffler... https://newsroom.accenture.com/news/2025/accenture-and-schaeffler-pave-the-way-for-industrial-humanoid-robots-with-nvidia-and-microsoft-technologies — 200 — 7.5 KiB — 40 ms — h3https://newsroom.accenture.com/scripts/lib-franklin.js/scripts/lib-franklin.js https://newsroom.accenture.com/scripts/lib-franklin.js — 200 — 8.5 KiB — 56 ms — h3https://newsroom.accenture.com/scripts/scripts.js/scripts/scripts.js https://newsroom.accenture.com/scripts/scripts.js — 200 — 15.5 KiB — 16 ms — h3https://newsroom.accenture.com/styles/styles.css/styles/styles.css https://newsroom.accenture.com/styles/styles.css — 200 — 4.4 KiB — 34 ms — h3https://newsroom.accenture.com/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js/cdn-cgi/scripts/5c5dd728/cloudflar... https://newsroom.accenture.com/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js — 200 — 800 B — 8 ms — h3https://newsroom.accenture.com/scripts/constants.js/scripts/constants.js https://newsroom.accenture.com/scripts/constants.js — 200 — 2.8 KiB — 15 ms — h3https://newsroom.accenture.com/scripts/datepicker.js/scripts/datepicker.js https://newsroom.accenture.com/scripts/datepicker.js — 200 — 5.5 KiB — 17 ms — h3https://newsroom.accenture.com/scripts/ffetch.js/scripts/ffetch.js https://newsroom.accenture.com/scripts/ffetch.js — 200 — 3.5 KiB — 27 ms — h3https://newsroom.accenture.com/news/2025/media_1c036eaf17b24f336db39904fa31e89420464df1d.png?width=750&format=webply&optimize=medium/news/2025/media_1c036eaf17b24f336d... https://newsroom.accenture.com/news/2025/media_1c036eaf17b24f336db39904fa31e89420464df1d.png?width=750&format=webply&optimize=medium — 200 — 34.0 KiB — 266 ms — h3https://newsroom.accenture.com/favicon.ico/favicon.ico https://newsroom.accenture.com/favicon.ico — 200 — 3.3 KiB — 16 ms — h3https://newsroom.accenture.com/blocks/hero/hero.css/blocks/hero/hero.css https://newsroom.accenture.com/blocks/hero/hero.css — 200 — 2.7 KiB — 17 ms — h3https://newsroom.accenture.com/blocks/hero/hero.js/blocks/hero/hero.js https://newsroom.accenture.com/blocks/hero/hero.js — 200 — 2.5 KiB — 14 ms — h3https://newsroom.accenture.com/placeholders.json/placeholders.json https://newsroom.accenture.com/placeholders.json — 200 — 3.3 KiB — 15 ms — h3https://newsroom.accenture.com/blocks/image/image.css/blocks/image/image.css https://newsroom.accenture.com/blocks/image/image.css — 200 — 2.0 KiB — 152 ms — h3https://newsroom.accenture.com/blocks/image/image.js/blocks/image/image.js https://newsroom.accenture.com/blocks/image/image.js — 200 — 2.2 KiB — 188 ms — h3https://newsroom.accenture.com/blocks/aside/aside.css/blocks/aside/aside.css https://newsroom.accenture.com/blocks/aside/aside.css — 200 — 2.0 KiB — 191 ms — h3https://newsroom.accenture.com/blocks/aside/aside.js/blocks/aside/aside.js https://newsroom.accenture.com/blocks/aside/aside.js — 200 — 4.9 KiB — 151 ms — h3https://newsroom.accenture.com/news/2025/media_1f43ab42425ef668d31ca73f47d00fb2b5b78c16a.png?width=750&format=webply&optimize=medium/news/2025/media_1f43ab42425ef668d3... https://newsroom.accenture.com/news/2025/media_1f43ab42425ef668d31ca73f47d00fb2b5b78c16a.png?width=750&format=webply&optimize=medium — 200 — 12.0 KiB — 207 ms — h3https://newsroom.accenture.com/icons/social-linkedin.svg/icons/social-linkedin.svg https://newsroom.accenture.com/icons/social-linkedin.svg — 200 — 2.3 KiB — 160 ms — h3https://newsroom.accenture.com/icons/social-facebook.svg/icons/social-facebook.svg https://newsroom.accenture.com/icons/social-facebook.svg — 200 — 1.6 KiB — 261 ms — h3https://newsroom.accenture.com/icons/social-email.svg/icons/social-email.svg https://newsroom.accenture.com/icons/social-email.svg — 200 — 2.1 KiB — 148 ms — h3https://newsroom.accenture.com/icons/social-print.svg/icons/social-print.svg https://newsroom.accenture.com/icons/social-print.svg — 200 — 2.1 KiB — 150 ms — h3https://newsroom.accenture.com/tags.json/tags.json https://newsroom.accenture.com/tags.json — 200 — 2.7 KiB — 136 ms — h3https://newsroom.accenture.com/blocks/header/header.css/blocks/header/header.css https://newsroom.accenture.com/blocks/header/header.css — 200 — 5.0 KiB — 155 ms — h3https://newsroom.accenture.com/blocks/header/header.js/blocks/header/header.js https://newsroom.accenture.com/blocks/header/header.js — 200 — 5.5 KiB — 159 ms — h3https://newsroom.accenture.com/blocks/footer/footer.css/blocks/footer/footer.css https://newsroom.accenture.com/blocks/footer/footer.css — 200 — 3.0 KiB — 17 ms — h3https://newsroom.accenture.com/blocks/footer/footer.js/blocks/footer/footer.js https://newsroom.accenture.com/blocks/footer/footer.js — 200 — 3.8 KiB — 22 ms — h3https://newsroom.accenture.com/styles/lazy-styles.css/styles/lazy-styles.css https://newsroom.accenture.com/styles/lazy-styles.css — 200 — 2.2 KiB — 20 ms — h3https://newsroom.accenture.com/styles/fonts.css/styles/fonts.css https://newsroom.accenture.com/styles/fonts.css — 200 — 2.2 KiB — 37 ms — h3https://newsroom.accenture.com/scripts/delayed.js/scripts/delayed.js https://newsroom.accenture.com/scripts/delayed.js — 200 — 8.9 KiB — 22 ms — h3https://newsroom.accenture.com/scripts/cookies.js/scripts/cookies.js https://newsroom.accenture.com/scripts/cookies.js — 200 — 2.2 KiB — 176 ms — h3https://newsroom.accenture.com/footer.plain.html/footer.plain.html https://newsroom.accenture.com/footer.plain.html — 200 — 2.6 KiB — 136 ms — h3https://newsroom.accenture.com/fonts/Graphik-Regular-Web.woff2/fonts/Graphik-Regular-Web.woff2 https://newsroom.accenture.com/fonts/Graphik-Regular-Web.woff2 — 200 — 32.0 KiB — 26 ms — h3https://newsroom.accenture.com/fonts/Graphik-Black-Web.woff2/fonts/Graphik-Black-Web.woff2 https://newsroom.accenture.com/fonts/Graphik-Black-Web.woff2 — 200 — 35.3 KiB — 25 ms — h3https://newsroom.accenture.com/fonts/Graphik-Bold-Web.woff2/fonts/Graphik-Bold-Web.woff2 https://newsroom.accenture.com/fonts/Graphik-Bold-Web.woff2 — 200 — 35.7 KiB — 25 ms — h3https://newsroom.accenture.com/nav.plain.html/nav.plain.html https://newsroom.accenture.com/nav.plain.html — 200 — 2.4 KiB — 130 ms — h3https://newsroom.accenture.com/icons/acn-brand-icon.svg/icons/acn-brand-icon.svg https://newsroom.accenture.com/icons/acn-brand-icon.svg — 200 — 2.3 KiB — 214 ms — h3https://newsroom.accenture.com/fonts/icomoon.ttf/fonts/icomoon.ttf https://newsroom.accenture.com/fonts/icomoon.ttf — 200 — 3.8 KiB — 14 ms — h3https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — 200 — 9.1 KiB — 20 ms — h2https://cdn.cookielaw.org/consent/b6b6947b-e233-46b5-9b4e-ccc2cd860869/b6b6947b-e233-46b5-9b4e-ccc2cd860869.jsoncdn.cookielaw.org/consent/b6b6947b-... https://cdn.cookielaw.org/consent/b6b6947b-e233-46b5-9b4e-ccc2cd860869/b6b6947b-e233-46b5-9b4e-ccc2cd860869.json — 200 — 2.8 KiB — 24 ms — h2https://newsroom.accenture.com/scripts/one-trust-geo-script.js/scripts/one-trust-geo-script.js https://newsroom.accenture.com/scripts/one-trust-geo-script.js — 200 — 2.6 KiB — 296 ms — h3https://geolocation.onetrust.com/cookieconsentpub/v1/geo/locationgeolocation.onetrust.com/cookiecons... https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location — 200 — 285 B — 23 ms — h2https://cdn.cookielaw.org/scripttemplates/202601.1.0/otBannerSdk.jscdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202601.1.0/otBannerSdk.js — 200 — 127.0 KiB — 17 ms — h2https://newsroom.accenture.com/icons/linkedin.svg/icons/linkedin.svg https://newsroom.accenture.com/icons/linkedin.svg — 200 — 2.2 KiB — 181 ms — h3https://newsroom.accenture.com/icons/twitter.svg/icons/twitter.svg https://newsroom.accenture.com/icons/twitter.svg — 200 — 2.0 KiB — 657 ms — h3https://newsroom.accenture.com/icons/facebook.svg/icons/facebook.svg https://newsroom.accenture.com/icons/facebook.svg — 200 — 2.1 KiB — 146 ms — h3https://newsroom.accenture.com/icons/youtube.svg/icons/youtube.svg https://newsroom.accenture.com/icons/youtube.svg — 200 — 2.1 KiB — 144 ms — h3https://newsroom.accenture.com/news/2025/media_1f5aead628e0dc5e25d92f2496bdb203f5dd42e7b.png?width=750&format=webply&optimize=medium/news/2025/media_1f5aead628e0dc5e25... https://newsroom.accenture.com/news/2025/media_1f5aead628e0dc5e25d92f2496bdb203f5dd42e7b.png?width=750&format=webply&optimize=medium — 200 — 4.3 KiB — 182 ms — h3https://newsroom.accenture.com/fonts/ionicons.ttf/fonts/ionicons.ttf https://newsroom.accenture.com/fonts/ionicons.ttf — 200 — 86.8 KiB — 18 ms — h3https://newsroom.accenture.com/fonts/Graphik-Bold-Web.woff2/fonts/Graphik-Bold-Web.woff2 https://newsroom.accenture.com/fonts/Graphik-Bold-Web.woff2 — 200 — 1.8 KiB — 13 ms — h3https://cdn.cookielaw.org/consent/b6b6947b-e233-46b5-9b4e-ccc2cd860869/019a520e-af2c-7ca0-85b9-735ae873f985/en.jsoncdn.cookielaw.org/consent/b6b6947b-... https://cdn.cookielaw.org/consent/b6b6947b-e233-46b5-9b4e-ccc2cd860869/019a520e-af2c-7ca0-85b9-735ae873f985/en.json — 200 — 17.6 KiB — 21 ms — h2https://cdn.cookielaw.org/scripttemplates/202601.1.0/assets/otFlat.jsoncdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202601.1.0/assets/otFlat.json — 200 — 3.4 KiB — 13 ms — h2https://cdn.cookielaw.org/scripttemplates/202601.1.0/assets/v2/otPcCenter.jsoncdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202601.1.0/assets/v2/otPcCenter.json — 200 — 13.3 KiB — 17 ms — h2https://cdn.cookielaw.org/scripttemplates/202601.1.0/assets/otCommonStyles.csscdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202601.1.0/assets/otCommonStyles.css — 200 — 4.6 KiB — 14 ms — h2https://cdn.cookielaw.org/logos/static/ot_guard_logo.svgcdn.cookielaw.org/logos/static/ot_g... https://cdn.cookielaw.org/logos/static/ot_guard_logo.svg — 200 — 489 B — 11 ms — h2https://cdn.cookielaw.org/logos/2396a178-b290-4b3f-bf3f-5be727810e2a/da55c9c0-5aa0-41ff-9815-2f6f99dbcd3f/63282347-24d3-4ab6-af1f-0ea234f88ba9/Acc_Logo_Black_Purple_RGB.pngcdn.cookielaw.org/logos/2396a178-b2... https://cdn.cookielaw.org/logos/2396a178-b290-4b3f-bf3f-5be727810e2a/da55c9c0-5aa0-41ff-9815-2f6f99dbcd3f/63282347-24d3-4ab6-af1f-0ea234f88ba9/Acc_Logo_Black_Purple_RGB.png — 200 — 82.9 KiB — 17 ms — h2https://cdn.cookielaw.org/logos/static/powered_by_logo.svgcdn.cookielaw.org/logos/static/powe... https://cdn.cookielaw.org/logos/static/powered_by_logo.svg — 200 — 2.7 KiB — 11 ms — h2https://geolocation.onetrust.com/cookieconsentpub/v1/geo/locationgeolocation.onetrust.com/cookiecons... https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location — 200 — 130 B — 12 ms — h2https://newsroom.accenture.com/scripts/jquery-3.5.1.min.js/scripts/jquery-3.5.1.min.js https://newsroom.accenture.com/scripts/jquery-3.5.1.min.js — 200 — 32.0 KiB — 150 ms — h3https://api.demandbase.com/api/v2/ip.json?key=4RB1W8tybpJRLdkTK0TRQcWfhYutivBKD5dyciDaapi.demandbase.com/api/v2/ip.json?k... https://api.demandbase.com/api/v2/ip.json?key=4RB1W8tybpJRLdkTK0TRQcWfhYutivBKD5dyciDa — 200 — 1.4 KiB — 137 ms — http/1.1https://assets.adobedtm.com/55621ea95d50/15ee9f97ba5a/launch-275317c2ada0.min.jsassets.adobedtm.com/55621ea95d50/15... https://assets.adobedtm.com/55621ea95d50/15ee9f97ba5a/launch-275317c2ada0.min.js — 200 — 107.9 KiB — 16 ms — h2https://www.cloudflare.com/cdn-cgi/tracewww.cloudflare.com/cdn-cgi/trace https://www.cloudflare.com/cdn-cgi/trace — 200 — 1.9 KiB — 17 ms — h3https://assets.adobedtm.com/55621ea95d50/15ee9f97ba5a/be60954acea7/RC2314f28b6f224403b2b5dda46450e8f8-source.min.jsassets.adobedtm.com/55621ea95d50/15... https://assets.adobedtm.com/55621ea95d50/15ee9f97ba5a/be60954acea7/RC2314f28b6f224403b2b5dda46450e8f8-source.min.js — 200 — 504 B — 23 ms — h2https://assets.adobedtm.com/55621ea95d50/15ee9f97ba5a/be60954acea7/RC3ff4ed275d37477caac9d09f48cb17ab-source.min.jsassets.adobedtm.com/55621ea95d50/15... https://assets.adobedtm.com/55621ea95d50/15ee9f97ba5a/be60954acea7/RC3ff4ed275d37477caac9d09f48cb17ab-source.min.js — 200 — 766 B — 5 ms — h2https://assets.adobedtm.com/55621ea95d50/15ee9f97ba5a/be60954acea7/RCa195942eb126460590128e3ed9fe90e6-source.min.jsassets.adobedtm.com/55621ea95d50/15... https://assets.adobedtm.com/55621ea95d50/15ee9f97ba5a/be60954acea7/RCa195942eb126460590128e3ed9fe90e6-source.min.js — 200 — 884 B — 20 ms — h2https://assets.adobedtm.com/55621ea95d50/15ee9f97ba5a/be60954acea7/RCe2f2ec5dc6484fcc9d25fd16ce2f753f-source.min.jsassets.adobedtm.com/55621ea95d50/15... https://assets.adobedtm.com/55621ea95d50/15ee9f97ba5a/be60954acea7/RCe2f2ec5dc6484fcc9d25fd16ce2f753f-source.min.js — 200 — 517 B — 10 ms — h2https://newsroom.accenture.com/query-index.json?offset=0&limit=500&ts=29805902&sheet=articles/query-index.json?offset=0&limit=50... https://newsroom.accenture.com/query-index.json?offset=0&limit=500&ts=29805902&sheet=articles — 200 — 69.3 KiB — 163 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
32% of JavaScript execution is third-party
First-party Third-party 790ms · 235KB · $10/mo
assets.adobedtm.com
Other
Costly
Execution 395ms
Transfer 108 KB
Unused 48%
Monthly Cost $5/mo
OneTrust
Consent
Essential
Execution 394ms
Transfer 127 KB
Unused 53%
Monthly Cost $5/mo

These scripts may cost more than they're worth

  • assets.adobedtm.com adds 395ms and costs ~$5/month

assets.adobedtm.com takes 395ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

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.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

How third-party costs are calculated

Real-User Performance (CrUX)
Field metrics from the Chrome User Experience Report
INFO

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

This origin passes Core Web Vitals assessment
Image Optimization
5 images, 0 KB total, 0 KB wasted
INFO

Image Optimization Audit

Total Images

5

Total Size

0 KB

Oversized

1

2 missing dimensions 3 missing lazy loading
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback