Performance
· 16 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.
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
FPage Weight BudgetAction3.8 MB transferred, 88 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
FJS Execution CostAction6037ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://cdn.amcharts.com/lib/version/4.10.29/core.js?ver=1.6.1 | 3933ms | 2917ms | 130ms | 3rd |
| https://www.dpd.com/ | 561ms | 39ms | 18ms | 1st |
| Unattributable | 428ms | 15ms | 0ms | 3rd |
| https://www.dpd.com/wp-content/themes/DPD_NoLogin/js/fontawesome-all.min.js?ver=6.8.3 | 373ms | 241ms | 98ms | 1st |
| https://cdn.tagcommander.com/5380/tc_DPD_HUB_80.js | 279ms | 173ms | 8ms | 3rd |
| https://www.dpd.com/wp-content/themes/DPD_NoLogin/js/jquery-3.6.0.min.js?ver=3.6.0 | 159ms | 119ms | 11ms | 1st |
| https://cdn.trustcommander.net/iab-tcfapi/tcfapi.js?v=96.0 | 123ms | 111ms | 11ms | 3rd |
| https://www.dpd.com/wp-content/themes/DPD_NoLogin/js/Hyphenopoly/Hyphenopoly_Loader.js | 113ms | 6ms | 18ms | 1st |
| https://cdn.amcharts.com/lib/4/geodata/worldLow.js?ver=1.6.1 | 67ms | 40ms | 27ms | 3rd |
CImage OptimizationAction10 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
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
CJS BundlesAction49 scripts, 219 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://cdn.amcharts.com/lib/version/4.10.29/core.js?ver=1.6.1 | 254 KB | 158 KB (62%) | ✓ | 3rd |
| https://www.dpd.com/wp-content/plugins/form-maker/js/scripts.min.js?ver=2.15.7 | 45 KB | 38 KB (84%) | ✓ | 1st |
| https://cdn.amcharts.com/lib/version/4.10.29/maps.js?ver=1.6.1 | 41 KB | 23 KB (57%) | ✓ | 3rd |
| https://cdn.tagcommander.com/5380/tc_DPD_HUB_80.js | 20 KB | — | ✓ | 3rd |
| https://www.dpd.com/wp-content/plugins/dpd-news/js/popper.min.js?ver=1.0.0 | 7 KB | — | ✓ | 1st |
| https://www.dpd.com/wp-content/themes/DPD_NoLogin/js/jquery.appear.min.js?ver=6.8.3 | 1 KB | — | ✓ | 1st |
| https://www.dpd.com/wp-content/themes/DPD_NoLogin/js/bootstrap.min.js?ver=6.8.3 | 15 KB | — | ✓ | 1st |
| https://www.dpd.com/wp-content/themes/DPD_NoLogin/js/bootstrap-datepicker.min.js?ver=6.8.3 | 11 KB | — | ✓ | 1st |
| https://www.dpd.com/wp-content/themes/DPD_NoLogin/js/fontawesome-all.min.js?ver=6.8.3 | 434 KB | — | ✓ | 1st |
| https://www.dpd.com/wp-content/themes/DPD_NoLogin/js/dragdealer.min.js?ver=6.8.3 | 4 KB | — | ✓ | 1st |
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
A+Third-Party Impact14% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading5 fonts (182 KB)PASS
Web fonts
5
182 KB total
Render-blocking
0
of 5
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
- 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 ~54 KB and ~108 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
A+HTTP Cachingmax-age=432000 (5 days)PASS
public, max-age=432000, s-maxage=200, must-revalidate
| Directive | Value | Meaning |
|---|---|---|
| public | — | Any cache may store this response |
| max-age | 432000 | Cache for 5 days |
| s-maxage | 200 | CDN caches for 3 minutes |
| must-revalidate | — | Must recheck with server after expiry |
Network Waterfall88 requests over 0msINFO
Performance analysis not available for this result.
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
cdn.amcharts.com cdn.amcharts.com | Other | 3933ms | 254 KB | 62% | €54/mo | Costly |
Unattributable Unattributable | Other | 428ms | 0 KB | — | €6/mo | Costly |
cdn.tagcommander.com cdn.tagcommander.com | Other | 279ms | 20 KB | — | €4/mo | Costly |
cdn.trustcommander.net cdn.trustcommander.net | Other | 123ms | 20 KB | — | €2/mo | Optional |
cdn.amcharts.com cdn.amcharts.com | Other | 67ms | 83 KB | — | €1/mo | Optional |
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.
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.
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.
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.
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.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev