Performance
· 17 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.
9.39 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
23.29 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.45 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.101
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
9.39 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.
23.66 s
Page Load Progression
FPage Weight BudgetAction3.3 MB transferred, 92 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
DThird-Party ImpactAction99% third-party, 0 ms blockingFIX
FJS Execution CostAction5447ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://static.hypebeast.com/dist/hypebeast/f6779a1449519ef8dbe5.js | 875ms | 804ms | 0ms | 3rd |
| https://app.termly.io/resource-blocker/951c4eb2-ccc3-47a0-b968-dc53a42f7196?autoBlock=on | 823ms | 665ms | 57ms | 3rd |
| https://1955e647486d.d2ecee1c.eu-west-1.token.awswaf.com/1955e647486d/5ebe2c6465e7/49a22a124791/challenge.js | 674ms | 476ms | 99ms | 3rd |
| Unattributable | 558ms | 102ms | 0ms | 3rd |
| https://hypebeast.com/ | 463ms | 60ms | 8ms | 1st |
| https://static.hypebeast.com/dist/hypebeast/99e211d1a06a9d410701.js | 286ms | 208ms | 10ms | 3rd |
| https://static.hypebeast.com/dist/hypebeast/107840a3634826508dd5.js | 240ms | 24ms | 5ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-FPSZ48KG02&cx=c>m=4e64h1 | 221ms | 183ms | 36ms | 3rd |
| https://static.hypebeast.com/dist/hypebeast/032fd2ff99e3b23f147a.js | 196ms | 65ms | 3ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-68NN | 183ms | 151ms | 31ms | 3rd |
Showing top 10 of 19 scripts
FJS BundlesAction44 scripts, 1.3 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://1955e647486d.d2ecee1c.eu-west-1.token.awswaf.com/1955e647486d/5ebe2c6465e7/49a22a124791/challenge.js | 502 KB | 274 KB (55%) | ✓ | 3rd |
| https://static.hypebeast.com/dist/hypebeast/82642a95fcc3522be311.js | 191 KB | 167 KB (89%) | ✓ | 3rd |
| https://a.pub.network/hypebeast-com/prebid.js | 180 KB | 146 KB (82%) | ✓ | 3rd |
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js | 188 KB | 142 KB (76%) | ✓ | 3rd |
| https://a.pub.network/hypebeast-com/pubfig.engine.mobile.js | 132 KB | 103 KB (78%) | ✓ | 3rd |
| https://cds.connatix.com/p/320810193/connatix.player.js?cid=433c32ec-fb10-49cf-a0cd-f5f341d279b7&pid=21bf22e7-5d69-4c2d-9d3f-e6cd4c52659b | 139 KB | 95 KB (68%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-FPSZ48KG02&cx=c>m=4e64h1 | 171 KB | 68 KB (40%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-68NN | 140 KB | 56 KB (40%) | ✓ | 3rd |
| https://static.hypebeast.com/dist/hypebeast/486bb773009db40ca732.js | 117 KB | 53 KB (46%) | ✓ | 3rd |
| https://app.termly.io/resource-blocker/951c4eb2-ccc3-47a0-b968-dc53a42f7196?autoBlock=on | 162 KB | 48 KB (29%) | ✓ | 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
FPage Weight InventoryAction92 resources · 3.3 MB · 1.3 MB savings availableFIX
~1.3 MiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 92 resources | 3.3 MiB | ||||||
DHTTP CachingActionno-store (uncacheable)FIX
no-store, max-age=0
| Directive | Value | Meaning |
|---|---|---|
| no-store | — | Never cache this response |
| max-age | 0 | Cache for 0 seconds |
CImage OptimizationAction18 images, 0 KB saveableREVIEW
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Performance issues directly impact user engagement and conversion rates.
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 Loading1 fonts (20 KB)PASS
Web fonts
1
20 KB total
Render-blocking
0
of 1
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 ~6 KB and ~12 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall92 requests over 3275msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
static.hypebeast.com static.hypebeast.com | Other | 875ms | 1 KB | — | $12/mo | Costly |
app.termly.io app.termly.io | Other | 823ms | 162 KB | 29% | $11/mo | Costly |
1955e647486d.d2ecee1c.eu-west-1.token.awswaf.com 1955e647486d.d2ecee1c.eu-west-1.token.awswaf.com | Other | 674ms | 502 KB | 55% | $9/mo | Costly |
Unattributable Unattributable | Other | 558ms | 0 KB | — | $7/mo | Costly |
static.hypebeast.com static.hypebeast.com | Other | 286ms | 44 KB | 49% | $4/mo | Costly |
static.hypebeast.com static.hypebeast.com | Other | 240ms | 28 KB | — | $3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 221ms | 171 KB | 40% | $3/mo | Costly |
static.hypebeast.com static.hypebeast.com | Other | 196ms | 18 KB | — | $3/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 183ms | 140 KB | 40% | $2/mo | Optional |
a.pub.network a.pub.network | Other | 161ms | 180 KB | 82% | $2/mo | Optional |
securepubads.g.doubleclick.net securepubads.g.doubleclick.net | Other | 153ms | 188 KB | 76% | $2/mo | Optional |
cds.connatix.com cds.connatix.com | Other | 127ms | 139 KB | 68% | $2/mo | Optional |
a.pub.network a.pub.network | Other | 104ms | 132 KB | 78% | $1/mo | Optional |
static.hypebeast.com static.hypebeast.com | Other | 101ms | 117 KB | 46% | $1/mo | Optional |
a.pub.network a.pub.network | Other | 88ms | 26 KB | — | $1/mo | Optional |
static.hypebeast.com static.hypebeast.com | Other | 75ms | 198 KB | — | $1/mo | Optional |
securepubads.g.doubleclick.net securepubads.g.doubleclick.net | Other | 66ms | 34 KB | — | $1/mo | Optional |
static.hypebeast.com static.hypebeast.com | Other | 52ms | 191 KB | 89% | $1/mo | Optional |
These scripts may cost more than they're worth
- static.hypebeast.com adds 875ms and costs ~$12/month
- app.termly.io adds 823ms and costs ~$11/month
- 1955e647486d.d2ecee1c.eu-west-1.token.awswaf.com adds 674ms and costs ~$9/month
- Unattributable adds 558ms and costs ~$7/month
- static.hypebeast.com adds 286ms and costs ~$4/month
- static.hypebeast.com adds 240ms and costs ~$3/month
- Google Tag Manager adds 221ms and costs ~$3/month
91% 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
static.hypebeast.com takes 875ms 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
app.termly.io takes 823ms 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
1955e647486d.d2ecee1c.eu-west-1.token.awswaf.com takes 674ms 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
55% of 1955e647486d.d2ecee1c.eu-west-1.token.awswaf.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
Unattributable takes 558ms 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.hypebeast.com takes 286ms 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.hypebeast.com takes 240ms 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 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
82% of a.pub.network'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
76% 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
68% of cds.connatix.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
78% of a.pub.network'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 static.hypebeast.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