Performance
· 14 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.20 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
9.93 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.96 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.063
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
7.26 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.
11.31 s
Page Load Progression
FPage Weight BudgetAction27.7 MB transferred, 355 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 ImpactAction93% third-party, 0 ms blockingFIX
FJS Execution CostAction9983ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.nytimes.com/vi-assets/static-assets/main-a199ce4d0aae1f18e1f1.js | 4292ms | 3559ms | 121ms | 1st |
| https://www.nytimes.com/ | 1350ms | 210ms | 40ms | 1st |
| Unattributable | 1078ms | 116ms | 0ms | 3rd |
| https://static01.nyt.com/video-static/betamax/betamax-shared-sTKBl65Y.js | 710ms | 484ms | 0ms | 3rd |
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202603310101/pubads_impl.js | 471ms | 377ms | 20ms | 3rd |
| https://www.nytimes.com/vi-assets/static-assets/adslot-4321ed7379557de6ae06.js | 316ms | 262ms | 1ms | 1st |
| https://warp.media.net/js/tags/clientag.js?cid=8CU26C87G&dn=www.nytimes.com&ysection=home&version=1 | 313ms | 281ms | 18ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-P528B3>m_auth=tfAzqo1rYDLgYhmTnSjPqw>m_preview=env-130>m_cookies_win=x | 216ms | 164ms | 30ms | 3rd |
| https://www.nytimes.com/vi-assets/static-assets/vendors~audio~byline~capsule~card~cardpanel~clientSideCapsule~home~livePanel~paidpost~slideshow~vide~2ddd9d4c-113f5b8a83dd67d3884c.js | 203ms | 200ms | 3ms | 1st |
| https://static01.nyt.com/video-static/betamax/video-element-lQZyLhgl.js | 185ms | 118ms | 3ms | 3rd |
Showing top 10 of 17 scripts
FJS BundlesAction74 scripts, 1.3 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.nytimes.com/vi-assets/static-assets/main-a199ce4d0aae1f18e1f1.js | 923 KB | 398 KB (43%) | ✓ | 1st |
| https://www.nytimes.com/vi-assets/static-assets/home-ea23c461835fcbe6fad1.js | 456 KB | 194 KB (43%) | ✓ | 1st |
| https://static01.nyt.com/video-static/betamax/hlsjs-CLmy88XX.js | 147 KB | 140 KB (96%) | ✓ | 3rd |
| https://www.nytimes.com/vi-assets/static-assets/vendor-a174c85d4d9cb7e7c988.js | 107 KB | 91 KB (86%) | ✓ | 1st |
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202603310101/pubads_impl.js | 182 KB | 84 KB (46%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-P528B3>m_auth=tfAzqo1rYDLgYhmTnSjPqw>m_preview=env-130>m_cookies_win=x | 190 KB | 70 KB (37%) | ✓ | 3rd |
| https://accounts.google.com/gsi/client | 93 KB | 69 KB (75%) | ✓ | 3rd |
| https://warp.media.net/js/tags/clientag.js?cid=8CU26C87G&dn=www.nytimes.com&ysection=home&version=1 | 193 KB | 68 KB (35%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-N5P6T9S>m=4e6411h1 | 117 KB | 64 KB (54%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=DC-5290727&cx=c>m=4e6411h1 | 130 KB | 60 KB (46%) | ✓ | 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
BImage Optimization90 images, 0 KB saveableREVIEW
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
BHTTP Cachings-maxage=30,no-cacheREVIEW
s-maxage=30,no-cache
| Directive | Value | Meaning |
|---|---|---|
| s-maxage | 30 | CDN caches for 30 seconds |
| no-cache | — | Cache but always revalidate first |
A+Text CompressionAll text resources are compressedPASS
A+Font Loading16 fonts (395 KB)PASS
Web fonts
16
395 KB total
Render-blocking
0
of 16
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- 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 ~27 KB and ~54 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
Network Waterfall355 requests over 0msINFO
Performance analysis not available for this result.
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 1078ms | 0 KB | — | €12/mo | Costly |
static01.nyt.com static01.nyt.com | Other | 710ms | 21 KB | — | €8/mo | Costly |
securepubads.g.doubleclick.net securepubads.g.doubleclick.net | Other | 471ms | 182 KB | 46% | €5/mo | Costly |
warp.media.net warp.media.net | Other | 313ms | 193 KB | 35% | €3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 216ms | 190 KB | 37% | €2/mo | Costly |
static01.nyt.com static01.nyt.com | Other | 185ms | 1 KB | — | €2/mo | Optional |
dd.nytimes.com dd.nytimes.com | Other | 156ms | 43 KB | — | €2/mo | Optional |
c.amazon-adsystem.com c.amazon-adsystem.com | Other | 129ms | 90 KB | 40% | €1/mo | Optional |
www.datadoghq-browser-agent.com www.datadoghq-browser-agent.com | Other | 126ms | 58 KB | 49% | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 103ms | 130 KB | 46% | €1/mo | Optional |
static01.nyt.com static01.nyt.com | Other | 100ms | 13 KB | — | €1/mo | Optional |
securepubads.g.doubleclick.net securepubads.g.doubleclick.net | Other | 62ms | 34 KB | 70% | €1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 1078ms and costs ~€12/month
- static01.nyt.com adds 710ms and costs ~€8/month
- securepubads.g.doubleclick.net adds 471ms and costs ~€5/month
- warp.media.net adds 313ms and costs ~€3/month
- Google Tag Manager adds 216ms and costs ~€2/month
Unattributable takes 1078ms 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
static01.nyt.com takes 710ms 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 471ms 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
warp.media.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
Google Tag Manager takes 216ms 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