Skip to content
https://bitchute.com

Performance

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

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

42
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
76
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.

876 ms

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

6.59 s

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

166 ms

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

0.456

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

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

6.67 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
15
6 PASS 1 REVIEW 6 FIX
F
Page Weight Budget
Action
6.7 MB transferred, 88 requests
FIX
6.7 MB transferred, 88 requests
Critical::
Page weighs 11.1 MB (6.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
Warning::
Images are 1.1 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.1 MB
Info::
88 HTTP requests
Info::
Estimated 1.4 g CO2 per page load
6.7 MB / 2.4 MB budget
6.7 MB transferred
88 requests
1.4 g CO2 per page load
Fonts 3.6 MiB 54%
JavaScript 1.8 MiB 27%
Images 1.1 MiB 16%
CSS 155.9 KiB 2%
Other 28.0 KiB 0%
Other 6.2 KiB 0%
HTML 2.8 KiB 0%
Other 862 B 0%
Other 799 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

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

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 (6.7 MiB of 6.7 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Execution Cost
Action
2129ms total JS execution
FIX
2129ms total JS execution
Warning::
https://www.bitchute.com/js/app.9130745f.js: 880ms CPU time
Warning::
https://www.bitchute.com/js/vendor.ec86d3fa.js: 709ms CPU time
Warning::
https://www.bitchute.com/: 306ms CPU time
Info::
Unattributable: 156ms CPU time
Info::
https://www.bitchute.com/cdn-cgi/challenge-platfor...: 77ms CPU time
Warning::
Third-party scripts: 2129ms (100% of total)

Main Thread Breakdown

Script Evaluation 47% Other 22% Style & Layout 17% Script Parsing & Compilation 8% Rendering 5%
ScriptTotalScriptingParse/CompileParty
https://www.bitchute.com/js/app.9130745f.js880ms679ms76ms3rd
https://www.bitchute.com/js/vendor.ec86d3fa.js709ms191ms97ms3rd
https://www.bitchute.com/306ms15ms1ms3rd
Unattributable156ms5ms0ms3rd
https://www.bitchute.com/cdn-cgi/challenge-platform/scripts/jsd/main.js77ms74ms1ms3rd
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: 448 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
1082 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 KB448 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?13 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
88 resources · 6.7 MB · 1.1 MB savings available
FIX
88 resources · 6.7 MB · 1.1 MB savings available
Warning::
Page weight 5.7 MB over 1MB target
Got: 6.7 MB Expected: ≤ 1 MB
Info::
~1.1 MB of savings available
Warning::
87 third-party resources (100% of weight)
Info::
3 resources over 200KB
88 resources · 6.7 MiB · 87 third-party 5.7 MiB over 1MB target
Font 54% · 3.6 MiB
JavaScript 27% · 1.8 MiB
Image 16% · 1.1 MiB
CSS 2% · 155.9 KiB
Other 0% · 29.0 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
37 images, 0 KB saveable
REVIEW
37 images, 0 KB saveable
Info::
All images are well-optimized
37 images 1.1 MB
0 oversized -0 KB
35 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 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 876 ms LCP 6.6 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 — 60 ms — font-display: swaphttps://www.bitchute.com/fonts/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmUiAw.eb9d7304.woffKFOMCnqEu92Fr1ME7kSn66a... https://www.bitchute.com/fonts/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmUiAw.eb9d7304.woff — 25.1 KiB — 41 ms — font-display: swaphttps://www.bitchute.com/fonts/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWub2bVmUiAw.2115c3bd.woffKFOMCnqEu92Fr1ME7kSn66a... https://www.bitchute.com/fonts/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWub2bVmUiAw.2115c3bd.woff — 25.3 KiB — 49 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 — 64 ms — font-display: swaphttps://www.bitchute.com/fonts/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsLjBuVY.d592f5f6.woff2kJEhBvYX7BgnkSrUwT8Ohrd... https://www.bitchute.com/fonts/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsLjBuVY.d592f5f6.woff2 — 3.2 MiB — 199 ms — font-display: swaphttps://www.bitchute.com/fonts/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYjalmUiAw.2cafd699.woffKFOMCnqEu92Fr1ME7kSn66a... https://www.bitchute.com/fonts/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYjalmUiAw.2cafd699.woff — 25.5 KiB — 46 ms — font-display: swap
flUhRq6tzZclQEJ-Vdg-Iui... woff2 swap
Size 126 KB
Load time 60 ms
Start 1.0 s
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 41 ms
Start 1.0 s
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 49 ms
Start 1.0 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
gok-H7zzDkdnRel8-DQ6KAX... woff2 swap
Size 152 KB
Load time 64 ms
Start 1.0 s
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
kJEhBvYX7BgnkSrUwT8Ohrd... woff2 swap
Size 3316 KB
Load time 199 ms
Start 1.0 s
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 46 ms
Start 1.0 s
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
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
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
88 requests over 2123ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 876 ms LCP 6.6 shttps://bitchute.com// https://bitchute.com/ — 301 — 142 B — 21 ms — h2https://www.bitchute.com/www.bitchute.com/ https://www.bitchute.com/ — 200 — 2.8 KiB — 40 ms — h2https://assets.armanet.us/armanet-pxl.jsassets.armanet.us/armanet-pxl.js https://assets.armanet.us/armanet-pxl.js — 200 — 6.7 KiB — 28 ms — h2https://www.bitchute.com/js/vendor.ec86d3fa.jswww.bitchute.com/js/vendor.ec86d3fa... https://www.bitchute.com/js/vendor.ec86d3fa.js — 200 — 988.1 KiB — 94 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 — 41 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 — 43 ms — h2https://www.bitchute.com/js/app.9130745f.jswww.bitchute.com/js/app.9130745f.js https://www.bitchute.com/js/app.9130745f.js — 200 — 783.9 KiB — 106 ms — h2https://static.cloudflareinsights.com/beacon.min.jsstatic.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js — 200 — 10.7 KiB — 29 ms — h2https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516 — 200 — 10.7 KiB — 24 ms — h2https://www.bitchute.com/manifest.jsonwww.bitchute.com/manifest.json https://www.bitchute.com/manifest.json — 200 — 799 B — 38 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 — 86 ms — h2https://srv.armanet.us/vsrv.armanet.us/v https://srv.armanet.us/v — 200 — 244 B — 78 ms — h2https://api.bitchute.com/api/beta/geoapi.bitchute.com/api/beta/geo https://api.bitchute.com/api/beta/geo — 200 — 203 B — 35 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 — 29 ms — h2https://api.bitchute.com/api/timer/?xsi=56vw3t7aihjpjwvea749dn44ftadapi.bitchute.com/api/timer/?xsi=56v... https://api.bitchute.com/api/timer/?xsi=56vw3t7aihjpjwvea749dn44ftad — 200 — 0 B — 31 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 — 162 B — 8 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 — 13.0 KiB — 10 ms — h3https://api.bitchute.com/api/timer/?xsi=56vw3t7aihjpjwvea749dn44ftadapi.bitchute.com/api/timer/?xsi=56v... https://api.bitchute.com/api/timer/?xsi=56vw3t7aihjpjwvea749dn44ftad — 200 — 862 B — 25 ms — h2https://www.bitchute.com/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.6688030970413026:1776809557:O7rLN3nqnRpqq1ETlvF4OHvbb1xtfdyTnSr74k0fOwE/9efff8d5d9b17cacwww.bitchute.com/cdn-cgi/challenge-... https://www.bitchute.com/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.6688030970413026:1776809557:O7rLN3nqnRpqq1ETlvF4OHvbb1xtfdyTnSr74k0fOwE/9efff8d5d9b17cac — 200 — 820 B — 9 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 — 23 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 — 35 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 — 23 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 — 31 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 — 20 ms — h2https://api.bitchute.com/api/beta9/videosapi.bitchute.com/api/beta9/videos https://api.bitchute.com/api/beta9/videos — 200 — 0 B — 19 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 — 23 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 — 58 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 876 ms LCP 6.6 shttps://bitchute.com// https://bitchute.com/ — 301 — 142 B — 21 ms — h2https://www.bitchute.com/www.bitchute.com/ https://www.bitchute.com/ — 200 — 2.8 KiB — 40 ms — h2https://assets.armanet.us/armanet-pxl.jsassets.armanet.us/armanet-pxl.js https://assets.armanet.us/armanet-pxl.js — 200 — 6.7 KiB — 28 ms — h2https://www.bitchute.com/js/vendor.ec86d3fa.jswww.bitchute.com/js/vendor.ec86d3fa... https://www.bitchute.com/js/vendor.ec86d3fa.js — 200 — 988.1 KiB — 94 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 — 41 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 — 43 ms — h2https://www.bitchute.com/js/app.9130745f.jswww.bitchute.com/js/app.9130745f.js https://www.bitchute.com/js/app.9130745f.js — 200 — 783.9 KiB — 106 ms — h2https://static.cloudflareinsights.com/beacon.min.jsstatic.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js — 200 — 10.7 KiB — 29 ms — h2https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516 — 200 — 10.7 KiB — 24 ms — h2https://www.bitchute.com/manifest.jsonwww.bitchute.com/manifest.json https://www.bitchute.com/manifest.json — 200 — 799 B — 38 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 — 86 ms — h2https://srv.armanet.us/vsrv.armanet.us/v https://srv.armanet.us/v — 200 — 244 B — 78 ms — h2https://api.bitchute.com/api/beta/geoapi.bitchute.com/api/beta/geo https://api.bitchute.com/api/beta/geo — 200 — 203 B — 35 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 — 29 ms — h2https://api.bitchute.com/api/timer/?xsi=56vw3t7aihjpjwvea749dn44ftadapi.bitchute.com/api/timer/?xsi=56v... https://api.bitchute.com/api/timer/?xsi=56vw3t7aihjpjwvea749dn44ftad — 200 — 0 B — 31 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 — 162 B — 8 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 — 13.0 KiB — 10 ms — h3https://api.bitchute.com/api/timer/?xsi=56vw3t7aihjpjwvea749dn44ftadapi.bitchute.com/api/timer/?xsi=56v... https://api.bitchute.com/api/timer/?xsi=56vw3t7aihjpjwvea749dn44ftad — 200 — 862 B — 25 ms — h2https://www.bitchute.com/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.6688030970413026:1776809557:O7rLN3nqnRpqq1ETlvF4OHvbb1xtfdyTnSr74k0fOwE/9efff8d5d9b17cacwww.bitchute.com/cdn-cgi/challenge-... https://www.bitchute.com/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.6688030970413026:1776809557:O7rLN3nqnRpqq1ETlvF4OHvbb1xtfdyTnSr74k0fOwE/9efff8d5d9b17cac — 200 — 820 B — 9 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 — 23 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 — 35 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 — 23 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 — 31 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 — 20 ms — h2https://api.bitchute.com/api/beta9/videosapi.bitchute.com/api/beta9/videos https://api.bitchute.com/api/beta9/videos — 200 — 0 B — 19 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 — 23 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 — 58 ms — h2https://api.bitchute.com/api/beta9/videosapi.bitchute.com/api/beta9/videos https://api.bitchute.com/api/beta9/videos — 200 — 0 B — 15 ms — h2https://api.bitchute.com/api/beta9/hashtag/trending/api.bitchute.com/api/beta9/hashtag/... https://api.bitchute.com/api/beta9/hashtag/trending/ — 200 — 334 B — 21 ms — h2https://api.bitchute.com/api/beta9/videosapi.bitchute.com/api/beta9/videos https://api.bitchute.com/api/beta9/videos — 200 — 3.0 KiB — 22 ms — h2https://api.bitchute.com/api/beta9/videosapi.bitchute.com/api/beta9/videos https://api.bitchute.com/api/beta9/videos — 200 — 3.1 KiB — 19 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 — 24 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 — 100 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 — 33 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 — 60 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 — 41 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 — 49 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 — 64 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 — 199 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 — 46 ms — h3data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgaWQ9IkxheWVyX…data:image/svg+xml;base64,PD94bWwgd... data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgaWQ9IkxheWVyX… — 200 — 2.1 KiB — 14 ms — datadata:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOC4wODkiI…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOC4wODkiI… — 200 — 1.7 KiB — 16 ms — datadata:image/svg+xml;base64,PHN2ZyBpZD0iR3JvdXBfMTE1OTEiIGRhdGEtbmFtZT0iR3JvdXAgMTE1OTEiIHhtbG5zPSJod…data:image/svg+xml;base64,PHN2ZyBpZ... data:image/svg+xml;base64,PHN2ZyBpZD0iR3JvdXBfMTE1OTEiIGRhdGEtbmFtZT0iR3JvdXAgMTE1OTEiIHhtbG5zPSJod… — 200 — 5.4 KiB — 18 ms — datadata:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgaWQ9IkxheWVyX…data:image/svg+xml;base64,PD94bWwgd... data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgaWQ9IkxheWVyX… — 200 — 3.6 KiB — 21 ms — datadata:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgaWQ9IkxheWVyX…data:image/svg+xml;base64,PD94bWwgd... data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgaWQ9IkxheWVyX… — 200 — 9.1 KiB — 23 ms — datadata:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgaWQ9IkxheWVyX…data:image/svg+xml;base64,PD94bWwgd... data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgaWQ9IkxheWVyX… — 200 — 8.8 KiB — 25 ms — datadata:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgaWQ9IkxheWVyX…data:image/svg+xml;base64,PD94bWwgd... data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgaWQ9IkxheWVyX… — 200 — 3.2 KiB — 28 ms — datadata:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yO…data:image/svg+xml;base64,PD94bWwgd... data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yO… — 200 — 1.7 KiB — 31 ms — datadata:image/svg+xml;base64,PHN2ZyBpZD0iR3JvdXBfMTE2OTAiIGRhdGEtbmFtZT0iR3JvdXAgMTE2OTAiIHhtbG5zPSJod…data:image/svg+xml;base64,PHN2ZyBpZ... data:image/svg+xml;base64,PHN2ZyBpZD0iR3JvdXBfMTE2OTAiIGRhdGEtbmFtZT0iR3JvdXAgMTE2OTAiIHhtbG5zPSJod… — 200 — 1.4 KiB — 34 ms — datahttps://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 — 103 ms — h2https://static-3.bitchute.com/live/cover_images/9c7qJvwx7YQT/T26YlQy41adx_640x360.jpgstatic-3.bitchute.com/live/cover_im... https://static-3.bitchute.com/live/cover_images/9c7qJvwx7YQT/T26YlQy41adx_640x360.jpg — 200 — 30.3 KiB — 120 ms — h2https://static-3.bitchute.com/live/cover_images/DmYPimVufu4I/dgy1qCXjbvqh_640x360.jpgstatic-3.bitchute.com/live/cover_im... https://static-3.bitchute.com/live/cover_images/DmYPimVufu4I/dgy1qCXjbvqh_640x360.jpg — 200 — 41.6 KiB — 91 ms — h2https://static-3.bitchute.com/live/cover_images/am4cU3aD3CVl/jOK7hnJen8l3_640x360.jpgstatic-3.bitchute.com/live/cover_im... https://static-3.bitchute.com/live/cover_images/am4cU3aD3CVl/jOK7hnJen8l3_640x360.jpg — 200 — 46.8 KiB — 112 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 — 32 ms — h2https://static-3.bitchute.com/live/cover_images/eXzDr3EWV0gr/azl1PDRKoeNfH5KMia0rfp1a_640x360.jpgstatic-3.bitchute.com/live/cover_im... https://static-3.bitchute.com/live/cover_images/eXzDr3EWV0gr/azl1PDRKoeNfH5KMia0rfp1a_640x360.jpg — 200 — 43.1 KiB — 35 ms — h2https://static-3.bitchute.com/live/cover_images/WssbxGdV4zop/v3YIjfxawxqEwzaTqT0Q3cG0_640x360.jpgstatic-3.bitchute.com/live/cover_im... https://static-3.bitchute.com/live/cover_images/WssbxGdV4zop/v3YIjfxawxqEwzaTqT0Q3cG0_640x360.jpg — 200 — 37.9 KiB — 39 ms — h2https://static-3.bitchute.com/live/cover_images/sxMgGqaSqhib/YXFeFkiNHCXCxRg8TkFiFGyQ_640x360.jpgstatic-3.bitchute.com/live/cover_im... https://static-3.bitchute.com/live/cover_images/sxMgGqaSqhib/YXFeFkiNHCXCxRg8TkFiFGyQ_640x360.jpg — 200 — 41.5 KiB — 42 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 — 67 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 — 44 ms — h2https://static-3.bitchute.com/live/cover_images/SCd9pKbjV1ED/2alUT80dh2Ct_640x360.jpgstatic-3.bitchute.com/live/cover_im... https://static-3.bitchute.com/live/cover_images/SCd9pKbjV1ED/2alUT80dh2Ct_640x360.jpg — 200 — 37.4 KiB — 47 ms — h2https://static-3.bitchute.com/live/cover_images/FWuhWrsS3GRl/i3cv2LX4fZ0_640x360.jpgstatic-3.bitchute.com/live/cover_im... https://static-3.bitchute.com/live/cover_images/FWuhWrsS3GRl/i3cv2LX4fZ0_640x360.jpg — 200 — 25.4 KiB — 64 ms — h2https://static-3.bitchute.com/live/cover_images/vEzYfW0ALXeN/NIUi_TurWJ0_640x360.jpgstatic-3.bitchute.com/live/cover_im... https://static-3.bitchute.com/live/cover_images/vEzYfW0ALXeN/NIUi_TurWJ0_640x360.jpg — 200 — 37.7 KiB — 67 ms — h2https://static-3.bitchute.com/live/cover_images/3dbBUoB812b0/Ouc3n5gc_kw_640x360.jpgstatic-3.bitchute.com/live/cover_im... https://static-3.bitchute.com/live/cover_images/3dbBUoB812b0/Ouc3n5gc_kw_640x360.jpg — 200 — 33.0 KiB — 66 ms — h2https://static-3.bitchute.com/live/cover_images/5exolvPYx9hM/0-iuwmiCars_640x360.jpgstatic-3.bitchute.com/live/cover_im... https://static-3.bitchute.com/live/cover_images/5exolvPYx9hM/0-iuwmiCars_640x360.jpg — 200 — 17.8 KiB — 66 ms — h2https://static-3.bitchute.com/live/cover_images/qkoZx4ASWYHq/h4IXzLPmQnK2_640x360.jpgstatic-3.bitchute.com/live/cover_im... https://static-3.bitchute.com/live/cover_images/qkoZx4ASWYHq/h4IXzLPmQnK2_640x360.jpg — 200 — 73.8 KiB — 73 ms — h2https://static-3.bitchute.com/live/cover_images/U8pFRoeI7dXM/bHwH8zCKgSmz_640x360.jpgstatic-3.bitchute.com/live/cover_im... https://static-3.bitchute.com/live/cover_images/U8pFRoeI7dXM/bHwH8zCKgSmz_640x360.jpg — 200 — 31.5 KiB — 67 ms — h2https://static-3.bitchute.com/live/cover_images/n78PbEkvWx2g/EWJ8tf25LClA_640x360.jpgstatic-3.bitchute.com/live/cover_im... https://static-3.bitchute.com/live/cover_images/n78PbEkvWx2g/EWJ8tf25LClA_640x360.jpg — 200 — 52.4 KiB — 68 ms — h2https://static-3.bitchute.com/live/cover_images/am4cU3aD3CVl/PaHSE8c9ImNS_640x360.jpgstatic-3.bitchute.com/live/cover_im... https://static-3.bitchute.com/live/cover_images/am4cU3aD3CVl/PaHSE8c9ImNS_640x360.jpg — 200 — 43.4 KiB — 69 ms — h2https://static-3.bitchute.com/live/cover_images/UnweMhJQFhlW/vpTnkhTCWLA_640x360.jpgstatic-3.bitchute.com/live/cover_im... https://static-3.bitchute.com/live/cover_images/UnweMhJQFhlW/vpTnkhTCWLA_640x360.jpg — 200 — 19.3 KiB — 70 ms — h2https://static-3.bitchute.com/live/cover_images/NYZMjDr6JOG3/gobgrnRZ3KKQ_640x360.jpgstatic-3.bitchute.com/live/cover_im... https://static-3.bitchute.com/live/cover_images/NYZMjDr6JOG3/gobgrnRZ3KKQ_640x360.jpg — 200 — 52.2 KiB — 46 ms — h2https://static-3.bitchute.com/live/cover_images/1uDxpDogKMs9/veiQvkbEL2Wd_640x360.jpgstatic-3.bitchute.com/live/cover_im... https://static-3.bitchute.com/live/cover_images/1uDxpDogKMs9/veiQvkbEL2Wd_640x360.jpg — 200 — 52.8 KiB — 54 ms — h2https://static-3.bitchute.com/live/cover_images/bnwxUc4rqM6I/9VPAfMweWNFb_640x360.jpgstatic-3.bitchute.com/live/cover_im... https://static-3.bitchute.com/live/cover_images/bnwxUc4rqM6I/9VPAfMweWNFb_640x360.jpg — 200 — 37.4 KiB — 34 ms — h2https://static-3.bitchute.com/live/cover_images/1lJaePdMTd5C/fAOW3eo52Gbc_640x360.jpgstatic-3.bitchute.com/live/cover_im... https://static-3.bitchute.com/live/cover_images/1lJaePdMTd5C/fAOW3eo52Gbc_640x360.jpg — 200 — 33.1 KiB — 48 ms — h2https://static-3.bitchute.com/live/cover_images/NYZMjDr6JOG3/AdTsuks8p9wU_640x360.jpgstatic-3.bitchute.com/live/cover_im... https://static-3.bitchute.com/live/cover_images/NYZMjDr6JOG3/AdTsuks8p9wU_640x360.jpg — 200 — 35.5 KiB — 46 ms — h2https://static-3.bitchute.com/live/cover_images/rzUd1ovwJXug/3KArVEwC7PIu_640x360.jpgstatic-3.bitchute.com/live/cover_im... https://static-3.bitchute.com/live/cover_images/rzUd1ovwJXug/3KArVEwC7PIu_640x360.jpg — 200 — 21.3 KiB — 30 ms — h2https://static-3.bitchute.com/live/cover_images/ff3GJmKs6pLi/QFAJZQT1Gfv5_640x360.jpgstatic-3.bitchute.com/live/cover_im... https://static-3.bitchute.com/live/cover_images/ff3GJmKs6pLi/QFAJZQT1Gfv5_640x360.jpg — 200 — 46.9 KiB — 45 ms — h2https://static-3.bitchute.com/live/cover_images/ArAjws5w62NE/PNssXsMxq5bj_640x360.jpgstatic-3.bitchute.com/live/cover_im... https://static-3.bitchute.com/live/cover_images/ArAjws5w62NE/PNssXsMxq5bj_640x360.jpg — 200 — 24.9 KiB — 30 ms — h2https://static-3.bitchute.com/live/cover_images/dJSnllvdADz3/XTT2GG286deD_640x360.jpgstatic-3.bitchute.com/live/cover_im... https://static-3.bitchute.com/live/cover_images/dJSnllvdADz3/XTT2GG286deD_640x360.jpg — 200 — 56.7 KiB — 28 ms — h2https://analytics.bitchute.com/analytics.php?action_name=Bitchute&idsite=1&rec=1&r=819579&h=22&m=54&s=42&url=https%3A%2F%2Fwww.bitchute.com%2F&uid=56vw3t7aihjpjwvea749dn44ftad&_id=bf70ec9ba0dd7ef3&_idn=1&send_image=0&_refts=0&pv_id=xBzUtV&bots=1&pf_net=18&pf_srv=21&pf_tfr=1&pf_dm1=94&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%3Afalse%2C%22model%22%3A%22%22%2C%22platform%22%3A%22macOS%22%2C%22platformVersion%22%3A%2210.15.7%22%7D&pdf=1&qt=0&realp=0&wma=0&fla=0&java=0&ag=0&cookie=1&res=800x600analytics.bitchute.com/analytics.ph... https://analytics.bitchute.com/analytics.php?action_name=Bitchute&idsite=1&rec=1&r=819579&h=22&m=54&s=42&url=https%3A%2F%2Fwww.bitchute.com%2F&uid=56vw3t7aihjpjwvea749dn44ftad&_id=bf70ec9ba0dd7ef3&_idn=1&send_image=0&_refts=0&pv_id=xBzUtV&bots=1&pf_net=18&pf_srv=21&pf_tfr=1&pf_dm1=94&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%3Afalse%2C%22model%22%3A%22%22%2C%22platform%22%3A%22macOS%22%2C%22platformVersion%22%3A%2210.15.7%22%7D&pdf=1&qt=0&realp=0&wma=0&fla=0&java=0&ag=0&cookie=1&res=800x600 — 204 — 110 B — 60 ms — h2data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUAAAAFACAQAAABnmW0hAAAAAmJLR0QAZZdVtuUAAAAJcEhZcwAAD…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUAAAAFACAQAAABnmW0hAAAAAmJLR0QAZZdVtuUAAAAJcEhZcwAAD… — 200 — 6.3 KiB — 89 ms — datahttps://cloudflareinsights.com/cdn-cgi/rumcloudflareinsights.com/cdn-cgi/rum https://cloudflareinsights.com/cdn-cgi/rum — 200 — 0 B — 12 ms — h2https://cloudflareinsights.com/cdn-cgi/rumcloudflareinsights.com/cdn-cgi/rum https://cloudflareinsights.com/cdn-cgi/rum — 204 — 36 B — 5 ms — h2https://www.bitchute.com/favicon.icowww.bitchute.com/favicon.ico https://www.bitchute.com/favicon.ico — 200 — 2.1 KiB — 18 ms — h3https://bcfiles.bitchute.com/img/icons/favicon144x144.svgbcfiles.bitchute.com/img/icons/favi... https://bcfiles.bitchute.com/img/icons/favicon144x144.svg — 200 — 874 B — 69 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 — 26 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 2129ms · 1775KB · $28/mo
www.bitchute.com
Other
Costly
Execution 880ms
Transfer 784 KB
Unused 78%
Monthly Cost $12/mo
www.bitchute.com
Other
Costly
Execution 709ms
Transfer 988 KB
Unused 47%
Monthly Cost $9/mo
www.bitchute.com
Other
Costly
Execution 306ms
Transfer 3 KB
Monthly Cost $4/mo
Unattributable
Other
Optional
Execution 156ms
Transfer 0 KB
Monthly Cost $2/mo
www.bitchute.com
Other
Optional
Execution 77ms
Transfer 0 KB
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • www.bitchute.com adds 880ms and costs ~$12/month
  • www.bitchute.com adds 709ms and costs ~$9/month
  • www.bitchute.com adds 306ms 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 880ms 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 709ms 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 306ms 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

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