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.
1.29 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.18 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.45 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.010
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.22 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.
5.57 s
Page Load Progression
FPage Weight BudgetAction3.8 MB transferred, 79 requestsFIX
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
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
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
DJS Execution CostAction3240ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://b.cdnst.net/javascript/speedtest-main.js?v=740e4726565b535af6c9481d7ff91b6a | 1443ms | 1031ms | 279ms | 3rd |
| Unattributable | 338ms | 27ms | 0ms | 3rd |
| https://cdn.ziffstatic.com/jst/otTCF.202512.1.0.js | 309ms | 285ms | 3ms | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=G-KKLSRK6J1Z&cx=c>m=4e64f0 | 143ms | 117ms | 24ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-K7SNBZ | 142ms | 115ms | 24ms | 3rd |
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604130101/pubads_impl.js | 142ms | 111ms | 24ms | 3rd |
| https://cdn.ziffstatic.com/jst/otBannerSdk.202512.1.0.js | 141ms | 105ms | 22ms | 3rd |
| https://www.speedtest.net/ | 103ms | 11ms | 4ms | 3rd |
| https://cdn.ziffstatic.com/pg/speedtest.prebid.js | 94ms | 60ms | 33ms | 3rd |
| https://client.aps.amazon-adsystem.com/publisher.js | 93ms | 77ms | 14ms | 3rd |
Showing top 10 of 14 scripts
FJS BundlesAction19 scripts, 1.6 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://b.cdnst.net/javascript/speedtest-main.js?v=740e4726565b535af6c9481d7ff91b6a | 1518 KB | 920 KB (61%) | ✓ | 3rd |
| https://cdn.ziffstatic.com/pg/speedtest.prebid.js | 232 KB | 162 KB (81%) | ✓ | 3rd |
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604130101/pubads_impl.js | 188 KB | 129 KB (69%) | ✓ | 3rd |
| https://accounts.google.com/gsi/client?hl=en | 96 KB | 80 KB (83%) | ✓ | 3rd |
| https://cdn.ziffstatic.com/jst/otBannerSdk.202512.1.0.js | 126 KB | 72 KB (57%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=G-KKLSRK6J1Z&cx=c>m=4e64f0 | 169 KB | 66 KB (39%) | ✓ | 3rd |
| https://openads-cdn.adsrvr.org/openadsjs/build/v1.0/ziffdavis/openads.js | 90 KB | 62 KB (69%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-K7SNBZ | 139 KB | 57 KB (41%) | ✓ | 3rd |
| https://client.aps.amazon-adsystem.com/publisher.js | 83 KB | 49 KB (60%) | ✓ | 3rd |
| https://cdn.ziffstatic.com/jst/zdconsent_eu.js | 28 KB | — | ✓ | 3rd |
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
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
FPage Weight InventoryAction79 resources · 3.8 MB · 1.6 MB savings availableFIX
~1.6 MiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 79 resources | 3.8 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CImage OptimizationAction17 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
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
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Text CompressionAll text resources are compressedPASS
A+Font Loading4 fonts (269 KB)PASS
Web fonts
4
269 KB total
Render-blocking
0
of 4
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
- 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 ~118 KB and ~236 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
Network Waterfall79 requests over 4900msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
b.cdnst.net b.cdnst.net | Other | 1443ms | 1518 KB | 61% | €16/mo | Costly |
Unattributable Unattributable | Other | 338ms | 0 KB | — | €4/mo | Costly |
cdn.ziffstatic.com cdn.ziffstatic.com | Other | 309ms | 18 KB | — | €3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 143ms | 169 KB | 39% | €2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 142ms | 139 KB | 41% | €2/mo | Optional |
securepubads.g.doubleclick.net securepubads.g.doubleclick.net | Other | 142ms | 188 KB | 69% | €2/mo | Optional |
cdn.ziffstatic.com cdn.ziffstatic.com | Other | 141ms | 126 KB | 57% | €2/mo | Optional |
www.speedtest.net www.speedtest.net | Other | 103ms | 46 KB | — | €1/mo | Optional |
cdn.ziffstatic.com cdn.ziffstatic.com | Other | 94ms | 232 KB | 81% | €1/mo | Optional |
client.aps.amazon-adsystem.com client.aps.amazon-adsystem.com | Other | 93ms | 83 KB | 60% | €1/mo | Optional |
cdn.ziffstatic.com cdn.ziffstatic.com | Other | 87ms | 0 KB | — | €1/mo | Optional |
cdn.ziffstatic.com cdn.ziffstatic.com | Other | 73ms | 34 KB | — | €1/mo | Optional |
openads-cdn.adsrvr.org openads-cdn.adsrvr.org | Other | 71ms | 90 KB | 69% | €1/mo | Optional |
cdn.static.zdbb.net cdn.static.zdbb.net | Other | 61ms | 0 KB | — | €1/mo | Optional |
These scripts may cost more than they're worth
- b.cdnst.net adds 1443ms and costs ~€16/month
- Unattributable adds 338ms and costs ~€4/month
- cdn.ziffstatic.com adds 309ms and costs ~€3/month
100% 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
b.cdnst.net takes 1443ms 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
61% of b.cdnst.net'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
Unattributable takes 338ms 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
cdn.ziffstatic.com takes 309ms 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
69% of securepubads.g.doubleclick.net'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
57% of cdn.ziffstatic.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
81% of cdn.ziffstatic.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
60% of client.aps.amazon-adsystem.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
69% of openads-cdn.adsrvr.org'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