Performance
· 17 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.
6.13 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
7.11 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
33 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.048
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
6.13 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.
7.11 s
Page Load Progression
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BPage Weight Budget1.1 MB transferred, 39 requestsREVIEW
Subset fonts to include only used characters, or switch to system font stacks.
Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).
Source: web.dev font loading
CJS Execution CostAction1823ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://gdpr-info.eu/ | 1242ms | 44ms | 19ms | 1st |
| Unattributable | 328ms | 20ms | 0ms | 3rd |
| https://gdpr-info.eu/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 | 188ms | 136ms | 15ms | 1st |
| https://m.gdpr-info.eu/matomo.js | 64ms | 52ms | 12ms | 3rd |
A+Third-Party Impact3% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
AImage Optimization3 images, 0 KB saveablePASS
A+Font Loading6 fonts (853 KB)PASS
Web fonts
6
853 KB total
Render-blocking
0
of 6
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
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Convert to woff2 for ~30% smaller file size
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Convert to woff2 for ~30% smaller file size
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Convert to woff2 for ~30% smaller file size
- 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 ~672 KB and ~1344 ms
A+JS Bundles11 scripts, 0 KB unusedPASS
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://gdpr-info.eu/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 | 31 KB | — | ✓ | 1st |
| https://gdpr-info.eu/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 | 5 KB | — | ✓ | 1st |
| https://gdpr-info.eu/wp-content/plugins/gd-rating-system/js/rating/events.min.js?ver=3.8.1.1151 | 1 KB | — | ✓ | 1st |
| https://gdpr-info.eu/wp-content/themes/twentyfifteen-child/js/jquery.scrollUp.min.js?ver=1729510150 | 1 KB | — | ✓ | 1st |
| https://gdpr-info.eu/wp-content/plugins/solidsales-search-plugin/assets/javascript/build/searchwp-live-search.min.js?ver=1.0.1 | 4 KB | — | ✓ | 1st |
| https://gdpr-info.eu/wp-content/plugins/gd-rating-system/js/rating/core.min.js?ver=3.8.1.1151 | 3 KB | — | ✓ | 1st |
| https://gdpr-info.eu/wp-content/plugins/gd-rating-system/js/methods/stars-rating.min.js?ver=3.8.1.1151 | 1 KB | — | ✓ | 1st |
| https://gdpr-info.eu/wp-content/cache/min/1/wp-content/themes/twentyfifteen-child/js/functions.js?ver=1766051714 | 1 KB | — | ✓ | 1st |
| https://gdpr-info.eu/wp-content/cache/min/1/wp-includes/js/thickbox/thickbox.js?ver=1766051714 | 3 KB | — | ✓ | 1st |
| https://gdpr-info.eu/wp-content/plugins/wp-rocket/assets/js/wpr-beacon.min.js | 8 KB | — | ✓ | 1st |
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints1 hints, 0 missing preconnectsPASS
Current Resource Hints
1 resource hints configured
A+Page Weight Inventory39 resources · 1.1 MB · 0 KB savings availablePASS
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 39 resources | 1.1 MiB | ||||||
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: Hetzner Online GmbH
Network Waterfall39 requests over 612msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 328ms | 0 KB | — | €2/mo | Costly |
m.gdpr-info.eu m.gdpr-info.eu | Other | 64ms | 22 KB | — | €0/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 328ms and costs ~€2/month
Unattributable takes 328ms 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