Skip to content
https://www.accenture.com/de-de/about/contact-us#contactus-formheader

Performance

· 27 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
75
GRADE
C
FIX
4
REVIEW
9
PASS
10
INFO
4

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

28
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
97
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
96
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
69
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.

7.04 s

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

15.59 s

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

3.67 s

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

0.023

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

7.26 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.

23.80 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
27
10 PASS 9 REVIEW 4 FIX
F
Page Weight Budget
Action
2.9 MB transferred, 129 requests
FIX
2.9 MB transferred, 129 requests
Warning::
Page weighs 14.1 MB (2.9 MB transferred)
Warning::
JavaScript is 2.1 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 2.1 MB
Info::
Fonts are 273 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 273 KB
Info::
CSS is 231 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 231 KB
Warning::
129 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.61 g CO2 per page load
2.9 MB / 2.4 MB budget
2.9 MB transferred
129 requests
0.61 g CO2 per page load
JavaScript 2.1 MiB 73%
Fonts 272.5 KiB 9%
CSS 231.3 KiB 8%
HTML 98.8 KiB 3%
Images 88.0 KiB 3%
Other 75.2 KiB 3%
Other 24.5 KiB 1%
Other 23.0 KiB 1%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.

Source: web.dev

F
JS Execution Cost
Action
12713ms total JS execution
FIX
12713ms total JS execution
Warning::
https://www.gstatic.com/recaptcha/releases/rL1ELiQ...: 2067ms CPU time
Warning::
Unattributable: 2065ms CPU time
Warning::
https://www.accenture.com/etc.clientlibs/cio-sites...: 2062ms CPU time
Warning::
https://www.accenture.com/etc/clientlibs/dtm-react...: 1016ms CPU time
Warning::
https://www.accenture.com/de-de/about/contact-us: 986ms CPU time
Info::
Third-party scripts: 5309ms (42% of total)

Main Thread Breakdown

Script Evaluation 63% Other 19% Script Parsing & Compilation 7% Style & Layout 6%
ScriptTotalScriptingParse/CompileParty
https://www.gstatic.com/recaptcha/releases/rL1ELiQAg1kPezz6_H9hTZ_i/recaptcha__de.js2067ms1875ms125ms3rd
Unattributable2065ms749ms0ms1st
https://www.accenture.com/etc.clientlibs/cio-sites/clientlibs/clientlib-rad.lc-cd116fb96e62af3abcc5494ee11443db-lc.min.js2062ms779ms250ms1st
https://www.accenture.com/etc/clientlibs/dtm-reactor/EN785f1994af8549b6b4a28ab29b6a7455/55621ea95d50/9203afe82f7a/launch-a70d6203cc26.min.js1016ms818ms123ms1st
https://www.accenture.com/de-de/about/contact-us986ms19ms1ms1st
https://www.datadoghq-browser-agent.com/datadog-rum-v6.js740ms652ms27ms3rd
https://www.accenture.com/etc/clientlibs/dtm-reactor/EN785f1994af8549b6b4a28ab29b6a7455/55621ea95d50/9203afe82f7a/9c9f33299a22/RC94549b9e7f9d40fa8fc8fd8e31f54c3e-source.min.js519ms461ms0ms1st
https://cdn.cookielaw.org/scripttemplates/202601.1.0/otBannerSdk.js508ms295ms68ms3rd
https://cdnssl.clicktale.net/www27/ptc/BD52AD0E-C233-4C22-882D-4C2151B49D64.js404ms308ms81ms3rd
https://www.googletagmanager.com/gtag/js?id=DC-10351289384ms321ms57ms3rd

Showing top 10 of 22 scripts

F
JS Bundles
Action
53 scripts, 1.8 MB unused
FIX
53 scripts, 1.8 MB unused
Warning::
https://www.accenture.com/etc.clientlibs/cio-sites...: 293 KB unused (77%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/rL1ELiQ...: 177 KB unused (47%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/rL1ELiQ...: 177 KB unused (47%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/rL1ELiQ...: 177 KB unused (47%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/rL1ELiQ...: 177 KB unused (47%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 1.8 MB
1836 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.accenture.com/etc.clientlibs/cio-sites/clientlibs/clientlib-rad.lc-cd116fb96e62af3abcc5494ee11443db-lc.min.js389 KB293 KB (77%)1st
https://www.gstatic.com/recaptcha/releases/rL1ELiQAg1kPezz6_H9hTZ_i/recaptcha__de.js0 KB177 KB (47%)3rd
https://www.gstatic.com/recaptcha/releases/rL1ELiQAg1kPezz6_H9hTZ_i/recaptcha__de.js0 KB177 KB (47%)3rd
https://www.gstatic.com/recaptcha/releases/rL1ELiQAg1kPezz6_H9hTZ_i/recaptcha__de.js0 KB177 KB (47%)3rd
https://www.gstatic.com/recaptcha/releases/rL1ELiQAg1kPezz6_H9hTZ_i/recaptcha__de.js0 KB177 KB (47%)3rd
https://www.gstatic.com/recaptcha/releases/rL1ELiQAg1kPezz6_H9hTZ_i/recaptcha__de.js0 KB177 KB (47%)3rd
https://www.gstatic.com/recaptcha/releases/rL1ELiQAg1kPezz6_H9hTZ_i/recaptcha__de.js376 KB177 KB (47%)3rd
https://www.gstatic.com/recaptcha/releases/rL1ELiQAg1kPezz6_H9hTZ_i/recaptcha__de.js376 KB177 KB (47%)3rd
https://cdnssl.clicktale.net/www27/ptc/BD52AD0E-C233-4C22-882D-4C2151B49D64.js143 KB75 KB (53%)3rd
https://cdn.cookielaw.org/scripttemplates/202601.1.0/otBannerSdk.js127 KB67 KB (53%)3rd

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

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

F
Page Weight Inventory
Action
129 resources · 2.9 MB · 1.8 MB savings available
FIX
129 resources · 2.9 MB · 1.8 MB savings available
Warning::
Page weight 2.9 MB exceeds 1 MB target by 1.9 MB
Got: 2.9 MB Expected: ≤ 1 MB
Info::
~1.8 MB of savings available
Warning::
89 third-party resources (57% of weight)
Info::
3 resources over 200KB
129 resources · 2.9 MiB · 89 third-party 1.9 MiB over 1MB target
JavaScript 73% · 2.1 MiB
Font 9% · 272.5 KiB
CSS 8% · 235.9 KiB
Image 4% · 110.5 KiB
Document 3% · 101.4 KiB
Other 3% · 93.0 KiB

~1.8 MiB of savings available

Remove unused JavaScript: 1.8 MiB
B
Third-Party Impact
57% third-party, 0 ms blocking
REVIEW
57% third-party, 0 ms blocking
Warning::
Third-party code accounts for 57% of page weight (1.7 MiB of 2.9 MiB)
Info::
Third-party blocking time is low (0 ms)
43%
57%
First-party Third-party
B
Image Optimization
16 images, 0 KB saveable
REVIEW
16 images, 0 KB saveable
Info::
All images are well-optimized
16 images 88 KB
0 oversized -0 KB
13 legacy format
0 missing dimensions CLS risk
C
Resource Hints
Action
30 hints, 0 missing preconnects
REVIEW
30 hints, 0 missing preconnects
Warning::
2 font preload(s) missing `crossorigin` -- font will be downloaded twice
Fonts are always fetched as crossorigin=anonymous; a preload without the attribute creates a different cache key, so the browser refetches when the actual font request happens. Sample: /etc.clientlibs/cio-sites/clientlibs/clientlib-rad/resources/fonts/graphik-medium-web.woff2, /etc.clientlibs/cio-sites/clientlibs/clientlib-rad/resources/fonts/graphik-regular-web.woff2. Add `crossorigin` (or `crossorigin="anonymous"`) to each preload.
Info::
14 preconnect hints -- excessive (recommended: <=6)
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).
Info::
14 dns-prefetch redundant with preconnect on same origin
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.
Info::
14 URL(s) appear in multiple hints
The same href shouldn't appear in multiple hint rels -- one wins, the others are wasted markup and may confuse cache behavior. Sample: //cdnssl.clicktale.net/ (preconnect+dns-prefetch), //api.company-target.com/ (preconnect+dns-prefetch), //play.vidyard.com/ (preconnect+dns-prefetch) (+11 more).
Info::
Page uses 30 resource hint(s)

Current Resource Hints

preconnect
+4
14
preload
2
dns-prefetch
+4
14
prefetch

30 resource hints configured

Fonts are always fetched as crossorigin=anonymous; a preload without the attribute creates a different cache key, so the browser refetches when the actual font request happens. Sample: /etc.clientlibs/cio-sites/clientlibs/clientlib-rad/resources/fonts/graphik-medium-web.woff2, /etc.clientlibs/cio-sites/clientlibs/clientlib-rad/resources/fonts/graphik-regular-web.woff2. Add `crossorigin` (or `crossorigin="anonymous"`) to each preload.

Why this matters

Performance issues directly impact user engagement and conversion rates.

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).

Why this matters

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.

Why this matters

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: //cdnssl.clicktale.net/ (preconnect+dns-prefetch), //api.company-target.com/ (preconnect+dns-prefetch), //play.vidyard.com/ (preconnect+dns-prefetch) (+11 more).

Why this matters

Performance issues directly impact user engagement and conversion rates.

B
HTTP/3 (QUIC)
HTTP/3 not advertised
REVIEW
HTTP/3 not advertised
Info::
HTTP/3 (QUIC) is not advertised
HTTP/3 isn't advertised via Alt-Svc and the worker didn't negotiate h3. HTTP/3 reduces handshake latency (1-RTT instead of 2-3 RTTs) and is more resilient on lossy connections. Most modern CDNs (Cloudflare, Fastly, AWS CloudFront, Google Cloud CDN) support HTTP/3 with a single config switch -- consider enabling for mobile-heavy workloads.
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.
C
Main HTML Cache-Control
Action
Main HTML max-age=7200 (~120min) is aggressive
REVIEW
Main HTML max-age=7200 (~120min) is aggressive
Warning::
Main HTML cached for 120 minutes -- risks stale auth / SPA state
Long max-age on the main HTML document means users may see outdated auth state, SPA shells, or A/B variants until the cache expires. Consider Cache-Control: no-cache (or max-age=300) for HTML and let your hashed assets (JS/CSS/images) carry the long cache instead.
Got: public, max-age=7200, stale-while-revalidate=600, stale-if-error=600
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.
B
JavaScript Blocking
2 JS blocking issue(s) detected
REVIEW
2 JS blocking issue(s) detected
Warning::
8 render-blocking <script src> tag(s) without async/defer
Each `<script src=...>` without `async`, `defer`, or `type="module"` blocks HTML parsing while the browser fetches and executes it. The block lasts the entire round-trip + execution time -- on slow networks this translates directly into LCP delay. Add `defer` (executes after parse, in source order) for scripts that interact with the DOM, or `async` (executes whenever ready) for analytics / independent scripts. Module scripts (`type="module"`) are deferred by default.
Warning::
Total JS execution time is 12.7 s -- over the 3.5s budget
Total JavaScript execution (parse + compile + run) across all scripts exceeds 3.5 seconds. On low-end devices that becomes 7-15+ seconds and shows up directly in TBT and INP. Reduce by: tree-shaking unused dependencies, code-splitting (dynamic `import()`), removing or deferring third-party tracking, and replacing heavy frameworks where they're not needed.
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

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+
Font Loading
8 fonts (273 KB)
PASS
8 fonts (273 KB)
Info::
8 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

8

273 KB total

Render-blocking

0

of 8

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s FCP 7.0 s LCP 15.6 shttps://www.accenture.com/etc.clientlibs/cio-sites/clientlibs/clientlib-rad/resources/fonts/graphik-medium-web.woff2graphik-medium-web.woff2 https://www.accenture.com/etc.clientlibs/cio-sites/clientlibs/clientlib-rad/resources/fonts/graphik-medium-web.woff2 — 40.1 KiB — 73 ms — font-display: swaphttps://www.accenture.com/etc.clientlibs/cio-sites/clientlibs/clientlib-rad/resources/fonts/graphik-regular-web.woff2graphik-regular-web.woff2 https://www.accenture.com/etc.clientlibs/cio-sites/clientlibs/clientlib-rad/resources/fonts/graphik-regular-web.woff2 — 49.2 KiB — 78 ms — font-display: swaphttps://www.accenture.com/etc.clientlibs/cio-sites/clientlibs/clientlib-rad/resources/fonts/icont.woff2icont.woff2 https://www.accenture.com/etc.clientlibs/cio-sites/clientlibs/clientlib-rad/resources/fonts/icont.woff2 — 16.9 KiB — 8 ms — font-display: swaphttps://www.accenture.com/etc.clientlibs/cio-sites/clientlibs/clientlib-rad/resources/fonts/GT-Sectra-Fine-Book.woff2GT-Sectra-Fine-Book.woff2 https://www.accenture.com/etc.clientlibs/cio-sites/clientlibs/clientlib-rad/resources/fonts/GT-Sectra-Fine-Book.woff2 — 79.4 KiB — 11 ms — font-display: swaphttps://www.accenture.com/etc.clientlibs/cio-sites/clientlibs/clientlib-rad/resources/fonts/graphik-semibold-web.woff2graphik-semibold-web.woff2 https://www.accenture.com/etc.clientlibs/cio-sites/clientlibs/clientlib-rad/resources/fonts/graphik-semibold-web.woff2 — 53.0 KiB — 36 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 33.9 KiB — 34 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 0 B — 0 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 0 B — 0 ms — font-display: swap
graphik-medium-web.woff2 woff2 swap
Size 40 KB
Load time 73 ms
Start 79 ms
Risk FOUT — text flashes from fallback to web font
graphik-regular-web.woff2 woff2 swap
Size 49 KB
Load time 78 ms
Start 80 ms
Risk FOUT — text flashes from fallback to web font
icont.woff2 woff2 swap
Size 17 KB
Load time 8 ms
Start 400 ms
Risk FOUT — text flashes from fallback to web font
GT-Sectra-Fine-Book.woff2 woff2 swap
Size 79 KB
Load time 11 ms
Start 400 ms
Risk FOUT — text flashes from fallback to web font
graphik-semibold-web.woff2 woff2 swap
Size 53 KB
Load time 36 ms
Start 1.6 s
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 34 KB
Load time 34 ms
Start 1.8 s
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 0 KB
Load time 0 ms
Start 3.0 s
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 0 KB
Load time 0 ms
Start 3.3 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)
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+
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+
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::
Both `ETag` and `Last-Modified` present -- efficient revalidation supported
The page returns both `ETag` (content hash) and `Last-Modified` (timestamp) headers. Browsers can issue conditional GETs with `If-None-Match` or `If-Modified-Since`; the server returns 304 Not Modified for unchanged content, saving bandwidth. ETag is the more reliable of the two (timestamps fail in DST transitions and clock skew).
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+
CSS Performance Depth
No CSS performance depth issues detected
PASS
No CSS performance depth issues detected
Info::
No CSS performance depth issues detected
A+
HTTP Caching
max-age=7200 (2 hours)
PASS
max-age=7200 (2 hours)
Info::
Cache-Control header is set
Got: public, max-age=7200, stale-while-revalidate=600, stale-if-error=600
Info::
Effective TTL: 2 hours (max-age=7200)
Info::
ETag present — enables conditional (304) responses
Info::
Last-Modified header present
Cache-Control

