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.
7.00 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
23.75 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
4.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.002
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
12.31 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.
33.53 s
Page Load Progression
FPage Weight BudgetAction7.1 MB transferred, 164 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
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
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.
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
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction14861ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.accenture.com/etc.clientlibs/cio-sites/clientlibs/clientlib-rad.lc-5bc3bb9597fa59bca96b8c3d39c2234c-lc.min.js | 3656ms | 1234ms | 291ms | 3rd |
| Unattributable | 1952ms | 471ms | 0ms | 1st |
| https://www.accenture.com/etc/clientlibs/dtm-reactor/EN785f1994af8549b6b4a28ab29b6a7455/55621ea95d50/9203afe82f7a/launch-a70d6203cc26.min.js | 1895ms | 1331ms | 172ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-M494JBCPJ3 | 1217ms | 854ms | 350ms | 3rd |
| https://www.accenture.com/en | 765ms | 43ms | 10ms | 3rd |
| https://connect.facebook.net/en_US/fbevents.js | 645ms | 535ms | 82ms | 3rd |
| https://cdnssl.clicktale.net/www27/ptc/BD52AD0E-C233-4C22-882D-4C2151B49D64.js | 543ms | 434ms | 88ms | 3rd |
| https://www.datadoghq-browser-agent.com/datadog-rum-v6.js | 486ms | 370ms | 27ms | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202601.1.0/otBannerSdk.js | 470ms | 307ms | 79ms | 3rd |
| https://connect.facebook.net/signals/config/772335989453317?v=2.9.403&r=stable&domain=www.accenture.com&im=1&hme=ecef7557496abce7ebfd30d9fec7f02b78383ffbf3f454783aea671f0dea1dfc&ex_m=117%2C234%2C168%2C27%2C81%2C82%2C160%2C77%2C76%2C11%2C178%2C101%2C20%2C152%2C140%2C46%2C84%2C89%2C148%2C173%2C180%2C8%2C4%2C5%2C7%2C6%2C3%2C102%2C114%2C32%2C17%2C31%2C18%2C33%2C34%2C35%2C37%2C55%2C161%2C86%2C125%2C22%2C24%2C51%2C47%2C49%2C48%2C94%2C103%2C107%2C123%2C159%2C162%2C53%2C124%2C29%2C26%2C132%2C78%2C43%2C164%2C163%2C165%2C156%2C154%2C30%2C42%2C66%2C122%2C175%2C79%2C21%2C127%2C92%2C75%2C23%2C96%2C97%2C129%2C95%2C150%2C149%2C153%2C108%2C174%2C177%2C41%2C56%2C126%2C54%2C182%2C109%2C181%2C201%2C248%2C83%2C262%2C261%2C260%2C14%2C25%2C28%2C40%2C62%2C116%2C68%2C10%2C72%2C110%2C111%2C112%2C118%2C143%2C38%2C36%2C145%2C146%2C147%2C142%2C141%2C169%2C85%2C172%2C170%2C171%2C57%2C67%2C136%2C19%2C176%2C52%2C311%2C312%2C313%2C310%2C326%2C351%2C241%2C230%2C69%2C231%2C229%2C354%2C345%2C59%2C242%2C120%2C144%2C91%2C134%2C61%2C133%2C139%2C138%2C65%2C73%2C71%2C166%2C87%2C88%2C128%2C44%2C39%2C60%2C63%2C113%2C179%2C1%2C137%2C16%2C135%2C12%2C2%2C64%2C104%2C15%2C74%2C70%2C131%2C100%2C99%2C184%2C185%2C105%2C106%2C9%2C115%2C183%2C58%2C157%2C98%2C90%2C80%2C130%2C119%2C50%2C158%2C0%2C93%2C151%2C155%2C167%2C45%2C121%2C13%2C186 | 464ms | 328ms | 67ms | 3rd |
Showing top 10 of 23 scripts
FJS BundlesAction58 scripts, 807 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-5bc3bb9597fa59bca96b8c3d39c2234c-lc.min.js | 391 KB | 281 KB (73%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=DC-10351289 | 139 KB | 104 KB (75%) | ✓ | 3rd |
| https://cdnssl.clicktale.net/www27/ptc/BD52AD0E-C233-4C22-882D-4C2151B49D64.js | 164 KB | 89 KB (55%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-M494JBCPJ3 | 188 KB | 76 KB (40%) | ✓ | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202601.1.0/otBannerSdk.js | 127 KB | 68 KB (54%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=DC-10351289&cx=c>m=4e69g1h1 | 139 KB | 62 KB (45%) | ✓ | 3rd |
| https://www.accenture.com/etc/clientlibs/dtm-reactor/EN785f1994af8549b6b4a28ab29b6a7455/55621ea95d50/9203afe82f7a/launch-a70d6203cc26.min.js | 133 KB | 38 KB (30%) | ✓ | 3rd |
| https://connect.facebook.net/en_US/fbevents.js | 108 KB | 36 KB (34%) | ✓ | 3rd |
| https://www.datadoghq-browser-agent.com/datadog-rum-v6.js | 59 KB | 28 KB (48%) | ✓ | 3rd |
| https://connect.facebook.net/signals/config/772335989453317?v=2.9.403&r=stable&domain=www.accenture.com&im=1&hme=ecef7557496abce7ebfd30d9fec7f02b78383ffbf3f454783aea671f0dea1dfc&ex_m=117%2C234%2C168%2C27%2C81%2C82%2C160%2C77%2C76%2C11%2C178%2C101%2C20%2C152%2C140%2C46%2C84%2C89%2C148%2C173%2C180%2C8%2C4%2C5%2C7%2C6%2C3%2C102%2C114%2C32%2C17%2C31%2C18%2C33%2C34%2C35%2C37%2C55%2C161%2C86%2C125%2C22%2C24%2C51%2C47%2C49%2C48%2C94%2C103%2C107%2C123%2C159%2C162%2C53%2C124%2C29%2C26%2C132%2C78%2C43%2C164%2C163%2C165%2C156%2C154%2C30%2C42%2C66%2C122%2C175%2C79%2C21%2C127%2C92%2C75%2C23%2C96%2C97%2C129%2C95%2C150%2C149%2C153%2C108%2C174%2C177%2C41%2C56%2C126%2C54%2C182%2C109%2C181%2C201%2C248%2C83%2C262%2C261%2C260%2C14%2C25%2C28%2C40%2C62%2C116%2C68%2C10%2C72%2C110%2C111%2C112%2C118%2C143%2C38%2C36%2C145%2C146%2C147%2C142%2C141%2C169%2C85%2C172%2C170%2C171%2C57%2C67%2C136%2C19%2C176%2C52%2C311%2C312%2C313%2C310%2C326%2C351%2C241%2C230%2C69%2C231%2C229%2C354%2C345%2C59%2C242%2C120%2C144%2C91%2C134%2C61%2C133%2C139%2C138%2C65%2C73%2C71%2C166%2C87%2C88%2C128%2C44%2C39%2C60%2C63%2C113%2C179%2C1%2C137%2C16%2C135%2C12%2C2%2C64%2C104%2C15%2C74%2C70%2C131%2C100%2C99%2C184%2C185%2C105%2C106%2C9%2C115%2C183%2C58%2C157%2C98%2C90%2C80%2C130%2C119%2C50%2C158%2C0%2C93%2C151%2C155%2C167%2C45%2C121%2C13%2C186 | 79 KB | 26 KB (33%) | ✓ | 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
FPage Weight InventoryAction164 resources · 7.1 MB · 807 KB savings availableFIX
~807.2 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 164 resources | 7.1 MiB | ||||||
DHTTP CachingActionno-store (uncacheable)FIX
no-store
| Directive | Value | Meaning |
|---|---|---|
| no-store | — | Never cache this response |
CImage OptimizationAction23 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
BResource Hints32 hints, 0 missing preconnectsREVIEW
Current Resource Hints
32 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: //accenture.demdex.net/ (preconnect+dns-prefetch), //cdnssl.clicktale.net/ (preconnect+dns-prefetch), //play.vidyard.com/ (preconnect+dns-prefetch) (+11 more).
Performance issues directly impact user engagement and conversion rates.
BHTTP/3 (QUIC)HTTP/3 not advertisedREVIEW
CDocument CompressionActionDocument response served uncompressedREVIEW
CAsset CompressionAction1 of 3 asset hosts serve text uncompressedREVIEW
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+Main HTML Cache-ControlMain HTML uses no-store -- correct for sensitive/dynamic contentPASS
A+Server Response Intelligence1 server-response signal(s) detectedPASS
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
ACSS Performance Depth1 CSS depth issue(s) detectedPASS
Network Waterfall164 requests over 4970msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.accenture.com www.accenture.com | Other | 3656ms | 391 KB | 73% | $63/mo | Costly |
www.accenture.com www.accenture.com | Other | 1895ms | 133 KB | 30% | $33/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 1217ms | 188 KB | 40% | $21/mo | Costly |
www.accenture.com www.accenture.com | Other | 765ms | 36 KB | — | $13/mo | Costly |
Facebook Pixel connect.facebook.net | Advertising | 645ms | 108 KB | 34% | $11/mo | Costly |
cdnssl.clicktale.net cdnssl.clicktale.net | Other | 543ms | 164 KB | 55% | $9/mo | Costly |
www.datadoghq-browser-agent.com www.datadoghq-browser-agent.com | Other | 486ms | 59 KB | 48% | $8/mo | Costly |
OneTrust cdn.cookielaw.org | Consent | 470ms | 127 KB | 54% | $8/mo | Essential |
Facebook Pixel connect.facebook.net | Advertising | 464ms | 79 KB | 33% | $8/mo | Costly |
www.accenture.com www.accenture.com | Other | 447ms | 24 KB | — | $8/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 427ms | 139 KB | 45% | $7/mo | Costly |
www.accenture.com www.accenture.com | Other | 414ms | 7 KB | — | $7/mo | Costly |
www.accenture.com www.accenture.com | Other | 313ms | 8 KB | — | $5/mo | Costly |
js.adsrvr.org js.adsrvr.org | Other | 262ms | 15 KB | — | $5/mo | Costly |
www.accenture.com www.accenture.com | Other | 199ms | 41 KB | — | $3/mo | Optional |
sc.lfeeder.com sc.lfeeder.com | Other | 182ms | 13 KB | — | $3/mo | Optional |
play.vidyard.com play.vidyard.com | Other | 158ms | 23 KB | — | $3/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 92ms | 139 KB | 75% | $2/mo | Optional |
LinkedIn Insight snap.licdn.com | Advertising | 86ms | 21 KB | — | $1/mo | Optional |
www.accenture.com www.accenture.com | Other | 81ms | 7 KB | — | $1/mo | Optional |
OneTrust cdn.cookielaw.org | Consent | 55ms | 9 KB | — | $1/mo | Essential |
www.accenture.com www.accenture.com | Other | 53ms | 7 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- www.accenture.com adds 3656ms and costs ~$63/month
- www.accenture.com adds 1895ms and costs ~$33/month
- Google Tag Manager adds 1217ms and costs ~$21/month
- www.accenture.com adds 765ms and costs ~$13/month
- Facebook Pixel adds 645ms and costs ~$11/month
- cdnssl.clicktale.net adds 543ms and costs ~$9/month
- www.datadoghq-browser-agent.com adds 486ms and costs ~$8/month
- Facebook Pixel adds 464ms and costs ~$8/month
- www.accenture.com adds 447ms and costs ~$8/month
- Google Tag Manager adds 427ms and costs ~$7/month
- www.accenture.com adds 414ms and costs ~$7/month
- www.accenture.com adds 313ms and costs ~$5/month
- js.adsrvr.org adds 262ms and costs ~$5/month
87% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.
When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.
Learn more ▾ ▴
Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.
Source: web.dev
www.accenture.com takes 3656ms 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
73% of www.accenture.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
www.accenture.com takes 1895ms 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 1217ms 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
www.accenture.com takes 765ms 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
Facebook Pixel takes 645ms 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 543ms 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
55% of cdnssl.clicktale.net'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
www.datadoghq-browser-agent.com takes 486ms 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
54% 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
Facebook Pixel takes 464ms 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
www.accenture.com takes 447ms 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 427ms 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
www.accenture.com takes 414ms 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
www.accenture.com takes 313ms 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
js.adsrvr.org takes 262ms 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
75% of Google Tag Manager'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
Image Optimization15 images, 0 KB total, 0 KB wastedINFO
Image Optimization Audit
Total Images
15
Total Size
0 KB
Oversized
1