Performance
· 26 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.Performance-focused optimization plan with CWV assessment, top offenders, and time estimates
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
2.91 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
8.89 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.00 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.77 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.
15.28 s
Page Load Progression
FPage Weight BudgetAction2.8 MB transferred, 56 requestsFIX
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.
Source: web.dev
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.
Source: web.dev
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction7351ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.bearingpoint.com/project/frontend/build/vendor.f17a511b.js | 1690ms | 355ms | 99ms | 3rd |
| https://www.bearingpoint.com/project/frontend/build/CorporateApplication.f4ca590c.js | 1672ms | 1117ms | 18ms | 3rd |
| https://www.bearingpoint.com/en/ | 1447ms | 5ms | 2ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-WRMB4YX662&cx=c>m=4e65d0 | 554ms | 429ms | 72ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-58ML8B | 525ms | 416ms | 98ms | 3rd |
| Unattributable | 504ms | 67ms | 0ms | 1st |
| https://cdn.cookielaw.org/scripttemplates/202511.1.0/otBannerSdk.js | 366ms | 237ms | 66ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-C0N3EBFSNE&cx=c>m=4e65d0 | 314ms | 249ms | 63ms | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-882393231&cx=c>m=4e65d0 | 202ms | 151ms | 49ms | 3rd |
| https://www.bearingpoint.com/project/frontend/build/main.013ed7f3.css | 78ms | 0ms | 0ms | 3rd |
DJS BundlesAction10 scripts, 501 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.bearingpoint.com/project/frontend/build/vendor.f17a511b.js | 225 KB | 143 KB (64%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-882393231&cx=c>m=4e65d0 | 135 KB | 70 KB (52%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-C0N3EBFSNE&cx=c>m=4e65d0 | 158 KB | 68 KB (43%) | ✓ | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202511.1.0/otBannerSdk.js | 124 KB | 68 KB (54%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-58ML8B | 176 KB | 63 KB (36%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-WRMB4YX662&cx=c>m=4e65d0 | 175 KB | 62 KB (35%) | ✓ | 3rd |
| https://www.bearingpoint.com/project/frontend/build/CorporateApplication.f4ca590c.js | 37 KB | 28 KB (77%) | ✓ | 3rd |
| https://cdn.cookielaw.org/scripttemplates/otSDKStub.js | 9 KB | — | ✓ | 3rd |
| https://www.bearingpoint.com/project/frontend/build/CookieConsentTagManager.b55d63ec.js | 3 KB | — | ✓ | 3rd |
| https://www.bearingpoint.com/project/frontend/build/runtime.2ff123b7.js | 2 KB | — | ✓ | 3rd |
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
FPage Weight InventoryAction56 resources · 2.8 MB · 501 KB savings availableFIX
~500.7 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 56 resources | 2.8 MiB | ||||||
CImage OptimizationAction25 images, 0 KB saveableREVIEW
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
BHTTP/3 (QUIC)HTTP/3 not advertisedREVIEW
CCompression AlgorithmActionMain response served uncompressedREVIEW
BServer-Timing ObservabilityNo Server-Timing header foundREVIEW
BJavaScript Blocking2 JS blocking issue(s) detectedREVIEW
A+Text CompressionAll text resources are compressedPASS
A+Font Loading4 fonts (178 KB)PASS
Web fonts
4
178 KB total
Render-blocking
0
of 4
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
Optimization checklist
- Preload critical fonts (priority=high)
- Use woff2 format for all fonts
- Set font-display to swap, optional, or fallback
- Subset large fonts (≤100 KB each)
Fixing the unchecked items could save ~46 KB and ~92 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+LCP Image PreloadLCP preload audit not availablePASS
A+Main HTML Cache-ControlMain HTML max-age=300 (≤ 5min) is appropriatePASS
A+Server Response Intelligence1 server-response signal(s) detectedPASS
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
A+CSS Performance DepthNo CSS performance depth issues detectedPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: uvensys GmbH
AHTTP Cachingmax-age=300 (5 minutes)PASS
max-age=300
| Directive | Value | Meaning |
|---|---|---|
| max-age | 300 | Cache for 5 minutes |
Network Waterfall56 requests over 2859msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.bearingpoint.com www.bearingpoint.com | Other | 1690ms | 225 KB | 64% | €27/mo | Costly |
www.bearingpoint.com www.bearingpoint.com | Other | 1672ms | 37 KB | 77% | €27/mo | Costly |
www.bearingpoint.com www.bearingpoint.com | Other | 1447ms | 41 KB | — | €23/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 554ms | 175 KB | 35% | €9/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 525ms | 176 KB | 36% | €8/mo | Costly |
OneTrust cdn.cookielaw.org | Consent | 366ms | 124 KB | 54% | €6/mo | Essential |
Google Tag Manager www.googletagmanager.com | Tag Manager | 314ms | 158 KB | 43% | €5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 202ms | 135 KB | 52% | €3/mo | Costly |
www.bearingpoint.com www.bearingpoint.com | Other | 78ms | 102 KB | — | €1/mo | Optional |
These scripts may cost more than they're worth
- www.bearingpoint.com adds 1690ms and costs ~€27/month
- www.bearingpoint.com adds 1672ms and costs ~€27/month
- www.bearingpoint.com adds 1447ms and costs ~€23/month
- Google Tag Manager adds 554ms and costs ~€9/month
- Google Tag Manager adds 525ms and costs ~€8/month
- Google Tag Manager adds 314ms and costs ~€5/month
- Google Tag Manager adds 202ms and costs ~€3/month
93% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.
When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.
Learn more ▾ ▴
Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.
Source: web.dev
www.bearingpoint.com takes 1690ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
64% of www.bearingpoint.com's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
www.bearingpoint.com takes 1672ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
77% of www.bearingpoint.com's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
www.bearingpoint.com takes 1447ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Google Tag Manager takes 554ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Google Tag Manager takes 525ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
54% of OneTrust's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
Google Tag Manager takes 314ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Google Tag Manager takes 202ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
52% of Google Tag Manager's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
Image Optimization22 images, 1633 KB total, 86 KB wastedINFO
Image Optimization Audit
Total Images
22
Total Size
1633 KB
Oversized
1
Wasted
86 KB