Skip to content
https://www.dpd.com

Performance

· 16 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
78
GRADE
C
FIX
2
REVIEW
2
PASS
10
INFO
2

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

32
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
70
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.
92
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

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

8.28 s

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

15.40 s

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

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

8.28 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.40 s

Page Load Progression

616 ms
1.2 s
1.8 s
2.5 s
3.1 s
3.7 s
4.3 s
4.9 s
Checks
16
10 PASS 2 REVIEW 2 FIX
F
Page Weight Budget
Action
3.8 MB transferred, 88 requests
FIX
3.8 MB transferred, 88 requests
Warning::
Page weighs 8.2 MB (3.8 MB transferred)
Warning::
Images are 2.2 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 2.2 MB
Warning::
JavaScript is 1.1 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.1 MB
Info::
88 HTTP requests
Info::
Estimated 0.79 g CO2 per page load
3.8 MB / 2.4 MB budget
3.8 MB transferred
88 requests
0.79 g CO2 per page load
Images 2.2 MiB 58%
JavaScript 1.1 MiB 29%
Fonts 181.5 KiB 5%
CSS 169.1 KiB 4%
Other 100.6 KiB 3%
Other 30.9 KiB 1%
HTML 23.9 KiB 1%
Other 926 B 0%
Other 528 B 0%
0 2.4 MB 4.9 MB
Over budget

Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.

Why this matters

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.

Why this matters

JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.

Source: web.dev

F
JS Execution Cost
Action
6037ms total JS execution
FIX
6037ms total JS execution
Warning::
https://cdn.amcharts.com/lib/version/4.10.29/core....: 3933ms CPU time
Warning::
https://www.dpd.com/: 561ms CPU time
Warning::
Unattributable: 428ms CPU time
Warning::
https://www.dpd.com/wp-content/themes/DPD_NoLogin/...: 373ms CPU time
Warning::
https://cdn.tagcommander.com/5380/tc_DPD_HUB_80.js: 279ms CPU time
Warning::
Third-party scripts: 4830ms (80% of total)

Main Thread Breakdown

Script Evaluation 60% Other 14% Style & Layout 13% Script Parsing & Compilation 7%
ScriptTotalScriptingParse/CompileParty
https://cdn.amcharts.com/lib/version/4.10.29/core.js?ver=1.6.13933ms2917ms130ms3rd
https://www.dpd.com/561ms39ms18ms1st
Unattributable428ms15ms0ms3rd
https://www.dpd.com/wp-content/themes/DPD_NoLogin/js/fontawesome-all.min.js?ver=6.8.3373ms241ms98ms1st
https://cdn.tagcommander.com/5380/tc_DPD_HUB_80.js279ms173ms8ms3rd
https://www.dpd.com/wp-content/themes/DPD_NoLogin/js/jquery-3.6.0.min.js?ver=3.6.0159ms119ms11ms1st
https://cdn.trustcommander.net/iab-tcfapi/tcfapi.js?v=96.0123ms111ms11ms3rd
https://www.dpd.com/wp-content/themes/DPD_NoLogin/js/Hyphenopoly/Hyphenopoly_Loader.js113ms6ms18ms1st
https://cdn.amcharts.com/lib/4/geodata/worldLow.js?ver=1.6.167ms40ms27ms3rd
C
Image Optimization
Action
10 images, 0 KB saveable
REVIEW
10 images, 0 KB saveable
Warning::
https://www.dpd.com/wp-content/themes/DPD_NoLogin/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.dpd.com/wp-content/themes/DPD_NoLogin/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.dpd.com/wp-content/themes/DPD_NoLogin/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.dpd.com/wp-content/uploads/2023/04/Geo... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
10 images 2.2 MB
0 oversized -0 KB
10 legacy format
4 missing dimensions CLS 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

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

C
JS Bundles
Action
49 scripts, 219 KB unused
REVIEW
49 scripts, 219 KB unused
Warning::
https://cdn.amcharts.com/lib/version/4.10.29/core....: 158 KB unused (62%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.dpd.com/wp-content/plugins/form-maker/...: 38 KB unused (84%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdn.amcharts.com/lib/version/4.10.29/maps....: 23 KB unused (57%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 219 KB
219 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://cdn.amcharts.com/lib/version/4.10.29/core.js?ver=1.6.1254 KB158 KB (62%)3rd
https://www.dpd.com/wp-content/plugins/form-maker/js/scripts.min.js?ver=2.15.745 KB38 KB (84%)1st
https://cdn.amcharts.com/lib/version/4.10.29/maps.js?ver=1.6.141 KB23 KB (57%)3rd
https://cdn.tagcommander.com/5380/tc_DPD_HUB_80.js20 KB3rd
https://www.dpd.com/wp-content/plugins/dpd-news/js/popper.min.js?ver=1.0.07 KB1st
https://www.dpd.com/wp-content/themes/DPD_NoLogin/js/jquery.appear.min.js?ver=6.8.31 KB1st
https://www.dpd.com/wp-content/themes/DPD_NoLogin/js/bootstrap.min.js?ver=6.8.315 KB1st
https://www.dpd.com/wp-content/themes/DPD_NoLogin/js/bootstrap-datepicker.min.js?ver=6.8.311 KB1st
https://www.dpd.com/wp-content/themes/DPD_NoLogin/js/fontawesome-all.min.js?ver=6.8.3434 KB1st
https://www.dpd.com/wp-content/themes/DPD_NoLogin/js/dragdealer.min.js?ver=6.8.34 KB1st

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

