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.05 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.40 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
117 ms
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.
1.83 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.
4.08 s
Page Load Progression
FPage Weight BudgetAction5.7 MB transferred, 147 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
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
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 ImpactAction94% third-party, 0 ms blockingFIX
FJS BundlesAction66 scripts, 1001 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://js.chargebee.com/v2/chargebee.js | 281 KB | 205 KB (73%) | ✓ | 3rd |
| https://bordeaux.futurecdn.net/bordeaux.js | 159 KB | 90 KB (57%) | ✓ | 3rd |
| https://hawk.tomshardware.com/js/w/es6/responsive.js | 142 KB | 87 KB (62%) | ✓ | 3rd |
| https://vanilla.futurecdn.net/tomshardware/1597534/media/shared/js/bundle.connect.js | 139 KB | 85 KB (62%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-WHLXGS3C>m=4e6460 | 165 KB | 69 KB (42%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-KR9BFFCD>m=4e6460 | 113 KB | 66 KB (58%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-MZM3ZZL | 125 KB | 63 KB (50%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-HKK8NZEZYV&cx=c>m=4e6460 | 153 KB | 62 KB (40%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-XTF601BSRK&cx=c>m=4e6460 | 144 KB | 58 KB (40%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-WWBWRXL | 141 KB | 46 KB (32%) | ✓ | 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
DHTTP CachingActionno-store (uncacheable)FIX
no-store,private
| Directive | Value | Meaning |
|---|---|---|
| no-store | — | Never cache this response |
| private | — | Only browser cache, not CDN/proxy |
BImage Optimization28 images, 0 KB saveableREVIEW
CJS Execution CostAction1726ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 436ms | 121ms | 0ms | 3rd |
| https://www.tomshardware.com/ | 416ms | 61ms | 21ms | 1st |
| https://www.tomshardware.com/vite/assets/vendor-DH-HcC7C.js | 158ms | 143ms | 0ms | 1st |
| https://cdn.privacy-mgmt.com/unified/wrapperMessagingWithoutDetection.js | 133ms | 103ms | 3ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-WHLXGS3C>m=4e6460 | 112ms | 101ms | 10ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-WWBWRXL | 108ms | 88ms | 10ms | 3rd |
| https://bordeaux.futurecdn.net/bordeaux.js | 100ms | 71ms | 14ms | 3rd |
| https://js.chargebee.com/v2/chargebee.js | 83ms | 59ms | 24ms | 3rd |
| https://hawk.tomshardware.com/js/w/es6/master-7d018138/responsive.js | 67ms | 52ms | 14ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-HKK8NZEZYV&cx=c>m=4e6460 | 62ms | 50ms | 9ms | 3rd |
Showing top 10 of 11 scripts
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 Loading6 fonts (118 KB)PASS
Web fonts
6
118 KB total
Render-blocking
0
of 6
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 ~2 KB and ~4 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
Network Waterfall147 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 | 436ms | 0 KB | — | €5/mo | Costly |
cdn.privacy-mgmt.com cdn.privacy-mgmt.com | Other | 133ms | 42 KB | — | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 112ms | 165 KB | 42% | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 108ms | 141 KB | 32% | €1/mo | Optional |
bordeaux.futurecdn.net bordeaux.futurecdn.net | Other | 100ms | 159 KB | 57% | €1/mo | Optional |
js.chargebee.com js.chargebee.com | Other | 83ms | 281 KB | 73% | €1/mo | Optional |
hawk.tomshardware.com hawk.tomshardware.com | Other | 67ms | 142 KB | 51% | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 62ms | 153 KB | 40% | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 51ms | 125 KB | 50% | €1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 436ms and costs ~€5/month
67% of JavaScript execution time comes from third-party scripts.
Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.
Learn more ▾ ▴
Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.
Source: web.dev / HTTP Archive Web Almanac
Unattributable takes 436ms 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 bordeaux.futurecdn.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
73% of js.chargebee.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
51% of hawk.tomshardware.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
50% 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