Performance
· 26 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.74 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
34.89 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.73 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.
11.80 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.
34.96 s
Page Load Progression
FPage Weight BudgetAction9.9 MB transferred, 238 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
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 ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction8330ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.stake.it/assets/vue-cmp_casino-GameLauncher-DOC_t1P0.js | 1339ms | 18ms | 0ms | 3rd |
| https://www.stake.it/assets/vue-cmp_UI-Languages-B4UQowS4.js | 1238ms | 955ms | 0ms | 3rd |
| https://consent.cookiebot.com/863f403f-d2fb-4a87-994d-2513c49003fe/cc.js?renew=false&referer=www.stake.it&dnt=false&init=false | 1221ms | 458ms | 36ms | 3rd |
| Unattributable | 1171ms | 138ms | 0ms | 1st |
| https://js.intercomcdn.com/frame-modern.d45f1914.js | 719ms | 417ms | 50ms | 3rd |
| https://www.stake.it/assets/index-Cv84LGKy.js | 638ms | 20ms | 3ms | 3rd |
| https://www.stake.it/assets/vue-cmp_accounting-gamification-ShopInfoDialog-CvundpSb.js | 485ms | 397ms | 0ms | 3rd |
| https://www.stake.it/assets/vue-cmp_UI-SlideShow-rVR_s2WN.js | 373ms | 281ms | 0ms | 3rd |
| https://www.stake.it/ | 343ms | 7ms | 25ms | 3rd |
| https://consent.cookiebot.com/uc.js | 214ms | 194ms | 8ms | 3rd |
Showing top 10 of 15 scripts
FJS BundlesAction67 scripts, 581 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.stake.it/assets/index-Cv84LGKy.js | 205 KB | 147 KB (72%) | ✓ | 3rd |
| https://js.intercomcdn.com/frame-modern.d45f1914.js | 172 KB | 111 KB (65%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-123456&l=dataLayer | 146 KB | 75 KB (51%) | ✓ | 3rd |
| https://www.stake.it/assets/vue-cmp_utilities-ConnectionDown-B6MO8l_G.js | 80 KB | 69 KB (87%) | ✓ | 3rd |
| https://js.intercomcdn.com/vendor-modern.0157725d.js | 92 KB | 45 KB (50%) | ✓ | 3rd |
| https://www.stake.it/assets/commonjs-helpers-DMcSi8su.js | 150 KB | 25 KB (17%) | ✓ | 3rd |
| https://consent.cookiebot.com/863f403f-d2fb-4a87-994d-2513c49003fe/cc.js?renew=false&referer=www.stake.it&dnt=false&init=false | 153 KB | 25 KB (16%) | ✓ | 3rd |
| https://www.stake.it/assets/vue-cmp_casino-GameLauncher-DOC_t1P0.js | 35 KB | 22 KB (64%) | ✓ | 3rd |
| https://www.stake.it/assets/vue-vendor-CvYhXe4o.js | 69 KB | 22 KB (31%) | ✓ | 3rd |
| https://www.stake.it/assets/vue-cmp_utilities-BootstrapModal-mo9sweT1.js | 25 KB | 20 KB (81%) | ✓ | 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 InventoryAction238 resources · 9.9 MB · 581 KB savings availableFIX
~580.8 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 238 resources | 9.9 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CImage OptimizationAction45 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.
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
BHTTP/3 (QUIC)HTTP/3 not advertisedREVIEW
CCompression AlgorithmActionMain response served uncompressedREVIEW
BMain HTML Cache-ControlNo Cache-Control header on main HTML responseREVIEW
BServer-Timing ObservabilityNo Server-Timing header foundREVIEW
BJavaScript Blocking2 JS blocking issue(s) detectedREVIEW
A+Text CompressionAll text resources are compressedPASS
A+Font Loading2 fonts (60 KB)PASS
Web fonts
2
60 KB total
Render-blocking
0
of 2
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
AResource Hints5 hints, 0 missing preconnectsPASS
Current Resource Hints
5 resource hints configured
preconnect already does the DNS lookup; adding dns-prefetch to the same origin is at best a no-op. Sample: https://live.octavianlab.com, https://cdn.octavianlab.com. Remove the redundant dns-prefetch entries.
Performance issues directly impact user engagement and conversion rates.
The same href shouldn't appear in multiple hint rels -- one wins, the others are wasted markup and may confuse cache behavior. Sample: https://live.octavianlab.com (preconnect+dns-prefetch), https://cdn.octavianlab.com (preconnect+dns-prefetch).
Performance issues directly impact user engagement and conversion rates.
A+LCP Image PreloadLCP preload audit not availablePASS
A+Server Response Intelligence1 server-response signal(s) detectedPASS
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
ACSS Performance Depth1 CSS depth issue(s) detectedPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall238 requests over 2448msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.stake.it www.stake.it | Other | 1339ms | 35 KB | 64% | €15/mo | Costly |
www.stake.it www.stake.it | Other | 1238ms | 30 KB | — | €13/mo | Costly |
consent.cookiebot.com consent.cookiebot.com | Other | 1221ms | 153 KB | 16% | €13/mo | Costly |
js.intercomcdn.com js.intercomcdn.com | Other | 719ms | 172 KB | 65% | €8/mo | Costly |
www.stake.it www.stake.it | Other | 638ms | 205 KB | 72% | €7/mo | Costly |
www.stake.it www.stake.it | Other | 485ms | 9 KB | — | €5/mo | Costly |
www.stake.it www.stake.it | Other | 373ms | 42 KB | 48% | €4/mo | Costly |
www.stake.it www.stake.it | Other | 343ms | 3 KB | — | €4/mo | Costly |
consent.cookiebot.com consent.cookiebot.com | Other | 214ms | 37 KB | — | €2/mo | Costly |
www.stake.it www.stake.it | Other | 179ms | 4 KB | — | €2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 159ms | 146 KB | 51% | €2/mo | Optional |
www.stake.it www.stake.it | Other | 103ms | 159 KB | — | €1/mo | Optional |
www.stake.it www.stake.it | Other | 87ms | 8 KB | — | €1/mo | Optional |
js.intercomcdn.com js.intercomcdn.com | Other | 62ms | 92 KB | 50% | €1/mo | Optional |
These scripts may cost more than they're worth
- www.stake.it adds 1339ms and costs ~€15/month
- www.stake.it adds 1238ms and costs ~€13/month
- consent.cookiebot.com adds 1221ms and costs ~€13/month
- js.intercomcdn.com adds 719ms and costs ~€8/month
- www.stake.it adds 638ms and costs ~€7/month
- www.stake.it adds 485ms and costs ~€5/month
- www.stake.it adds 373ms and costs ~€4/month
- www.stake.it adds 343ms and costs ~€4/month
- consent.cookiebot.com adds 214ms and costs ~€2/month
86% 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
www.stake.it takes 1339ms 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
64% of www.stake.it'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
www.stake.it takes 1238ms 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
consent.cookiebot.com takes 1221ms 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.intercomcdn.com takes 719ms 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
65% of js.intercomcdn.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
www.stake.it takes 638ms 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
72% of www.stake.it'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
www.stake.it takes 485ms 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.stake.it takes 373ms 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.stake.it takes 343ms 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
consent.cookiebot.com takes 214ms 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
51% 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
Image Optimization44 images, 0 KB total, 0 KB wastedINFO
Image Optimization Audit
Total Images
44
Total Size
0 KB
Oversized
10