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.
13.85 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
20.02 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
4.18 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.126
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
13.85 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.
27.76 s
Page Load Progression
FPage Weight BudgetAction4.2 MB transferred, 81 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
FJS Execution CostAction13956ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://b.cdnst.net/javascript/speedtest-main.js?v=740e4726565b535af6c9481d7ff91b6a | 6057ms | 4486ms | 1126ms | 3rd |
| Unattributable | 2554ms | 1471ms | 0ms | 3rd |
| https://cdn.ziffstatic.com/jst/otBannerSdk.202512.1.0.js | 742ms | 550ms | 106ms | 3rd |
| https://client.aps.amazon-adsystem.com/publisher.js | 620ms | 459ms | 65ms | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=G-KKLSRK6J1Z&cx=c>m=4e64f0 | 539ms | 431ms | 103ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-K7SNBZ | 535ms | 400ms | 115ms | 3rd |
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604130101/pubads_impl.js | 489ms | 348ms | 135ms | 3rd |
| https://www.speedtest.net/ | 391ms | 29ms | 13ms | 3rd |
| https://cdn.ziffstatic.com/pg/speedtest.prebid.js | 344ms | 193ms | 134ms | 3rd |
| https://securepubads.g.doubleclick.net/tag/js/gpt.js | 313ms | 169ms | 26ms | 3rd |
Showing top 10 of 17 scripts
FJS BundlesAction20 scripts, 1.7 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 | 928 KB (62%) | ✓ | 3rd |
| https://cdn.ziffstatic.com/pg/speedtest.prebid.js | 232 KB | 188 KB (81%) | ✓ | 3rd |
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604130101/pubads_impl.js | 188 KB | 131 KB (70%) | ✓ | 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 | 67 KB (40%) | ✓ | 3rd |
| https://www.googleoptimize.com/optimize.js?id=GTM-MPW4L3J | 112 KB | 65 KB (59%) | ✓ | 3rd |
| https://openads-cdn.adsrvr.org/openadsjs/build/v1.0/ziffdavis/openads.js | 90 KB | 61 KB (69%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-K7SNBZ | 139 KB | 58 KB (42%) | ✓ | 3rd |
| https://client.aps.amazon-adsystem.com/publisher.js | 83 KB | 49 KB (60%) | ✓ | 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 InventoryAction81 resources · 4.2 MB · 1.7 MB savings availableFIX
~1.7 MiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 81 resources | 4.2 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CImage OptimizationAction18 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
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 Hints9 hints, 0 missing preconnectsPASS
Current Resource Hints
9 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall81 requests over 5437msINFO
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 | 6057ms | 1518 KB | 62% | €66/mo | Costly |
Unattributable Unattributable | Other | 2554ms | 0 KB | — | €28/mo | Costly |
cdn.ziffstatic.com cdn.ziffstatic.com | Other | 742ms | 126 KB | 57% | €8/mo | Costly |
client.aps.amazon-adsystem.com client.aps.amazon-adsystem.com | Other | 620ms | 83 KB | 60% | €7/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 539ms | 169 KB | 40% | €6/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 535ms | 139 KB | 42% | €6/mo | Costly |
securepubads.g.doubleclick.net securepubads.g.doubleclick.net | Other | 489ms | 188 KB | 70% | €5/mo | Costly |
www.speedtest.net www.speedtest.net | Other | 391ms | 45 KB | — | €4/mo | Costly |
cdn.ziffstatic.com cdn.ziffstatic.com | Other | 344ms | 232 KB | 81% | €4/mo | Costly |
securepubads.g.doubleclick.net securepubads.g.doubleclick.net | Other | 313ms | 34 KB | — | €3/mo | Costly |
openads-cdn.adsrvr.org openads-cdn.adsrvr.org | Other | 309ms | 90 KB | 69% | €3/mo | Costly |
cdn.ziffstatic.com cdn.ziffstatic.com | Other | 262ms | 0 KB | — | €3/mo | Costly |
www.googleoptimize.com www.googleoptimize.com | Other | 239ms | 112 KB | 59% | €3/mo | Costly |
cdn.static.zdbb.net cdn.static.zdbb.net | Other | 215ms | 0 KB | — | €2/mo | Costly |
cdn.ziffstatic.com cdn.ziffstatic.com | Other | 198ms | 34 KB | — | €2/mo | Optional |
accounts.google.com accounts.google.com | Other | 93ms | 96 KB | 83% | €1/mo | Optional |
cdn.ziffstatic.com cdn.ziffstatic.com | Other | 56ms | 18 KB | — | €1/mo | Optional |
These scripts may cost more than they're worth
- b.cdnst.net adds 6057ms and costs ~€66/month
- Unattributable adds 2554ms and costs ~€28/month
- cdn.ziffstatic.com adds 742ms and costs ~€8/month
- client.aps.amazon-adsystem.com adds 620ms and costs ~€7/month
- Google Tag Manager adds 539ms and costs ~€6/month
- Google Tag Manager adds 535ms and costs ~€6/month
- securepubads.g.doubleclick.net adds 489ms and costs ~€5/month
- www.speedtest.net adds 391ms and costs ~€4/month
- cdn.ziffstatic.com adds 344ms and costs ~€4/month
- securepubads.g.doubleclick.net adds 313ms and costs ~€3/month
- openads-cdn.adsrvr.org adds 309ms and costs ~€3/month
- cdn.ziffstatic.com adds 262ms and costs ~€3/month
- www.googleoptimize.com adds 239ms and costs ~€3/month
- cdn.static.zdbb.net adds 215ms and costs ~€2/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 6057ms 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
62% 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 2554ms 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 742ms 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
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
client.aps.amazon-adsystem.com takes 620ms 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
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
Google Tag Manager takes 539ms 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
Google Tag Manager takes 535ms 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
securepubads.g.doubleclick.net takes 489ms 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
70% 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
www.speedtest.net takes 391ms 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 344ms 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
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
securepubads.g.doubleclick.net takes 313ms 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
openads-cdn.adsrvr.org 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 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
cdn.ziffstatic.com takes 262ms 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
www.googleoptimize.com takes 239ms 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
59% of www.googleoptimize.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
cdn.static.zdbb.net takes 215ms 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
83% of accounts.google.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