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.
2.60 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.39 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.005
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.09 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.
4.39 s
Page Load Progression
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization4 images, 0 KB saveableREVIEW
BJS Execution Cost917ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://gdpr.eu/ | 432ms | 4ms | 1ms | 1st |
| Unattributable | 281ms | 7ms | 0ms | 3rd |
| https://gdpr.eu/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 | 204ms | 124ms | 12ms | 1st |
A+Page Weight Budget476 KB transferred, 29 requestsPASS
AThird-Party Impact34% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading5 fonts (151 KB)PASS
Web fonts
5
151 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
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 ~1 KB and ~2 ms
AJS Bundles8 scripts, 0 KB unusedPASS
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://gdpr.eu/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 | 29 KB | — | ✓ | 1st |
| https://gdpr.eu/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 | 5 KB | — | ✓ | 1st |
| https://gdpr.eu/wp-content/themes/gdpr/js/vendor/modernizr.min.js | 3 KB | — | ✓ | 1st |
| https://gdpr.eu/wp-content/themes/gdpr/js/vendor/jquery.matchHeight-min.js | 1 KB | — | ✓ | 1st |
| https://gdpr.eu/wp-content/themes/gdpr/js/vendor/bootstrap.js | 19 KB | — | ✗ | 1st |
| https://gdpr.eu/wp-content/themes/gdpr/js/vendor/scrPosition.js | 0 KB | — | ✓ | 1st |
| https://cdn.jsdelivr.net/npm/js-cookie@2/src/js.cookie.min.js | 2 KB | — | ✓ | 3rd |
| https://gdpr.eu/wp-content/themes/gdpr/js/general.js | 2 KB | — | ✓ | 1st |
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints3 hints, 0 missing preconnectsPASS
Current Resource Hints
3 resource hints configured
A+Page Weight Inventory29 resources · 476 KB · 0 KB savings availablePASS
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 29 resources | 476.1 KiB | ||||||
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: Hostinger
Network Waterfall29 requests over 2036msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 281ms | 0 KB | — | €3/mo | Costly |
These scripts may cost more than they're worth
- Unattributable adds 281ms and costs ~€3/month
Unattributable takes 281ms 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