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.
1.60 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.96 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
29 ms
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.
2.48 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.07 s
Page Load Progression
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CImage OptimizationAction6 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
CJS Execution CostAction1107ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://cookiedatabase.org/ | 448ms | 26ms | 7ms | 1st |
| Unattributable | 291ms | 5ms | 0ms | 3rd |
| https://cookiedatabase.org/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 | 272ms | 250ms | 10ms | 1st |
| https://cookiedatabase.org/wp-content/plugins/complianz-gdpr-premium/cookiebanner/js/complianz.min.js?ver=1775599747 | 96ms | 72ms | 4ms | 1st |
A+Page Weight Budget637 KB transferred, 66 requestsPASS
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
A+Third-Party Impact-0% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading7 fonts (348 KB)PASS
Web fonts
7
348 KB total
Render-blocking
0
of 7
Dominant font-display
swap
Most common across fonts
Font loading timeline
- 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 ~52 KB and ~104 ms
A+JS Bundles24 scripts, 0 KB unusedPASS
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| blob:https://cookiedatabase.org/4f490a39-7a91-4e92-b48d-faed3006a5c3 | -0 KB | — | ✓ | 3rd |
| https://cookiedatabase.org/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 | 30 KB | — | ✓ | 1st |
| https://cookiedatabase.org/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 | 5 KB | — | ✓ | 1st |
| https://cookiedatabase.org/wp-content/plugins/elementor/assets/lib/font-awesome/js/v4-shims.min.js?ver=3.35.5 | 4 KB | — | ✓ | 1st |
| https://cookiedatabase.org/wp-content/plugins/cookiedatabase-master/assets/select2/js/select2.min.js?ver=1.0.4 | 19 KB | — | ✓ | 1st |
| https://cookiedatabase.org/wp-content/plugins/cookiedatabase-master/assets/js/front.js?ver=1.0.4 | 1 KB | — | ✓ | 1st |
| https://cookiedatabase.org/wp-content/plugins/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.min.js?ver=1.2.1 | 7 KB | — | ✓ | 1st |
| https://cookiedatabase.org/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.35.5 | 3 KB | — | ✓ | 1st |
| https://cookiedatabase.org/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.35.5 | 16 KB | — | ✓ | 1st |
| https://cookiedatabase.org/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3 | 7 KB | — | ✓ | 1st |
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+Page Weight Inventory66 resources · 637 KB · 0 KB savings availablePASS
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 66 resources | 637.4 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: Cloudflare
Network Waterfall66 requests over 2160msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 291ms | 0 KB | — | $4/mo | Costly |
These scripts may cost more than they're worth
- Unattributable adds 291ms and costs ~$4/month
Unattributable takes 291ms 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