https://www.db.com/contentAsset/image/7ac70bc5-49a... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
!
https://www.db.com/application/project/images/logo... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
14images219 KB
0oversized-0 KB
14legacy format
2missing dimensionsCLS risk
Set explicit width and height to prevent CLS.
Why this matters
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.
Why this matters
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
B
HTTP Caching
private
REVIEW
private
Info::
✓
Cache-Control header is set
Got: private
Info::
i
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control
private
Directive
Value
Meaning
private
—
Only browser cache, not CDN/proxy
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
1 fonts (133 KB)
PASS
1 fonts (133 KB)
Info::
i
1 font(s) use font-display: swap (FOUT risk but functional)
Web fonts
1
133 KB total
Render-blocking
0
of 1
Dominant font-display
swap
Most common across fonts
Font loading timeline
TransferFOIT (block)FOUT (swap)
DeutscheBankVar.woff2woff2swap
Size133 KB
Load time55 ms
Start456 ms
RiskFOUT — text flashes from fallback to web font
Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
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 ~67 KB and ~134 ms
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
✓
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
✓
No render-blocking resources detected
A+
Resource Hints
5 hints, 0 missing preconnects
PASS
5 hints, 0 missing preconnects
Info::
✓
Page uses 5 resource hint(s)
Current Resource Hints
preconnect
3
preload
2
dns-prefetch—
prefetch—
5 resource hints configured
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+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Google Cloud
Network Waterfall
73 requests over 1580ms
INFO
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100%of JavaScript execution is third-party
First-party Third-party5149ms · 2296KB · €56/mo
Script
Category
Execution
Transfer
Unused
Monthly Cost
Verdict
e.video-cdn.net
e.video-cdn.net
Other
1199ms
1187 KB
79%
€13/mo
Costly
www.db.com
www.db.com
Other
927ms
29 KB
—
€10/mo
Costly
prod2.master.db.com
prod2.master.db.com
Other
668ms
267 KB
65%
€7/mo
Costly
app.usercentrics.eu
app.usercentrics.eu
Other
602ms
121 KB
44%
€7/mo
Costly
Unattributable
Unattributable
Other
497ms
0 KB
—
€5/mo
Costly
privacy-proxy.usercentrics.eu
privacy-proxy.usercentrics.eu
Other
487ms
30 KB
—
€5/mo
Costly
www.db.com
www.db.com
Other
399ms
129 KB
71%
€4/mo
Costly
www.db.com
www.db.com
Other
158ms
260 KB
82%
€2/mo
Optional
www.db.com
www.db.com
Other
123ms
159 KB
72%
€1/mo
Optional
prod2.master.db.com
prod2.master.db.com
Other
88ms
114 KB
—
€1/mo
Optional
e.video-cdn.net
Other
Costly
Execution1199ms
Transfer1187 KB
Unused79%
Monthly Cost€13/mo
www.db.com
Other
Costly
Execution927ms
Transfer29 KB
Monthly Cost€10/mo
prod2.master.db.com
Other
Costly
Execution668ms
Transfer267 KB
Unused65%
Monthly Cost€7/mo
app.usercentrics.eu
Other
Costly
Execution602ms
Transfer121 KB
Unused44%
Monthly Cost€7/mo
Unattributable
Other
Costly
Execution497ms
Transfer0 KB
Monthly Cost€5/mo
privacy-proxy.usercentrics.eu
Other
Costly
Execution487ms
Transfer30 KB
Monthly Cost€5/mo
www.db.com
Other
Costly
Execution399ms
Transfer129 KB
Unused71%
Monthly Cost€4/mo
www.db.com
Other
Optional
Execution158ms
Transfer260 KB
Unused82%
Monthly Cost€2/mo
www.db.com
Other
Optional
Execution123ms
Transfer159 KB
Unused72%
Monthly Cost€1/mo
prod2.master.db.com
Other
Optional
Execution88ms
Transfer114 KB
Monthly Cost€1/mo
These scripts may cost more than they're worth
e.video-cdn.net adds 1199ms and costs ~€13/month
www.db.com adds 927ms and costs ~€10/month
prod2.master.db.com adds 668ms and costs ~€7/month
app.usercentrics.eu adds 602ms and costs ~€7/month
Unattributable adds 497ms and costs ~€5/month
privacy-proxy.usercentrics.eu adds 487ms and costs ~€5/month
www.db.com adds 399ms and costs ~€4/month
100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.
Why this matters
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
e.video-cdn.net takes 1199ms 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
79% of e.video-cdn.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
www.db.com takes 927ms 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
prod2.master.db.com takes 668ms 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
65% of prod2.master.db.com'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
app.usercentrics.eu takes 602ms 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
Unattributable takes 497ms 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
privacy-proxy.usercentrics.eu takes 487ms 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.db.com takes 399ms 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
71% of www.db.com'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
82% of www.db.com'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
72% of www.db.com'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.