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.
6.76 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
23.12 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
8.71 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
15.51 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.
51.21 s
Page Load Progression
FPage Weight BudgetAction6.9 MB transferred, 392 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
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
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 ImpactAction89% third-party, 0 ms blockingFIX
FJS Execution CostAction52165ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://i.forbesimg.com/simple-site/_next/static/chunks/3297-3348bed331a8c558.js | 8922ms | 1087ms | 22ms | 3rd |
| https://www.forbes.com/ | 7808ms | 296ms | 8ms | 1st |
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 6710ms | 5532ms | 543ms | 3rd |
| Unattributable | 4742ms | 705ms | 0ms | 3rd |
| https://jsconfig.adsafeprotected.com/jsconfig/jload/930392?cbName=__IntegralAS__8545&anId=930392&campId=320x50&pubId=5324790959&chanId=23319626272&placementId=6328227324&pubCreative=138436601168&pubOrder=3218637725&cb=787560657&adsafe_par= | 3516ms | 3078ms | 1ms | 3rd |
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202603310101/pubads_impl.js | 2837ms | 2418ms | 203ms | 3rd |
| https://i.forbesimg.com/simple-site/_next/static/chunks/framework-c9e62a73d4ceebe9.js | 2070ms | 1409ms | 27ms | 3rd |
| https://forbes.blueconic.net/script.js | 1561ms | 1387ms | 16ms | 3rd |
| https://cdn.p-n.io/pushly-sdk.min.js?domain_key=qmhdz0KFKfsfhQQeCP5Js1NFta1P8jkwbf05 | 1493ms | 1318ms | 20ms | 3rd |
| https://cdn.ketchjs.com/ketchtag/stable/v2.12/ketch-sdk.js | 1490ms | 1042ms | 440ms | 3rd |
Showing top 10 of 51 scripts
FJS BundlesAction120 scripts, 3.0 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 0 KB | 166 KB (46%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 363 KB | 166 KB (46%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 363 KB | 166 KB (46%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 0 KB | 166 KB (46%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 0 KB | 166 KB (46%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 0 KB | 166 KB (46%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 0 KB | 166 KB (46%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 0 KB | 166 KB (46%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 0 KB | 166 KB (46%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 0 KB | 166 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 Optimization77 images, 0 KB saveableREVIEW
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 Loading18 fonts (350 KB)PASS
Web fonts
18
350 KB total
Render-blocking
0
of 18
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
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 Hints6 hints, 0 missing preconnectsPASS
Current Resource Hints
6 resource hints configured
AHTTP Cachingmax-age=300 (5 minutes)PASS
public, max-age=300
| Directive | Value | Meaning |
|---|---|---|
| public | — | Any cache may store this response |
| max-age | 300 | Cache for 5 minutes |
Network Waterfall392 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 |
|---|---|---|---|---|---|---|
i.forbesimg.com i.forbesimg.com | Other | 8922ms | 66 KB | 36% | €143/mo | Costly |
www.gstatic.com www.gstatic.com | Other | 6710ms | 0 KB | 46% | €107/mo | Costly |
Unattributable Unattributable | Other | 4742ms | 0 KB | — | €76/mo | Costly |
jsconfig.adsafeprotected.com jsconfig.adsafeprotected.com | Other | 3516ms | 4 KB | — | €56/mo | Costly |
securepubads.g.doubleclick.net securepubads.g.doubleclick.net | Other | 2837ms | 182 KB | 47% | €45/mo | Costly |
i.forbesimg.com i.forbesimg.com | Other | 2070ms | 74 KB | 52% | €33/mo | Costly |
forbes.blueconic.net forbes.blueconic.net | Other | 1561ms | 41 KB | — | €25/mo | Costly |
cdn.p-n.io cdn.p-n.io | Other | 1493ms | 45 KB | — | €24/mo | Costly |
cdn.ketchjs.com cdn.ketchjs.com | Other | 1490ms | 0 KB | 60% | €24/mo | Costly |
cdn.doubleverify.com cdn.doubleverify.com | Other | 837ms | 0 KB | 38% | €13/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 827ms | 148 KB | 37% | €13/mo | Costly |
warp.media.net warp.media.net | Other | 806ms | 221 KB | 32% | €13/mo | Costly |
js.datadome.co js.datadome.co | Other | 769ms | 42 KB | — | €12/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 700ms | 154 KB | 38% | €11/mo | Costly |
i.forbesimg.com i.forbesimg.com | Other | 663ms | 97 KB | 50% | €11/mo | Costly |
pagead2.googlesyndication.com pagead2.googlesyndication.com | Other | 565ms | 0 KB | 41% | €9/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 556ms | 145 KB | 36% | €9/mo | Costly |
client.aps.amazon-adsystem.com client.aps.amazon-adsystem.com | Other | 501ms | 81 KB | 43% | €8/mo | Costly |
Facebook Pixel connect.facebook.net | Advertising | 389ms | 122 KB | 30% | €6/mo | Costly |
static.adsafeprotected.com static.adsafeprotected.com | Other | 349ms | 0 KB | — | €6/mo | Costly |
pixel.adsafeprotected.com pixel.adsafeprotected.com | Other | 311ms | 92 KB | 38% | €5/mo | Costly |
contextual.media.net contextual.media.net | Other | 299ms | 103 KB | 48% | €5/mo | Costly |
pixel.adsafeprotected.com pixel.adsafeprotected.com | Other | 287ms | 92 KB | 38% | €5/mo | Costly |
cdn.doubleverify.com cdn.doubleverify.com | Other | 252ms | 0 KB | — | €4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 225ms | 125 KB | 57% | €4/mo | Costly |
siteintercept.qualtrics.com siteintercept.qualtrics.com | Other | 221ms | 36 KB | 67% | €4/mo | Costly |
jsconfig.adsafeprotected.com jsconfig.adsafeprotected.com | Other | 212ms | 4 KB | — | €3/mo | Costly |
Facebook Pixel connect.facebook.net | Advertising | 203ms | 95 KB | 39% | €3/mo | Costly |
contextual.media.net contextual.media.net | Other | 178ms | 29 KB | — | €3/mo | Optional |
cdn.ketchjs.com cdn.ketchjs.com | Other | 175ms | 1 KB | — | €3/mo | Optional |
i.forbesimg.com i.forbesimg.com | Other | 138ms | 13 KB | — | €2/mo | Optional |
static.chartbeat.com static.chartbeat.com | Other | 131ms | 16 KB | — | €2/mo | Optional |
sb.scorecardresearch.com sb.scorecardresearch.com | Other | 131ms | 0 KB | — | €2/mo | Optional |
securepubads.g.doubleclick.net securepubads.g.doubleclick.net | Other | 105ms | 0 KB | 69% | €2/mo | Optional |
pub.doubleverify.com pub.doubleverify.com | Other | 103ms | 31 KB | — | €2/mo | Optional |
d.email.forbes.com d.email.forbes.com | Other | 101ms | 29 KB | — | €2/mo | Optional |
Twitter/X Pixel static.ads-twitter.com | Advertising | 97ms | 13 KB | — | €2/mo | Optional |
forbes.blueconic.net forbes.blueconic.net | Other | 89ms | 31 KB | — | €1/mo | Optional |
i.forbesimg.com i.forbesimg.com | Other | 86ms | 38 KB | — | €1/mo | Optional |
static.criteo.net static.criteo.net | Other | 83ms | 15 KB | — | €1/mo | Optional |
tps.doubleverify.com tps.doubleverify.com | Other | 80ms | 1 KB | — | €1/mo | Optional |
ml314.com ml314.com | Other | 73ms | 39 KB | — | €1/mo | Optional |
cdn.adsafeprotected.com cdn.adsafeprotected.com | Other | 72ms | 7 KB | — | €1/mo | Optional |
www.redditstatic.com www.redditstatic.com | Other | 65ms | 19 KB | — | €1/mo | Optional |
tps.doubleverify.com tps.doubleverify.com | Other | 64ms | 1 KB | — | €1/mo | Optional |
ep2.adtrafficquality.google ep2.adtrafficquality.google | Other | 59ms | 8 KB | — | €1/mo | Optional |
cdn.id5-sync.com cdn.id5-sync.com | Other | 58ms | 35 KB | 89% | €1/mo | Optional |
ml314.com ml314.com | Other | 52ms | 1 KB | — | €1/mo | Optional |
oa.openxcdn.net oa.openxcdn.net | Other | 52ms | 8 KB | — | €1/mo | Optional |
secure.quantserve.com secure.quantserve.com | Other | 51ms | 12 KB | — | €1/mo | Optional |
These scripts may cost more than they're worth
- i.forbesimg.com adds 8922ms and costs ~€143/month
- www.gstatic.com adds 6710ms and costs ~€107/month
- Unattributable adds 4742ms and costs ~€76/month
- jsconfig.adsafeprotected.com adds 3516ms and costs ~€56/month
- securepubads.g.doubleclick.net adds 2837ms and costs ~€45/month
- i.forbesimg.com adds 2070ms and costs ~€33/month
- forbes.blueconic.net adds 1561ms and costs ~€25/month
- cdn.p-n.io adds 1493ms and costs ~€24/month
- cdn.ketchjs.com adds 1490ms and costs ~€24/month
- cdn.doubleverify.com adds 837ms and costs ~€13/month
- Google Tag Manager adds 827ms and costs ~€13/month
- warp.media.net adds 806ms and costs ~€13/month
- js.datadome.co adds 769ms and costs ~€12/month
- Google Tag Manager adds 700ms and costs ~€11/month
- i.forbesimg.com adds 663ms and costs ~€11/month
- pagead2.googlesyndication.com adds 565ms and costs ~€9/month
- Google Tag Manager adds 556ms and costs ~€9/month
- client.aps.amazon-adsystem.com adds 501ms and costs ~€8/month
- Facebook Pixel adds 389ms and costs ~€6/month
- static.adsafeprotected.com adds 349ms and costs ~€6/month
- pixel.adsafeprotected.com adds 311ms and costs ~€5/month
- contextual.media.net adds 299ms and costs ~€5/month
- pixel.adsafeprotected.com adds 287ms and costs ~€5/month
- cdn.doubleverify.com adds 252ms and costs ~€4/month
- Google Tag Manager adds 225ms and costs ~€4/month
- siteintercept.qualtrics.com adds 221ms and costs ~€4/month
- jsconfig.adsafeprotected.com adds 212ms and costs ~€3/month
- Facebook Pixel adds 203ms and costs ~€3/month
85% 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
i.forbesimg.com takes 8922ms 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.gstatic.com takes 6710ms 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 4742ms 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
jsconfig.adsafeprotected.com takes 3516ms 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 2837ms 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
i.forbesimg.com takes 2070ms 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
52% of i.forbesimg.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
forbes.blueconic.net takes 1561ms 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.p-n.io takes 1493ms 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.ketchjs.com takes 1490ms 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 cdn.ketchjs.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.doubleverify.com takes 837ms 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 827ms 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 806ms 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
js.datadome.co takes 769ms 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 700ms 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
i.forbesimg.com takes 663ms 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
50% of i.forbesimg.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
pagead2.googlesyndication.com takes 565ms 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 556ms 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
client.aps.amazon-adsystem.com takes 501ms 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
Facebook Pixel takes 389ms 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
static.adsafeprotected.com takes 349ms 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
pixel.adsafeprotected.com takes 311ms 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
contextual.media.net takes 299ms 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
pixel.adsafeprotected.com takes 287ms 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.doubleverify.com takes 252ms 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 225ms 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 Google Tag Manager'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
siteintercept.qualtrics.com takes 221ms 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
67% of siteintercept.qualtrics.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
jsconfig.adsafeprotected.com takes 212ms 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
Facebook Pixel takes 203ms 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
89% of cdn.id5-sync.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