public, max-age=7200, stale-while-revalidate=600, stale-if-error=600

DirectiveValueMeaning
publicAny cache may store this response
max-age7200Cache for 2 hours
stale-while-revalidate600Serve stale for 10 minutes while fetching fresh
stale-if-error600
Effective TTL: 7200 seconds
Network Waterfall
129 requests over 5022ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s FCP 7.0 s LCP 15.6 shttps://www.accenture.com/de-de/about/contact-us/de-de/about/contact-us https://www.accenture.com/de-de/about/contact-us — 200 — 37.1 KiB — 53 ms — h2https://www.accenture.com/.rum/@adobe/helix-rum-js@%5E2/dist/micro.js/.rum/@adobe/helix-rum-js@%5E2/dist... https://www.accenture.com/.rum/@adobe/helix-rum-js@%5E2/dist/micro.js — 200 — 1.3 KiB — 86 ms — h2https://www.accenture.com/etc.clientlibs/clientlibs/granite/jquery.lc-7842899024219bcbdb5e72c946870b79-lc.min.js/etc.clientlibs/clientlibs/granite/... https://www.accenture.com/etc.clientlibs/clientlibs/granite/jquery.lc-7842899024219bcbdb5e72c946870b79-lc.min.js — 200 — 40.8 KiB — 13 ms — h2https://www.accenture.com/etc.clientlibs/clientlibs/granite/utils.lc-e7bf340a353e643d198b25d0c8ccce47-lc.min.js/etc.clientlibs/clientlibs/granite/... https://www.accenture.com/etc.clientlibs/clientlibs/granite/utils.lc-e7bf340a353e643d198b25d0c8ccce47-lc.min.js — 200 — 10.0 KiB — 45 ms — h2https://www.accenture.com/etc.clientlibs/clientlibs/granite/jquery/granite.lc-543d214c88dfa6f4a3233b630c82d875-lc.min.js/etc.clientlibs/clientlibs/granite/... https://www.accenture.com/etc.clientlibs/clientlibs/granite/jquery/granite.lc-543d214c88dfa6f4a3233b630c82d875-lc.min.js — 200 — 8.3 KiB — 24 ms — h2https://www.accenture.com/etc.clientlibs/foundation/clientlibs/jquery.lc-dd9b395c741ce2784096e26619e14910-lc.min.js/etc.clientlibs/foundation/clientli... https://www.accenture.com/etc.clientlibs/foundation/clientlibs/jquery.lc-dd9b395c741ce2784096e26619e14910-lc.min.js — 200 — 6.8 KiB — 39 ms — h2https://www.accenture.com/etc.clientlibs/cio-sites/clientlibs/clientlib-rad/resources/fonts/graphik-medium-web.woff2/etc.clientlibs/cio-sites/clientlib... https://www.accenture.com/etc.clientlibs/cio-sites/clientlibs/clientlib-rad/resources/fonts/graphik-medium-web.woff2 — 200 — 40.1 KiB — 73 ms — h2https://www.accenture.com/etc.clientlibs/cio-sites/clientlibs/clientlib-rad/resources/fonts/graphik-regular-web.woff2/etc.clientlibs/cio-sites/clientlib... https://www.accenture.com/etc.clientlibs/cio-sites/clientlibs/clientlib-rad/resources/fonts/graphik-regular-web.woff2 — 200 — 49.2 KiB — 78 ms — h2https://www.accenture.com/etc.clientlibs/cio-sites/clientlibs/clientlib-base.lc-389d591eb9c8260af6b64b9276132e72-lc.min.css/etc.clientlibs/cio-sites/clientlib... https://www.accenture.com/etc.clientlibs/cio-sites/clientlibs/clientlib-base.lc-389d591eb9c8260af6b64b9276132e72-lc.min.css — 200 — 13.5 KiB — 71 ms — h2https://www.accenture.com/etc.clientlibs/cio-sites/clientlibs/clientlib-rad.lc-d30c0b6f2fa13776ab1cb8c71d777945-lc.min.css/etc.clientlibs/cio-sites/clientlib... https://www.accenture.com/etc.clientlibs/cio-sites/clientlibs/clientlib-rad.lc-d30c0b6f2fa13776ab1cb8c71d777945-lc.min.css — 200 — 175.8 KiB — 100 ms — h2https://www.accenture.com/etc.clientlibs/cq/testandtarget/clientlibs/testandtarget/parameters.lc-775c9eb7ff4c48025fbe3d707bcf5f55-lc.min.js/etc.clientlibs/cq/testandtarget/cl... https://www.accenture.com/etc.clientlibs/cq/testandtarget/clientlibs/testandtarget/parameters.lc-775c9eb7ff4c48025fbe3d707bcf5f55-lc.min.js — 200 — 7.0 KiB — 25 ms — h2https://www.accenture.com/etc.clientlibs/cq/personalization/clientlib/personalization/integrations/commons.lc-5370019fd157d93202ac2d6f771f04b8-lc.min.js/etc.clientlibs/cq/personalization/... https://www.accenture.com/etc.clientlibs/cq/personalization/clientlib/personalization/integrations/commons.lc-5370019fd157d93202ac2d6f771f04b8-lc.min.js — 200 — 7.5 KiB — 45 ms — h2https://www.accenture.com/etc.clientlibs/cq/testandtarget/clientlibs/testandtarget/atjs-integration.lc-401aa9ea1dd109fe7762186a74ae6c2b-lc.min.js/etc.clientlibs/cq/testandtarget/cl... https://www.accenture.com/etc.clientlibs/cq/testandtarget/clientlibs/testandtarget/atjs-integration.lc-401aa9ea1dd109fe7762186a74ae6c2b-lc.min.js — 200 — 9.2 KiB — 55 ms — h2https://www.accenture.com/etc.clientlibs/cio-sites/components/modules/contact-us/contactcard/clientlibs.lc-50a324b551a9ac0c4ef5dedd0df9e5ac-lc.min.js/etc.clientlibs/cio-sites/component... https://www.accenture.com/etc.clientlibs/cio-sites/components/modules/contact-us/contactcard/clientlibs.lc-50a324b551a9ac0c4ef5dedd0df9e5ac-lc.min.js — 200 — 7.2 KiB — 28 ms — h2https://www.accenture.com/libs/granite/csrf/token.json/libs/granite/csrf/token.json https://www.accenture.com/libs/granite/csrf/token.json — 200 — 6.7 KiB — 64 ms — h2https://geolocation.onetrust.com/cookieconsentpub/v1/geo/locationgeolocation.onetrust.com/cookiecons... https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location — 200 — 285 B — 56 ms — h2https://www.accenture.com/etc/clientlibs/dtm-reactor/EN785f1994af8549b6b4a28ab29b6a7455/55621ea95d50/9203afe82f7a/launch-a70d6203cc26.min.js/etc/clientlibs/dtm-reactor/EN785f1... https://www.accenture.com/etc/clientlibs/dtm-reactor/EN785f1994af8549b6b4a28ab29b6a7455/55621ea95d50/9203afe82f7a/launch-a70d6203cc26.min.js — 200 — 131.8 KiB — 89 ms — h2https://www.accenture.com/etc.clientlibs/cio-sites/clientlibs/clientlib-rad.lc-cd116fb96e62af3abcc5494ee11443db-lc.min.js/etc.clientlibs/cio-sites/clientlib... https://www.accenture.com/etc.clientlibs/cio-sites/clientlibs/clientlib-rad.lc-cd116fb96e62af3abcc5494ee11443db-lc.min.js — 200 — 389.1 KiB — 56 ms — h2https://www.accenture.com/etc.clientlibs/cio-sites/clientlibs/clientlib-rad-base.lc-6305a0055e23338eb19e6edb5a8f3cea-lc.min.js/etc.clientlibs/cio-sites/clientlib... https://www.accenture.com/etc.clientlibs/cio-sites/clientlibs/clientlib-rad-base.lc-6305a0055e23338eb19e6edb5a8f3cea-lc.min.js — 200 — 24.3 KiB — 25 ms — h2https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — 200 — 9.1 KiB — 27 ms — h2https://dynamicmedia.accenture.com/is/image/accenture/Accenture-contact-us-hero?ts=1779804414493&fmt=webp-alpha&wid=1200&fit=constrain&op_sharpen=1&dpr=offdynamicmedia.accenture.com/is/image... https://dynamicmedia.accenture.com/is/image/accenture/Accenture-contact-us-hero?ts=1779804414493&fmt=webp-alpha&wid=1200&fit=constrain&op_sharpen=1&dpr=off — 200 — 70.3 KiB — 518 ms — h2https://www.accenture.com/etc.clientlibs/cio-sites/clientlibs/clientlib-rad/resources/fonts/icont.woff2/etc.clientlibs/cio-sites/clientlib... https://www.accenture.com/etc.clientlibs/cio-sites/clientlibs/clientlib-rad/resources/fonts/icont.woff2 — 200 — 16.9 KiB — 8 ms — h2https://www.accenture.com/etc.clientlibs/cio-sites/clientlibs/clientlib-rad/resources/fonts/GT-Sectra-Fine-Book.woff2/etc.clientlibs/cio-sites/clientlib... https://www.accenture.com/etc.clientlibs/cio-sites/clientlibs/clientlib-rad/resources/fonts/GT-Sectra-Fine-Book.woff2 — 200 — 79.4 KiB — 11 ms — h2https://www.accenture.com/content/dam/accenture/final/images/lottie/Change_BlackBG_Lottie_Framed_3_Ease_3.json/content/dam/accenture/final/images... https://www.accenture.com/content/dam/accenture/final/images/lottie/Change_BlackBG_Lottie_Framed_3_Ease_3.json — 200 — 10.9 KiB — 36 ms — h2https://www.google.com/recaptcha/api.js?onload=onloadCallback&render=explicit&hl=dewww.google.com/recaptcha/api.js?onl... https://www.google.com/recaptcha/api.js?onload=onloadCallback&render=explicit&hl=de — 200 — 1.0 KiB — 36 ms — h3https://api.company-target.com/api/v3/ip.json?&page=https%3A%2F%2Fwww.accenture.com%2Fde-de%2Fabout%2Fcontact-us%23contactus-formheader&referrer=&page_title=Setzen%20Sie%20sich%20mit%20uns%20in%20Verbindung%20%7C%20Accentureapi.company-target.com/api/v3/ip.js... https://api.company-target.com/api/v3/ip.json?&page=https%3A%2F%2Fwww.accenture.com%2Fde-de%2Fabout%2Fcontact-us%23contactus-formheader&referrer=&page_title=Setzen%20Sie%20sich%20mit%20uns%20in%20Verbindung%20%7C%20Accenture — 200 — 970 B — 23 ms — h2https://www.cloudflare.com/cdn-cgi/tracewww.cloudflare.com/cdn-cgi/trace https://www.cloudflare.com/cdn-cgi/trace — 200 — 947 B — 22 ms — h3https://adobedc.demdex.net/ee/v1/identity/acquire?configId=e1031b55-1dab-4294-8913-431165158736&requestId=aa888c88-8f5a-4f6e-a6fd-1a0d10527892adobedc.demdex.net/ee/v1/identity/a... https://adobedc.demdex.net/ee/v1/identity/acquire?configId=e1031b55-1dab-4294-8913-431165158736&requestId=aa888c88-8f5a-4f6e-a6fd-1a0d10527892 — 200 — 967 B — 37 ms — h2https://somni.accenture.com/ee/va6/v1/interact?configId=e1031b55-1dab-4294-8913-431165158736&requestId=f0d12c71-35c3-4e92-a2de-be76a08f3c12somni.accenture.com/ee/va6/v1/inter... https://somni.accenture.com/ee/va6/v1/interact?configId=e1031b55-1dab-4294-8913-431165158736&requestId=f0d12c71-35c3-4e92-a2de-be76a08f3c12 — 400 — 777 B — 32 ms — h2https://cdn.cookielaw.org/consent/d6e38d3c-2419-4258-8e8d-d1a7d3972604/d6e38d3c-2419-4258-8e8d-d1a7d3972604.jsoncdn.cookielaw.org/consent/d6e38d3c-... https://cdn.cookielaw.org/consent/d6e38d3c-2419-4258-8e8d-d1a7d3972604/d6e38d3c-2419-4258-8e8d-d1a7d3972604.json — 200 — 2.8 KiB — 23 ms — h2
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s FCP 7.0 s LCP 15.6 shttps://www.accenture.com/de-de/about/contact-us/de-de/about/contact-us https://www.accenture.com/de-de/about/contact-us — 200 — 37.1 KiB — 53 ms — h2https://www.accenture.com/.rum/@adobe/helix-rum-js@%5E2/dist/micro.js/.rum/@adobe/helix-rum-js@%5E2/dist... https://www.accenture.com/.rum/@adobe/helix-rum-js@%5E2/dist/micro.js — 200 — 1.3 KiB — 86 ms — h2https://www.accenture.com/etc.clientlibs/clientlibs/granite/jquery.lc-7842899024219bcbdb5e72c946870b79-lc.min.js/etc.clientlibs/clientlibs/granite/... https://www.accenture.com/etc.clientlibs/clientlibs/granite/jquery.lc-7842899024219bcbdb5e72c946870b79-lc.min.js — 200 — 40.8 KiB — 13 ms — h2https://www.accenture.com/etc.clientlibs/clientlibs/granite/utils.lc-e7bf340a353e643d198b25d0c8ccce47-lc.min.js/etc.clientlibs/clientlibs/granite/... https://www.accenture.com/etc.clientlibs/clientlibs/granite/utils.lc-e7bf340a353e643d198b25d0c8ccce47-lc.min.js — 200 — 10.0 KiB — 45 ms — h2https://www.accenture.com/etc.clientlibs/clientlibs/granite/jquery/granite.lc-543d214c88dfa6f4a3233b630c82d875-lc.min.js/etc.clientlibs/clientlibs/granite/... https://www.accenture.com/etc.clientlibs/clientlibs/granite/jquery/granite.lc-543d214c88dfa6f4a3233b630c82d875-lc.min.js — 200 — 8.3 KiB — 24 ms — h2https://www.accenture.com/etc.clientlibs/foundation/clientlibs/jquery.lc-dd9b395c741ce2784096e26619e14910-lc.min.js/etc.clientlibs/foundation/clientli... https://www.accenture.com/etc.clientlibs/foundation/clientlibs/jquery.lc-dd9b395c741ce2784096e26619e14910-lc.min.js — 200 — 6.8 KiB — 39 ms — h2https://www.accenture.com/etc.clientlibs/cio-sites/clientlibs/clientlib-rad/resources/fonts/graphik-medium-web.woff2/etc.clientlibs/cio-sites/clientlib... https://www.accenture.com/etc.clientlibs/cio-sites/clientlibs/clientlib-rad/resources/fonts/graphik-medium-web.woff2 — 200 — 40.1 KiB — 73 ms — h2https://www.accenture.com/etc.clientlibs/cio-sites/clientlibs/clientlib-rad/resources/fonts/graphik-regular-web.woff2/etc.clientlibs/cio-sites/clientlib... https://www.accenture.com/etc.clientlibs/cio-sites/clientlibs/clientlib-rad/resources/fonts/graphik-regular-web.woff2 — 200 — 49.2 KiB — 78 ms — h2https://www.accenture.com/etc.clientlibs/cio-sites/clientlibs/clientlib-base.lc-389d591eb9c8260af6b64b9276132e72-lc.min.css/etc.clientlibs/cio-sites/clientlib... https://www.accenture.com/etc.clientlibs/cio-sites/clientlibs/clientlib-base.lc-389d591eb9c8260af6b64b9276132e72-lc.min.css — 200 — 13.5 KiB — 71 ms — h2https://www.accenture.com/etc.clientlibs/cio-sites/clientlibs/clientlib-rad.lc-d30c0b6f2fa13776ab1cb8c71d777945-lc.min.css/etc.clientlibs/cio-sites/clientlib... https://www.accenture.com/etc.clientlibs/cio-sites/clientlibs/clientlib-rad.lc-d30c0b6f2fa13776ab1cb8c71d777945-lc.min.css — 200 — 175.8 KiB — 100 ms — h2https://www.accenture.com/etc.clientlibs/cq/testandtarget/clientlibs/testandtarget/parameters.lc-775c9eb7ff4c48025fbe3d707bcf5f55-lc.min.js/etc.clientlibs/cq/testandtarget/cl... https://www.accenture.com/etc.clientlibs/cq/testandtarget/clientlibs/testandtarget/parameters.lc-775c9eb7ff4c48025fbe3d707bcf5f55-lc.min.js — 200 — 7.0 KiB — 25 ms — h2https://www.accenture.com/etc.clientlibs/cq/personalization/clientlib/personalization/integrations/commons.lc-5370019fd157d93202ac2d6f771f04b8-lc.min.js/etc.clientlibs/cq/personalization/... https://www.accenture.com/etc.clientlibs/cq/personalization/clientlib/personalization/integrations/commons.lc-5370019fd157d93202ac2d6f771f04b8-lc.min.js — 200 — 7.5 KiB — 45 ms — h2https://www.accenture.com/etc.clientlibs/cq/testandtarget/clientlibs/testandtarget/atjs-integration.lc-401aa9ea1dd109fe7762186a74ae6c2b-lc.min.js/etc.clientlibs/cq/testandtarget/cl... https://www.accenture.com/etc.clientlibs/cq/testandtarget/clientlibs/testandtarget/atjs-integration.lc-401aa9ea1dd109fe7762186a74ae6c2b-lc.min.js — 200 — 9.2 KiB — 55 ms — h2https://www.accenture.com/etc.clientlibs/cio-sites/components/modules/contact-us/contactcard/clientlibs.lc-50a324b551a9ac0c4ef5dedd0df9e5ac-lc.min.js/etc.clientlibs/cio-sites/component... https://www.accenture.com/etc.clientlibs/cio-sites/components/modules/contact-us/contactcard/clientlibs.lc-50a324b551a9ac0c4ef5dedd0df9e5ac-lc.min.js — 200 — 7.2 KiB — 28 ms — h2https://www.accenture.com/libs/granite/csrf/token.json/libs/granite/csrf/token.json https://www.accenture.com/libs/granite/csrf/token.json — 200 — 6.7 KiB — 64 ms — h2https://geolocation.onetrust.com/cookieconsentpub/v1/geo/locationgeolocation.onetrust.com/cookiecons... https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location — 200 — 285 B — 56 ms — h2https://www.accenture.com/etc/clientlibs/dtm-reactor/EN785f1994af8549b6b4a28ab29b6a7455/55621ea95d50/9203afe82f7a/launch-a70d6203cc26.min.js/etc/clientlibs/dtm-reactor/EN785f1... https://www.accenture.com/etc/clientlibs/dtm-reactor/EN785f1994af8549b6b4a28ab29b6a7455/55621ea95d50/9203afe82f7a/launch-a70d6203cc26.min.js — 200 — 131.8 KiB — 89 ms — h2https://www.accenture.com/etc.clientlibs/cio-sites/clientlibs/clientlib-rad.lc-cd116fb96e62af3abcc5494ee11443db-lc.min.js/etc.clientlibs/cio-sites/clientlib... https://www.accenture.com/etc.clientlibs/cio-sites/clientlibs/clientlib-rad.lc-cd116fb96e62af3abcc5494ee11443db-lc.min.js — 200 — 389.1 KiB — 56 ms — h2https://www.accenture.com/etc.clientlibs/cio-sites/clientlibs/clientlib-rad-base.lc-6305a0055e23338eb19e6edb5a8f3cea-lc.min.js/etc.clientlibs/cio-sites/clientlib... https://www.accenture.com/etc.clientlibs/cio-sites/clientlibs/clientlib-rad-base.lc-6305a0055e23338eb19e6edb5a8f3cea-lc.min.js — 200 — 24.3 KiB — 25 ms — h2https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — 200 — 9.1 KiB — 27 ms — h2https://dynamicmedia.accenture.com/is/image/accenture/Accenture-contact-us-hero?ts=1779804414493&fmt=webp-alpha&wid=1200&fit=constrain&op_sharpen=1&dpr=offdynamicmedia.accenture.com/is/image... https://dynamicmedia.accenture.com/is/image/accenture/Accenture-contact-us-hero?ts=1779804414493&fmt=webp-alpha&wid=1200&fit=constrain&op_sharpen=1&dpr=off — 200 — 70.3 KiB — 518 ms — h2https://www.accenture.com/etc.clientlibs/cio-sites/clientlibs/clientlib-rad/resources/fonts/icont.woff2/etc.clientlibs/cio-sites/clientlib... https://www.accenture.com/etc.clientlibs/cio-sites/clientlibs/clientlib-rad/resources/fonts/icont.woff2 — 200 — 16.9 KiB — 8 ms — h2https://www.accenture.com/etc.clientlibs/cio-sites/clientlibs/clientlib-rad/resources/fonts/GT-Sectra-Fine-Book.woff2/etc.clientlibs/cio-sites/clientlib... https://www.accenture.com/etc.clientlibs/cio-sites/clientlibs/clientlib-rad/resources/fonts/GT-Sectra-Fine-Book.woff2 — 200 — 79.4 KiB — 11 ms — h2https://www.accenture.com/content/dam/accenture/final/images/lottie/Change_BlackBG_Lottie_Framed_3_Ease_3.json/content/dam/accenture/final/images... https://www.accenture.com/content/dam/accenture/final/images/lottie/Change_BlackBG_Lottie_Framed_3_Ease_3.json — 200 — 10.9 KiB — 36 ms — h2https://www.google.com/recaptcha/api.js?onload=onloadCallback&render=explicit&hl=dewww.google.com/recaptcha/api.js?onl... https://www.google.com/recaptcha/api.js?onload=onloadCallback&render=explicit&hl=de — 200 — 1.0 KiB — 36 ms — h3https://api.company-target.com/api/v3/ip.json?&page=https%3A%2F%2Fwww.accenture.com%2Fde-de%2Fabout%2Fcontact-us%23contactus-formheader&referrer=&page_title=Setzen%20Sie%20sich%20mit%20uns%20in%20Verbindung%20%7C%20Accentureapi.company-target.com/api/v3/ip.js... https://api.company-target.com/api/v3/ip.json?&page=https%3A%2F%2Fwww.accenture.com%2Fde-de%2Fabout%2Fcontact-us%23contactus-formheader&referrer=&page_title=Setzen%20Sie%20sich%20mit%20uns%20in%20Verbindung%20%7C%20Accenture — 200 — 970 B — 23 ms — h2https://www.cloudflare.com/cdn-cgi/tracewww.cloudflare.com/cdn-cgi/trace https://www.cloudflare.com/cdn-cgi/trace — 200 — 947 B — 22 ms — h3https://adobedc.demdex.net/ee/v1/identity/acquire?configId=e1031b55-1dab-4294-8913-431165158736&requestId=aa888c88-8f5a-4f6e-a6fd-1a0d10527892adobedc.demdex.net/ee/v1/identity/a... https://adobedc.demdex.net/ee/v1/identity/acquire?configId=e1031b55-1dab-4294-8913-431165158736&requestId=aa888c88-8f5a-4f6e-a6fd-1a0d10527892 — 200 — 967 B — 37 ms — h2https://somni.accenture.com/ee/va6/v1/interact?configId=e1031b55-1dab-4294-8913-431165158736&requestId=f0d12c71-35c3-4e92-a2de-be76a08f3c12somni.accenture.com/ee/va6/v1/inter... https://somni.accenture.com/ee/va6/v1/interact?configId=e1031b55-1dab-4294-8913-431165158736&requestId=f0d12c71-35c3-4e92-a2de-be76a08f3c12 — 400 — 777 B — 32 ms — h2https://cdn.cookielaw.org/consent/d6e38d3c-2419-4258-8e8d-d1a7d3972604/d6e38d3c-2419-4258-8e8d-d1a7d3972604.jsoncdn.cookielaw.org/consent/d6e38d3c-... https://cdn.cookielaw.org/consent/d6e38d3c-2419-4258-8e8d-d1a7d3972604/d6e38d3c-2419-4258-8e8d-d1a7d3972604.json — 200 — 2.8 KiB — 23 ms — h2https://www.gstatic.com/recaptcha/releases/rL1ELiQAg1kPezz6_H9hTZ_i/recaptcha__de.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/rL1ELiQAg1kPezz6_H9hTZ_i/recaptcha__de.js — 200 — 376.0 KiB — 41 ms — h2https://geolocation.onetrust.com/cookieconsentpub/v1/geo/locationgeolocation.onetrust.com/cookiecons... https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location — 200 — 154 B — 18 ms — h2https://www.accenture.com/etc/clientlibs/dtm-reactor/EN785f1994af8549b6b4a28ab29b6a7455/55621ea95d50/9203afe82f7a/9c9f33299a22/RCc7797cfc578a41bbaff3143f91a8df7c-source.min.js/etc/clientlibs/dtm-reactor/EN785f1... https://www.accenture.com/etc/clientlibs/dtm-reactor/EN785f1994af8549b6b4a28ab29b6a7455/55621ea95d50/9203afe82f7a/9c9f33299a22/RCc7797cfc578a41bbaff3143f91a8df7c-source.min.js — 200 — 7.5 KiB — 42 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 — 20 ms — h2https://www.accenture.com/etc/clientlibs/dtm-reactor/EN785f1994af8549b6b4a28ab29b6a7455/55621ea95d50/9203afe82f7a/9c9f33299a22/RC984461df9ebf4df38e70ddb0c6149ba3-source.min.js/etc/clientlibs/dtm-reactor/EN785f1... https://www.accenture.com/etc/clientlibs/dtm-reactor/EN785f1994af8549b6b4a28ab29b6a7455/55621ea95d50/9203afe82f7a/9c9f33299a22/RC984461df9ebf4df38e70ddb0c6149ba3-source.min.js — 200 — 7.4 KiB — 61 ms — h2https://www.accenture.com/api/accenture/captcha/verify/api/accenture/captcha/verify https://www.accenture.com/api/accenture/captcha/verify — 200 — 6.8 KiB — 38 ms — h2https://www.accenture.com/etc/clientlibs/dtm-reactor/EN785f1994af8549b6b4a28ab29b6a7455/55621ea95d50/9203afe82f7a/9c9f33299a22/RC94549b9e7f9d40fa8fc8fd8e31f54c3e-source.min.js/etc/clientlibs/dtm-reactor/EN785f1... https://www.accenture.com/etc/clientlibs/dtm-reactor/EN785f1994af8549b6b4a28ab29b6a7455/55621ea95d50/9203afe82f7a/9c9f33299a22/RC94549b9e7f9d40fa8fc8fd8e31f54c3e-source.min.js — 200 — 7.7 KiB — 67 ms — h2https://www.accenture.com/etc/clientlibs/dtm-reactor/EN785f1994af8549b6b4a28ab29b6a7455/55621ea95d50/9203afe82f7a/9c9f33299a22/RCba32fe8128d54b00a459f41e455d6706-source.min.js/etc/clientlibs/dtm-reactor/EN785f1... https://www.accenture.com/etc/clientlibs/dtm-reactor/EN785f1994af8549b6b4a28ab29b6a7455/55621ea95d50/9203afe82f7a/9c9f33299a22/RCba32fe8128d54b00a459f41e455d6706-source.min.js — 200 — 7.5 KiB — 42 ms — h2https://cdn.cookielaw.org/consent/d6e38d3c-2419-4258-8e8d-d1a7d3972604/019ae6ea-ce25-7746-8b84-75b3bc6d6f77/de.jsoncdn.cookielaw.org/consent/d6e38d3c-... https://cdn.cookielaw.org/consent/d6e38d3c-2419-4258-8e8d-d1a7d3972604/019ae6ea-ce25-7746-8b84-75b3bc6d6f77/de.json — 200 — 38.6 KiB — 30 ms — h2https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LeR7kosAAAAAPcMKF3OFEvrmFeMWYGjQ2AZciXc&co=aHR0cHM6Ly93d3cuYWNjZW50dXJlLmNvbTo0NDM.&hl=de&v=rL1ELiQAg1kPezz6_H9hTZ_i&theme=dark&size=normal&anchor-ms=20000&execute-ms=30000&cb=pepl4i983q92www.google.com/recaptcha/api2/ancho... https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LeR7kosAAAAAPcMKF3OFEvrmFeMWYGjQ2AZciXc&co=aHR0cHM6Ly93d3cuYWNjZW50dXJlLmNvbTo0NDM.&hl=de&v=rL1ELiQAg1kPezz6_H9hTZ_i&theme=dark&size=normal&anchor-ms=20000&execute-ms=30000&cb=pepl4i983q92 — 200 — 27.8 KiB — 65 ms — h3https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LeR7kosAAAAAPcMKF3OFEvrmFeMWYGjQ2AZciXc&co=aHR0cHM6Ly93d3cuYWNjZW50dXJlLmNvbTo0NDM.&hl=de&v=rL1ELiQAg1kPezz6_H9hTZ_i&theme=dark&size=normal&anchor-ms=20000&execute-ms=30000&cb=kvfh2cdft749www.google.com/recaptcha/api2/ancho... https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LeR7kosAAAAAPcMKF3OFEvrmFeMWYGjQ2AZciXc&co=aHR0cHM6Ly93d3cuYWNjZW50dXJlLmNvbTo0NDM.&hl=de&v=rL1ELiQAg1kPezz6_H9hTZ_i&theme=dark&size=normal&anchor-ms=20000&execute-ms=30000&cb=kvfh2cdft749 — 200 — 27.9 KiB — 60 ms — h3https://somni.accenture.com/ee/va6/v1/interact?configId=e1031b55-1dab-4294-8913-431165158736&requestId=45c8cd98-ba27-4535-a65b-91c7129333b8somni.accenture.com/ee/va6/v1/inter... https://somni.accenture.com/ee/va6/v1/interact?configId=e1031b55-1dab-4294-8913-431165158736&requestId=45c8cd98-ba27-4535-a65b-91c7129333b8 — 200 — 474 B — 26 ms — h2https://www.gstatic.com/recaptcha/releases/rL1ELiQAg1kPezz6_H9hTZ_i/styles__ltr.csswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/rL1ELiQAg1kPezz6_H9hTZ_i/styles__ltr.css — 200 — 41.9 KiB — 31 ms — h2https://www.gstatic.com/recaptcha/releases/rL1ELiQAg1kPezz6_H9hTZ_i/recaptcha__de.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/rL1ELiQAg1kPezz6_H9hTZ_i/recaptcha__de.js — 200 — 375.6 KiB — 56 ms — h2https://www.gstatic.com/recaptcha/releases/rL1ELiQAg1kPezz6_H9hTZ_i/styles__ltr.csswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/rL1ELiQAg1kPezz6_H9hTZ_i/styles__ltr.css — 200 — 0 B — 17 ms — h2https://www.gstatic.com/recaptcha/releases/rL1ELiQAg1kPezz6_H9hTZ_i/recaptcha__de.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/rL1ELiQAg1kPezz6_H9hTZ_i/recaptcha__de.js — 200 — 0 B — 35 ms — h2https://somni.accenture.com/ee/va6/v1/interact?configId=e1031b55-1dab-4294-8913-431165158736&requestId=2d7a2fe6-b0cc-4be6-b04c-dc505fb60df1somni.accenture.com/ee/va6/v1/inter... https://somni.accenture.com/ee/va6/v1/interact?configId=e1031b55-1dab-4294-8913-431165158736&requestId=2d7a2fe6-b0cc-4be6-b04c-dc505fb60df1 — 200 — 495 B — 26 ms — h2https://dynamicmedia.accenture.com/is/content/accenture/Employee_80x80?ts=1781558360060&dpr=offdynamicmedia.accenture.com/is/conte... https://dynamicmedia.accenture.com/is/content/accenture/Employee_80x80?ts=1781558360060&dpr=off — 200 — 1.1 KiB — 19 ms — h2https://dynamicmedia.accenture.com/is/content/accenture/Ecosystem_80x80-1?ts=1781558245122&dpr=offdynamicmedia.accenture.com/is/conte... https://dynamicmedia.accenture.com/is/content/accenture/Ecosystem_80x80-1?ts=1781558245122&dpr=off — 200 — 1.2 KiB — 117 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.2 KiB — 15 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.4 KiB — 20 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 — 17 ms — h2https://www.accenture.com/etc/clientlibs/dtm-reactor/EN785f1994af8549b6b4a28ab29b6a7455/55621ea95d50/9203afe82f7a/9c9f33299a22/RCf6db3c6aaa124b77add2e95935a9f82f-source.min.js/etc/clientlibs/dtm-reactor/EN785f1... https://www.accenture.com/etc/clientlibs/dtm-reactor/EN785f1994af8549b6b4a28ab29b6a7455/55621ea95d50/9203afe82f7a/9c9f33299a22/RCf6db3c6aaa124b77add2e95935a9f82f-source.min.js — 200 — 7.2 KiB — 53 ms — h2https://somni.accenture.com/ee/va6/v1/interact?configId=e1031b55-1dab-4294-8913-431165158736&requestId=23c1f8c0-c928-4f43-829d-e689ad7f9772somni.accenture.com/ee/va6/v1/inter... https://somni.accenture.com/ee/va6/v1/interact?configId=e1031b55-1dab-4294-8913-431165158736&requestId=23c1f8c0-c928-4f43-829d-e689ad7f9772 — 200 — 491 B — 60 ms — h2https://cdn.cookielaw.org/logos/static/ot_close.svgcdn.cookielaw.org/logos/static/ot_c... https://cdn.cookielaw.org/logos/static/ot_close.svg — 200 — 603 B — 18 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 — 490 B — 13 ms — h2https://datadogrum-sdk.accenture.com/datadog_rum_sdk.jsdatadogrum-sdk.accenture.com/datado... https://datadogrum-sdk.accenture.com/datadog_rum_sdk.js — 200 — 2.8 KiB — 132 ms — h2https://cdn.cookielaw.org/logos/2396a178-b290-4b3f-bf3f-5be727810e2a/eb81c031-0349-4141-9d3b-83ea30584730/00cd10ce-8ac8-4868-8903-5ecee6165765/Acc-Logo-Black-Purple_v2_final_trans.pngcdn.cookielaw.org/logos/2396a178-b2... https://cdn.cookielaw.org/logos/2396a178-b290-4b3f-bf3f-5be727810e2a/eb81c031-0349-4141-9d3b-83ea30584730/00cd10ce-8ac8-4868-8903-5ecee6165765/Acc-Logo-Black-Purple_v2_final_trans.png — 200 — 7.1 KiB — 27 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.5 KiB — 25 ms — h2https://www.accenture.com/etc.clientlibs/cio-sites/clientlibs/clientlib-rad/resources/fonts/graphik-semibold-web.woff2/etc.clientlibs/cio-sites/clientlib... https://www.accenture.com/etc.clientlibs/cio-sites/clientlibs/clientlib-rad/resources/fonts/graphik-semibold-web.woff2 — 200 — 53.0 KiB — 36 ms — h2https://www.accenture.com/etc/clientlibs/dtm-reactor/EN785f1994af8549b6b4a28ab29b6a7455/55621ea95d50/9203afe82f7a/9c9f33299a22/RC30396ec454b7493caa9b4382fe02b110-source.min.js/etc/clientlibs/dtm-reactor/EN785f1... https://www.accenture.com/etc/clientlibs/dtm-reactor/EN785f1994af8549b6b4a28ab29b6a7455/55621ea95d50/9203afe82f7a/9c9f33299a22/RC30396ec454b7493caa9b4382fe02b110-source.min.js — 200 — 7.8 KiB — 52 ms — h2https://www.google.com/recaptcha/api2/webworker.js?hl=de&v=rL1ELiQAg1kPezz6_H9hTZ_iwww.google.com/recaptcha/api2/webwo... https://www.google.com/recaptcha/api2/webworker.js?hl=de&v=rL1ELiQAg1kPezz6_H9hTZ_i — 200 — 23 B — 412 ms — h3https://img.en25.com/i/elqCfg.min.jsimg.en25.com/i/elqCfg.min.js https://img.en25.com/i/elqCfg.min.js — 200 — 2.7 KiB — 30 ms — http/1.1https://www.accenture.com/etc/clientlibs/dtm-reactor/EN785f1994af8549b6b4a28ab29b6a7455/55621ea95d50/9203afe82f7a/9c9f33299a22/RC32950c9597354009a72615d323da6529-source.min.js/etc/clientlibs/dtm-reactor/EN785f1... https://www.accenture.com/etc/clientlibs/dtm-reactor/EN785f1994af8549b6b4a28ab29b6a7455/55621ea95d50/9203afe82f7a/9c9f33299a22/RC32950c9597354009a72615d323da6529-source.min.js — 200 — 7.5 KiB — 58 ms — h2data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAANICAYAAABZl8i8AAAAIGNIUk0AAHomAACAhAAA+gAAAIDoA…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAANICAYAAABZl8i8AAAAIGNIUk0AAHomAACAhAAA+gAAAIDoA… — 200 — 0 B — 1 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAATsCAMAAADb3wBdAAAAIGNIUk0AAHomAACAhAAA+gAAAIDoA…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAATsCAMAAADb3wBdAAAAIGNIUk0AAHomAACAhAAA+gAAAIDoA… — 200 — 0 B — 0 ms — datahttps://www.gstatic.com/recaptcha/api2/logo_48.pngwww.gstatic.com/recaptcha/api2/logo... https://www.gstatic.com/recaptcha/api2/logo_48.png — 200 — 2.3 KiB — 9 ms — h2https://www.google.com/recaptcha/api2/webworker.js?hl=de&v=rL1ELiQAg1kPezz6_H9hTZ_iwww.google.com/recaptcha/api2/webwo... https://www.google.com/recaptcha/api2/webworker.js?hl=de&v=rL1ELiQAg1kPezz6_H9hTZ_i — 200 — 0 B — 329 ms — h3https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 33.9 KiB — 34 ms — h3https://www.datadoghq-browser-agent.com/datadog-rum-v6.jswww.datadoghq-browser-agent.com/dat... https://www.datadoghq-browser-agent.com/datadog-rum-v6.js — 200 — 59.3 KiB — 41 ms — h2https://www.gstatic.com/recaptcha/releases/rL1ELiQAg1kPezz6_H9hTZ_i/recaptcha__de.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/rL1ELiQAg1kPezz6_H9hTZ_i/recaptcha__de.js — 200 — 0 B — 28 ms — h2https://www.gstatic.com/recaptcha/releases/rL1ELiQAg1kPezz6_H9hTZ_i/recaptcha__de.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/rL1ELiQAg1kPezz6_H9hTZ_i/recaptcha__de.js — 200 — 0 B — 21 ms — h2https://cdnssl.clicktale.net/www27/ptc/BD52AD0E-C233-4C22-882D-4C2151B49D64.jscdnssl.clicktale.net/www27/ptc/BD52... https://cdnssl.clicktale.net/www27/ptc/BD52AD0E-C233-4C22-882D-4C2151B49D64.js — 200 — 143.3 KiB — 18 ms — h2https://www.accenture.com/etc/clientlibs/dtm-reactor/EN785f1994af8549b6b4a28ab29b6a7455/55621ea95d50/9203afe82f7a/9c9f33299a22/RC35f2591cf4d74781bf1128603a1bf197-source.min.js/etc/clientlibs/dtm-reactor/EN785f1... https://www.accenture.com/etc/clientlibs/dtm-reactor/EN785f1994af8549b6b4a28ab29b6a7455/55621ea95d50/9203afe82f7a/9c9f33299a22/RC35f2591cf4d74781bf1128603a1bf197-source.min.js — 200 — 7.3 KiB — 68 ms — h2https://www.accenture.com/etc/clientlibs/dtm-reactor/EN785f1994af8549b6b4a28ab29b6a7455/55621ea95d50/9203afe82f7a/9c9f33299a22/RC4c37d1a174db462e8ecc44e24a37fcce-source.min.js/etc/clientlibs/dtm-reactor/EN785f1... https://www.accenture.com/etc/clientlibs/dtm-reactor/EN785f1994af8549b6b4a28ab29b6a7455/55621ea95d50/9203afe82f7a/9c9f33299a22/RC4c37d1a174db462e8ecc44e24a37fcce-source.min.js — 200 — 7.4 KiB — 54 ms — h2https://trackingmms.accenture.com/visitor/v200/svrGP?pps=3&siteid=1122776361&ref2=elqNone&tzo=0&ms=106&optin=disabled&firstPartyCookieDomain=trackingmms.accenture.comtrackingmms.accenture.com/visitor/v... https://trackingmms.accenture.com/visitor/v200/svrGP?pps=3&siteid=1122776361&ref2=elqNone&tzo=0&ms=106&optin=disabled&firstPartyCookieDomain=trackingmms.accenture.com — 302 — 2.2 KiB — 94 ms — http/1.1https://browser-intake-datadoghq.com/api/v2/rum?ddsource=browser&dd-api-key=pub3d7d6627feed8cd40ac36fdc41b8c30b&dd-evp-origin-version=6.33.0&dd-evp-origin=browser&dd-request-id=0f58debd-224d-449c-a03f-1333b3ec4b86&batch_time=1784036056193&_dd.api=fetchbrowser-intake-datadoghq.com/api/v2... https://browser-intake-datadoghq.com/api/v2/rum?ddsource=browser&dd-api-key=pub3d7d6627feed8cd40ac36fdc41b8c30b&dd-evp-origin-version=6.33.0&dd-evp-origin=browser&dd-request-id=0f58debd-224d-449c-a03f-1333b3ec4b86&batch_time=1784036056193&_dd.api=fetch — 202 — 464 B — 73 ms — http/1.1https://trackingmms.accenture.com/visitor/v200/svrGP.aspx?pps=3&siteid=1122776361&ref2=elqNone&tzo=0&ms=106&optin=disabled&elq1pcGUID=BCA8352C0B52438798501F67C6E2110Dtrackingmms.accenture.com/visitor/v... https://trackingmms.accenture.com/visitor/v200/svrGP.aspx?pps=3&siteid=1122776361&ref2=elqNone&tzo=0&ms=106&optin=disabled&elq1pcGUID=BCA8352C0B52438798501F67C6E2110D — 200 — 2.2 KiB — 94 ms — http/1.1https://js.adsrvr.org/up_loader.1.1.0.jsjs.adsrvr.org/up_loader.1.1.0.js https://js.adsrvr.org/up_loader.1.1.0.js — 200 — 14.1 KiB — 17 ms — http/1.1https://www.accenture.com/etc/clientlibs/dtm-reactor/EN785f1994af8549b6b4a28ab29b6a7455/55621ea95d50/9203afe82f7a/9c9f33299a22/RC03b731a556cc4da4a857337c60dcdaf1-source.min.js/etc/clientlibs/dtm-reactor/EN785f1... https://www.accenture.com/etc/clientlibs/dtm-reactor/EN785f1994af8549b6b4a28ab29b6a7455/55621ea95d50/9203afe82f7a/9c9f33299a22/RC03b731a556cc4da4a857337c60dcdaf1-source.min.js — 200 — 7.6 KiB — 52 ms — h2https://cdnssl.clicktale.net/ptc/bd52ad0e-c233-4c22-882d-4c2151b49d64.jscdnssl.clicktale.net/ptc/bd52ad0e-c... https://cdnssl.clicktale.net/ptc/bd52ad0e-c233-4c22-882d-4c2151b49d64.js — 200 — 6.8 KiB — 20 ms — h2https://www.googletagmanager.com/gtag/js?id=DC-10351289www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=DC-10351289 — 200 — 130.7 KiB — 281 ms — h2https://ad.doubleclick.net/ddm/activity/src=10351289;type=brd;cat=wal;u1=https://www.accenture.com/de-de/about/contact-usad.doubleclick.net/ddm/activity/src... https://ad.doubleclick.net/ddm/activity/src=10351289;type=brd;cat=wal;u1=https://www.accenture.com/de-de/about/contact-us — 302 — 22 B — 99 ms — h3https://www.accenture.com/etc/clientlibs/dtm-reactor/EN785f1994af8549b6b4a28ab29b6a7455/55621ea95d50/9203afe82f7a/9c9f33299a22/RC6efba64f417442edb6188fc9c6f420b8-source.min.js/etc/clientlibs/dtm-reactor/EN785f1... https://www.accenture.com/etc/clientlibs/dtm-reactor/EN785f1994af8549b6b4a28ab29b6a7455/55621ea95d50/9203afe82f7a/9c9f33299a22/RC6efba64f417442edb6188fc9c6f420b8-source.min.js — 200 — 7.6 KiB — 52 ms — h2https://cdnssl.clicktale.net/pcc/bd52ad0e-c233-4c22-882d-4c2151b49d64.js?DeploymentConfigName=main&Version=1cdnssl.clicktale.net/pcc/bd52ad0e-c... https://cdnssl.clicktale.net/pcc/bd52ad0e-c233-4c22-882d-4c2151b49d64.js?DeploymentConfigName=main&Version=1 — 200 — 2.3 KiB — 9 ms — h2https://cdnssl.clicktale.net/www/bridge-WR110.jscdnssl.clicktale.net/www/bridge-WR1... https://cdnssl.clicktale.net/www/bridge-WR110.js — 200 — 2.6 KiB — 13 ms — h2https://c.clicktale.net/pageview?ex=&dt=21&pvt=n&cvars=%7B%221%22%3A%5B%22siteID%22%2C%22acn%22%5D%2C%222%22%3A%5B%22pageName%22%2C%22acn%3Aabout%3Acontact-us%22%5D%2C%223%22%3A%5B%22country-language%22%2C%22de-de%22%5D%2C%224%22%3A%5B%22templateName%22%2C%22atp%3Acontact%20us%22%5D%2C%225%22%3A%5B%22siteBranch%22%2C%22about%22%5D%2C%226%22%3A%5B%22L2folder%22%2C%22no%20subfolder%22%5D%2C%227%22%3A%5B%22L3folder%22%2C%22no%20tertiary%20folder%22%5D%2C%228%22%3A%5B%22pageNameCL%22%2C%22acn%3Aabout%3Acontact-us%7Cde-de%22%5D%2C%229%22%3A%5B%22hasRelatedCapabilities%22%2C%22N%22%5D%2C%2210%22%3A%5B%22hasFAQ%22%2C%22N%22%5D%2C%2211%22%3A%5B%22hasDownloadFullReport%22%2C%22N%22%5D%2C%2212%22%3A%5B%22hasAbsorbCTA%22%2C%22N%22%5D%2C%2213%22%3A%5B%22hasSubscribe%22%2C%22N%22%5D%2C%2214%22%3A%5B%22hasViewFullReport%22%2C%22N%22%5D%2C%2215%22%3A%5B%22hasReadFullReport%22%2C%22N%22%5D%2C%2216%22%3A%5B%22hasDownloadInfographic%22%2C%22N%22%5D%7D&cvarp=%7B%221%22%3A%5B%22siteID%22%2C%22acn%22%5D%2C%222%22%3A%5B%22pageName%22%2C%22acn%3Aabout%3Acontact-us%22%5D%2C%223%22%3A%5B%22country-language%22%2C%22de-de%22%5D%2C%224%22%3A%5B%22templateName%22%2C%22atp%3Acontact%20us%22%5D%2C%225%22%3A%5B%22siteBranch%22%2C%22about%22%5D%2C%226%22%3A%5B%22L2folder%22%2C%22no%20subfolder%22%5D%2C%227%22%3A%5B%22L3folder%22%2C%22no%20tertiary%20folder%22%5D%2C%228%22%3A%5B%22pageNameCL%22%2C%22acn%3Aabout%3Acontact-us%7Cde-de%22%5D%2C%229%22%3A%5B%22hasRelatedCapabilities%22%2C%22N%22%5D%2C%2210%22%3A%5B%22hasFAQ%22%2C%22N%22%5D%2C%2211%22%3A%5B%22hasDownloadFullReport%22%2C%22N%22%5D%2C%2212%22%3A%5B%22hasAbsorbCTA%22%2C%22N%22%5D%2C%2213%22%3A%5B%22hasSubscribe%22%2C%22N%22%5D%2C%2214%22%3A%5B%22hasViewFullReport%22%2C%22N%22%5D%2C%2215%22%3A%5B%22hasReadFullReport%22%2C%22N%22%5D%2C%2216%22%3A%5B%22hasDownloadInfographic%22%2C%22N%22%5D%7D&la=en-US&uc=0&url=https%3A%2F%2Fwww.accenture.com%2Fde-de%2Fabout%2Fcontact-us%23contactus-formheader&dr=&dw=412&dh=5007&ww=412&wh=823&sw=412&sh=823&uu=98f84acc-9be4-a3b0-f61c-ac4bdfc0fb27&sn=1&hd=1784036056&v=15.234.2%2Bfix-f0312d96&pid=2493&pn=1&ct=0c.clicktale.net/pageview?ex=&dt=21&... https://c.clicktale.net/pageview?ex=&dt=21&pvt=n&cvars=%7B%221%22%3A%5B%22siteID%22%2C%22acn%22%5D%2C%222%22%3A%5B%22pageName%22%2C%22acn%3Aabout%3Acontact-us%22%5D%2C%223%22%3A%5B%22country-language%22%2C%22de-de%22%5D%2C%224%22%3A%5B%22templateName%22%2C%22atp%3Acontact%20us%22%5D%2C%225%22%3A%5B%22siteBranch%22%2C%22about%22%5D%2C%226%22%3A%5B%22L2folder%22%2C%22no%20subfolder%22%5D%2C%227%22%3A%5B%22L3folder%22%2C%22no%20tertiary%20folder%22%5D%2C%228%22%3A%5B%22pageNameCL%22%2C%22acn%3Aabout%3Acontact-us%7Cde-de%22%5D%2C%229%22%3A%5B%22hasRelatedCapabilities%22%2C%22N%22%5D%2C%2210%22%3A%5B%22hasFAQ%22%2C%22N%22%5D%2C%2211%22%3A%5B%22hasDownloadFullReport%22%2C%22N%22%5D%2C%2212%22%3A%5B%22hasAbsorbCTA%22%2C%22N%22%5D%2C%2213%22%3A%5B%22hasSubscribe%22%2C%22N%22%5D%2C%2214%22%3A%5B%22hasViewFullReport%22%2C%22N%22%5D%2C%2215%22%3A%5B%22hasReadFullReport%22%2C%22N%22%5D%2C%2216%22%3A%5B%22hasDownloadInfographic%22%2C%22N%22%5D%7D&cvarp=%7B%221%22%3A%5B%22siteID%22%2C%22acn%22%5D%2C%222%22%3A%5B%22pageName%22%2C%22acn%3Aabout%3Acontact-us%22%5D%2C%223%22%3A%5B%22country-language%22%2C%22de-de%22%5D%2C%224%22%3A%5B%22templateName%22%2C%22atp%3Acontact%20us%22%5D%2C%225%22%3A%5B%22siteBranch%22%2C%22about%22%5D%2C%226%22%3A%5B%22L2folder%22%2C%22no%20subfolder%22%5D%2C%227%22%3A%5B%22L3folder%22%2C%22no%20tertiary%20folder%22%5D%2C%228%22%3A%5B%22pageNameCL%22%2C%22acn%3Aabout%3Acontact-us%7Cde-de%22%5D%2C%229%22%3A%5B%22hasRelatedCapabilities%22%2C%22N%22%5D%2C%2210%22%3A%5B%22hasFAQ%22%2C%22N%22%5D%2C%2211%22%3A%5B%22hasDownloadFullReport%22%2C%22N%22%5D%2C%2212%22%3A%5B%22hasAbsorbCTA%22%2C%22N%22%5D%2C%2213%22%3A%5B%22hasSubscribe%22%2C%22N%22%5D%2C%2214%22%3A%5B%22hasViewFullReport%22%2C%22N%22%5D%2C%2215%22%3A%5B%22hasReadFullReport%22%2C%22N%22%5D%2C%2216%22%3A%5B%22hasDownloadInfographic%22%2C%22N%22%5D%7D&la=en-US&uc=0&url=https%3A%2F%2Fwww.accenture.com%2Fde-de%2Fabout%2Fcontact-us%23contactus-formheader&dr=&dw=412&dh=5007&ww=412&wh=823&sw=412&sh=823&uu=98f84acc-9be4-a3b0-f61c-ac4bdfc0fb27&sn=1&hd=1784036056&v=15.234.2%2Bfix-f0312d96&pid=2493&pn=1&ct=0 — 204 — 264 B — 38 ms — h2https://www.google.com/gmp/conversion/_dc_unique_id=8099161219203679073;_dc_ptd=ChAI8LzX0gYQ1KmL65TUx55QEh8AabtbKaQ5N7dj7EJijumZGNQKgKMnOsE31PnT9lax;_dc_time=1784036056;src=10351289;type=brd;cat=wal;u1=https://www.accenture.com/de-de/about/contact-uswww.google.com/gmp/conversion/_dc_u... https://www.google.com/gmp/conversion/_dc_unique_id=8099161219203679073;_dc_ptd=ChAI8LzX0gYQ1KmL65TUx55QEh8AabtbKaQ5N7dj7EJijumZGNQKgKMnOsE31PnT9lax;_dc_time=1784036056;src=10351289;type=brd;cat=wal;u1=https://www.accenture.com/de-de/about/contact-us — 200 — 63 B — 183 ms — h3https://sc.lfeeder.com/lftracker_v1_JMvZ8gvn0Yma2pOd.jssc.lfeeder.com/lftracker_v1_JMvZ8gv... https://sc.lfeeder.com/lftracker_v1_JMvZ8gvn0Yma2pOd.js — 200 — 11.5 KiB — 36 ms — h2https://www.accenture.com/etc/clientlibs/dtm-reactor/EN785f1994af8549b6b4a28ab29b6a7455/55621ea95d50/9203afe82f7a/9c9f33299a22/RCafc511c4e5fd43b78ff6c1539e6350d8-source.min.js/etc/clientlibs/dtm-reactor/EN785f1... https://www.accenture.com/etc/clientlibs/dtm-reactor/EN785f1994af8549b6b4a28ab29b6a7455/55621ea95d50/9203afe82f7a/9c9f33299a22/RCafc511c4e5fd43b78ff6c1539e6350d8-source.min.js — 200 — 7.4 KiB — 70 ms — h2https://c.clicktale.net/pageEvent?value=H4sIAAAAAAAAA3POz0vLTLdSyE3MzAMAMN2qZAwAAAA%3D&ct=2&isETR=false&isCustomHashId=false&v=15.234.2%2Bfix-f0312d96&pid=2493&pn=1&sn=1&uu=98f84acc-9be4-a3b0-f61c-ac4bdfc0fb27&r=825274c.clicktale.net/pageEvent?value=H4s... https://c.clicktale.net/pageEvent?value=H4sIAAAAAAAAA3POz0vLTLdSyE3MzAMAMN2qZAwAAAA%3D&ct=2&isETR=false&isCustomHashId=false&v=15.234.2%2Bfix-f0312d96&pid=2493&pn=1&sn=1&uu=98f84acc-9be4-a3b0-f61c-ac4bdfc0fb27&r=825274 — 204 — 19 B — 34 ms — h2https://c.clicktale.net/dvar?v=15.234.2%2Bfix-f0312d96&pid=2493&pn=1&sn=1&uu=98f84acc-9be4-a3b0-f61c-ac4bdfc0fb27&dv=H4sIAAAAAAAAA6tWSi72TSxJzsjMS%2FdOrVSyUjLQMza3MLU0MDcwNbMwNzE2N4s3NLcwMTA2MzA1NTGwVKoFACPelr00AAAA&ct=2&r=193409c.clicktale.net/dvar?v=15.234.2%2Bf... https://c.clicktale.net/dvar?v=15.234.2%2Bfix-f0312d96&pid=2493&pn=1&sn=1&uu=98f84acc-9be4-a3b0-f61c-ac4bdfc0fb27&dv=H4sIAAAAAAAAA6tWSi72TSxJzsjMS%2FdOrVSyUjLQMza3MLU0MDcwNbMwNzE2N4s3NLcwMTA2MzA1NTGwVKoFACPelr00AAAA&ct=2&r=193409 — 204 — 264 B — 23 ms — h2https://browser-intake-datadoghq.com/api/v2/rum?ddsource=browser&dd-api-key=pub3d7d6627feed8cd40ac36fdc41b8c30b&dd-evp-origin-version=6.33.0&dd-evp-origin=browser&dd-request-id=65c02cf0-4c76-4c5a-bfdc-4a8b8b55138c&batch_time=1784036056648&_dd.api=fetchbrowser-intake-datadoghq.com/api/v2... https://browser-intake-datadoghq.com/api/v2/rum?ddsource=browser&dd-api-key=pub3d7d6627feed8cd40ac36fdc41b8c30b&dd-evp-origin-version=6.33.0&dd-evp-origin=browser&dd-request-id=65c02cf0-4c76-4c5a-bfdc-4a8b8b55138c&batch_time=1784036056648&_dd.api=fetch — 202 — 464 B — 88 ms — http/1.1https://browser-intake-datadoghq.com/api/v2/rum?ddsource=browser&dd-api-key=pub3d7d6627feed8cd40ac36fdc41b8c30b&dd-evp-origin-version=6.33.0&dd-evp-origin=browser&dd-request-id=ead3fdb2-4cb3-4ef4-b827-4f6612bd7bfc&batch_time=1784036056654&_dd.api=fetchbrowser-intake-datadoghq.com/api/v2... https://browser-intake-datadoghq.com/api/v2/rum?ddsource=browser&dd-api-key=pub3d7d6627feed8cd40ac36fdc41b8c30b&dd-evp-origin-version=6.33.0&dd-evp-origin=browser&dd-request-id=ead3fdb2-4cb3-4ef4-b827-4f6612bd7bfc&batch_time=1784036056654&_dd.api=fetch — 202 — 464 B — 87 ms — http/1.1https://connect.facebook.net/en_US/fbevents.jsconnect.facebook.net/en_US/fbevents... https://connect.facebook.net/en_US/fbevents.js — 200 — 98.6 KiB — 46 ms — h3https://www.accenture.com/etc/clientlibs/dtm-reactor/EN785f1994af8549b6b4a28ab29b6a7455/55621ea95d50/9203afe82f7a/9c9f33299a22/RC7d433b7b318146e1829ff78548a722ee-source.min.js/etc/clientlibs/dtm-reactor/EN785f1... https://www.accenture.com/etc/clientlibs/dtm-reactor/EN785f1994af8549b6b4a28ab29b6a7455/55621ea95d50/9203afe82f7a/9c9f33299a22/RC7d433b7b318146e1829ff78548a722ee-source.min.js — 200 — 7.6 KiB — 42 ms — h2https://browser-intake-datadoghq.com/api/v2/rum?ddsource=browser&dd-api-key=pub3d7d6627feed8cd40ac36fdc41b8c30b&dd-evp-origin-version=6.33.0&dd-evp-origin=browser&dd-request-id=51a6ca7f-5268-4f95-aaac-a8ac86dcddfb&batch_time=1784036056704&_dd.api=fetchbrowser-intake-datadoghq.com/api/v2... https://browser-intake-datadoghq.com/api/v2/rum?ddsource=browser&dd-api-key=pub3d7d6627feed8cd40ac36fdc41b8c30b&dd-evp-origin-version=6.33.0&dd-evp-origin=browser&dd-request-id=51a6ca7f-5268-4f95-aaac-a8ac86dcddfb&batch_time=1784036056704&_dd.api=fetch — 202 — 464 B — 81 ms — http/1.1https://browser-intake-datadoghq.com/api/v2/rum?ddsource=browser&dd-api-key=pub3d7d6627feed8cd40ac36fdc41b8c30b&dd-evp-origin-version=6.33.0&dd-evp-origin=browser&dd-request-id=ffd672b5-b562-4bd2-b4d7-fc399d175a13&batch_time=1784036056711&_dd.api=fetchbrowser-intake-datadoghq.com/api/v2... https://browser-intake-datadoghq.com/api/v2/rum?ddsource=browser&dd-api-key=pub3d7d6627feed8cd40ac36fdc41b8c30b&dd-evp-origin-version=6.33.0&dd-evp-origin=browser&dd-request-id=ffd672b5-b562-4bd2-b4d7-fc399d175a13&batch_time=1784036056711&_dd.api=fetch — 202 — 464 B — 70 ms — http/1.1https://tr.lfeeder.com/?sid=JMvZ8gvn0Yma2pOd&data=eyJnYVRyYWNraW5nSWRzIjpbXSwiZ2FNZWFzdXJlbWVudElkcyI6WyJEQy0xMDM1MTI4OSJdLCJnYUNsaWVudElkcyI6W10sImNvbnRleHQiOnsibGlicmFyeSI6eyJuYW1lIjoibGZ0cmFja2VyIiwidmVyc2lvbiI6IjIuNzEuNCJ9LCJwYWdlVXJsIjoiaHR0cHM6Ly93d3cuYWNjZW50dXJlLmNvbS9kZS1kZS9hYm91dC9jb250YWN0LXVzI2NvbnRhY3R1cy1mb3JtaGVhZGVyIiwicGFnZVRpdGxlIjoiU2V0emVuIFNpZSBzaWNoIG1pdCB1bnMgaW4gVmVyYmluZHVuZyB8IEFjY2VudHVyZSIsInJlZmVycmVyIjoiIn0sImV2ZW50IjoidHJhY2tpbmctZXZlbnQiLCJjbGllbnRFdmVudElkIjoiODE1NWEyNmVlZWUzMWY3YyIsInNjcmlwdElkIjoiSk12Wjhndm4wWW1hMnBPZCIsImNvb2tpZXNFbmFibGVkIjp0cnVlLCJjb25zZW50TGV2ZWwiOiJub25lIiwiYW5vbnltaXplSXAiOmZhbHNlLCJsZkNsaWVudElkIjoiTEYxLjEuMDQwYjY3NzAwOGYwN2IxZS4xNzg0MDM2MDU2NzQ5IiwiZm9yZWlnbkNvb2tpZXMiOltdLCJwcm9wZXJ0aWVzIjp7fSwiYXV0b1RyYWNraW5nRW5hYmxlZCI6dHJ1ZSwiYXV0b1RyYWNraW5nTW9kZSI6InNwYSJ9tr.lfeeder.com/?sid=JMvZ8gvn0Yma2pO... https://tr.lfeeder.com/?sid=JMvZ8gvn0Yma2pOd&data=eyJnYVRyYWNraW5nSWRzIjpbXSwiZ2FNZWFzdXJlbWVudElkcyI6WyJEQy0xMDM1MTI4OSJdLCJnYUNsaWVudElkcyI6W10sImNvbnRleHQiOnsibGlicmFyeSI6eyJuYW1lIjoibGZ0cmFja2VyIiwidmVyc2lvbiI6IjIuNzEuNCJ9LCJwYWdlVXJsIjoiaHR0cHM6Ly93d3cuYWNjZW50dXJlLmNvbS9kZS1kZS9hYm91dC9jb250YWN0LXVzI2NvbnRhY3R1cy1mb3JtaGVhZGVyIiwicGFnZVRpdGxlIjoiU2V0emVuIFNpZSBzaWNoIG1pdCB1bnMgaW4gVmVyYmluZHVuZyB8IEFjY2VudHVyZSIsInJlZmVycmVyIjoiIn0sImV2ZW50IjoidHJhY2tpbmctZXZlbnQiLCJjbGllbnRFdmVudElkIjoiODE1NWEyNmVlZWUzMWY3YyIsInNjcmlwdElkIjoiSk12Wjhndm4wWW1hMnBPZCIsImNvb2tpZXNFbmFibGVkIjp0cnVlLCJjb25zZW50TGV2ZWwiOiJub25lIiwiYW5vbnltaXplSXAiOmZhbHNlLCJsZkNsaWVudElkIjoiTEYxLjEuMDQwYjY3NzAwOGYwN2IxZS4xNzg0MDM2MDU2NzQ5IiwiZm9yZWlnbkNvb2tpZXMiOltdLCJwcm9wZXJ0aWVzIjp7fSwiYXV0b1RyYWNraW5nRW5hYmxlZCI6dHJ1ZSwiYXV0b1RyYWNraW5nTW9kZSI6InNwYSJ9 — 200 — 318 B — 75 ms — h2https://www.accenture.com/etc/clientlibs/dtm-reactor/EN785f1994af8549b6b4a28ab29b6a7455/55621ea95d50/9203afe82f7a/9c9f33299a22/RCe9b9d497862944dc85f0cd5d975ba4fe-source.min.js/etc/clientlibs/dtm-reactor/EN785f1... https://www.accenture.com/etc/clientlibs/dtm-reactor/EN785f1994af8549b6b4a28ab29b6a7455/55621ea95d50/9203afe82f7a/9c9f33299a22/RCe9b9d497862944dc85f0cd5d975ba4fe-source.min.js — 200 — 7.3 KiB — 45 ms — h2https://www.accenture.com/etc/clientlibs/dtm-reactor/EN785f1994af8549b6b4a28ab29b6a7455/55621ea95d50/9203afe82f7a/9c9f33299a22/RC99ccd871e30349d78fb741dadb8c101f-source.min.js/etc/clientlibs/dtm-reactor/EN785f1... https://www.accenture.com/etc/clientlibs/dtm-reactor/EN785f1994af8549b6b4a28ab29b6a7455/55621ea95d50/9203afe82f7a/9c9f33299a22/RC99ccd871e30349d78fb741dadb8c101f-source.min.js — 200 — 7.3 KiB — 48 ms — h2https://www.google.com/recaptcha/api2/bframe?hl=de&v=rL1ELiQAg1kPezz6_H9hTZ_i&k=6LeR7kosAAAAAPcMKF3OFEvrmFeMWYGjQ2AZciXc&bft=0dAFcWeA5yl30HVoPLOqb1-EeEuXcS1o55TW8IrY5UKQkXGxKLxaGtKTAfdZejNfXFLcrXr_NdV9o1dUtUwRRkoku6TNJ-AxVYNgwww.google.com/recaptcha/api2/bfram... https://www.google.com/recaptcha/api2/bframe?hl=de&v=rL1ELiQAg1kPezz6_H9hTZ_i&k=6LeR7kosAAAAAPcMKF3OFEvrmFeMWYGjQ2AZciXc&bft=0dAFcWeA5yl30HVoPLOqb1-EeEuXcS1o55TW8IrY5UKQkXGxKLxaGtKTAfdZejNfXFLcrXr_NdV9o1dUtUwRRkoku6TNJ-AxVYNg — 200 — 2.2 KiB — 34 ms — h3https://www.google.com/recaptcha/api2/bframe?hl=de&v=rL1ELiQAg1kPezz6_H9hTZ_i&k=6LeR7kosAAAAAPcMKF3OFEvrmFeMWYGjQ2AZciXc&bft=0dAFcWeA7ZQ8wIIqePpgvHaovACSD33ijn6lJk3i0hJA_oTkZJi_8X2gdd9ERb1Y2Jz6ORRhL5uVRDnkzR6bw2_3oXWqC0jiDVRgwww.google.com/recaptcha/api2/bfram... https://www.google.com/recaptcha/api2/bframe?hl=de&v=rL1ELiQAg1kPezz6_H9hTZ_i&k=6LeR7kosAAAAAPcMKF3OFEvrmFeMWYGjQ2AZciXc&bft=0dAFcWeA7ZQ8wIIqePpgvHaovACSD33ijn6lJk3i0hJA_oTkZJi_8X2gdd9ERb1Y2Jz6ORRhL5uVRDnkzR6bw2_3oXWqC0jiDVRg — 200 — 2.2 KiB — 44 ms — h3https://www.gstatic.com/recaptcha/releases/rL1ELiQAg1kPezz6_H9hTZ_i/styles__ltr.csswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/rL1ELiQAg1kPezz6_H9hTZ_i/styles__ltr.css — 200 — 0 B — 1 ms — h2https://www.gstatic.com/recaptcha/releases/rL1ELiQAg1kPezz6_H9hTZ_i/recaptcha__de.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/rL1ELiQAg1kPezz6_H9hTZ_i/recaptcha__de.js — 200 — 0 B — 0 ms — h2https://browser-intake-datadoghq.com/api/v2/rum?ddsource=browser&dd-api-key=pub3d7d6627feed8cd40ac36fdc41b8c30b&dd-evp-origin-version=6.33.0&dd-evp-origin=browser&dd-request-id=f6185e98-4def-4ad1-8dcc-1123b2e41267&batch_time=1784036057069&_dd.api=fetchbrowser-intake-datadoghq.com/api/v2... https://browser-intake-datadoghq.com/api/v2/rum?ddsource=browser&dd-api-key=pub3d7d6627feed8cd40ac36fdc41b8c30b&dd-evp-origin-version=6.33.0&dd-evp-origin=browser&dd-request-id=f6185e98-4def-4ad1-8dcc-1123b2e41267&batch_time=1784036057069&_dd.api=fetch — 202 — 464 B — 81 ms — http/1.1https://connect.facebook.net/signals/config/772335989453317?v=2.9.353&r=stable&domain=www.accenture.com&hme=f29d86973612db0f0627890a64bdc8c47b471189050b33f2680b7d76997afc9a&ex_m=107%2C208%2C158%2C22%2C73%2C74%2C149%2C69%2C68%2C11%2C167%2C93%2C16%2C141%2C130%2C39%2C76%2C81%2C137%2C163%2C169%2C8%2C4%2C5%2C7%2C6%2C3%2C94%2C104%2C170%2C175%2C222%2C30%2C75%2C234%2C233%2C232%2C23%2C33%2C55%2C106%2C61%2C10%2C64%2C100%2C101%2C102%2C108%2C133%2C31%2C29%2C135%2C136%2C132%2C131%2C159%2C77%2C162%2C160%2C161%2C50%2C60%2C126%2C15%2C166%2C45%2C279%2C280%2C278%2C26%2C27%2C28%2C48%2C150%2C78%2C115%2C18%2C20%2C44%2C40%2C42%2C41%2C86%2C95%2C99%2C113%2C148%2C151%2C46%2C114%2C24%2C21%2C122%2C70%2C36%2C153%2C152%2C154%2C145%2C143%2C25%2C35%2C59%2C112%2C165%2C71%2C17%2C156%2C117%2C84%2C67%2C19%2C88%2C89%2C119%2C87%2C139%2C138%2C142%2C164%2C34%2C293%2C309%2C215%2C204%2C62%2C205%2C203%2C312%2C303%2C52%2C216%2C110%2C134%2C83%2C124%2C54%2C47%2C49%2C116%2C123%2C129%2C128%2C58%2C65%2C63%2C155%2C79%2C80%2C118%2C37%2C32%2C53%2C56%2C103%2C168%2C1%2C127%2C14%2C125%2C12%2C2%2C57%2C96%2C66%2C121%2C92%2C91%2C171%2C172%2C97%2C98%2C9%2C105%2C51%2C146%2C90%2C82%2C72%2C120%2C109%2C43%2C147%2C0%2C85%2C140%2C144%2C157%2C38%2C111%2C13%2C173connect.facebook.net/signals/config... https://connect.facebook.net/signals/config/772335989453317?v=2.9.353&r=stable&domain=www.accenture.com&hme=f29d86973612db0f0627890a64bdc8c47b471189050b33f2680b7d76997afc9a&ex_m=107%2C208%2C158%2C22%2C73%2C74%2C149%2C69%2C68%2C11%2C167%2C93%2C16%2C141%2C130%2C39%2C76%2C81%2C137%2C163%2C169%2C8%2C4%2C5%2C7%2C6%2C3%2C94%2C104%2C170%2C175%2C222%2C30%2C75%2C234%2C233%2C232%2C23%2C33%2C55%2C106%2C61%2C10%2C64%2C100%2C101%2C102%2C108%2C133%2C31%2C29%2C135%2C136%2C132%2C131%2C159%2C77%2C162%2C160%2C161%2C50%2C60%2C126%2C15%2C166%2C45%2C279%2C280%2C278%2C26%2C27%2C28%2C48%2C150%2C78%2C115%2C18%2C20%2C44%2C40%2C42%2C41%2C86%2C95%2C99%2C113%2C148%2C151%2C46%2C114%2C24%2C21%2C122%2C70%2C36%2C153%2C152%2C154%2C145%2C143%2C25%2C35%2C59%2C112%2C165%2C71%2C17%2C156%2C117%2C84%2C67%2C19%2C88%2C89%2C119%2C87%2C139%2C138%2C142%2C164%2C34%2C293%2C309%2C215%2C204%2C62%2C205%2C203%2C312%2C303%2C52%2C216%2C110%2C134%2C83%2C124%2C54%2C47%2C49%2C116%2C123%2C129%2C128%2C58%2C65%2C63%2C155%2C79%2C80%2C118%2C37%2C32%2C53%2C56%2C103%2C168%2C1%2C127%2C14%2C125%2C12%2C2%2C57%2C96%2C66%2C121%2C92%2C91%2C171%2C172%2C97%2C98%2C9%2C105%2C51%2C146%2C90%2C82%2C72%2C120%2C109%2C43%2C147%2C0%2C85%2C140%2C144%2C157%2C38%2C111%2C13%2C173 — 200 — 54.4 KiB — 16 ms — h3https://ad.doubleclick.net/activity;src=10351289;type=brd;cat=wal;rcb=19;ord=8373353228765;npa=0;u1=https%3A%2F%2Fwww.accenture.com%2Fde-de%2Fabout%2Fcontact-us%23contactus-formheader;u3=acn%3Aabout%3Acontact-us;u4=us;u5=de;gdid=dYWJhMj;uaa=;uab=64;uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;uaw=0;pscdl=noapi;frm=0;_tu=IFA;gtm=45fe67a1v9190935837za200zd9190935837xec;gcd=13l3l3l3l1l1;dma=0;dc_fmt=3;tag_exp=115616985~115938466~115938468~118826209~118897920~118897930~119027224~119896803;epver=2;dc_random=1784036057_sxZgQZxylkDQMoVkrC3E60tSpqnSeMLNzw;~oref=https%3A%2F%2Fwww.accenture.com%2Fde-de%2Fabout%2Fcontact-us?ad.doubleclick.net/activity;src=103... https://ad.doubleclick.net/activity;src=10351289;type=brd;cat=wal;rcb=19;ord=8373353228765;npa=0;u1=https%3A%2F%2Fwww.accenture.com%2Fde-de%2Fabout%2Fcontact-us%23contactus-formheader;u3=acn%3Aabout%3Acontact-us;u4=us;u5=de;gdid=dYWJhMj;uaa=;uab=64;uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;uaw=0;pscdl=noapi;frm=0;_tu=IFA;gtm=45fe67a1v9190935837za200zd9190935837xec;gcd=13l3l3l3l1l1;dma=0;dc_fmt=3;tag_exp=115616985~115938466~115938468~118826209~118897920~118897930~119027224~119896803;epver=2;dc_random=1784036057_sxZgQZxylkDQMoVkrC3E60tSpqnSeMLNzw;~oref=https%3A%2F%2Fwww.accenture.com%2Fde-de%2Fabout%2Fcontact-us? — 302 — 21 B — 177 ms — h3https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 0 B — 0 ms — h3https://www.google.com/ccm/collect?rcb=19&frm=0&ncl=1&dt=Setzen%20Sie%20sich%20mit%20uns%20in%20Verbindung%20%7C%20Accenture&en=page_view&dl=https%3A%2F%2Fwww.accenture.com%2Fde-de%2Fabout%2Fcontact-us&scrsrc=www.googletagmanager.com&rnd=995437138.1784036057&navt=n&npa=0&gdid=dYWJhMj&gtm=45fe67a1v9190935837za200zd9190935837xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=115616985~115938466~115938468~118826209~118897920~118897930~119027224~119896803&apve=1&apvf=f&apvc=1&tids=DC-10351289&tid=DC-10351289&tft=1784036057243&tfd=3030&fmt=8www.google.com/ccm/collect?rcb=19&f... https://www.google.com/ccm/collect?rcb=19&frm=0&ncl=1&dt=Setzen%20Sie%20sich%20mit%20uns%20in%20Verbindung%20%7C%20Accenture&en=page_view&dl=https%3A%2F%2Fwww.accenture.com%2Fde-de%2Fabout%2Fcontact-us&scrsrc=www.googletagmanager.com&rnd=995437138.1784036057&navt=n&npa=0&gdid=dYWJhMj&gtm=45fe67a1v9190935837za200zd9190935837xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=115616985~115938466~115938468~118826209~118897920~118897930~119027224~119896803&apve=1&apvf=f&apvc=1&tids=DC-10351289&tid=DC-10351289&tft=1784036057243&tfd=3030&fmt=8 — 200 — 0 B — 23 ms — h3https://10351289.fls.doubleclick.net/activityi;src=10351289;type=brd;cat=wal;rcb=19;ord=8373353228765;npa=0;u1=https%3A%2F%2Fwww.accenture.com%2Fde-de%2Fabout%2Fcontact-us%23contactus-formheader;u3=acn%3Aabout%3Acontact-us;u4=us;u5=de;gdid=dYWJhMj;uaa=;uab=64;uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;uaw=0;pscdl=noapi;frm=0;_tu=IFA;gtm=45fe67a1v9190935837za200zd9190935837xec;gcd=13l3l3l3l1l1;dma=0;dc_fmt=2;tag_exp=115616985~115938466~115938468~118826209~118897920~118897930~119027224~119896803;epver=2;dc_random=1784036057_sxZgQZxylkDQMoVkrC3E60tSpqnSeMLNzw;_dc_test=1;~oref=https%3A%2F%2Fwww.accenture.com%2Fde-de%2Fabout%2Fcontact-us?10351289.fls.doubleclick.net/activi... https://10351289.fls.doubleclick.net/activityi;src=10351289;type=brd;cat=wal;rcb=19;ord=8373353228765;npa=0;u1=https%3A%2F%2Fwww.accenture.com%2Fde-de%2Fabout%2Fcontact-us%23contactus-formheader;u3=acn%3Aabout%3Acontact-us;u4=us;u5=de;gdid=dYWJhMj;uaa=;uab=64;uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;uaw=0;pscdl=noapi;frm=0;_tu=IFA;gtm=45fe67a1v9190935837za200zd9190935837xec;gcd=13l3l3l3l1l1;dma=0;dc_fmt=2;tag_exp=115616985~115938466~115938468~118826209~118897920~118897930~119027224~119896803;epver=2;dc_random=1784036057_sxZgQZxylkDQMoVkrC3E60tSpqnSeMLNzw;_dc_test=1;~oref=https%3A%2F%2Fwww.accenture.com%2Fde-de%2Fabout%2Fcontact-us? — 200 — 1.0 KiB — 60 ms — h2https://www.google.com/gmp/conversion/_dc_unique_id=9357502677494215864;_dc_ptd=ChAI8LzX0gYQ1KmL65TUx55QEh8AabtbKXhaXiD8XCXFIedo0jnmj_vtpGFAA5WpfT7b;_dc_time=1784036057;src=10351289;type=brd;cat=wal;rcb=19;ord=8373353228765;npa=0;u1=https%3A%2F%2Fwww.accenture.com%2Fde-de%2Fabout%2Fcontact-us%23contactus-formheader;u3=acn%3Aabout%3Acontact-us;u4=us;u5=de;gdid=dYWJhMj;uaa=;uab=64;uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;uaw=0;pscdl=noapi;frm=0;_tu=IFA;gtm=45fe67a1v9190935837za200zd9190935837xec;gcd=13l3l3l3l1l1;dma=0;dc_fmt=3;tag_exp=115616985~115938466~115938468~118826209~118897920~118897930~119027224~119896803;epver=2;dc_random=1784036057_sxZgQZxylkDQMoVkrC3E60tSpqnSeMLNzw;~oref=https%3A%2F%2Fwww.accenture.com%2Fde-de%2Fabout%2Fcontact-us?www.google.com/gmp/conversion/_dc_u... https://www.google.com/gmp/conversion/_dc_unique_id=9357502677494215864;_dc_ptd=ChAI8LzX0gYQ1KmL65TUx55QEh8AabtbKXhaXiD8XCXFIedo0jnmj_vtpGFAA5WpfT7b;_dc_time=1784036057;src=10351289;type=brd;cat=wal;rcb=19;ord=8373353228765;npa=0;u1=https%3A%2F%2Fwww.accenture.com%2Fde-de%2Fabout%2Fcontact-us%23contactus-formheader;u3=acn%3Aabout%3Acontact-us;u4=us;u5=de;gdid=dYWJhMj;uaa=;uab=64;uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;uaw=0;pscdl=noapi;frm=0;_tu=IFA;gtm=45fe67a1v9190935837za200zd9190935837xec;gcd=13l3l3l3l1l1;dma=0;dc_fmt=3;tag_exp=115616985~115938466~115938468~118826209~118897920~118897930~119027224~119896803;epver=2;dc_random=1784036057_sxZgQZxylkDQMoVkrC3E60tSpqnSeMLNzw;~oref=https%3A%2F%2Fwww.accenture.com%2Fde-de%2Fabout%2Fcontact-us? — 200 — 63 B — 134 ms — h3https://www.gstatic.com/recaptcha/releases/rL1ELiQAg1kPezz6_H9hTZ_i/styles__ltr.csswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/rL1ELiQAg1kPezz6_H9hTZ_i/styles__ltr.css — 200 — 0 B — 1 ms — h2https://www.gstatic.com/recaptcha/releases/rL1ELiQAg1kPezz6_H9hTZ_i/recaptcha__de.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/rL1ELiQAg1kPezz6_H9hTZ_i/recaptcha__de.js — 200 — 0 B — 0 ms — h2https://www.facebook.com/tr/?id=772335989453317&ev=PageView&dl=https%3A%2F%2Fwww.accenture.com%2Fde-de%2Fabout%2Fcontact-us%23contactus-formheader&rl=&if=false&ts=1784036057330&iw=false&sw=412&sh=823&v=2.9.353&r=stable&ec=0&o=8222&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Setzen%20Sie%20sich%20mit%20uns%20in%20Verbindung%20%7C%20Accenture&pmd[locale]=de-DE&pmd[description]=Kontaktieren%20Sie%20Accenture&pmd[keywords]=Accenture%2C%20Kontaktieren%20Sie%20uns%2C%20kontaktieren%20Sie%20Accenture&plt=638.7999992370605&iss=1&ss=%7B%22page_description%22%3A%5B%7B%22rid%22%3A%221746251076390866%22%2C%22v%22%3A%5B%22Kontaktieren%20Sie%20Accenture%22%5D%7D%5D%2C%22entity_name%22%3A%5B%7B%22rid%22%3A%221229550833581540%22%2C%22v%22%3A%5B%22Setzen%20Sie%20sich%20mit%20uns%20in%20Verbindung%22%5D%7D%2C%7B%22rid%22%3A%2237245189085128301%22%2C%22v%22%3A%5B%22Setzen%20Sie%20sich%20mit%20uns%20in%20Verbindung%20%7C%20Accenture%22%5D%7D%5D%2C%22page_title%22%3A%5B%7B%22rid%22%3A%222482810278825897%22%2C%22v%22%3A%5B%22Careers%22%5D%7D%5D%2C%22entity_description%22%3A%5B%7B%22rid%22%3A%222837206226634136%22%2C%22v%22%3A%5B%22Kontaktieren%20Sie%20Accenture%22%5D%7D%5D%7D&imft=1&tz=0&it=1784036057127&coo=false&chmd=moto%20g%20power%20(2022)&chpv=11.0&chfv=undefined&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf0&rqm=GETwww.facebook.com/tr/?id=77233598945... https://www.facebook.com/tr/?id=772335989453317&ev=PageView&dl=https%3A%2F%2Fwww.accenture.com%2Fde-de%2Fabout%2Fcontact-us%23contactus-formheader&rl=&if=false&ts=1784036057330&iw=false&sw=412&sh=823&v=2.9.353&r=stable&ec=0&o=8222&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Setzen%20Sie%20sich%20mit%20uns%20in%20Verbindung%20%7C%20Accenture&pmd[locale]=de-DE&pmd[description]=Kontaktieren%20Sie%20Accenture&pmd[keywords]=Accenture%2C%20Kontaktieren%20Sie%20uns%2C%20kontaktieren%20Sie%20Accenture&plt=638.7999992370605&iss=1&ss=%7B%22page_description%22%3A%5B%7B%22rid%22%3A%221746251076390866%22%2C%22v%22%3A%5B%22Kontaktieren%20Sie%20Accenture%22%5D%7D%5D%2C%22entity_name%22%3A%5B%7B%22rid%22%3A%221229550833581540%22%2C%22v%22%3A%5B%22Setzen%20Sie%20sich%20mit%20uns%20in%20Verbindung%22%5D%7D%2C%7B%22rid%22%3A%2237245189085128301%22%2C%22v%22%3A%5B%22Setzen%20Sie%20sich%20mit%20uns%20in%20Verbindung%20%7C%20Accenture%22%5D%7D%5D%2C%22page_title%22%3A%5B%7B%22rid%22%3A%222482810278825897%22%2C%22v%22%3A%5B%22Careers%22%5D%7D%5D%2C%22entity_description%22%3A%5B%7B%22rid%22%3A%222837206226634136%22%2C%22v%22%3A%5B%22Kontaktieren%20Sie%20Accenture%22%5D%7D%5D%7D&imft=1&tz=0&it=1784036057127&coo=false&chmd=moto%20g%20power%20(2022)&chpv=11.0&chfv=undefined&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf0&rqm=GET — 200 — 19 B — 19 ms — h3https://adservice.google.com/ddm/fls/z/src=10351289;type=brd;cat=wal;rcb=19;ord=8373353228765;npa=0;u1=https%3A%2F%2Fwww.accenture.com%2Fde-de%2Fabout%2Fcontact-us%23contactus-formheader;u3=acn%3Aabout%3Acontact-us;u4=us;u5=de;gdid=dYWJhMj;uaa=;uab=64;uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;uaw=0;pscdl=noapi;frm=0;_tu=IFA;gtm=45fe67a1v9190935837za200zd9190935837xec;gcd=13l3l3l3l1l1;dma=0;dc_fmt=2;tag_exp=115616985~115938466~115938468~118826209~118897920~118897930~119027224~119896803;epver=2;dc_random=1784036057_sxZgQZxylkDQMoVkrC3E60tSpqnSeMLNzw;_dc_test=1;~oref=https%3A%2F%2Fwww.accenture.com%2Fde-de%2Fabout%2Fcontact-usadservice.google.com/ddm/fls/z/src=... https://adservice.google.com/ddm/fls/z/src=10351289;type=brd;cat=wal;rcb=19;ord=8373353228765;npa=0;u1=https%3A%2F%2Fwww.accenture.com%2Fde-de%2Fabout%2Fcontact-us%23contactus-formheader;u3=acn%3Aabout%3Acontact-us;u4=us;u5=de;gdid=dYWJhMj;uaa=;uab=64;uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;uaw=0;pscdl=noapi;frm=0;_tu=IFA;gtm=45fe67a1v9190935837za200zd9190935837xec;gcd=13l3l3l3l1l1;dma=0;dc_fmt=2;tag_exp=115616985~115938466~115938468~118826209~118897920~118897930~119027224~119896803;epver=2;dc_random=1784036057_sxZgQZxylkDQMoVkrC3E60tSpqnSeMLNzw;_dc_test=1;~oref=https%3A%2F%2Fwww.accenture.com%2Fde-de%2Fabout%2Fcontact-us — 302 — 22 B — 52 ms — h3https://adservice.google.com/ddm/fls/z/src=10351289;dc_pre=CNO735uk0pUDFTW0WgUd_bkajw;type=brd;cat=wal;rcb=19;ord=8373353228765;npa=0;u1=https%3A%2F%2Fwww.accenture.com%2Fde-de%2Fabout%2Fcontact-us%23contactus-formheader;u3=acn%3Aabout%3Acontact-us;u4=us;u5=de;gdid=dYWJhMj;uaa=;uab=64;uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;uaw=0;pscdl=noapi;frm=0;_tu=IFA;gtm=45fe67a1v9190935837za200zd9190935837xec;gcd=13l3l3l3l1l1;dma=0;dc_fmt=2;tag_exp=115616985~115938466~115938468~118826209~118897920~118897930~119027224~119896803;epver=2;dc_random=1784036057_sxZgQZxylkDQMoVkrC3E60tSpqnSeMLNzw;_dc_test=1;~oref=https%3A%2F%2Fwww.accenture.com%2Fde-de%2Fabout%2Fcontact-usadservice.google.com/ddm/fls/z/src=... https://adservice.google.com/ddm/fls/z/src=10351289;dc_pre=CNO735uk0pUDFTW0WgUd_bkajw;type=brd;cat=wal;rcb=19;ord=8373353228765;npa=0;u1=https%3A%2F%2Fwww.accenture.com%2Fde-de%2Fabout%2Fcontact-us%23contactus-formheader;u3=acn%3Aabout%3Acontact-us;u4=us;u5=de;gdid=dYWJhMj;uaa=;uab=64;uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;uaw=0;pscdl=noapi;frm=0;_tu=IFA;gtm=45fe67a1v9190935837za200zd9190935837xec;gcd=13l3l3l3l1l1;dma=0;dc_fmt=2;tag_exp=115616985~115938466~115938468~118826209~118897920~118897930~119027224~119896803;epver=2;dc_random=1784036057_sxZgQZxylkDQMoVkrC3E60tSpqnSeMLNzw;_dc_test=1;~oref=https%3A%2F%2Fwww.accenture.com%2Fde-de%2Fabout%2Fcontact-us — 200 — 63 B — 28 ms — h3https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 0 B — 0 ms — h3https://somni.accenture.com/ee/va6/v1/privacy/set-consent?configId=e1031b55-1dab-4294-8913-431165158736&requestId=b9f26f02-a9af-4bdd-b0d0-d841d7b826acsomni.accenture.com/ee/va6/v1/priva... https://somni.accenture.com/ee/va6/v1/privacy/set-consent?configId=e1031b55-1dab-4294-8913-431165158736&requestId=b9f26f02-a9af-4bdd-b0d0-d841d7b826ac — 200 — 618 B — 29 ms — h2https://insight.adsrvr.org/track/cei?advertiser_id=orumvje&cookie_sync=1&upv=3.0.0&upid=1grs3ho&ref=https%3A%2F%2Fwww.accenture.com%2Fde-de%2Fabout%2Fcontact-us%23contactus-formheaderinsight.adsrvr.org/track/cei?advert... https://insight.adsrvr.org/track/cei?advertiser_id=orumvje&cookie_sync=1&upv=3.0.0&upid=1grs3ho&ref=https%3A%2F%2Fwww.accenture.com%2Fde-de%2Fabout%2Fcontact-us%23contactus-formheader — 302 — 275 B — 32 ms — h2https://www.accenture.com/favicon.ico/favicon.ico https://www.accenture.com/favicon.ico — 200 — 21.9 KiB — 85 ms — h2https://browser-intake-datadoghq.com/api/v2/rum?ddsource=browser&dd-api-key=pub3d7d6627feed8cd40ac36fdc41b8c30b&dd-evp-origin-version=6.33.0&dd-evp-origin=browser&dd-request-id=7afe7eff-cc42-44ad-b5fd-21b077574767&batch_time=1784036057576&_dd.api=fetchbrowser-intake-datadoghq.com/api/v2... https://browser-intake-datadoghq.com/api/v2/rum?ddsource=browser&dd-api-key=pub3d7d6627feed8cd40ac36fdc41b8c30b&dd-evp-origin-version=6.33.0&dd-evp-origin=browser&dd-request-id=7afe7eff-cc42-44ad-b5fd-21b077574767&batch_time=1784036057576&_dd.api=fetch — 202 — 464 B — 74 ms — http/1.1https://match.adsrvr.org/track/cei?advertiser_id=orumvje&cookie_sync=1&upv=3.0.0&upid=1grs3ho&ref=https%3a%2f%2fwww.accenture.com&redirect=1match.adsrvr.org/track/cei?advertis... https://match.adsrvr.org/track/cei?advertiser_id=orumvje&cookie_sync=1&upv=3.0.0&upid=1grs3ho&ref=https%3a%2f%2fwww.accenture.com&redirect=1 — 200 — 600 B — 18 ms — h2https://browser-intake-datadoghq.com/api/v2/rum?ddsource=browser&dd-api-key=pub3d7d6627feed8cd40ac36fdc41b8c30b&dd-evp-origin-version=6.33.0&dd-evp-origin=browser&dd-request-id=6bfbd407-0fb0-41ce-b84f-0f774fb834e2&batch_time=1784036057581&_dd.api=fetchbrowser-intake-datadoghq.com/api/v2... https://browser-intake-datadoghq.com/api/v2/rum?ddsource=browser&dd-api-key=pub3d7d6627feed8cd40ac36fdc41b8c30b&dd-evp-origin-version=6.33.0&dd-evp-origin=browser&dd-request-id=6bfbd407-0fb0-41ce-b84f-0f774fb834e2&batch_time=1784036057581&_dd.api=fetch — 202 — 464 B — 71 ms — http/1.1https://js.adsrvr.org/universal_pixel.jsjs.adsrvr.org/universal_pixel.js https://js.adsrvr.org/universal_pixel.js — 200 — 995 B — 26 ms — http/1.1https://www.accenture.com/etc/clientlibs/dtm-reactor/EN785f1994af8549b6b4a28ab29b6a7455/55621ea95d50/9203afe82f7a/9c9f33299a22/RCb5a685bd964f4123a13c9dd2c9a6357f-source.min.js/etc/clientlibs/dtm-reactor/EN785f1... https://www.accenture.com/etc/clientlibs/dtm-reactor/EN785f1994af8549b6b4a28ab29b6a7455/55621ea95d50/9203afe82f7a/9c9f33299a22/RCb5a685bd964f4123a13c9dd2c9a6357f-source.min.js — 200 — 8.8 KiB — 49 ms — h2https://insight.adsrvr.org/track/realtimeconversioninsight.adsrvr.org/track/realtimeco... https://insight.adsrvr.org/track/realtimeconversion — 200 — 0 B — 33 ms — h2https://insight.adsrvr.org/track/realtimeconversioninsight.adsrvr.org/track/realtimeco... https://insight.adsrvr.org/track/realtimeconversion — 200 — 351 B — 26 ms — h2https://browser-intake-datadoghq.com/api/v2/rum?ddsource=browser&dd-api-key=pub3d7d6627feed8cd40ac36fdc41b8c30b&dd-evp-origin-version=6.33.0&dd-evp-origin=browser&dd-request-id=f04a7f95-a78f-42ba-aaa0-be872aa56eed&batch_time=1784036059189&_dd.api=fetchbrowser-intake-datadoghq.com/api/v2... https://browser-intake-datadoghq.com/api/v2/rum?ddsource=browser&dd-api-key=pub3d7d6627feed8cd40ac36fdc41b8c30b&dd-evp-origin-version=6.33.0&dd-evp-origin=browser&dd-request-id=f04a7f95-a78f-42ba-aaa0-be872aa56eed&batch_time=1784036059189&_dd.api=fetch — 202 — 464 B — 45 ms — http/1.1
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
42% of JavaScript execution is third-party
First-party Third-party 5309ms · 641KB · $70/mo
www.gstatic.com
Other
Costly
Execution 2067ms
Transfer 0 KB
Unused 47%
Monthly Cost $27/mo
www.datadoghq-browser-agent.com
Other
Costly
Execution 740ms
Transfer 59 KB
Unused 48%
Monthly Cost $10/mo
OneTrust
Consent
Essential
Execution 508ms
Transfer 127 KB
Unused 53%
Monthly Cost $7/mo
cdnssl.clicktale.net
Other
Costly
Execution 404ms
Transfer 143 KB
Unused 53%
Monthly Cost $5/mo
Google Tag Manager
Tag Manager
Costly
Execution 384ms
Transfer 131 KB
Unused 46%
Monthly Cost $5/mo
Facebook Pixel
Advertising
Costly
Execution 315ms
Transfer 54 KB
Monthly Cost $4/mo
cdnssl.clicktale.net
Other
Costly
Execution 254ms
Transfer 3 KB
Monthly Cost $3/mo
sc.lfeeder.com
Other
Costly
Execution 225ms
Transfer 12 KB
Monthly Cost $3/mo
Facebook Pixel
Advertising
Costly
Execution 218ms
Transfer 99 KB
Unused 34%
Monthly Cost $3/mo
js.adsrvr.org
Other
Optional
Execution 195ms
Transfer 14 KB
Monthly Cost $3/mo