A+
Third-Party Impact
14% third-party, 0 ms blocking
PASS
14% third-party, 0 ms blocking
Info::
Third-party code accounts for 14% of page weight (552.3 KiB of 3.8 MiB)
Info::
Third-party blocking time is low (0 ms)
86%
First-party Third-party
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
5 fonts (182 KB)
PASS
5 fonts (182 KB)
Info::
5 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

5

182 KB total

Render-blocking

0

of 5

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 8.3 s LCP 15.4 shttps://www.dpd.com/wp-content/themes/DPD_NoLogin/fonts/PlutoSansDPDExtraLight-Web.ttfPlutoSansDPDExtraLight-... https://www.dpd.com/wp-content/themes/DPD_NoLogin/fonts/PlutoSansDPDExtraLight-Web.ttf — 60.7 KiB — 0 ms — font-display: swaphttps://www.dpd.com/wp-content/themes/DPD_NoLogin/fonts/PlutoSansDPDLight-Web.ttfPlutoSansDPDLight-Web.ttf https://www.dpd.com/wp-content/themes/DPD_NoLogin/fonts/PlutoSansDPDLight-Web.ttf — 60.5 KiB — 0 ms — font-display: swaphttps://www.dpd.com/wp-content/themes/DPD_NoLogin/fonts/PlutoSansDPDRegular-Web.ttfPlutoSansDPDRegular-Web... https://www.dpd.com/wp-content/themes/DPD_NoLogin/fonts/PlutoSansDPDRegular-Web.ttf — 59.7 KiB — 0 ms — font-display: swaphttps://www.dpd.com/wp-content/themes/dpdgroup/fonts/PlutoSansDPDRegular-Web.ttfPlutoSansDPDRegular-Web... https://www.dpd.com/wp-content/themes/dpdgroup/fonts/PlutoSansDPDRegular-Web.ttf — 175 B — 0 ms — font-display: swaphttps://www.dpd.com/wp-content/themes/dpdgroup/fonts/PlutoSansDPDLight-Web.ttfPlutoSansDPDLight-Web.ttf https://www.dpd.com/wp-content/themes/dpdgroup/fonts/PlutoSansDPDLight-Web.ttf — 382 B — 0 ms — font-display: swap
PlutoSansDPDExtraLight-... ttf swap
Size 61 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
PlutoSansDPDLight-Web.ttf ttf swap
Size 61 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
PlutoSansDPDRegular-Web... ttf swap
Size 60 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
PlutoSansDPDRegular-Web... ttf swap
Size 0 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
PlutoSansDPDLight-Web.ttf ttf swap
Size 0 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
  • 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 ~54 KB and ~108 ms

A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
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: Cloudflare

A+
HTTP Caching
max-age=432000 (5 days)
PASS
max-age=432000 (5 days)
Info::
Cache-Control header is set
Got: public, max-age=432000, s-maxage=200, must-revalidate
Info::
Effective TTL: 5 days (max-age=432000)
Info::
CDN TTL: 3 minutes (s-maxage=200)
Info::
Last-Modified header present
Cache-Control

public, max-age=432000, s-maxage=200, must-revalidate

DirectiveValueMeaning
publicAny cache may store this response
max-age432000Cache for 5 days
s-maxage200CDN caches for 3 minutes
must-revalidateMust recheck with server after expiry
Effective TTL: 432000 seconds
Network Waterfall
88 requests over 0ms
INFO

Performance analysis not available for this result.

Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
80% of JavaScript execution is third-party
First-party Third-party 4830ms · 378KB · €67/mo
cdn.amcharts.com
Other
Costly
Execution 3933ms
Transfer 254 KB
Unused 62%
Monthly Cost €54/mo
Unattributable
Other
Costly
Execution 428ms
Transfer 0 KB
Monthly Cost €6/mo
cdn.tagcommander.com
Other
Costly
Execution 279ms
Transfer 20 KB
Monthly Cost €4/mo
cdn.trustcommander.net
Other
Optional
Execution 123ms
Transfer 20 KB
Monthly Cost €2/mo
cdn.amcharts.com
Other
Optional
Execution 67ms
Transfer 83 KB
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • cdn.amcharts.com adds 3933ms and costs ~€54/month
  • Unattributable adds 428ms and costs ~€6/month
  • cdn.tagcommander.com adds 279ms and costs ~€4/month

80% 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

cdn.amcharts.com takes 3933ms 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

62% of cdn.amcharts.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

Unattributable takes 428ms 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

cdn.tagcommander.com takes 279ms 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

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback