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.
4.27 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
6.23 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.23 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.220
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.27 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.
14.77 s
Page Load Progression
FPage Weight BudgetAction4.8 MB transferred, 158 requestsFIX
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.
Source: web.dev
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
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.
Source: web.dev
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction7162ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.vulture.com/ | 1881ms | 349ms | 148ms | 3rd |
| Unattributable | 1317ms | 134ms | 0ms | 3rd |
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js | 1240ms | 1085ms | 58ms | 3rd |
| https://cdn.concert.io/lib/concert-ads/v2-latest/concert_ads.js | 1191ms | 810ms | 59ms | 3rd |
| https://metrics.vulture.com/gtm.js?id=GTM-NL7LR9Z | 528ms | 428ms | 72ms | 3rd |
| https://btloader.com/tag?o=6315858775244800&upapi=true | 180ms | 158ms | 10ms | 3rd |
| https://www.googletagservices.com/tag/js/gpt.js | 173ms | 122ms | 50ms | 3rd |
| https://pub.doubleverify.com/dvtag/21236410/DV464041/pub.js | 169ms | 133ms | 17ms | 3rd |
| https://c.amazon-adsystem.com/aax2/apstag.js | 146ms | 101ms | 33ms | 3rd |
| https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js | 142ms | 81ms | 61ms | 3rd |
Showing top 10 of 12 scripts
DJS BundlesAction21 scripts, 308 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js | 188 KB | 108 KB (57%) | ✓ | 3rd |
| https://metrics.vulture.com/gtm.js?id=GTM-NL7LR9Z | 170 KB | 49 KB (29%) | ✓ | 3rd |
| https://c.amazon-adsystem.com/aax2/apstag.js | 91 KB | 38 KB (42%) | ✓ | 3rd |
| https://cdn.concert.io/lib/concert-ads/v2-latest/concert_ads.js | 104 KB | 34 KB (51%) | ✓ | 3rd |
| https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js | 54 KB | 33 KB (62%) | ✓ | 3rd |
| https://www.googletagservices.com/tag/js/gpt.js | 34 KB | 24 KB (71%) | ✓ | 3rd |
| https://assets.zephr.com/zephr-browser/1.9.1/zephr-browser.umd.js | 34 KB | 22 KB (65%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-NL7LR9Z>g_health=1 | 0 KB | — | ✓ | 3rd |
| https://sb.scorecardresearch.com/internal-cs/default/beacon-and.js | 8 KB | — | ✓ | 3rd |
| https://c.amazon-adsystem.com/bao-csm/aps-comm/aps_csm.js | 3 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
DPage Weight InventoryAction158 resources · 4.8 MB · 308 KB savings availableFIX
~308.4 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 158 resources | 4.8 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CImage OptimizationAction74 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.
Performance issues directly impact user engagement and conversion rates.
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 Loading5 fonts (222 KB)PASS
Web fonts
5
222 KB total
Render-blocking
0
of 5
Dominant font-display
swap
Most common across fonts
Font loading timeline
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)
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints2 hints, 0 missing preconnectsPASS
Current Resource Hints
2 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall158 requests over 4549msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.vulture.com www.vulture.com | Other | 1881ms | 290 KB | — | €20/mo | Costly |
Unattributable Unattributable | Other | 1317ms | 0 KB | — | €14/mo | Costly |
securepubads.g.doubleclick.net securepubads.g.doubleclick.net | Other | 1240ms | 188 KB | 57% | €13/mo | Costly |
cdn.concert.io cdn.concert.io | Other | 1191ms | 104 KB | 51% | €13/mo | Costly |
metrics.vulture.com metrics.vulture.com | Other | 528ms | 170 KB | 29% | €6/mo | Costly |
btloader.com btloader.com | Other | 180ms | 37 KB | — | €2/mo | Optional |
www.googletagservices.com www.googletagservices.com | Other | 173ms | 34 KB | 71% | €2/mo | Optional |
pub.doubleverify.com pub.doubleverify.com | Other | 169ms | 34 KB | — | €2/mo | Optional |
c.amazon-adsystem.com c.amazon-adsystem.com | Other | 146ms | 91 KB | 42% | €2/mo | Optional |
pagead2.googlesyndication.com pagead2.googlesyndication.com | Other | 142ms | 54 KB | 62% | €2/mo | Optional |
sb.scorecardresearch.com sb.scorecardresearch.com | Other | 134ms | 0 KB | — | €1/mo | Optional |
monacobeatles.com monacobeatles.com | Other | 59ms | 36 KB | — | €1/mo | Optional |
These scripts may cost more than they're worth
- www.vulture.com adds 1881ms and costs ~€20/month
- Unattributable adds 1317ms and costs ~€14/month
- securepubads.g.doubleclick.net adds 1240ms and costs ~€13/month
- cdn.concert.io adds 1191ms and costs ~€13/month
- metrics.vulture.com adds 528ms and costs ~€6/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
www.vulture.com takes 1881ms 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
Unattributable takes 1317ms 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 1240ms 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 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
cdn.concert.io takes 1191ms 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
51% of cdn.concert.io'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
metrics.vulture.com takes 528ms 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
71% of www.googletagservices.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
62% of pagead2.googlesyndication.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