Skip to content
https://link.space

Performance

· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
66
GRADE
D
FIX
6
REVIEW
1
PASS
8
INFO
2

Performance-focused optimization plan with CWV assessment, top offenders, and time estimates

23
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
92
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
69
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
85
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

6.09 s

Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.

31.92 s

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

4.53 s

Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.

0.095

Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.

11.92 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.

33.67 s

Page Load Progression

765 ms
1.5 s
2.3 s
3.1 s
3.8 s
4.6 s
5.4 s
6.1 s
Checks
17
8 PASS 1 REVIEW 6 FIX
F
Page Weight Budget
Action
32.4 MB transferred, 113 requests
FIX
32.4 MB transferred, 113 requests
Critical::
Page weighs 42.6 MB (32.4 MB transferred)
Warning::
Images are 25.5 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 25.5 MB
Warning::
JavaScript is 2.8 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 2.8 MB
Info::
Fonts are 383 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 383 KB
Info::
CSS is 236 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 236 KB
Warning::
113 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 6.8 g CO2 per page load
32.4 MB / 2.4 MB budget
32.4 MB transferred
113 requests
6.8 g CO2 per page load
Images 25.5 MiB 79%
Other 3.4 MiB 10%
JavaScript 2.8 MiB 9%
Fonts 383.1 KiB 1%
CSS 235.8 KiB 1%
Other 164.9 KiB 0%
Other 8.4 KiB 0%
HTML 5.0 KiB 0%
Other 1.1 KiB 0%
Other 837 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.

Why this matters

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.

Why this matters

JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.

Source: web.dev

Subset fonts to include only used characters, or switch to system font stacks.

Why this matters

Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).

Source: web.dev font loading

Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.

Why this matters

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.

Why this matters

High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.

