Skip to content
https://bitchute.com

Performance

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

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

14
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
75
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
81
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
100
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.

2.45 s

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

33.73 s

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

1.80 s

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

0.494

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

12.60 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.80 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
17
8 PASS 1 REVIEW 6 FIX
F
Page Weight Budget
Action
5.7 MB transferred, 67 requests
FIX
5.7 MB transferred, 67 requests
Critical::
Page weighs 10.2 MB (5.7 MB transferred)
Info::
Fonts are 3.6 MB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 3.6 MB
Warning::
JavaScript is 1.8 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.8 MB
Info::
67 HTTP requests
Info::
Estimated 1.2 g CO2 per page load
5.7 MB / 2.4 MB budget
5.7 MB transferred
67 requests
1.2 g CO2 per page load
Fonts 3.6 MiB 62%
JavaScript 1.8 MiB 32%
CSS 155.9 KiB 3%
Images 153.4 KiB 3%
Other 30.9 KiB 1%
Other 6.2 KiB 0%
HTML 2.8 KiB 0%
Other 862 B 0%
Other 797 B 0%
Other 110 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

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

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

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 (5.7 MiB of 5.7 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Execution Cost
Action
5931ms total JS execution
FIX
5931ms total JS execution
Warning::
https://www.bitchute.com/js/app.9130745f.js: 2883ms CPU time
Warning::
https://www.bitchute.com/js/vendor.ec86d3fa.js: 1124ms CPU time
Warning::
https://www.bitchute.com/: 876ms CPU time
Warning::
Unattributable: 458ms CPU time
Warning::
https://www.bitchute.com/cdn-cgi/challenge-platfor...: 336ms CPU time
Warning::
Third-party scripts: 5931ms (100% of total)

Main Thread Breakdown

Script Evaluation 52% Other 18% Style & Layout 13% Script Parsing & Compilation 12%
ScriptTotalScriptingParse/CompileParty
https://www.bitchute.com/js/app.9130745f.js2883ms2200ms306ms3rd
https://www.bitchute.com/js/vendor.ec86d3fa.js1124ms243ms385ms3rd
https://www.bitchute.com/876ms85ms4ms3rd
Unattributable458ms15ms0ms3rd
https://www.bitchute.com/cdn-cgi/challenge-platform/scripts/jsd/main.js336ms319ms3ms3rd
https://assets.armanet.us/armanet-pxl.js171ms162ms4ms3rd
https://analytics.bitchute.com/js/live_kzIvTRIB.js82ms62ms20ms3rd
F
JS Bundles
Action
7 scripts, 1.1 MB unused
FIX
7 scripts, 1.1 MB unused
Warning::
https://www.bitchute.com/js/app.9130745f.js: 608 KB unused (78%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.bitchute.com/js/vendor.ec86d3fa.js: 452 KB unused (47%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://analytics.bitchute.com/js/live_kzIvTRIB.js: 26 KB unused (53%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 1.1 MB
1086 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.bitchute.com/js/app.9130745f.js784 KB608 KB (78%)3rd
https://www.bitchute.com/js/vendor.ec86d3fa.js988 KB452 KB (47%)3rd
https://analytics.bitchute.com/js/live_kzIvTRIB.js49 KB26 KB (53%)3rd
https://assets.armanet.us/armanet-pxl.js7 KB3rd
https://static.cloudflareinsights.com/beacon.min.js11 KB3rd
https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da177152312451611 KB3rd
https://www.bitchute.com/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js?12 KB3rd

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
67 resources · 5.7 MB · 1.1 MB savings available
FIX
67 resources · 5.7 MB · 1.1 MB savings available
Warning::
Page weight 4.7 MB over 1MB target
Got: 5.7 MB Expected: ≤ 1 MB
Info::
~1.1 MB of savings available
Warning::
66 third-party resources (100% of weight)
Info::
3 resources over 200KB
67 resources · 5.7 MiB · 66 third-party 4.7 MiB over 1MB target
Font 62% · 3.6 MiB
JavaScript 32% · 1.8 MiB
Image 3% · 157.2 KiB
CSS 3% · 155.9 KiB
Other 1% · 31.8 KiB
Document 0% · 6.0 KiB

~1.1 MiB of savings available

Remove unused JavaScript: 1.1 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.

B
Image Optimization
12 images, 0 KB saveable
REVIEW
12 images, 0 KB saveable
Info::
All images are well-optimized
12 images 129 KB
0 oversized -0 KB
10 legacy format
0 missing dimensions CLS risk
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
6 fonts (3670 KB)
PASS
6 fonts (3670 KB)
Info::
6 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

6

3670 KB total

Render-blocking

0

of 6

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 34.0 s FCP 2.4 s LCP 33.7 shttps://www.bitchute.com/fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.c5371cfb.woff2flUhRq6tzZclQEJ-Vdg-Iui... https://www.bitchute.com/fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.c5371cfb.woff2 — 126.1 KiB — 74 ms — font-display: swaphttps://www.bitchute.com/fonts/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcel5euIg.6f420cf1.woff2gok-H7zzDkdnRel8-DQ6KAX... https://www.bitchute.com/fonts/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcel5euIg.6f420cf1.woff2 — 152.2 KiB — 79 ms — font-display: swaphttps://www.bitchute.com/fonts/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWub2bVmUiAw.2115c3bd.woffKFOMCnqEu92Fr1ME7kSn66a... https://www.bitchute.com/fonts/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWub2bVmUiAw.2115c3bd.woff — 25.3 KiB — 65 ms — font-display: swaphttps://www.bitchute.com/fonts/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsLjBuVY.d592f5f6.woff2kJEhBvYX7BgnkSrUwT8Ohrd... https://www.bitchute.com/fonts/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsLjBuVY.d592f5f6.woff2 — 3.2 MiB — 213 ms — font-display: swaphttps://www.bitchute.com/fonts/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmUiAw.eb9d7304.woffKFOMCnqEu92Fr1ME7kSn66a... https://www.bitchute.com/fonts/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmUiAw.eb9d7304.woff — 25.1 KiB — 52 ms — font-display: swaphttps://www.bitchute.com/fonts/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYjalmUiAw.2cafd699.woffKFOMCnqEu92Fr1ME7kSn66a... https://www.bitchute.com/fonts/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYjalmUiAw.2cafd699.woff — 25.5 KiB — 67 ms — font-display: swap
flUhRq6tzZclQEJ-Vdg-Iui... woff2 swap
Size 126 KB
Load time 74 ms
Start 995 ms
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
gok-H7zzDkdnRel8-DQ6KAX... woff2 swap
Size 152 KB
Load time 79 ms
Start 995 ms
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
KFOMCnqEu92Fr1ME7kSn66a... woff swap
Size 25 KB
Load time 65 ms
Start 996 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
kJEhBvYX7BgnkSrUwT8Ohrd... woff2 swap
Size 3316 KB
Load time 213 ms
Start 996 ms
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
KFOMCnqEu92Fr1ME7kSn66a... woff swap
Size 25 KB
Load time 52 ms
Start 997 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
KFOMCnqEu92Fr1ME7kSn66a... woff swap
Size 25 KB
Load time 67 ms
Start 998 ms
Risk FOUT — text flashes from fallback to web font
  • 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 ~1820 KB and ~3640 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
4 hints, 0 missing preconnects
PASS
4 hints, 0 missing preconnects
Info::
Page uses 4 resource hint(s)

Current Resource Hints

preconnect
2
preload
dns-prefetch
2
prefetch

4 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
67 requests over 1535ms
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 34.0 s FCP 2.4 s LCP 33.7 shttps://bitchute.com// https://bitchute.com/ — 301 — 142 B — 35 ms — h2https://www.bitchute.com/www.bitchute.com/ https://www.bitchute.com/ — 200 — 2.8 KiB — 37 ms — h2https://assets.armanet.us/armanet-pxl.jsassets.armanet.us/armanet-pxl.js https://assets.armanet.us/armanet-pxl.js — 200 — 6.7 KiB — 35 ms — h2https://www.bitchute.com/js/vendor.ec86d3fa.jswww.bitchute.com/js/vendor.ec86d3fa... https://www.bitchute.com/js/vendor.ec86d3fa.js — 200 — 988.2 KiB — 107 ms — h2https://www.bitchute.com/css/vendor.760b0c2a.csswww.bitchute.com/css/vendor.760b0c2... https://www.bitchute.com/css/vendor.760b0c2a.css — 200 — 145.5 KiB — 48 ms — h2https://www.bitchute.com/css/app.582ee3e4.csswww.bitchute.com/css/app.582ee3e4.c... https://www.bitchute.com/css/app.582ee3e4.css — 200 — 10.4 KiB — 48 ms — h2https://www.bitchute.com/js/app.9130745f.jswww.bitchute.com/js/app.9130745f.js https://www.bitchute.com/js/app.9130745f.js — 200 — 784.0 KiB — 115 ms — h2https://static.cloudflareinsights.com/beacon.min.jsstatic.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js — 200 — 10.7 KiB — 32 ms — h2https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516 — 200 — 10.7 KiB — 23 ms — h2https://www.bitchute.com/manifest.jsonwww.bitchute.com/manifest.json https://www.bitchute.com/manifest.json — 200 — 797 B — 39 ms — h2data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(…www.w3.org/2000/svg' width='100' he... data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(… — 200 — 0 B — 0 ms — datadata:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(…www.w3.org/2000/svg' width='100' he... data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(… — 200 — 0 B — 0 ms — datahttps://srv.armanet.us/vsrv.armanet.us/v https://srv.armanet.us/v — 200 — 0 B — 88 ms — h2https://srv.armanet.us/vsrv.armanet.us/v https://srv.armanet.us/v — 200 — 249 B — 101 ms — h2data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(…www.w3.org/2000/svg' width='100' he... data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(… — 200 — 0 B — 0 ms — datadata:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(…www.w3.org/2000/svg' width='100' he... data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(… — 200 — 0 B — 0 ms — datahttps://api.bitchute.com/api/beta/geoapi.bitchute.com/api/beta/geo https://api.bitchute.com/api/beta/geo — 200 — 203 B — 30 ms — h2https://analytics.bitchute.com/js/live_kzIvTRIB.jsanalytics.bitchute.com/js/live_kzIv... https://analytics.bitchute.com/js/live_kzIvTRIB.js — 200 — 48.7 KiB — 35 ms — h2https://api.bitchute.com/api/timer/?xsi=i5kymy3cl97taj0takahh83o9xu0api.bitchute.com/api/timer/?xsi=i5k... https://api.bitchute.com/api/timer/?xsi=i5kymy3cl97taj0takahh83o9xu0 — 200 — 0 B — 33 ms — h2https://www.bitchute.com/cdn-cgi/challenge-platform/scripts/jsd/main.jswww.bitchute.com/cdn-cgi/challenge-... https://www.bitchute.com/cdn-cgi/challenge-platform/scripts/jsd/main.js — 302 — 163 B — 7 ms — h2https://www.bitchute.com/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js?www.bitchute.com/cdn-cgi/challenge-... https://www.bitchute.com/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js? — 200 — 11.9 KiB — 11 ms — h3https://api.bitchute.com/api/beta/reference/offer_typeapi.bitchute.com/api/beta/reference... https://api.bitchute.com/api/beta/reference/offer_type — 200 — 0 B — 24 ms — h2https://api.bitchute.com/api/timer/?xsi=i5kymy3cl97taj0takahh83o9xu0api.bitchute.com/api/timer/?xsi=i5k... https://api.bitchute.com/api/timer/?xsi=i5kymy3cl97taj0takahh83o9xu0 — 200 — 862 B — 19 ms — h2https://api.bitchute.com/api/beta/reference/offer_typeapi.bitchute.com/api/beta/reference... https://api.bitchute.com/api/beta/reference/offer_type — 200 — 116 B — 31 ms — h2https://api.bitchute.com/api/beta/reference/sensitivitiesapi.bitchute.com/api/beta/reference... https://api.bitchute.com/api/beta/reference/sensitivities — 200 — 0 B — 18 ms — h2https://api.bitchute.com/api/beta/reference/sensitivitiesapi.bitchute.com/api/beta/reference... https://api.bitchute.com/api/beta/reference/sensitivities — 200 — 423 B — 26 ms — h2data:image/webp;base64,UklGRswSAABXRUJQVlA4WAoAAAAwAAAAYwAAYwAASUNDUEgMAAAAAAxITGlubwIQAABtbnRyUkdC…data:image/webp;base64,UklGRswSAABX... data:image/webp;base64,UklGRswSAABXRUJQVlA4WAoAAAAwAAAAYwAAYwAASUNDUEgMAAAAAAxITGlubwIQAABtbnRyUkdC… — 200 — 0 B — 0 ms — datahttps://api.bitchute.com/api/beta9/hashtag/trending/api.bitchute.com/api/beta9/hashtag/... https://api.bitchute.com/api/beta9/hashtag/trending/ — 200 — 0 B — 11 ms — h2https://api.bitchute.com/api/beta9/videosapi.bitchute.com/api/beta9/videos https://api.bitchute.com/api/beta9/videos — 200 — 0 B — 10 ms — h2https://api.bitchute.com/api/beta/member_liked_videosapi.bitchute.com/api/beta/member_li... https://api.bitchute.com/api/beta/member_liked_videos — 200 — 0 B — 17 ms — h2
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 34.0 s FCP 2.4 s LCP 33.7 shttps://bitchute.com// https://bitchute.com/ — 301 — 142 B — 35 ms — h2https://www.bitchute.com/www.bitchute.com/ https://www.bitchute.com/ — 200 — 2.8 KiB — 37 ms — h2https://assets.armanet.us/armanet-pxl.jsassets.armanet.us/armanet-pxl.js https://assets.armanet.us/armanet-pxl.js — 200 — 6.7 KiB — 35 ms — h2https://www.bitchute.com/js/vendor.ec86d3fa.jswww.bitchute.com/js/vendor.ec86d3fa... https://www.bitchute.com/js/vendor.ec86d3fa.js — 200 — 988.2 KiB — 107 ms — h2https://www.bitchute.com/css/vendor.760b0c2a.csswww.bitchute.com/css/vendor.760b0c2... https://www.bitchute.com/css/vendor.760b0c2a.css — 200 — 145.5 KiB — 48 ms — h2https://www.bitchute.com/css/app.582ee3e4.csswww.bitchute.com/css/app.582ee3e4.c... https://www.bitchute.com/css/app.582ee3e4.css — 200 — 10.4 KiB — 48 ms — h2https://www.bitchute.com/js/app.9130745f.jswww.bitchute.com/js/app.9130745f.js https://www.bitchute.com/js/app.9130745f.js — 200 — 784.0 KiB — 115 ms — h2https://static.cloudflareinsights.com/beacon.min.jsstatic.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js — 200 — 10.7 KiB — 32 ms — h2https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516 — 200 — 10.7 KiB — 23 ms — h2https://www.bitchute.com/manifest.jsonwww.bitchute.com/manifest.json https://www.bitchute.com/manifest.json — 200 — 797 B — 39 ms — h2data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(…www.w3.org/2000/svg' width='100' he... data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(… — 200 — 0 B — 0 ms — datadata:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(…www.w3.org/2000/svg' width='100' he... data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(… — 200 — 0 B — 0 ms — datahttps://srv.armanet.us/vsrv.armanet.us/v https://srv.armanet.us/v — 200 — 0 B — 88 ms — h2https://srv.armanet.us/vsrv.armanet.us/v https://srv.armanet.us/v — 200 — 249 B — 101 ms — h2data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(…www.w3.org/2000/svg' width='100' he... data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(… — 200 — 0 B — 0 ms — datadata:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(…www.w3.org/2000/svg' width='100' he... data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(… — 200 — 0 B — 0 ms — datahttps://api.bitchute.com/api/beta/geoapi.bitchute.com/api/beta/geo https://api.bitchute.com/api/beta/geo — 200 — 203 B — 30 ms — h2https://analytics.bitchute.com/js/live_kzIvTRIB.jsanalytics.bitchute.com/js/live_kzIv... https://analytics.bitchute.com/js/live_kzIvTRIB.js — 200 — 48.7 KiB — 35 ms — h2https://api.bitchute.com/api/timer/?xsi=i5kymy3cl97taj0takahh83o9xu0api.bitchute.com/api/timer/?xsi=i5k... https://api.bitchute.com/api/timer/?xsi=i5kymy3cl97taj0takahh83o9xu0 — 200 — 0 B — 33 ms — h2https://www.bitchute.com/cdn-cgi/challenge-platform/scripts/jsd/main.jswww.bitchute.com/cdn-cgi/challenge-... https://www.bitchute.com/cdn-cgi/challenge-platform/scripts/jsd/main.js — 302 — 163 B — 7 ms — h2https://www.bitchute.com/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js?www.bitchute.com/cdn-cgi/challenge-... https://www.bitchute.com/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js? — 200 — 11.9 KiB — 11 ms — h3https://api.bitchute.com/api/beta/reference/offer_typeapi.bitchute.com/api/beta/reference... https://api.bitchute.com/api/beta/reference/offer_type — 200 — 0 B — 24 ms — h2https://api.bitchute.com/api/timer/?xsi=i5kymy3cl97taj0takahh83o9xu0api.bitchute.com/api/timer/?xsi=i5k... https://api.bitchute.com/api/timer/?xsi=i5kymy3cl97taj0takahh83o9xu0 — 200 — 862 B — 19 ms — h2https://api.bitchute.com/api/beta/reference/offer_typeapi.bitchute.com/api/beta/reference... https://api.bitchute.com/api/beta/reference/offer_type — 200 — 116 B — 31 ms — h2https://api.bitchute.com/api/beta/reference/sensitivitiesapi.bitchute.com/api/beta/reference... https://api.bitchute.com/api/beta/reference/sensitivities — 200 — 0 B — 18 ms — h2https://api.bitchute.com/api/beta/reference/sensitivitiesapi.bitchute.com/api/beta/reference... https://api.bitchute.com/api/beta/reference/sensitivities — 200 — 423 B — 26 ms — h2data:image/webp;base64,UklGRswSAABXRUJQVlA4WAoAAAAwAAAAYwAAYwAASUNDUEgMAAAAAAxITGlubwIQAABtbnRyUkdC…data:image/webp;base64,UklGRswSAABX... data:image/webp;base64,UklGRswSAABXRUJQVlA4WAoAAAAwAAAAYwAAYwAASUNDUEgMAAAAAAxITGlubwIQAABtbnRyUkdC… — 200 — 0 B — 0 ms — datahttps://api.bitchute.com/api/beta9/hashtag/trending/api.bitchute.com/api/beta9/hashtag/... https://api.bitchute.com/api/beta9/hashtag/trending/ — 200 — 0 B — 11 ms — h2https://api.bitchute.com/api/beta9/videosapi.bitchute.com/api/beta9/videos https://api.bitchute.com/api/beta9/videos — 200 — 0 B — 10 ms — h2https://api.bitchute.com/api/beta/member_liked_videosapi.bitchute.com/api/beta/member_li... https://api.bitchute.com/api/beta/member_liked_videos — 200 — 0 B — 17 ms — h2https://api.bitchute.com/api/beta9/cache/livestreamsapi.bitchute.com/api/beta9/cache/li... https://api.bitchute.com/api/beta9/cache/livestreams — 200 — 2.2 KiB — 53 ms — h2https://api.bitchute.com/api/beta9/videosapi.bitchute.com/api/beta9/videos https://api.bitchute.com/api/beta9/videos — 200 — 0 B — 8 ms — h2https://api.bitchute.com/api/beta9/hashtag/trending/api.bitchute.com/api/beta9/hashtag/... https://api.bitchute.com/api/beta9/hashtag/trending/ — 200 — 367 B — 13 ms — h2https://api.bitchute.com/api/beta9/videosapi.bitchute.com/api/beta9/videos https://api.bitchute.com/api/beta9/videos — 200 — 3.0 KiB — 21 ms — h2https://api.bitchute.com/api/beta9/videosapi.bitchute.com/api/beta9/videos https://api.bitchute.com/api/beta9/videos — 200 — 3.1 KiB — 16 ms — h2https://api.bitchute.com/api/beta/member_liked_videosapi.bitchute.com/api/beta/member_li... https://api.bitchute.com/api/beta/member_liked_videos — 200 — 17.4 KiB — 95 ms — h2https://api.bitchute.com/api/beta9/videosapi.bitchute.com/api/beta9/videos https://api.bitchute.com/api/beta9/videos — 200 — 3.0 KiB — 18 ms — h2https://api.bitchute.com/api/beta/site/motdapi.bitchute.com/api/beta/site/motd https://api.bitchute.com/api/beta/site/motd — 200 — 0 B — 18 ms — h2https://api.bitchute.com/api/beta/site/motdapi.bitchute.com/api/beta/site/motd https://api.bitchute.com/api/beta/site/motd — 200 — 237 B — 29 ms — h2https://www.bitchute.com/fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.c5371cfb.woff2www.bitchute.com/fonts/flUhRq6tzZcl... https://www.bitchute.com/fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.c5371cfb.woff2 — 200 — 126.1 KiB — 74 ms — h3https://www.bitchute.com/fonts/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcel5euIg.6f420cf1.woff2www.bitchute.com/fonts/gok-H7zzDkdn... https://www.bitchute.com/fonts/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcel5euIg.6f420cf1.woff2 — 200 — 152.2 KiB — 79 ms — h3https://www.bitchute.com/fonts/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWub2bVmUiAw.2115c3bd.woffwww.bitchute.com/fonts/KFOMCnqEu92F... https://www.bitchute.com/fonts/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWub2bVmUiAw.2115c3bd.woff — 200 — 25.3 KiB — 65 ms — h3https://www.bitchute.com/fonts/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsLjBuVY.d592f5f6.woff2www.bitchute.com/fonts/kJEhBvYX7Bgn... https://www.bitchute.com/fonts/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsLjBuVY.d592f5f6.woff2 — 200 — 3.2 MiB — 213 ms — h3https://www.bitchute.com/fonts/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmUiAw.eb9d7304.woffwww.bitchute.com/fonts/KFOMCnqEu92F... https://www.bitchute.com/fonts/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmUiAw.eb9d7304.woff — 200 — 25.1 KiB — 52 ms — h3https://www.bitchute.com/fonts/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYjalmUiAw.2cafd699.woffwww.bitchute.com/fonts/KFOMCnqEu92F... https://www.bitchute.com/fonts/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYjalmUiAw.2cafd699.woff — 200 — 25.5 KiB — 67 ms — h3data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgaWQ9IkxheWVyX…data:image/svg+xml;base64,PD94bWwgd... data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgaWQ9IkxheWVyX… — 200 — 639 B — 10 ms — datadata:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOC4wODkiI…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOC4wODkiI… — 200 — 1.7 KiB — 11 ms — datadata:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgaWQ9IkxheWVyX…data:image/svg+xml;base64,PD94bWwgd... data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgaWQ9IkxheWVyX… — 200 — 2.1 KiB — 15 ms — datadata:image/svg+xml;base64,PHN2ZyBpZD0iR3JvdXBfMTE1OTEiIGRhdGEtbmFtZT0iR3JvdXAgMTE1OTEiIHhtbG5zPSJod…data:image/svg+xml;base64,PHN2ZyBpZ... data:image/svg+xml;base64,PHN2ZyBpZD0iR3JvdXBfMTE1OTEiIGRhdGEtbmFtZT0iR3JvdXAgMTE1OTEiIHhtbG5zPSJod… — 200 — 5.4 KiB — 17 ms — datadata:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgaWQ9IkxheWVyX…data:image/svg+xml;base64,PD94bWwgd... data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgaWQ9IkxheWVyX… — 200 — 3.6 KiB — 18 ms — datadata:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgaWQ9IkxheWVyX…data:image/svg+xml;base64,PD94bWwgd... data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgaWQ9IkxheWVyX… — 200 — 9.1 KiB — 20 ms — datadata:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgaWQ9IkxheWVyX…data:image/svg+xml;base64,PD94bWwgd... data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgaWQ9IkxheWVyX… — 200 — 8.8 KiB — 22 ms — datadata:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgaWQ9IkxheWVyX…data:image/svg+xml;base64,PD94bWwgd... data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgaWQ9IkxheWVyX… — 200 — 3.2 KiB — 24 ms — datadata:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yO…data:image/svg+xml;base64,PD94bWwgd... data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yO… — 200 — 1.7 KiB — 26 ms — datadata:image/svg+xml;base64,PHN2ZyBpZD0iR3JvdXBfMTE2OTAiIGRhdGEtbmFtZT0iR3JvdXAgMTE2OTAiIHhtbG5zPSJod…data:image/svg+xml;base64,PHN2ZyBpZ... data:image/svg+xml;base64,PHN2ZyBpZD0iR3JvdXBfMTE2OTAiIGRhdGEtbmFtZT0iR3JvdXAgMTE2OTAiIHhtbG5zPSJod… — 200 — 1.4 KiB — 28 ms — datahttps://www.bitchute.com/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.6688030970413026:1776809557:O7rLN3nqnRpqq1ETlvF4OHvbb1xtfdyTnSr74k0fOwE/9efff860b909de99www.bitchute.com/cdn-cgi/challenge-... https://www.bitchute.com/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.6688030970413026:1776809557:O7rLN3nqnRpqq1ETlvF4OHvbb1xtfdyTnSr74k0fOwE/9efff860b909de99 — 200 — 611 B — 16 ms — h3https://static-3.bitchute.com/live/cover_images/4BfnNKDrED06/rFXUbJH6QP5M_640x360.jpgstatic-3.bitchute.com/live/cover_im... https://static-3.bitchute.com/live/cover_images/4BfnNKDrED06/rFXUbJH6QP5M_640x360.jpg — 200 — 27.4 KiB — 100 ms — h2https://static-3.bitchute.com/live/cover_images/0PSAZvMNkynU/kNOItiRv1TtZ_640x360.jpgstatic-3.bitchute.com/live/cover_im... https://static-3.bitchute.com/live/cover_images/0PSAZvMNkynU/kNOItiRv1TtZ_640x360.jpg — 200 — 26.0 KiB — 89 ms — h2https://static-3.bitchute.com/live/cover_images/vztVBAlS9Iar/-kJZ_TDmXNo_640x360.jpgstatic-3.bitchute.com/live/cover_im... https://static-3.bitchute.com/live/cover_images/vztVBAlS9Iar/-kJZ_TDmXNo_640x360.jpg — 200 — 28.0 KiB — 106 ms — h2https://analytics.bitchute.com/analytics.php?action_name=Bitchute&idsite=1&rec=1&r=170020&h=22&m=54&s=24&url=https%3A%2F%2Fwww.bitchute.com%2F&uid=i5kymy3cl97taj0takahh83o9xu0&_id=640b8572b7514520&_idn=1&send_image=0&_refts=0&pv_id=rT29BV&bots=1&pf_net=18&pf_srv=18&pf_tfr=1&pf_dm1=112&uadata=%7B%22formFactors%22%3A%5B%22Desktop%22%5D%2C%22fullVersionList%22%3A%5B%7B%22brand%22%3A%22Not-A.Brand%22%2C%22version%22%3A%2224.0.0.0%22%7D%2C%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22146.0.7680.164%22%7D%5D%2C%22mobile%22%3Atrue%2C%22model%22%3A%22moto%20g%20power%20(2022)%22%2C%22platform%22%3A%22Android%22%2C%22platformVersion%22%3A%2211.0%22%7D&pdf=1&qt=0&realp=0&wma=0&fla=0&java=0&ag=0&cookie=1&res=412x823analytics.bitchute.com/analytics.ph... https://analytics.bitchute.com/analytics.php?action_name=Bitchute&idsite=1&rec=1&r=170020&h=22&m=54&s=24&url=https%3A%2F%2Fwww.bitchute.com%2F&uid=i5kymy3cl97taj0takahh83o9xu0&_id=640b8572b7514520&_idn=1&send_image=0&_refts=0&pv_id=rT29BV&bots=1&pf_net=18&pf_srv=18&pf_tfr=1&pf_dm1=112&uadata=%7B%22formFactors%22%3A%5B%22Desktop%22%5D%2C%22fullVersionList%22%3A%5B%7B%22brand%22%3A%22Not-A.Brand%22%2C%22version%22%3A%2224.0.0.0%22%7D%2C%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22146.0.7680.164%22%7D%5D%2C%22mobile%22%3Atrue%2C%22model%22%3A%22moto%20g%20power%20(2022)%22%2C%22platform%22%3A%22Android%22%2C%22platformVersion%22%3A%2211.0%22%7D&pdf=1&qt=0&realp=0&wma=0&fla=0&java=0&ag=0&cookie=1&res=412x823 — 204 — 110 B — 50 ms — h2https://static-3.bitchute.com/live/cover_images/1lJaePdMTd5C/g2nlXOIg0owV_640x360.jpgstatic-3.bitchute.com/live/cover_im... https://static-3.bitchute.com/live/cover_images/1lJaePdMTd5C/g2nlXOIg0owV_640x360.jpg — 200 — 28.0 KiB — 21 ms — h2https://cloudflareinsights.com/cdn-cgi/rumcloudflareinsights.com/cdn-cgi/rum https://cloudflareinsights.com/cdn-cgi/rum — 200 — 0 B — 8 ms — h2https://cloudflareinsights.com/cdn-cgi/rumcloudflareinsights.com/cdn-cgi/rum https://cloudflareinsights.com/cdn-cgi/rum — 204 — 36 B — 5 ms — h2data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUAAAAFACAQAAABnmW0hAAAAAmJLR0QAZZdVtuUAAAAJcEhZcwAAD…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUAAAAFACAQAAABnmW0hAAAAAmJLR0QAZZdVtuUAAAAJcEhZcwAAD… — 200 — 6.3 KiB — 13 ms — datahttps://www.bitchute.com/favicon.icowww.bitchute.com/favicon.ico https://www.bitchute.com/favicon.ico — 200 — 2.1 KiB — 16 ms — h3https://bcfiles.bitchute.com/img/icons/favicon144x144.svgbcfiles.bitchute.com/img/icons/favi... https://bcfiles.bitchute.com/img/icons/favicon144x144.svg — 200 — 873 B — 25 ms — h2https://www.bitchute.com/static/icons/favicon-32x32.pngwww.bitchute.com/static/icons/favic... https://www.bitchute.com/static/icons/favicon-32x32.png — 200 — 2.9 KiB — 30 ms — h3
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 5931ms · 1831KB · $79/mo
www.bitchute.com
Other
Costly
Execution 2883ms
Transfer 784 KB
Unused 78%
Monthly Cost $38/mo
www.bitchute.com
Other
Costly
Execution 1124ms
Transfer 988 KB
Unused 47%
Monthly Cost $15/mo
www.bitchute.com
Other
Costly
Execution 876ms
Transfer 3 KB
Monthly Cost $12/mo
Unattributable
Other
Costly
Execution 458ms
Transfer 0 KB
Monthly Cost $6/mo
www.bitchute.com
Other
Costly
Execution 336ms
Transfer 0 KB
Monthly Cost $4/mo
assets.armanet.us
Other
Optional
Execution 171ms
Transfer 7 KB
Monthly Cost $2/mo
analytics.bitchute.com
Other
Optional
Execution 82ms
Transfer 49 KB
Unused 53%
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • www.bitchute.com adds 2883ms and costs ~$38/month
  • www.bitchute.com adds 1124ms and costs ~$15/month
  • www.bitchute.com adds 876ms and costs ~$12/month
  • Unattributable adds 458ms and costs ~$6/month
  • www.bitchute.com adds 336ms 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

www.bitchute.com takes 2883ms 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 www.bitchute.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

www.bitchute.com takes 1124ms 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

www.bitchute.com takes 876ms 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 458ms 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

www.bitchute.com takes 336ms 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

53% of analytics.bitchute.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

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