Performance
· 15 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.
340 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
821 ms
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
14 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.
396 ms
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
1.78 s
Page Load Progression
DThird-Party ImpactAction72% third-party, 0 ms blockingFIX
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CJS BundlesAction20 scripts, 154 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtag/js?id=G-GT6V1PPT8H | 161 KB | 65 KB (40%) | ✓ | 3rd |
| https://eu-us-cdn.consentmanager.net/delivery/js/cmp_final.min.js?t=2026-4-21 | 101 KB | 48 KB (48%) | ✓ | 3rd |
| https://scripts.pubnation.com/tags/3.44.9__cgroup3.44.10-3774-eids.1/wrapper.min.js?bust=-2082758458 | 78 KB | 42 KB (54%) | ✓ | 3rd |
| https://sciencedaily.com/js/custom-202307301940.js | 3 KB | — | ✓ | 1st |
| https://scripts.pubnation.com/tags/cmp/e8484401c62373a45398.min.js | 9 KB | — | ✓ | 3rd |
| https://exchange.pubnation.com/usersync.min.js?s2sVersion=production | 5 KB | — | ✓ | 3rd |
| https://sciencedaily.com/js/jquery-3.6.0.min.js | 32 KB | — | ✓ | 1st |
| https://sciencedaily.com/js/bootstrap-3.4.1.min.js | 11 KB | — | ✓ | 1st |
| https://sciencedaily.com/js/jQuery.print.js | 3 KB | — | ✓ | 1st |
| https://sciencedaily.com/js/social-share-kit.min.js | 3 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+Page Weight Budget671 KB transferred, 39 requestsPASS
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
A+Text CompressionAll text resources are compressedPASS
AImage Optimization2 images, 0 KB saveablePASS
A+JS Execution Cost451ms total JS executionPASS
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://sciencedaily.com/ | 181ms | 1ms | 0ms | 1st |
| https://www.googletagmanager.com/gtag/js?id=G-GT6V1PPT8H | 82ms | 66ms | 15ms | 3rd |
| https://eu-us-cdn.consentmanager.net/delivery/customdata/bV8xLndfMTM0MzQ5LnJfQ0NQQS5sX2VuLmRfNDQ1MTcueF82Ni52LnAudF80NDUxNy54dF8yNTc2.js | 73ms | 67ms | 4ms | 3rd |
| Unattributable | 62ms | 3ms | 0ms | 3rd |
| https://scripts.pubnation.com/tags/cmp/e8484401c62373a45398.min.js | 54ms | 52ms | 1ms | 3rd |
A+Font Loading1 fonts (64 KB)PASS
Web fonts
1
64 KB total
Render-blocking
0
of 1
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 ~19 KB and ~38 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
APage Weight Inventory39 resources · 671 KB · 154 KB savings availablePASS
~154.4 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 39 resources | 671.4 KiB | ||||||
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall39 requests over 883msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Google Tag Manager www.googletagmanager.com | Tag Manager | 82ms | 161 KB | 40% | €1/mo | Optional |
eu-us-cdn.consentmanager.net eu-us-cdn.consentmanager.net | Other | 73ms | 29 KB | — | €1/mo | Optional |
Unattributable Unattributable | Other | 62ms | 0 KB | — | €1/mo | Optional |
scripts.pubnation.com scripts.pubnation.com | Other | 54ms | 9 KB | — | €1/mo | Optional |
60% of JavaScript execution time comes from third-party scripts.
Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.
Learn more ▾ ▴
Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.
Source: web.dev / HTTP Archive Web Almanac