Source: web.dev

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (32.4 MiB of 32.4 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Execution Cost
Action
16532ms total JS execution
FIX
16532ms total JS execution
Warning::
https://streamlabs.com/mixed/assets/home/js/app.js...: 5322ms CPU time
Warning::
https://streamlabs.com/: 4208ms CPU time
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-5G4...: 1878ms CPU time
Warning::
Unattributable: 1697ms CPU time
Warning::
https://js.intercomcdn.com/frame-modern.7a9f78bc.j...: 677ms CPU time
Warning::
Third-party scripts: 16532ms (100% of total)

Main Thread Breakdown

Script Evaluation 46% Other 25% Style & Layout 13% Script Parsing & Compilation 12%
ScriptTotalScriptingParse/CompileParty
https://streamlabs.com/mixed/assets/home/js/app.js?id=fe79e1eec67bf1b641bd5322ms3910ms845ms3rd
https://streamlabs.com/4208ms20ms7ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-5G46CH41878ms1749ms89ms3rd
Unattributable1697ms35ms0ms3rd
https://js.intercomcdn.com/frame-modern.7a9f78bc.js677ms584ms90ms3rd
https://streamlabs.com/mixed/assets/vendor/js/vendor.js?id=7fa2f7632d63ea3c790d594ms52ms512ms3rd
https://cdn.cookielaw.org/scripttemplates/202402.1.0/otBannerSdk.js541ms299ms65ms3rd
https://www.googletagmanager.com/gtag/destination?id=G-DXPRHH738Q&cx=c&gtm=4e64k1400ms312ms84ms3rd
https://streamlabs.com/mixed/assets/external/js/external.js?id=e498cdd7918c4a529199349ms226ms100ms3rd
https://app.optibase.io/script.js340ms82ms17ms3rd

Showing top 10 of 15 scripts

F
JS Bundles
Action
16 scripts, 1.6 MB unused
FIX
16 scripts, 1.6 MB unused
Warning::
https://streamlabs.com/mixed/assets/vendor/js/vend...: 619 KB unused (78%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://streamlabs.com/mixed/assets/home/js/app.js...: 432 KB unused (44%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://streamlabs.com/mixed/assets/external/js/ex...: 142 KB unused (78%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://js.intercomcdn.com/frame-modern.7a9f78bc.j...: 138 KB unused (72%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://js.intercomcdn.com/vendor-modern.80eace52....: 91 KB unused (64%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 1.6 MB
1661 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://streamlabs.com/mixed/assets/vendor/js/vendor.js?id=7fa2f7632d63ea3c790d806 KB619 KB (78%)3rd
https://streamlabs.com/mixed/assets/home/js/app.js?id=fe79e1eec67bf1b641bd984 KB432 KB (44%)3rd
https://streamlabs.com/mixed/assets/external/js/external.js?id=e498cdd7918c4a529199183 KB142 KB (78%)3rd
https://js.intercomcdn.com/frame-modern.7a9f78bc.js193 KB138 KB (72%)3rd
https://js.intercomcdn.com/vendor-modern.80eace52.js144 KB91 KB (64%)3rd
https://www.googletagmanager.com/gtag/destination?id=G-DXPRHH738Q&cx=c&gtm=4e64k1165 KB64 KB (39%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-5G46CH4171 KB58 KB (34%)3rd
https://cdn.cookielaw.org/scripttemplates/202402.1.0/otBannerSdk.js105 KB54 KB (52%)3rd
https://cdn.pushalert.co/integrate_68039e28cf8a1cd2b0b32095a6a4be5d.js53 KB39 KB (75%)3rd
https://app.optibase.io/script.js34 KB23 KB (69%)3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

F
Page Weight Inventory
Action
113 resources · 32.4 MB · 1.6 MB savings available
FIX
113 resources · 32.4 MB · 1.6 MB savings available
Warning::
Page weight 31.4 MB over 1MB target
Got: 32.4 MB Expected: ≤ 1 MB
Info::
~1.6 MB of savings available
Warning::
112 third-party resources (100% of weight)
Info::
15 resources over 200KB
113 resources · 32.4 MiB · 112 third-party 31.4 MiB over 1MB target
Image 79% · 25.5 MiB
Media 10% · 3.4 MiB
JavaScript 9% · 2.8 MiB
Font 1% · 383.1 KiB
CSS 1% · 243.7 KiB
Other 0% · 161.4 KiB
Document 0% · 8.6 KiB

~1.6 MiB of savings available

Remove unused JavaScript: 1.6 MiB
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

C
Image Optimization
Action
33 images, 0 KB saveable
REVIEW
33 images, 0 KB saveable
Warning::
https://cdn.streamlabs.com/static/imgs/landing/fac... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.streamlabs.com/static/imgs/uploads/ove... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.streamlabs.com/static/imgs/landing/twi... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.streamlabs.com/static/imgs/marketing-p... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.melonapp.com/static/logos/logo-black.p... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.streamlabs.com/static/imgs/uploads/ins... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.streamlabs.com/static/imgs/marketing-p... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.streamlabs.com/static/imgs/marketing-p... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.streamlabs.com/static/imgs/uploads/ult... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.streamlabs.com/static/imgs/uploads/tik... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.streamlabs.com/static/imgs/landing/tro... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.streamlabs.com/static/imgs/uploads/app... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.streamlabs.com/static/imgs/landing/you... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.streamlabs.com/static/imgs/uploads/des... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
33 images 25.5 MB
0 oversized -0 KB
32 legacy format
14 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
15 fonts (383 KB)
PASS
15 fonts (383 KB)
Info::
15 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

15

383 KB total

Render-blocking

0

of 15

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s 26.0 s 28.0 s 30.0 s 32.0 s FCP 6.1 s LCP 31.9 shttps://cdn.streamlabs.com/icons/fonts/icomoon.ttf?ftobi2icomoon.ttf https://cdn.streamlabs.com/icons/fonts/icomoon.ttf?ftobi2 — 34.3 KiB — 276 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 36.7 KiB — 8 ms — font-display: swaphttps://cdn.streamlabs.com/icons/fonts/icomoon.ttf?5khzi3icomoon.ttf https://cdn.streamlabs.com/icons/fonts/icomoon.ttf?5khzi3 — 34.0 KiB — 49 ms — font-display: swaphttps://kit-pro.fontawesome.com/releases/latest/webfonts/pro-fa-brands-400-5.0.0.woff2pro-fa-brands-400-5.0.0... https://kit-pro.fontawesome.com/releases/latest/webfonts/pro-fa-brands-400-5.0.0.woff2 — 37.4 KiB — 23 ms — font-display: swaphttps://kit-pro.fontawesome.com/releases/latest/webfonts/pro-fa-brands-400-5.14.0.woff2pro-fa-brands-400-5.14.... https://kit-pro.fontawesome.com/releases/latest/webfonts/pro-fa-brands-400-5.14.0.woff2 — 3.4 KiB — 25 ms — font-display: swaphttps://kit-pro.fontawesome.com/releases/latest/webfonts/pro-fa-solid-900-5.11.1.woff2pro-fa-solid-900-5.11.1... https://kit-pro.fontawesome.com/releases/latest/webfonts/pro-fa-solid-900-5.11.1.woff2 — 8.5 KiB — 31 ms — font-display: swaphttps://kit-pro.fontawesome.com/releases/latest/webfonts/pro-fa-brands-400-5.8.2.woff2pro-fa-brands-400-5.8.2... https://kit-pro.fontawesome.com/releases/latest/webfonts/pro-fa-brands-400-5.8.2.woff2 — 2.5 KiB — 37 ms — font-display: swaphttps://kit-pro.fontawesome.com/releases/latest/webfonts/pro-fa-brands-400-5.12.0.woff2pro-fa-brands-400-5.12.... https://kit-pro.fontawesome.com/releases/latest/webfonts/pro-fa-brands-400-5.12.0.woff2 — 2.1 KiB — 38 ms — font-display: swaphttps://kit-pro.fontawesome.com/releases/latest/webfonts/pro-fa-solid-900-5.0.0.woff2pro-fa-solid-900-5.0.0.... https://kit-pro.fontawesome.com/releases/latest/webfonts/pro-fa-solid-900-5.0.0.woff2 — 19.6 KiB — 40 ms — font-display: swaphttps://cdn.streamlabs.com/static/imgs/uploads/lineto-brown-bold_3UA7qIc6ui9lgwPj.wofflineto-brown-bold_3UA7q... https://cdn.streamlabs.com/static/imgs/uploads/lineto-brown-bold_3UA7qIc6ui9lgwPj.woff — 86.2 KiB — 46 ms — font-display: swaphttps://fonts.gstatic.com/s/heebo/v28/NGS6v5_NC0k9P9H2TbFhsqMA.woff2NGS6v5_NC0k9P9H2TbFhsqM... https://fonts.gstatic.com/s/heebo/v28/NGS6v5_NC0k9P9H2TbFhsqMA.woff2 — 29.5 KiB — 8 ms — font-display: swaphttps://fonts.gstatic.com/s/heebo/v28/NGS6v5_NC0k9P9GYTbFhsqMA6aw.woff2NGS6v5_NC0k9P9GYTbFhsqM... https://fonts.gstatic.com/s/heebo/v28/NGS6v5_NC0k9P9GYTbFhsqMA6aw.woff2 — 13.9 KiB — 12 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMaxKUBHMdazTgWw.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMaxKUBHMdazTgWw.woff2 — 16.3 KiB — 10 ms — font-display: swaphttps://fonts.gstatic.com/s/heebo/v28/NGS6v5_NC0k9P9GKTbFhsqMA6aw.woff2NGS6v5_NC0k9P9GKTbFhsqM... https://fonts.gstatic.com/s/heebo/v28/NGS6v5_NC0k9P9GKTbFhsqMA6aw.woff2 — 23.2 KiB — 8 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMawCUBHMdazTgWw.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMawCUBHMdazTgWw.woff2 — 35.5 KiB — 11 ms — font-display: swap
icomoon.ttf ttf swap
Size 34 KB
Load time 276 ms
Start 123 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 37 KB
Load time 8 ms
Start 506 ms
Risk FOUT — text flashes from fallback to web font
icomoon.ttf ttf swap
Size 34 KB
Load time 49 ms
Start 2.0 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
pro-fa-brands-400-5.0.0... woff2 swap
Size 37 KB
Load time 23 ms
Start 2.0 s
Risk FOUT — text flashes from fallback to web font
pro-fa-brands-400-5.14.... woff2 swap
Size 3 KB
Load time 25 ms
Start 2.0 s
Risk FOUT — text flashes from fallback to web font
pro-fa-solid-900-5.11.1... woff2 swap
Size 9 KB
Load time 31 ms
Start 2.0 s
Risk FOUT — text flashes from fallback to web font
pro-fa-brands-400-5.8.2... woff2 swap
Size 3 KB
Load time 37 ms
Start 2.3 s
Risk FOUT — text flashes from fallback to web font
pro-fa-brands-400-5.12.... woff2 swap
Size 2 KB
Load time 38 ms
Start 2.3 s
Risk FOUT — text flashes from fallback to web font
pro-fa-solid-900-5.0.0.... woff2 swap
Size 20 KB
Load time 40 ms
Start 2.3 s
Risk FOUT — text flashes from fallback to web font
lineto-brown-bold_3UA7q... woff swap
Size 86 KB
Load time 46 ms
Start 2.7 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
NGS6v5_NC0k9P9H2TbFhsqM... woff2 swap
Size 29 KB
Load time 8 ms
Start 2.7 s
Risk FOUT — text flashes from fallback to web font
NGS6v5_NC0k9P9GYTbFhsqM... woff2 swap
Size 14 KB
Load time 12 ms
Start 2.7 s
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 16 KB
Load time 10 ms
Start 2.7 s
Risk FOUT — text flashes from fallback to web font
NGS6v5_NC0k9P9GKTbFhsqM... woff2 swap
Size 23 KB
Load time 8 ms
Start 2.8 s
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 35 KB
Load time 11 ms
Start 2.8 s
Risk FOUT — text flashes from fallback to web font
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 ~46 KB and ~92 ms

A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
13 hints, 0 missing preconnects
PASS
13 hints, 0 missing preconnects
Info::
Page uses 13 resource hint(s)

Current Resource Hints

preconnect
6
preload
7
dns-prefetch
prefetch

13 resource hints configured

A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Cloudflare

Network Waterfall
113 requests over 4124ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s 26.0 s 28.0 s 30.0 s 32.0 s FCP 6.1 s LCP 31.9 shttps://link.space// https://link.space/ — 301 — 367 B — 15 ms — h2https://streamlabs.com/streamlabs.com/ https://streamlabs.com/ — 200 — 5.0 KiB — 83 ms — h2https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,700,900,900i|Muli:900|Barlow:500,600,700,800|Heebo:400,500,700|Caveat:400|Inter:400:600fonts.googleapis.com/css?family=Rob... https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,700,900,900i|Muli:900|Barlow:500,600,700,800|Heebo:400,500,700|Caveat:400|Inter:400:600 — 200 — 2.9 KiB — 57 ms — h2https://use.fontawesome.com/releases/v5.7.2/css/all.cssuse.fontawesome.com/releases/v5.7.2... https://use.fontawesome.com/releases/v5.7.2/css/all.css — 200 — 12.7 KiB — 47 ms — h2https://kit-pro.fontawesome.com/releases/latest/css/pro.min.csskit-pro.fontawesome.com/releases/la... https://kit-pro.fontawesome.com/releases/latest/css/pro.min.css — 200 — 51.7 KiB — 74 ms — h2https://cdn.streamlabs.com/icons/style.csscdn.streamlabs.com/icons/style.css https://cdn.streamlabs.com/icons/style.css — 200 — 3.2 KiB — 73 ms — h2https://streamlabs.com/mixed/assets/external/css/external.css?id=d7f00a6510af91cc1635streamlabs.com/mixed/assets/externa... https://streamlabs.com/mixed/assets/external/css/external.css?id=d7f00a6510af91cc1635 — 200 — 88.9 KiB — 78 ms — h2https://streamlabs.com/mixed/assets/css/app.css?id=250e5ea72dbe8b5958d8streamlabs.com/mixed/assets/css/app... https://streamlabs.com/mixed/assets/css/app.css?id=250e5ea72dbe8b5958d8 — 200 — 64.9 KiB — 74 ms — h2https://cdn.streamlabs.com/icons/fonts/icomoon.ttf?ftobi2cdn.streamlabs.com/icons/fonts/icom... https://cdn.streamlabs.com/icons/fonts/icomoon.ttf?ftobi2 — 200 — 34.3 KiB — 276 ms — h2https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,700,900,900i|Muli:900|Barlow:500,600,700,800|Heebo:400,500,700|Caveat:400fonts.googleapis.com/css?family=Rob... https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,700,900,900i|Muli:900|Barlow:500,600,700,800|Heebo:400,500,700|Caveat:400 — 200 — 3.1 KiB — 50 ms — h2https://app.optibase.io/script.jsapp.optibase.io/script.js https://app.optibase.io/script.js — 200 — 34.3 KiB — 71 ms — h3https://cdn.streamlabs.com/vendor/SoundManager2New/script/soundmanager2-nodebug-jsmin.jscdn.streamlabs.com/vendor/SoundMana... https://cdn.streamlabs.com/vendor/SoundManager2New/script/soundmanager2-nodebug-jsmin.js — 200 — 12.8 KiB — 73 ms — h2https://streamlabs.com/images/favicons/site.webmanifeststreamlabs.com/images/favicons/site... https://streamlabs.com/images/favicons/site.webmanifest — 200 — 837 B — 177 ms — h2https://streamlabs.com/api/v5/user/basic-informationstreamlabs.com/api/v5/user/basic-in... https://streamlabs.com/api/v5/user/basic-information — 401 — 706 B — 194 ms — h2https://streamlabs.com/mixed/assets/vendor/js/manifest.js?id=7db827d654313dce4250streamlabs.com/mixed/assets/vendor/... https://streamlabs.com/mixed/assets/vendor/js/manifest.js?id=7db827d654313dce4250 — 200 — 821 B — 27 ms — h2https://streamlabs.com/mixed/assets/vendor/js/vendor.js?id=7fa2f7632d63ea3c790dstreamlabs.com/mixed/assets/vendor/... https://streamlabs.com/mixed/assets/vendor/js/vendor.js?id=7fa2f7632d63ea3c790d — 200 — 806.4 KiB — 144 ms — h2https://streamlabs.com/mixed/assets/external/js/external.js?id=e498cdd7918c4a529199streamlabs.com/mixed/assets/externa... https://streamlabs.com/mixed/assets/external/js/external.js?id=e498cdd7918c4a529199 — 200 — 183.0 KiB — 63 ms — h2https://streamlabs.com/mixed/assets/home/js/home.js?id=fbbaa5a6ce9a4486511astreamlabs.com/mixed/assets/home/js... https://streamlabs.com/mixed/assets/home/js/home.js?id=fbbaa5a6ce9a4486511a — 200 — 974 B — 26 ms — h2https://streamlabs.com/mixed/assets/home/js/app.js?id=fe79e1eec67bf1b641bdstreamlabs.com/mixed/assets/home/js... https://streamlabs.com/mixed/assets/home/js/app.js?id=fe79e1eec67bf1b641bd — 200 — 984.2 KiB — 172 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-5G46CH4www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-5G46CH4 — 200 — 171.0 KiB — 61 ms — h2https://cdn.pushalert.co/integrate_68039e28cf8a1cd2b0b32095a6a4be5d.jscdn.pushalert.co/integrate_68039e28... https://cdn.pushalert.co/integrate_68039e28cf8a1cd2b0b32095a6a4be5d.js — 200 — 52.9 KiB — 84 ms — h2https://aacdn.nagich.com/core/4.0.4/accessibility.jsaacdn.nagich.com/core/4.0.4/accessi... https://aacdn.nagich.com/core/4.0.4/accessibility.js — 200 — 13.5 KiB — 28 ms — h2https://aacdn.nagich.com/style/style.cssaacdn.nagich.com/style/style.css https://aacdn.nagich.com/style/style.css — 200 — 3.7 KiB — 15 ms — h2https://aacdn.nagich.com/style/btncolor.cssaacdn.nagich.com/style/btncolor.css https://aacdn.nagich.com/style/btncolor.css — 200 — 422 B — 18 ms — h2https://aacdn.nagich.com/assets/locale/en.jsonaacdn.nagich.com/assets/locale/en.j... https://aacdn.nagich.com/assets/locale/en.json — 200 — 710 B — 21 ms — h2https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v51/KFO7... https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 36.7 KiB — 8 ms — h3https://fonts.googleapis.com/css?family=Roboto:400,500,700,900,900i.cssfonts.googleapis.com/css?family=Rob... https://fonts.googleapis.com/css?family=Roboto:400,500,700,900,900i.css — 200 — 2.0 KiB — 18 ms — h2https://fonts.googleapis.com/css?family=Abel|Abril+Fatface|Arvo:700|Asap+Condensed:600|Averia+Sans+Libre|Averia+Serif+Libre:700|Fredoka+One|Germania+One|Hind|IBM+Plex+Sans+Condensed:300i,600i|IM+Fell+Double+Pica:400,400i|Julius+Sans+One|Karla|Lora|Luckiest+Guy|Oleo+Script:700|Oswald:600|Playfair+Display:700|Quicksand|Rambla|Roboto+Mono:400,700|Roboto:400,700,800,900|Barlow:700,800,900|Staatliches|Thasadith:700|Vollkorn|Work+Sansfonts.googleapis.com/css?family=Abe... https://fonts.googleapis.com/css?family=Abel|Abril+Fatface|Arvo:700|Asap+Condensed:600|Averia+Sans+Libre|Averia+Serif+Libre:700|Fredoka+One|Germania+One|Hind|IBM+Plex+Sans+Condensed:300i,600i|IM+Fell+Double+Pica:400,400i|Julius+Sans+One|Karla|Lora|Luckiest+Guy|Oleo+Script:700|Oswald:600|Playfair+Display:700|Quicksand|Rambla|Roboto+Mono:400,700|Roboto:400,700,800,900|Barlow:700,800,900|Staatliches|Thasadith:700|Vollkorn|Work+Sans — 200 — 4.1 KiB — 17 ms — h2https://fonts.googleapis.com/css?family=Roboto:300,400,500,700.cssfonts.googleapis.com/css?family=Rob... https://fonts.googleapis.com/css?family=Roboto:300,400,500,700.css — 200 — 1.8 KiB — 13 ms — h3https://fonts.googleapis.com/css2?family=Caveat:wght@400;500&display=swapfonts.googleapis.com/css2?family=Ca... https://fonts.googleapis.com/css2?family=Caveat:wght@400;500&display=swap — 200 — 538 B — 10 ms — h3
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s 26.0 s 28.0 s 30.0 s 32.0 s FCP 6.1 s LCP 31.9 shttps://link.space// https://link.space/ — 301 — 367 B — 15 ms — h2https://streamlabs.com/streamlabs.com/ https://streamlabs.com/ — 200 — 5.0 KiB — 83 ms — h2https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,700,900,900i|Muli:900|Barlow:500,600,700,800|Heebo:400,500,700|Caveat:400|Inter:400:600fonts.googleapis.com/css?family=Rob... https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,700,900,900i|Muli:900|Barlow:500,600,700,800|Heebo:400,500,700|Caveat:400|Inter:400:600 — 200 — 2.9 KiB — 57 ms — h2https://use.fontawesome.com/releases/v5.7.2/css/all.cssuse.fontawesome.com/releases/v5.7.2... https://use.fontawesome.com/releases/v5.7.2/css/all.css — 200 — 12.7 KiB — 47 ms — h2https://kit-pro.fontawesome.com/releases/latest/css/pro.min.csskit-pro.fontawesome.com/releases/la... https://kit-pro.fontawesome.com/releases/latest/css/pro.min.css — 200 — 51.7 KiB — 74 ms — h2https://cdn.streamlabs.com/icons/style.csscdn.streamlabs.com/icons/style.css https://cdn.streamlabs.com/icons/style.css — 200 — 3.2 KiB — 73 ms — h2https://streamlabs.com/mixed/assets/external/css/external.css?id=d7f00a6510af91cc1635streamlabs.com/mixed/assets/externa... https://streamlabs.com/mixed/assets/external/css/external.css?id=d7f00a6510af91cc1635 — 200 — 88.9 KiB — 78 ms — h2https://streamlabs.com/mixed/assets/css/app.css?id=250e5ea72dbe8b5958d8streamlabs.com/mixed/assets/css/app... https://streamlabs.com/mixed/assets/css/app.css?id=250e5ea72dbe8b5958d8 — 200 — 64.9 KiB — 74 ms — h2https://cdn.streamlabs.com/icons/fonts/icomoon.ttf?ftobi2cdn.streamlabs.com/icons/fonts/icom... https://cdn.streamlabs.com/icons/fonts/icomoon.ttf?ftobi2 — 200 — 34.3 KiB — 276 ms — h2https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,700,900,900i|Muli:900|Barlow:500,600,700,800|Heebo:400,500,700|Caveat:400fonts.googleapis.com/css?family=Rob... https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,700,900,900i|Muli:900|Barlow:500,600,700,800|Heebo:400,500,700|Caveat:400 — 200 — 3.1 KiB — 50 ms — h2https://app.optibase.io/script.jsapp.optibase.io/script.js https://app.optibase.io/script.js — 200 — 34.3 KiB — 71 ms — h3https://cdn.streamlabs.com/vendor/SoundManager2New/script/soundmanager2-nodebug-jsmin.jscdn.streamlabs.com/vendor/SoundMana... https://cdn.streamlabs.com/vendor/SoundManager2New/script/soundmanager2-nodebug-jsmin.js — 200 — 12.8 KiB — 73 ms — h2https://streamlabs.com/images/favicons/site.webmanifeststreamlabs.com/images/favicons/site... https://streamlabs.com/images/favicons/site.webmanifest — 200 — 837 B — 177 ms — h2https://streamlabs.com/api/v5/user/basic-informationstreamlabs.com/api/v5/user/basic-in... https://streamlabs.com/api/v5/user/basic-information — 401 — 706 B — 194 ms — h2https://streamlabs.com/mixed/assets/vendor/js/manifest.js?id=7db827d654313dce4250streamlabs.com/mixed/assets/vendor/... https://streamlabs.com/mixed/assets/vendor/js/manifest.js?id=7db827d654313dce4250 — 200 — 821 B — 27 ms — h2https://streamlabs.com/mixed/assets/vendor/js/vendor.js?id=7fa2f7632d63ea3c790dstreamlabs.com/mixed/assets/vendor/... https://streamlabs.com/mixed/assets/vendor/js/vendor.js?id=7fa2f7632d63ea3c790d — 200 — 806.4 KiB — 144 ms — h2https://streamlabs.com/mixed/assets/external/js/external.js?id=e498cdd7918c4a529199streamlabs.com/mixed/assets/externa... https://streamlabs.com/mixed/assets/external/js/external.js?id=e498cdd7918c4a529199 — 200 — 183.0 KiB — 63 ms — h2https://streamlabs.com/mixed/assets/home/js/home.js?id=fbbaa5a6ce9a4486511astreamlabs.com/mixed/assets/home/js... https://streamlabs.com/mixed/assets/home/js/home.js?id=fbbaa5a6ce9a4486511a — 200 — 974 B — 26 ms — h2https://streamlabs.com/mixed/assets/home/js/app.js?id=fe79e1eec67bf1b641bdstreamlabs.com/mixed/assets/home/js... https://streamlabs.com/mixed/assets/home/js/app.js?id=fe79e1eec67bf1b641bd — 200 — 984.2 KiB — 172 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-5G46CH4www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-5G46CH4 — 200 — 171.0 KiB — 61 ms — h2https://cdn.pushalert.co/integrate_68039e28cf8a1cd2b0b32095a6a4be5d.jscdn.pushalert.co/integrate_68039e28... https://cdn.pushalert.co/integrate_68039e28cf8a1cd2b0b32095a6a4be5d.js — 200 — 52.9 KiB — 84 ms — h2https://aacdn.nagich.com/core/4.0.4/accessibility.jsaacdn.nagich.com/core/4.0.4/accessi... https://aacdn.nagich.com/core/4.0.4/accessibility.js — 200 — 13.5 KiB — 28 ms — h2https://aacdn.nagich.com/style/style.cssaacdn.nagich.com/style/style.css https://aacdn.nagich.com/style/style.css — 200 — 3.7 KiB — 15 ms — h2https://aacdn.nagich.com/style/btncolor.cssaacdn.nagich.com/style/btncolor.css https://aacdn.nagich.com/style/btncolor.css — 200 — 422 B — 18 ms — h2https://aacdn.nagich.com/assets/locale/en.jsonaacdn.nagich.com/assets/locale/en.j... https://aacdn.nagich.com/assets/locale/en.json — 200 — 710 B — 21 ms — h2https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v51/KFO7... https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 36.7 KiB — 8 ms — h3https://fonts.googleapis.com/css?family=Roboto:400,500,700,900,900i.cssfonts.googleapis.com/css?family=Rob... https://fonts.googleapis.com/css?family=Roboto:400,500,700,900,900i.css — 200 — 2.0 KiB — 18 ms — h2https://fonts.googleapis.com/css?family=Abel|Abril+Fatface|Arvo:700|Asap+Condensed:600|Averia+Sans+Libre|Averia+Serif+Libre:700|Fredoka+One|Germania+One|Hind|IBM+Plex+Sans+Condensed:300i,600i|IM+Fell+Double+Pica:400,400i|Julius+Sans+One|Karla|Lora|Luckiest+Guy|Oleo+Script:700|Oswald:600|Playfair+Display:700|Quicksand|Rambla|Roboto+Mono:400,700|Roboto:400,700,800,900|Barlow:700,800,900|Staatliches|Thasadith:700|Vollkorn|Work+Sansfonts.googleapis.com/css?family=Abe... https://fonts.googleapis.com/css?family=Abel|Abril+Fatface|Arvo:700|Asap+Condensed:600|Averia+Sans+Libre|Averia+Serif+Libre:700|Fredoka+One|Germania+One|Hind|IBM+Plex+Sans+Condensed:300i,600i|IM+Fell+Double+Pica:400,400i|Julius+Sans+One|Karla|Lora|Luckiest+Guy|Oleo+Script:700|Oswald:600|Playfair+Display:700|Quicksand|Rambla|Roboto+Mono:400,700|Roboto:400,700,800,900|Barlow:700,800,900|Staatliches|Thasadith:700|Vollkorn|Work+Sans — 200 — 4.1 KiB — 17 ms — h2https://fonts.googleapis.com/css?family=Roboto:300,400,500,700.cssfonts.googleapis.com/css?family=Rob... https://fonts.googleapis.com/css?family=Roboto:300,400,500,700.css — 200 — 1.8 KiB — 13 ms — h3https://fonts.googleapis.com/css2?family=Caveat:wght@400;500&display=swapfonts.googleapis.com/css2?family=Ca... https://fonts.googleapis.com/css2?family=Caveat:wght@400;500&display=swap — 200 — 538 B — 10 ms — h3https://streamlabs.com/lang/en-US/home?v=97942034-8ff6-4949-bca4-af3e46f7e12bstreamlabs.com/lang/en-US/home?v=97... https://streamlabs.com/lang/en-US/home?v=97942034-8ff6-4949-bca4-af3e46f7e12b — 200 — 116.2 KiB — 34 ms — h2https://app.optibase.io/api/script/active?publicApiKey=7ed07763-62b5-4d54-97ff-12fb814dcc51&hostname=streamlabs.comapp.optibase.io/api/script/active?p... https://app.optibase.io/api/script/active?publicApiKey=7ed07763-62b5-4d54-97ff-12fb814dcc51&hostname=streamlabs.com — 200 — 896 B — 29 ms — h3https://aacdn.nagich.com/assets/images/11.svgaacdn.nagich.com/assets/images/11.s... https://aacdn.nagich.com/assets/images/11.svg — 200 — 913 B — 11 ms — h2https://cdn.cookielaw.org/consent/7665fa03-a0ea-4c87-a34f-c8d13d663b42/otSDKStub.jscdn.cookielaw.org/consent/7665fa03-... https://cdn.cookielaw.org/consent/7665fa03-a0ea-4c87-a34f-c8d13d663b42/otSDKStub.js — 200 — 7.4 KiB — 26 ms — h2https://www.googletagmanager.com/gtag/destination?id=G-DXPRHH738Q&cx=c&gtm=4e64k1www.googletagmanager.com/gtag/desti... https://www.googletagmanager.com/gtag/destination?id=G-DXPRHH738Q&cx=c&gtm=4e64k1 — 200 — 165.0 KiB — 26 ms — h2https://streamlabs.com/images/favicons/site.webmanifeststreamlabs.com/images/favicons/site... https://streamlabs.com/images/favicons/site.webmanifest — 200 — 0 B — 2 ms — h2https://api-id.streamlabs.com/v2/subscriptions/plans?currency=USDapi-id.streamlabs.com/v2/subscripti... https://api-id.streamlabs.com/v2/subscriptions/plans?currency=USD — 204 — 0 B — 465 ms — h2https://widget.intercom.io/widget/h78qaj1swidget.intercom.io/widget/h78qaj1s https://widget.intercom.io/widget/h78qaj1s — 200 — 3.6 KiB — 22 ms — h2https://streamlabs.com/api/v5/session/pingstreamlabs.com/api/v5/session/ping https://streamlabs.com/api/v5/session/ping — 401 — 655 B — 173 ms — h2https://app.optibase.io/api/script/initializeapp.optibase.io/api/script/initiali... https://app.optibase.io/api/script/initialize — 204 — 0 B — 51 ms — h3https://cdn.streamlabs.com/static/imgs/streamlabs-logos/favicon/favicon.svgcdn.streamlabs.com/static/imgs/stre... https://cdn.streamlabs.com/static/imgs/streamlabs-logos/favicon/favicon.svg — 200 — 785 B — 41 ms — h2https://cdn.streamlabs.com/icons/fonts/icomoon.ttf?5khzi3cdn.streamlabs.com/icons/fonts/icom... https://cdn.streamlabs.com/icons/fonts/icomoon.ttf?5khzi3 — 200 — 34.0 KiB — 49 ms — h2https://kit-pro.fontawesome.com/releases/latest/webfonts/pro-fa-brands-400-5.0.0.woff2kit-pro.fontawesome.com/releases/la... https://kit-pro.fontawesome.com/releases/latest/webfonts/pro-fa-brands-400-5.0.0.woff2 — 200 — 37.4 KiB — 23 ms — h2https://kit-pro.fontawesome.com/releases/latest/webfonts/pro-fa-brands-400-5.14.0.woff2kit-pro.fontawesome.com/releases/la... https://kit-pro.fontawesome.com/releases/latest/webfonts/pro-fa-brands-400-5.14.0.woff2 — 200 — 3.4 KiB — 25 ms — h2https://kit-pro.fontawesome.com/releases/latest/webfonts/pro-fa-solid-900-5.11.1.woff2kit-pro.fontawesome.com/releases/la... https://kit-pro.fontawesome.com/releases/latest/webfonts/pro-fa-solid-900-5.11.1.woff2 — 200 — 8.5 KiB — 31 ms — h2https://cdn.cookielaw.org/consent/7665fa03-a0ea-4c87-a34f-c8d13d663b42/7665fa03-a0ea-4c87-a34f-c8d13d663b42.jsoncdn.cookielaw.org/consent/7665fa03-... https://cdn.cookielaw.org/consent/7665fa03-a0ea-4c87-a34f-c8d13d663b42/7665fa03-a0ea-4c87-a34f-c8d13d663b42.json — 200 — 2.5 KiB — 26 ms — h2https://streamlabs.com/api/v5/available-features?id=99streamlabs.com/api/v5/available-fea... https://streamlabs.com/api/v5/available-features?id=99 — 200 — 1.0 KiB — 186 ms — h2https://app.optibase.io/api/script/initializeapp.optibase.io/api/script/initiali... https://app.optibase.io/api/script/initialize — 200 — 1.2 KiB — 314 ms — h3https://streamlabs.com/api/v5/user/prime/subscriptionstreamlabs.com/api/v5/user/prime/su... https://streamlabs.com/api/v5/user/prime/subscription — 401 — 676 B — 210 ms — h2https://r2d2.streamlabs.com/web/data/pingr2d2.streamlabs.com/web/data/ping https://r2d2.streamlabs.com/web/data/ping — 204 — 0 B — 157 ms — h2https://cdn.streamlabs.com/static/imgs/uploads/Group_4024_(1)_CxSKA9lEqyUdFfbq.pngcdn.streamlabs.com/static/imgs/uplo... https://cdn.streamlabs.com/static/imgs/uploads/Group_4024_(1)_CxSKA9lEqyUdFfbq.png — 200 — 120.8 KiB — 165 ms — h2https://cdn.streamlabs.com/static/imgs/uploads/landing-universe_pgoN86XmuEZgTsZc.pngcdn.streamlabs.com/static/imgs/uplo... https://cdn.streamlabs.com/static/imgs/uploads/landing-universe_pgoN86XmuEZgTsZc.png — 200 — 832.6 KiB — 414 ms — h2https://cdn.streamlabs.com/static/imgs/uploads/universe-mobile_pTIe0Nmkuj4ho2ye.pngcdn.streamlabs.com/static/imgs/uplo... https://cdn.streamlabs.com/static/imgs/uploads/universe-mobile_pTIe0Nmkuj4ho2ye.png — 200 — 539.3 KiB — 310 ms — h2https://cdn.streamlabs.com/static/imgs/marketing-pages/multistream-graphic.pngcdn.streamlabs.com/static/imgs/mark... https://cdn.streamlabs.com/static/imgs/marketing-pages/multistream-graphic.png — 200 — 7.0 MiB — 1.4 s — h2https://cdn.streamlabs.com/static/imgs/uploads/overlays_Xe5JaJM4cxYiwAHh.pngcdn.streamlabs.com/static/imgs/uplo... https://cdn.streamlabs.com/static/imgs/uploads/overlays_Xe5JaJM4cxYiwAHh.png — 200 — 613.4 KiB — 376 ms — h2https://cdn.streamlabs.com/static/imgs/uploads/appstore_IEmdUGeWrTQeD1qa.pngcdn.streamlabs.com/static/imgs/uplo... https://cdn.streamlabs.com/static/imgs/uploads/appstore_IEmdUGeWrTQeD1qa.png — 200 — 333.9 KiB — 180 ms — h2https://cdn.streamlabs.com/static/imgs/marketing-pages/multi-tools.pngcdn.streamlabs.com/static/imgs/mark... https://cdn.streamlabs.com/static/imgs/marketing-pages/multi-tools.png — 200 — 6.4 MiB — 1.4 s — h2https://cdn.streamlabs.com/static/imgs/marketing-pages/spout2-collab-cam.pngcdn.streamlabs.com/static/imgs/mark... https://cdn.streamlabs.com/static/imgs/marketing-pages/spout2-collab-cam.png — 200 — 679.0 KiB — 409 ms — h2https://cdn.streamlabs.com/static/imgs/uploads/logomark_streamlabs-desktop--day_3eI5XE9ujB8SrxZC.svgcdn.streamlabs.com/static/imgs/uplo... https://cdn.streamlabs.com/static/imgs/uploads/logomark_streamlabs-desktop--day_3eI5XE9ujB8SrxZC.svg — 200 — 1.1 KiB — 81 ms — h2https://cdn.streamlabs.com/static/imgs/uploads/Streamlabs_Console_Icon_WGe4pnhMkG3vBXtZ.pngcdn.streamlabs.com/static/imgs/uplo... https://cdn.streamlabs.com/static/imgs/uploads/Streamlabs_Console_Icon_WGe4pnhMkG3vBXtZ.png — 200 — 2.9 KiB — 124 ms — h2https://cdn.streamlabs.com/static/imgs/uploads/logomark_streamlabs-mobile--day_67BvDF471pyV2oG8.svgcdn.streamlabs.com/static/imgs/uplo... https://cdn.streamlabs.com/static/imgs/uploads/logomark_streamlabs-mobile--day_67BvDF471pyV2oG8.svg — 200 — 1.3 KiB — 80 ms — h2https://cdn.streamlabs.com/static/imgs/uploads/ultra-bundled.pngcdn.streamlabs.com/static/imgs/uplo... https://cdn.streamlabs.com/static/imgs/uploads/ultra-bundled.png — -1 — 0 B — 604 ms — https://cdn.streamlabs.com/static/imgs/uploads/logomark_streamlabs-console--day_oqwcMr8sCs2TEZTx.svgcdn.streamlabs.com/static/imgs/uplo... https://cdn.streamlabs.com/static/imgs/uploads/logomark_streamlabs-console--day_oqwcMr8sCs2TEZTx.svg — 200 — 1.7 KiB — 80 ms — h2https://cdn.streamlabs.com/static/imgs/marketing-pages/ultra-bundled.pngcdn.streamlabs.com/static/imgs/mark... https://cdn.streamlabs.com/static/imgs/marketing-pages/ultra-bundled.png — 200 — 1.6 MiB — 754 ms — h2https://r2d2.streamlabs.com/web/data/pingr2d2.streamlabs.com/web/data/ping https://r2d2.streamlabs.com/web/data/ping — 204 — 0 B — 137 ms — h2https://cdn.streamlabs.com/static/imgs/marketing-pages/sld.pngcdn.streamlabs.com/static/imgs/mark... https://cdn.streamlabs.com/static/imgs/marketing-pages/sld.png — 200 — 3.3 MiB — 1.1 s — h2https://cdn.streamlabs.com/static/imgs/marketing-pages/obsstudio-slobsplugin.pngcdn.streamlabs.com/static/imgs/mark... https://cdn.streamlabs.com/static/imgs/marketing-pages/obsstudio-slobsplugin.png — 200 — 981.0 KiB — 527 ms — h2https://cdn.streamlabs.com/static/imgs/landing/twitch.svgcdn.streamlabs.com/static/imgs/land... https://cdn.streamlabs.com/static/imgs/landing/twitch.svg — 200 — 489 B — 89 ms — h2https://cdn.streamlabs.com/static/imgs/landing/youtube.svgcdn.streamlabs.com/static/imgs/land... https://cdn.streamlabs.com/static/imgs/landing/youtube.svg — 200 — 514 B — 89 ms — h2https://cdn.streamlabs.com/static/imgs/uploads/tiktok-svg_gvCZdh764cBJu9Fu.svgcdn.streamlabs.com/static/imgs/uplo... https://cdn.streamlabs.com/static/imgs/uploads/tiktok-svg_gvCZdh764cBJu9Fu.svg — 200 — 1.3 KiB — 89 ms — h2https://cdn.streamlabs.com/static/imgs/uploads/instagram_rXzzXZMe3Zj82erI.svgcdn.streamlabs.com/static/imgs/uplo... https://cdn.streamlabs.com/static/imgs/uploads/instagram_rXzzXZMe3Zj82erI.svg — 200 — 1.2 KiB — 89 ms — h2https://cdn.melonapp.com/static/logos/logo-black.pngcdn.melonapp.com/static/logos/logo-... https://cdn.melonapp.com/static/logos/logo-black.png — 200 — 100.4 KiB — 122 ms — h2https://cdn.streamlabs.com/static/imgs/landing/facebook.svgcdn.streamlabs.com/static/imgs/land... https://cdn.streamlabs.com/static/imgs/landing/facebook.svg — 200 — 509 B — 88 ms — h2https://cdn.streamlabs.com/static/imgs/landing/trovo-iconb.svgcdn.streamlabs.com/static/imgs/land... https://cdn.streamlabs.com/static/imgs/landing/trovo-iconb.svg — 200 — 756 B — 88 ms — h2https://cdn.streamlabs.com/static/imgs/uploads/kick-logo2_xIvY4R1TiWLPO0bf.svgcdn.streamlabs.com/static/imgs/uplo... https://cdn.streamlabs.com/static/imgs/uploads/kick-logo2_xIvY4R1TiWLPO0bf.svg — 200 — 542 B — 88 ms — h2https://cdn.streamlabs.com/static/imgs/uploads/desktop_DO_ludwig04_WTXbtQCSCQo1Ccaw.pngcdn.streamlabs.com/static/imgs/uplo... https://cdn.streamlabs.com/static/imgs/uploads/desktop_DO_ludwig04_WTXbtQCSCQo1Ccaw.png — 200 — 612.2 KiB — 442 ms — h2https://kit-pro.fontawesome.com/releases/latest/webfonts/pro-fa-brands-400-5.8.2.woff2kit-pro.fontawesome.com/releases/la... https://kit-pro.fontawesome.com/releases/latest/webfonts/pro-fa-brands-400-5.8.2.woff2 — 200 — 2.5 KiB — 37 ms — h2https://kit-pro.fontawesome.com/releases/latest/webfonts/pro-fa-brands-400-5.12.0.woff2kit-pro.fontawesome.com/releases/la... https://kit-pro.fontawesome.com/releases/latest/webfonts/pro-fa-brands-400-5.12.0.woff2 — 200 — 2.1 KiB — 38 ms — h2https://kit-pro.fontawesome.com/releases/latest/webfonts/pro-fa-solid-900-5.0.0.woff2kit-pro.fontawesome.com/releases/la... https://kit-pro.fontawesome.com/releases/latest/webfonts/pro-fa-solid-900-5.0.0.woff2 — 200 — 19.6 KiB — 40 ms — h2https://cdn.streamlabs.com/static/imgs/uploads/static/imgs/uploads/cards-gradient_Uq35jUQ0LgdUpc4x.pngcdn.streamlabs.com/static/imgs/uplo... https://cdn.streamlabs.com/static/imgs/uploads/static/imgs/uploads/cards-gradient_Uq35jUQ0LgdUpc4x.png — 200 — 2.5 MiB — 985 ms — h2https://r2d2.streamlabs.com/web/data/pingr2d2.streamlabs.com/web/data/ping https://r2d2.streamlabs.com/web/data/ping — 200 — 284 B — 145 ms — h2https://r2d2.streamlabs.com/web/data/pingr2d2.streamlabs.com/web/data/ping https://r2d2.streamlabs.com/web/data/ping — 200 — 327 B — 134 ms — h2https://api-id.streamlabs.com/v2/subscriptions/plans?currency=USDapi-id.streamlabs.com/v2/subscripti... https://api-id.streamlabs.com/v2/subscriptions/plans?currency=USD — 200 — 606 B — 158 ms — h2https://cdn.streamlabs.com/static/imgs/uploads/lineto-brown-bold_3UA7qIc6ui9lgwPj.woffcdn.streamlabs.com/static/imgs/uplo... https://cdn.streamlabs.com/static/imgs/uploads/lineto-brown-bold_3UA7qIc6ui9lgwPj.woff — 200 — 86.2 KiB — 46 ms — h2https://fonts.gstatic.com/s/heebo/v28/NGS6v5_NC0k9P9H2TbFhsqMA.woff2fonts.gstatic.com/s/heebo/v28/NGS6v... https://fonts.gstatic.com/s/heebo/v28/NGS6v5_NC0k9P9H2TbFhsqMA.woff2 — 200 — 29.5 KiB — 8 ms — h3https://fonts.gstatic.com/s/heebo/v28/NGS6v5_NC0k9P9GYTbFhsqMA6aw.woff2fonts.gstatic.com/s/heebo/v28/NGS6v... https://fonts.gstatic.com/s/heebo/v28/NGS6v5_NC0k9P9GYTbFhsqMA6aw.woff2 — 200 — 13.9 KiB — 12 ms — h3https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMaxKUBHMdazTgWw.woff2fonts.gstatic.com/s/roboto/v51/KFO7... https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMaxKUBHMdazTgWw.woff2 — 200 — 16.3 KiB — 10 ms — h3https://geolocation.onetrust.com/cookieconsentpub/v1/geo/locationgeolocation.onetrust.com/cookiecons... https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location — 200 — 288 B — 42 ms — h2https://cdn.streamlabs.com/static/imgs/uploads/alert-preview_xT59ZhNo6GbfDMeY.mp4cdn.streamlabs.com/static/imgs/uplo... https://cdn.streamlabs.com/static/imgs/uploads/alert-preview_xT59ZhNo6GbfDMeY.mp4 — 206 — 3.4 MiB — 255 ms — h2https://fonts.gstatic.com/s/heebo/v28/NGS6v5_NC0k9P9GKTbFhsqMA6aw.woff2fonts.gstatic.com/s/heebo/v28/NGS6v... https://fonts.gstatic.com/s/heebo/v28/NGS6v5_NC0k9P9GKTbFhsqMA6aw.woff2 — 200 — 23.2 KiB — 8 ms — h3https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMawCUBHMdazTgWw.woff2fonts.gstatic.com/s/roboto/v51/KFO7... https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMawCUBHMdazTgWw.woff2 — 200 — 35.5 KiB — 11 ms — h3https://streamlabs.com/api/v5/session/pingstreamlabs.com/api/v5/session/ping https://streamlabs.com/api/v5/session/ping — 401 — 715 B — 200 ms — h2https://streamlabs.com/api/v5/exchange/localstreamlabs.com/api/v5/exchange/loca... https://streamlabs.com/api/v5/exchange/local — 200 — 464 B — 202 ms — h2https://cdn.cookielaw.org/scripttemplates/202402.1.0/otBannerSdk.jscdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202402.1.0/otBannerSdk.js — 200 — 104.9 KiB — 18 ms — h2https://app.optibase.io/api/script/viewapp.optibase.io/api/script/view https://app.optibase.io/api/script/view — 204 — 0 B — 43 ms — h3https://js.intercomcdn.com/frame-modern.7a9f78bc.jsjs.intercomcdn.com/frame-modern.7a9... https://js.intercomcdn.com/frame-modern.7a9f78bc.js — 200 — 193.4 KiB — 80 ms — h2https://js.intercomcdn.com/vendor-modern.80eace52.jsjs.intercomcdn.com/vendor-modern.80... https://js.intercomcdn.com/vendor-modern.80eace52.js — 200 — 143.9 KiB — 61 ms — h2https://app.optibase.io/api/script/viewapp.optibase.io/api/script/view https://app.optibase.io/api/script/view — 200 — 803 B — 243 ms — h3https://cdn.cookielaw.org/consent/7665fa03-a0ea-4c87-a34f-c8d13d663b42/018e2e69-7ac7-7602-ab44-510703529c4b/en.jsoncdn.cookielaw.org/consent/7665fa03-... https://cdn.cookielaw.org/consent/7665fa03-a0ea-4c87-a34f-c8d13d663b42/018e2e69-7ac7-7602-ab44-510703529c4b/en.json — 200 — 18.7 KiB — 20 ms — h2https://r2d2.streamlabs.com/web/data/pingr2d2.streamlabs.com/web/data/ping https://r2d2.streamlabs.com/web/data/ping — 200 — 362 B — 140 ms — h2https://cdn.streamlabs.com/static/imgs/landing/crossclip/crossclip-logo01--sm.pngcdn.streamlabs.com/static/imgs/land... https://cdn.streamlabs.com/static/imgs/landing/crossclip/crossclip-logo01--sm.png — 200 — 581 B — 51 ms — h2https://cdn.streamlabs.com/static/logo/logomark__streamlabs-video-editor--day--xs.pngcdn.streamlabs.com/static/logo/logo... https://cdn.streamlabs.com/static/logo/logomark__streamlabs-video-editor--day--xs.png — 200 — 478 B — 51 ms — h2https://cdn.streamlabs.com/static/logo/logomark__streamlabs-podcast-editor--day--xs.pngcdn.streamlabs.com/static/logo/logo... https://cdn.streamlabs.com/static/logo/logomark__streamlabs-podcast-editor--day--xs.png — 200 — 635 B — 38 ms — h2https://cdn.streamlabs.com/static/logo/logomark__streamlabs-talk-studio--day--xs.pngcdn.streamlabs.com/static/logo/logo... https://cdn.streamlabs.com/static/logo/logomark__streamlabs-talk-studio--day--xs.png — 200 — 521 B — 38 ms — h2https://cdn.cookielaw.org/scripttemplates/202402.1.0/assets/otFloatingRoundedCorner.jsoncdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202402.1.0/assets/otFloatingRoundedCorner.json — 200 — 2.9 KiB — 13 ms — h2https://cdn.cookielaw.org/scripttemplates/202402.1.0/assets/v2/otPcTab.jsoncdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202402.1.0/assets/v2/otPcTab.json — 200 — 13.5 KiB — 15 ms — h2https://cdn.cookielaw.org/scripttemplates/202402.1.0/assets/otCommonStyles.csscdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202402.1.0/assets/otCommonStyles.css — 200 — 3.9 KiB — 17 ms — h2https://pagead2.googlesyndication.com/ccm/collect?rcb=12&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fstreamlabs.com%2F&scrsrc=www.googletagmanager.com&rnd=1323424863.1776901279&navt=n&npa=1&ep.ads_data_redaction=0&gdid=dYWJhMj&_tu=CA&gtm=45He64k1v9130652762za200zd9130652762xea&gcs=G100&gcd=13q3q3q2q5l1&dma_cps=-&dma=1&tag_exp=0~115938465~115938468~117266401&apve=1&apvf=f&apvc=1&tft=1776901279488&tfd=3869pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=12&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fstreamlabs.com%2F&scrsrc=www.googletagmanager.com&rnd=1323424863.1776901279&navt=n&npa=1&ep.ads_data_redaction=0&gdid=dYWJhMj&_tu=CA&gtm=45He64k1v9130652762za200zd9130652762xea&gcs=G100&gcd=13q3q3q2q5l1&dma_cps=-&dma=1&tag_exp=0~115938465~115938468~117266401&apve=1&apvf=f&apvc=1&tft=1776901279488&tfd=3869 — 200 — 21 B — 135 ms — h3https://region1.google-analytics.com/g/collect?v=2&tid=G-DXPRHH738Q&gtm=45je64k1v897138208z89130652762za20gzb9130652762zd9130652762&_p=1776901275853&gcs=G100&gcd=13q3qPq2q5l1&npa=1&dma_cps=-&dma=1&gdid=dYWJhMj&_eu=AAAAAGA&are=1&cid=117194924.1776901280&frm=0&pscdl=denied&rcb=7&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115938465~115938468~117266400~117512543&dp=%2F&dl=https%3A%2F%2Fstreamlabs.com%2F&dr=https%3A%2F%2Fstreamlabs.com%2F&sid=1776901278&sct=1&seg=0&dt=Free%20Live%20Streaming%20%26%20Recording%20Software%20%7C%20Streamlabs&_tu=CA&en=page_view&_fv=1&_nsi=1&_ss=1&ep.page_fragment=&tfd=3951region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-DXPRHH738Q&gtm=45je64k1v897138208z89130652762za20gzb9130652762zd9130652762&_p=1776901275853&gcs=G100&gcd=13q3qPq2q5l1&npa=1&dma_cps=-&dma=1&gdid=dYWJhMj&_eu=AAAAAGA&are=1&cid=117194924.1776901280&frm=0&pscdl=denied&rcb=7&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115938465~115938468~117266400~117512543&dp=%2F&dl=https%3A%2F%2Fstreamlabs.com%2F&dr=https%3A%2F%2Fstreamlabs.com%2F&sid=1776901278&sct=1&seg=0&dt=Free%20Live%20Streaming%20%26%20Recording%20Software%20%7C%20Streamlabs&_tu=CA&en=page_view&_fv=1&_nsi=1&_ss=1&ep.page_fragment=&tfd=3951 — 204 — 548 B — 160 ms — h2https://cdn.cookielaw.org/logos/static/ot_guard_logo.svgcdn.cookielaw.org/logos/static/ot_g... https://cdn.cookielaw.org/logos/static/ot_guard_logo.svg — 200 — 623 B — 11 ms — h2https://cdn.cookielaw.org/logos/96be46f4-957f-4368-a759-068d7328c7e8/7665fa03-a0ea-4c87-a34f-c8d13d663b42/d5330ef5-ddd4-4512-a0c1-e3c08cea5c1c/streamlabs_logo.pngcdn.cookielaw.org/logos/96be46f4-95... https://cdn.cookielaw.org/logos/96be46f4-957f-4368-a759-068d7328c7e8/7665fa03-a0ea-4c87-a34f-c8d13d663b42/d5330ef5-ddd4-4512-a0c1-e3c08cea5c1c/streamlabs_logo.png — 200 — 1.6 KiB — 12 ms — h2https://cdn.cookielaw.org/logos/96be46f4-957f-4368-a759-068d7328c7e8/7665fa03-a0ea-4c87-a34f-c8d13d663b42/bec3f7c3-985c-4a74-a9b5-6f80a85ae7b1/streamlabs_logo.pngcdn.cookielaw.org/logos/96be46f4-95... https://cdn.cookielaw.org/logos/96be46f4-957f-4368-a759-068d7328c7e8/7665fa03-a0ea-4c87-a34f-c8d13d663b42/bec3f7c3-985c-4a74-a9b5-6f80a85ae7b1/streamlabs_logo.png — 200 — 1.6 KiB — 14 ms — h2https://cdn.cookielaw.org/logos/static/powered_by_logo.svgcdn.cookielaw.org/logos/static/powe... https://cdn.cookielaw.org/logos/static/powered_by_logo.svg — 200 — 2.6 KiB — 16 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 16532ms · 2913KB · €287/mo
streamlabs.com
Other
Costly
Execution 5322ms
Transfer 984 KB
Unused 44%
Monthly Cost €92/mo
streamlabs.com
Other
Costly
Execution 4208ms
Transfer 5 KB
Monthly Cost €73/mo
Google Tag Manager
Tag Manager
Costly
Execution 1878ms
Transfer 171 KB
Unused 34%
Monthly Cost €33/mo
Unattributable
Other
Costly
Execution 1697ms
Transfer 0 KB
Monthly Cost €29/mo
js.intercomcdn.com
Other
Costly
Execution 677ms
Transfer 193 KB
Unused 72%
Monthly Cost €12/mo
streamlabs.com
Other
Costly
Execution 594ms
Transfer 806 KB
Unused 78%
Monthly Cost €10/mo
OneTrust
Consent
Essential
Execution 541ms
Transfer 105 KB
Unused 52%
Monthly Cost €9/mo
Google Tag Manager
Tag Manager
Costly
Execution 400ms
Transfer 165 KB
Unused 39%
Monthly Cost €7/mo
streamlabs.com
Other
Costly
Execution 349ms
Transfer 183 KB
Unused 78%
Monthly Cost €6/mo
app.optibase.io
Other
Costly
Execution 340ms
Transfer 34 KB
Unused 69%
Monthly Cost €6/mo
aacdn.nagich.com
Other
Costly
Execution 254ms
Transfer 14 KB
Monthly Cost €4/mo
js.intercomcdn.com
Other
Optional
Execution 73ms
Transfer 144 KB
Unused 64%
Monthly Cost €1/mo
kit-pro.fontawesome.com
Other
Optional
Execution 68ms
Transfer 52 KB
Monthly Cost €1/mo
Intercom Widget
Chat
Optional
Execution 67ms
Transfer 4 KB
Monthly Cost €1/mo
cdn.pushalert.co
Other
Optional
Execution 65ms
Transfer 53 KB
Unused 75%
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • streamlabs.com adds 5322ms and costs ~€92/month
  • streamlabs.com adds 4208ms and costs ~€73/month
  • Google Tag Manager adds 1878ms and costs ~€33/month
  • Unattributable adds 1697ms and costs ~€29/month
  • js.intercomcdn.com adds 677ms and costs ~€12/month
  • streamlabs.com adds 594ms and costs ~€10/month
  • Google Tag Manager adds 400ms and costs ~€7/month
  • streamlabs.com adds 349ms and costs ~€6/month
  • app.optibase.io adds 340ms and costs ~€6/month
  • aacdn.nagich.com adds 254ms and costs ~€4/month

100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.

Why this matters

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

streamlabs.com takes 5322ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

streamlabs.com takes 4208ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

Google Tag Manager takes 1878ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

Unattributable takes 1697ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

js.intercomcdn.com takes 677ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

72% of js.intercomcdn.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

streamlabs.com takes 594ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

78% of streamlabs.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

52% of OneTrust's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

Google Tag Manager takes 400ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

streamlabs.com takes 349ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

78% of streamlabs.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

app.optibase.io takes 340ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

69% of app.optibase.io's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

aacdn.nagich.com takes 254ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

64% of js.intercomcdn.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

75% of cdn.pushalert.co's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

How third-party costs are calculated

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback