Performance
· 14 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.
1.30 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.38 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
232 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.003
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.79 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.
3.43 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
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 Execution CostAction1278ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://cdn.amcharts.com/lib/version/4.10.29/core.js?ver=1.6.1 | 891ms | 626ms | 23ms | 3rd |
| https://www.dpd.com/ | 169ms | 14ms | 4ms | 1st |
| Unattributable | 132ms | 11ms | 0ms | 3rd |
| https://www.dpd.com/wp-content/themes/DPD_NoLogin/js/fontawesome-all.min.js?ver=6.8.3 | 87ms | 52ms | 28ms | 1st |
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+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 | 891ms | 254 KB | 62% | €12/mo | Costly |
Unattributable Unattributable | Other | 132ms | 0 KB | — | €2/mo | Optional |
These scripts may cost more than they're worth
- cdn.amcharts.com adds 891ms and costs ~€12/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 891ms 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