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.
3.44 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
13.72 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
3.25 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.109
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.16 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.
17.77 s
Page Load Progression
FPage Weight BudgetAction3.7 MB transferred, 127 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 ImpactAction91% third-party, 0 ms blockingFIX
FJS Execution CostAction8849ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 2017ms | 521ms | 0ms | 3rd |
| https://metrics.nymag.com/gtm.js?id=GTM-NL7LR9Z | 1846ms | 1685ms | 98ms | 3rd |
| https://nymag.com/ | 1846ms | 370ms | 112ms | 1st |
| https://cdn.concert.io/lib/concert-ads/v2-latest/concert_ads.js | 694ms | 566ms | 37ms | 3rd |
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js | 505ms | 419ms | 52ms | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202602.1.0/otBannerSdk.js | 418ms | 243ms | 55ms | 3rd |
| https://metrics.nymag.com/gtag/js?id=G-DNE38RK1HX&cx=c>m=4e64h1h1&sign=66076870d95eacb17799461723e1af39bfcf744b1d30fe2e91e5f618f8af3e76_20260421 | 317ms | 270ms | 45ms | 3rd |
| https://btloader.com/tag?o=6315858775244800&upapi=true | 237ms | 201ms | 24ms | 3rd |
| https://c.amazon-adsystem.com/aax2/apstag.js | 168ms | 108ms | 41ms | 3rd |
| https://sb.scorecardresearch.com/cs/7976662/beacon.js | 148ms | 92ms | 2ms | 3rd |
Showing top 10 of 16 scripts
DJS BundlesAction22 scripts, 463 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 | 129 KB (69%) | ✓ | 3rd |
| https://metrics.nymag.com/gtag/js?id=G-DNE38RK1HX&cx=c>m=4e64h1h1&sign=66076870d95eacb17799461723e1af39bfcf744b1d30fe2e91e5f618f8af3e76_20260421 | 165 KB | 63 KB (38%) | ✓ | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202602.1.0/otBannerSdk.js | 129 KB | 60 KB (47%) | ✓ | 3rd |
| https://cdn.concert.io/lib/concert-ads/v2-latest/concert_ads.js | 104 KB | 55 KB (53%) | ✓ | 3rd |
| https://c.amazon-adsystem.com/aax2/apstag.js | 91 KB | 51 KB (56%) | ✓ | 3rd |
| https://metrics.nymag.com/gtm.js?id=GTM-NL7LR9Z | 170 KB | 45 KB (27%) | ✓ | 3rd |
| https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js | 54 KB | 36 KB (67%) | ✓ | 3rd |
| https://www.googletagservices.com/tag/js/gpt.js | 34 KB | 24 KB (71%) | ✓ | 3rd |
| https://apps.voxmedia.com/ad-block-detect/test_ads_prebid_blocker.js | 0 KB | — | ✓ | 3rd |
| https://secure.cdn.fastclick.net/js/pubcid/latest/pubcid.min.js | 22 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 InventoryAction127 resources · 3.7 MB · 463 KB savings availableFIX
~463.4 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 127 resources | 3.7 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CImage OptimizationAction33 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.
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
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 Loading12 fonts (385 KB)PASS
Web fonts
12
385 KB total
Render-blocking
0
of 12
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 ~1 KB and ~2 ms
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 Waterfall127 requests over 4791msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 2017ms | 0 KB | — | €22/mo | Costly |
metrics.nymag.com metrics.nymag.com | Other | 1846ms | 170 KB | 27% | €20/mo | Costly |
cdn.concert.io cdn.concert.io | Other | 694ms | 104 KB | 53% | €8/mo | Costly |
securepubads.g.doubleclick.net securepubads.g.doubleclick.net | Other | 505ms | 188 KB | 69% | €5/mo | Costly |
OneTrust cdn.cookielaw.org | Consent | 418ms | 129 KB | 47% | €5/mo | Essential |
metrics.nymag.com metrics.nymag.com | Other | 317ms | 165 KB | 38% | €3/mo | Costly |
btloader.com btloader.com | Other | 237ms | 37 KB | — | €3/mo | Costly |
c.amazon-adsystem.com c.amazon-adsystem.com | Other | 168ms | 91 KB | 56% | €2/mo | Optional |
sb.scorecardresearch.com sb.scorecardresearch.com | Other | 148ms | 0 KB | — | €2/mo | Optional |
pagead2.googlesyndication.com pagead2.googlesyndication.com | Other | 131ms | 54 KB | 67% | €1/mo | Optional |
monacobeatles.com monacobeatles.com | Other | 114ms | 36 KB | — | €1/mo | Optional |
OneTrust cdn.cookielaw.org | Consent | 107ms | 9 KB | — | €1/mo | Essential |
www.googletagservices.com www.googletagservices.com | Other | 105ms | 34 KB | 71% | €1/mo | Optional |
pub.doubleverify.com pub.doubleverify.com | Other | 103ms | 34 KB | — | €1/mo | Optional |
secure.cdn.fastclick.net secure.cdn.fastclick.net | Other | 94ms | 22 KB | — | €1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 2017ms and costs ~€22/month
- metrics.nymag.com adds 1846ms and costs ~€20/month
- cdn.concert.io adds 694ms and costs ~€8/month
- securepubads.g.doubleclick.net adds 505ms and costs ~€5/month
- metrics.nymag.com adds 317ms and costs ~€3/month
- btloader.com adds 237ms and costs ~€3/month
79% 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
Unattributable takes 2017ms 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
metrics.nymag.com takes 1846ms 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.concert.io takes 694ms 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
53% 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
securepubads.g.doubleclick.net takes 505ms 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
metrics.nymag.com takes 317ms 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
btloader.com takes 237ms 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
56% of c.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
67% 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
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