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.
567 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.49 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.34 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.179
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.91 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.
10.01 s
Page Load Progression
FPage Weight BudgetAction7.3 MB transferred, 383 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 CostAction13033ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://i.forbesimg.com/simple-site/_next/static/chunks/3297-3348bed331a8c558.js | 2595ms | 274ms | 5ms | 3rd |
| https://www.forbes.com/ | 2069ms | 66ms | 4ms | 1st |
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 1870ms | 1598ms | 141ms | 3rd |
| Unattributable | 1296ms | 215ms | 0ms | 3rd |
| https://cdn.dv.tech/dvbm.js | 763ms | 593ms | 83ms | 3rd |
| https://cdn.ketchjs.com/ketchtag/stable/v2.12/ketch-sdk.js | 495ms | 389ms | 104ms | 3rd |
| https://i.forbesimg.com/simple-site/_next/static/chunks/framework-c9e62a73d4ceebe9.js | 479ms | 322ms | 9ms | 3rd |
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202603310101/pubads_impl.js | 476ms | 419ms | 21ms | 3rd |
| https://forbes.blueconic.net/script.js | 461ms | 385ms | 4ms | 3rd |
| https://cdn.p-n.io/pushly-sdk.min.js?domain_key=qmhdz0KFKfsfhQQeCP5Js1NFta1P8jkwbf05 | 356ms | 314ms | 5ms | 3rd |
Showing top 10 of 25 scripts
FJS BundlesAction115 scripts, 2.9 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 | 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 | 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 |
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 Optimization82 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 Loading16 fonts (259 KB)PASS
Web fonts
16
259 KB total
Render-blocking
0
of 16
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 HintsNo optimization neededPASS
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 Waterfall383 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 | 2595ms | 66 KB | 33% | €42/mo | Costly |
www.gstatic.com www.gstatic.com | Other | 1870ms | 0 KB | 46% | €30/mo | Costly |
Unattributable Unattributable | Other | 1296ms | 0 KB | — | €21/mo | Costly |
cdn.dv.tech cdn.dv.tech | Other | 763ms | 0 KB | 40% | €12/mo | Costly |
cdn.ketchjs.com cdn.ketchjs.com | Other | 495ms | 0 KB | 60% | €8/mo | Costly |
i.forbesimg.com i.forbesimg.com | Other | 479ms | 74 KB | 52% | €8/mo | Costly |
securepubads.g.doubleclick.net securepubads.g.doubleclick.net | Other | 476ms | 182 KB | 44% | €8/mo | Costly |
forbes.blueconic.net forbes.blueconic.net | Other | 461ms | 41 KB | — | €7/mo | Costly |
cdn.p-n.io cdn.p-n.io | Other | 356ms | 45 KB | — | €6/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 301ms | 148 KB | 37% | €5/mo | Costly |
js.datadome.co js.datadome.co | Other | 271ms | 42 KB | — | €4/mo | Costly |
warp.media.net warp.media.net | Other | 232ms | 226 KB | 31% | €4/mo | Costly |
i.forbesimg.com i.forbesimg.com | Other | 222ms | 97 KB | 50% | €4/mo | Costly |
static.adsafeprotected.com static.adsafeprotected.com | Other | 165ms | 23 KB | — | €3/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 131ms | 154 KB | 38% | €2/mo | Optional |
client.aps.amazon-adsystem.com client.aps.amazon-adsystem.com | Other | 131ms | 81 KB | 43% | €2/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 128ms | 122 KB | 30% | €2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 128ms | 145 KB | 36% | €2/mo | Optional |
pagead2.googlesyndication.com pagead2.googlesyndication.com | Other | 123ms | 73 KB | 42% | €2/mo | Optional |
tps.doubleverify.com tps.doubleverify.com | Other | 81ms | 1 KB | — | €1/mo | Optional |
pixel.adsafeprotected.com pixel.adsafeprotected.com | Other | 76ms | 92 KB | 39% | €1/mo | Optional |
jsconfig.adsafeprotected.com jsconfig.adsafeprotected.com | Other | 74ms | 4 KB | — | €1/mo | Optional |
cdn.ketchjs.com cdn.ketchjs.com | Other | 59ms | 1 KB | — | €1/mo | Optional |
siteintercept.qualtrics.com siteintercept.qualtrics.com | Other | 51ms | 36 KB | 67% | €1/mo | Optional |
These scripts may cost more than they're worth
- i.forbesimg.com adds 2595ms and costs ~€42/month
- www.gstatic.com adds 1870ms and costs ~€30/month
- Unattributable adds 1296ms and costs ~€21/month
- cdn.dv.tech adds 763ms and costs ~€12/month
- cdn.ketchjs.com adds 495ms and costs ~€8/month
- i.forbesimg.com adds 479ms and costs ~€8/month
- securepubads.g.doubleclick.net adds 476ms and costs ~€8/month
- forbes.blueconic.net adds 461ms and costs ~€7/month
- cdn.p-n.io adds 356ms and costs ~€6/month
- Google Tag Manager adds 301ms and costs ~€5/month
- js.datadome.co adds 271ms and costs ~€4/month
- warp.media.net adds 232ms and costs ~€4/month
- i.forbesimg.com adds 222ms and costs ~€4/month
84% 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 2595ms 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 1870ms 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 1296ms 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.dv.tech takes 763ms 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 495ms 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
i.forbesimg.com takes 479ms 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
securepubads.g.doubleclick.net takes 476ms 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
forbes.blueconic.net takes 461ms 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 356ms 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 301ms 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 271ms 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 232ms 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 222ms 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
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