Performance
· 15 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.31 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.31 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.020
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.32 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.
1.31 s
Page Load Progression
DPage Weight BudgetAction2.3 MB transferred, 56 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
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.
Source: web.dev
DThird-Party ImpactAction98% third-party, 0 ms blockingFIX
DPage Weight InventoryAction56 resources · 2.3 MB · 246 KB savings availableFIX
~246.5 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 56 resources | 2.3 MiB | ||||||
BImage Optimization6 images, 0 KB saveableREVIEW
Set explicit width and height to prevent CLS.
Performance issues directly impact user engagement and conversion rates.
BJS Execution Cost601ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://next.tnwcdn.com/assets/next/js/base.js?af24e65ec70ba6a3571bc69de0e8f4e09ff399ea | 177ms | 59ms | 2ms | 3rd |
| Unattributable | 113ms | 24ms | 0ms | 3rd |
| https://thenextweb.com/ | 99ms | 5ms | 2ms | 1st |
| https://consent-manager.thenextweb.com/Notice.8f529.js | 99ms | 78ms | 9ms | 3rd |
| https://eu-assets.i.posthog.com/static/array.js | 61ms | 50ms | 9ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-FCY1FMD03F&cx=c>m=4e64h1 | 51ms | 39ms | 12ms | 3rd |
CJS BundlesAction21 scripts, 246 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtag/js?id=G-FCY1FMD03F&cx=c>m=4e64h1 | 157 KB | 64 KB (41%) | ✓ | 3rd |
| https://consent-manager.thenextweb.com/Notice.8f529.js | 91 KB | 61 KB (68%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-NNKTCH4W | 123 KB | 60 KB (49%) | ✓ | 3rd |
| https://eu-assets.i.posthog.com/static/array.js | 67 KB | 36 KB (53%) | ✓ | 3rd |
| https://eu-assets.i.posthog.com/static/surveys.js?v=1.369.5 | 32 KB | 25 KB (80%) | ✓ | 3rd |
| https://next.tnwcdn.com/assets/next/js/dropdown.2e769a58c4.js | 2 KB | — | ✓ | 3rd |
| https://next.tnwcdn.com/assets/next/js/tnw-ads.9c4a25aa88.js | 13 KB | — | ✓ | 3rd |
| https://thenextweb.com/cpresources/2c16970e/main.js?v=1775595707 | 4 KB | — | ✓ | 1st |
| https://next.tnwcdn.com/assets/next/js/parallax.581008fad3.js | 2 KB | — | ✓ | 3rd |
| https://next.tnwcdn.com/assets/next/js/keyboard-nav.225bcfdeee.js | 1 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
A+Text CompressionAll text resources are compressedPASS
A+Font Loading5 fonts (172 KB)PASS
Web fonts
5
172 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 HintsNo optimization neededPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
AHTTP Cachingmax-age=1800 (30 minutes)PASS
public, max-age=1800, must-revalidate
| Directive | Value | Meaning |
|---|---|---|
| public | — | Any cache may store this response |
| max-age | 1800 | Cache for 30 minutes |
| must-revalidate | — | Must recheck with server after expiry |
Network Waterfall56 requests over 1174msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
next.tnwcdn.com next.tnwcdn.com | Other | 177ms | 50 KB | — | €3/mo | Optional |
Unattributable Unattributable | Other | 113ms | 0 KB | — | €2/mo | Optional |
consent-manager.thenextweb.com consent-manager.thenextweb.com | Other | 99ms | 91 KB | 68% | €2/mo | Optional |
eu-assets.i.posthog.com eu-assets.i.posthog.com | Other | 61ms | 67 KB | 53% | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 51ms | 157 KB | 41% | €1/mo | Optional |
83% 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
68% of consent-manager.thenextweb.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
53% of eu-assets.i.posthog.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