These scripts may cost more than they're worth

  • www.gstatic.com adds 2067ms and costs ~$27/month
  • www.datadoghq-browser-agent.com adds 740ms and costs ~$10/month
  • cdnssl.clicktale.net adds 404ms and costs ~$5/month
  • Google Tag Manager adds 384ms and costs ~$5/month
  • Facebook Pixel adds 315ms and costs ~$4/month
  • cdnssl.clicktale.net adds 254ms and costs ~$3/month
  • sc.lfeeder.com adds 225ms and costs ~$3/month
  • Facebook Pixel adds 218ms and costs ~$3/month

42% of JavaScript execution time comes from third-party scripts.

Why this matters

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

www.gstatic.com takes 2067ms 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

www.datadoghq-browser-agent.com takes 740ms 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

cdnssl.clicktale.net takes 404ms 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 cdnssl.clicktale.net'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

Google Tag Manager takes 384ms 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

Facebook Pixel takes 315ms 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

cdnssl.clicktale.net takes 254ms 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

sc.lfeeder.com takes 225ms 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

Facebook Pixel takes 218ms 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

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-06-14 — 2026-07-11)

LCP (p75)

4859 ms

31% good

INP (p75)

564 ms

47% good

CLS (p75)

0.010

88% good

FCP (p75)

4969 ms

TTFB (p75)

2088 ms

Image Optimization
7 images, 0 KB total, 0 KB wasted
INFO

Image Optimization Audit

Total Images

7

Total Size

0 KB

Oversized

1

5 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