Skip to content
https://dailycaller.com

Performance

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

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

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

875 ms

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

1.38 s

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

468 ms

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

0.001

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

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

8.33 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
20.8 MB transferred, 140 requests
FIX
20.8 MB transferred, 140 requests
Critical::
Page weighs 25.4 MB (20.8 MB transferred)
Warning::
Images are 19.2 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 19.2 MB
Warning::
JavaScript is 1.4 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.4 MB
Warning::
140 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 4.4 g CO2 per page load
20.8 MB / 2.4 MB budget
20.8 MB transferred
140 requests
4.4 g CO2 per page load
Images 19.2 MiB 92%
JavaScript 1.4 MiB 7%
HTML 96.9 KiB 0%
Fonts 67.6 KiB 0%
Other 32.6 KiB 0%
CSS 9.0 KiB 0%
Other 2.7 KiB 0%
Other 815 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

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
93% third-party, 0 ms blocking
FIX
93% third-party, 0 ms blocking
Warning::
Third-party code accounts for 93% of page weight (19.3 MiB of 20.8 MiB)
Info::
Third-party blocking time is low (0 ms)
93%
First-party Third-party
D
JS Execution Cost
Action
2719ms total JS execution
FIX
2719ms total JS execution
Warning::
https://cmp.osano.com/16CVDWULeCjPK3Vbd/99208ed1-5...: 549ms CPU time
Warning::
Unattributable: 520ms CPU time
Warning::
https://dailycaller.com/: 471ms CPU time
Warning::
https://dailycaller.com/dist/main.js?version=17733...: 275ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-KK3...: 243ms CPU time
Warning::
Third-party scripts: 1883ms (69% of total)

Main Thread Breakdown

Script Evaluation 56% Other 21% Style & Layout 11% Script Parsing & Compilation 7%
ScriptTotalScriptingParse/CompileParty
https://cmp.osano.com/16CVDWULeCjPK3Vbd/99208ed1-5833-4915-8a88-7293e5db1f89/osano.js?variant=three549ms482ms10ms3rd
Unattributable520ms23ms0ms3rd
https://dailycaller.com/471ms112ms14ms1st
https://dailycaller.com/dist/main.js?version=1773371998046275ms136ms64ms1st
https://www.googletagmanager.com/gtm.js?id=GTM-KK3H7G&l=dataLayer2243ms214ms26ms3rd
https://www.googletagmanager.com/gtag/js?id=G-B906X4P4C5182ms164ms16ms3rd
https://sdk.mrf.io/statics/marfeel-sdk.js?id=7322149ms143ms0ms3rd
https://js.stripe.com/v3/122ms82ms39ms3rd
https://dailycaller.com/files/js/prebid.js?version=177337199804691ms80ms10ms1st
https://cdn.rudderlabs.com/v3/modern/rsa.min.js61ms54ms3ms3rd

Showing top 10 of 11 scripts

F
JS Bundles
Action
47 scripts, 639 KB unused
FIX
47 scripts, 639 KB unused
Warning::
https://js.stripe.com/v3/: 160 KB unused (73%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://dailycaller.com/dist/main.js?version=17733...: 111 KB unused (34%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://dailycaller.com/dist/main.js?version=17733...: unminified — 107 KB could be saved
Warning::
https://cds.connatix.com/p/320810193/connatix.play...: 95 KB unused (68%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://dailycaller.com/files/js/prebid.js?version...: 80 KB unused (71%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-KK3...: 63 KB unused (42%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 639 KB
639 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://js.stripe.com/v3/220 KB160 KB (73%)3rd
https://dailycaller.com/dist/main.js?version=1773371998046330 KB111 KB (34%)1st
https://cds.connatix.com/p/320810193/connatix.player.js?cid=9c4d09f1-aa3e-4da1-ad63-362d562ecfad&pid=739c4263-c671-4316-b7cf-ecd244900844139 KB95 KB (68%)3rd
https://dailycaller.com/files/js/prebid.js?version=1773371998046113 KB80 KB (71%)1st
https://www.googletagmanager.com/gtm.js?id=GTM-KK3H7G&l=dataLayer2151 KB63 KB (42%)3rd
https://www.googletagmanager.com/gtag/js?id=G-B906X4P4C5170 KB59 KB (35%)3rd
https://sdk.mrf.io/statics/marfeel-sdk.js?id=732259 KB25 KB (43%)3rd
https://cmp.osano.com/16CVDWULeCjPK3Vbd/99208ed1-5833-4915-8a88-7293e5db1f89/osano.js?variant=three96 KB25 KB (26%)3rd
https://sdk.mrf.io/statics/47bd3e88b6bda15c34ce.js24 KB22 KB (93%)3rd
blob:https://dailycaller.com/53e86ef2-2063-418f-b38d-a1255a06224a-0 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

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
140 resources · 20.8 MB · 639 KB savings available
FIX
140 resources · 20.8 MB · 639 KB savings available
Warning::
Page weight 19.8 MB over 1MB target
Got: 20.8 MB Expected: ≤ 1 MB
Info::
~639 KB of savings available
Warning::
113 third-party resources (93% of weight)
Info::
15 resources over 200KB
140 resources · 20.8 MiB · 113 third-party 19.8 MiB over 1MB target
Image 92% · 19.2 MiB
JavaScript 7% · 1.4 MiB
Document 0% · 96.9 KiB
Font 0% · 67.6 KiB
Other 0% · 35.8 KiB
CSS 0% · 9.0 KiB

~638.7 KiB of savings available

Remove unused JavaScript: 638.7 KiB
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.
Info::
ETag present — enables conditional (304) responses

No Cache-Control header

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

C
Image Optimization
Action
53 images, 0 KB saveable
REVIEW
53 images, 0 KB saveable
Warning::
https://s3.us-east-1.amazonaws.com/streamdata.dail... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://s3.us-east-1.amazonaws.com/streamdata.dail... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://s3.amazonaws.com/streamdata.dailycaller.co... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://s3.amazonaws.com/streamdata.dailycaller.co... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://s3.amazonaws.com/streamdata.dailycaller.co... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://dailycaller.com/files/images/documentaries... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://dailycaller.com/files/images/documentaries... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://dailycaller.com/files/images/documentaries... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://dailycaller.com/files/images/documentaries... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://s3.amazonaws.com/streamdata.dailycaller.co... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://dailycaller.com/files/images/sub-logo-2.sv... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://s3.amazonaws.com/streamdata.dailycaller.co... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://s3.amazonaws.com/streamdata.dailycaller.co... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://s3.amazonaws.com/streamdata.dailycaller.co... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://dailycaller.com/files/images/documentaries... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://dailycaller.com/files/images/privacyoption... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://dailycaller.com/files/images/documentaries... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://s3.amazonaws.com/streamdata.dailycaller.co... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://s3.us-east-1.amazonaws.com/streamdata.dail... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://s3.amazonaws.com/streamdata.dailycaller.co... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://s3.amazonaws.com/streamdata.dailycaller.co... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
53 images 19.2 MB
0 oversized -0 KB
32 legacy format
21 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

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
4 fonts (68 KB)
PASS
4 fonts (68 KB)
Info::
4 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

4

68 KB total

Render-blocking

0

of 4

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s FCP 875 ms LCP 1.4 shttps://fonts.gstatic.com/s/oswald/v57/TK3iWkUHHAIjg752GT8Gl-1PKw.woff2TK3iWkUHHAIjg752GT8Gl-1... https://fonts.gstatic.com/s/oswald/v57/TK3iWkUHHAIjg752GT8Gl-1PKw.woff2 — 27.8 KiB — 24 ms — font-display: swaphttps://fonts.gstatic.com/s/spectral/v15/rnCr-xNNww_2s0amA9M5knjsS_ul.woff2rnCr-xNNww_2s0amA9M5knj... https://fonts.gstatic.com/s/spectral/v15/rnCr-xNNww_2s0amA9M5knjsS_ul.woff2 — 13.7 KiB — 26 ms — font-display: swaphttps://fonts.gstatic.com/s/ruda/v30/k3kKo8YQJOpFgHQ1mQ5VkEbUKaLstR_50qmwHx-GrY0.woff2k3kKo8YQJOpFgHQ1mQ5VkEb... https://fonts.gstatic.com/s/ruda/v30/k3kKo8YQJOpFgHQ1mQ5VkEbUKaLstR_50qmwHx-GrY0.woff2 — 12.0 KiB — 21 ms — font-display: swaphttps://fonts.gstatic.com/s/spectral/v15/rnCs-xNNww_2s0amA9uetG3BafaPWnII.woff2rnCs-xNNww_2s0amA9uetG3... https://fonts.gstatic.com/s/spectral/v15/rnCs-xNNww_2s0amA9uetG3BafaPWnII.woff2 — 14.0 KiB — 29 ms — font-display: swap
TK3iWkUHHAIjg752GT8Gl-1... woff2 swap
Size 28 KB
Load time 24 ms
Start 393 ms
Risk FOUT — text flashes from fallback to web font
rnCr-xNNww_2s0amA9M5knj... woff2 swap
Size 14 KB
Load time 26 ms
Start 393 ms
Risk FOUT — text flashes from fallback to web font
k3kKo8YQJOpFgHQ1mQ5VkEb... woff2 swap
Size 12 KB
Load time 21 ms
Start 393 ms
Risk FOUT — text flashes from fallback to web font
rnCs-xNNww_2s0amA9uetG3... woff2 swap
Size 14 KB
Load time 29 ms
Start 393 ms
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)
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
140 requests over 3073ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 875 ms LCP 1.4 shttps://dailycaller.com// https://dailycaller.com/ — 200 — 93.8 KiB — 152 ms — h2https://fonts.googleapis.com/css?family=Oswald:300,400,500|Ruda:900|Spectral:400,800&display=swapfonts.googleapis.com/css?family=Osw... https://fonts.googleapis.com/css?family=Oswald:300,400,500|Ruda:900|Spectral:400,800&display=swap — 200 — 1.3 KiB — 79 ms — h2https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700;900&display=swapfonts.googleapis.com/css2?family=Os... https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700;900&display=swap — 200 — 778 B — 87 ms — h2https://fonts.googleapis.com/css?family=Open+Sans:300,500|Ruda:900|Spectral:400,800&display=swapfonts.googleapis.com/css?family=Ope... https://fonts.googleapis.com/css?family=Open+Sans:300,500|Ruda:900|Spectral:400,800&display=swap — 200 — 2.0 KiB — 82 ms — h2https://fonts.googleapis.com/css2?family=Abel:wght@400;500;600;700&display=swapfonts.googleapis.com/css2?family=Ab... https://fonts.googleapis.com/css2?family=Abel:wght@400;500;600;700&display=swap — 200 — 383 B — 84 ms — h2https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swapfonts.googleapis.com/css2?family=Ro... https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap — 200 — 2.0 KiB — 83 ms — h2https://fonts.googleapis.com/css2?family=Abel&display=swap&family=Spectral&display=swapfonts.googleapis.com/css2?family=Ab... https://fonts.googleapis.com/css2?family=Abel&display=swap&family=Spectral&display=swap — 200 — 698 B — 87 ms — h2https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap&family=Spectral&display=swapfonts.googleapis.com/css2?family=Pl... https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap&family=Spectral&display=swap — 200 — 748 B — 87 ms — h2https://compliance.the-daily-caller.workers.dev/compliance.the-daily-caller.workers... https://compliance.the-daily-caller.workers.dev/ — 200 — 518 B — 29 ms — h3https://dailycaller.com/files/images/logo-white.png/files/images/logo-white.png https://dailycaller.com/files/images/logo-white.png — 200 — 49.8 KiB — 19 ms — h2https://dailycaller.com/files/images/sub-logo-2.svg/files/images/sub-logo-2.svg https://dailycaller.com/files/images/sub-logo-2.svg — 200 — 5.0 KiB — 21 ms — h2https://images.dailycaller.com/image/width=1280,height=549,fit=cover,format=webp,f=auto/https://cdn01.dailycaller.com/wp-content/uploads/2026/04/GettyImages-2270782754-scaled-e1776794618256.jpgimages.dailycaller.com/image/width=... https://images.dailycaller.com/image/width=1280,height=549,fit=cover,format=webp,f=auto/https://cdn01.dailycaller.com/wp-content/uploads/2026/04/GettyImages-2270782754-scaled-e1776794618256.jpg — 200 — 27.8 KiB — 203 ms — h2https://dailycaller.com/files/images/logo-black.svg/files/images/logo-black.svg https://dailycaller.com/files/images/logo-black.svg — 200 — 1.3 KiB — 14 ms — h2https://dailycaller.com/dist/main.js?version=1773371998046/dist/main.js?version=1773371998046 https://dailycaller.com/dist/main.js?version=1773371998046 — 200 — 330.3 KiB — 75 ms — h2https://js.stripe.com/v3/js.stripe.com/v3/ https://js.stripe.com/v3/ — 200 — 220.2 KiB — 53 ms — h2https://cmp.osano.com/16CVDWULeCjPK3Vbd/99208ed1-5833-4915-8a88-7293e5db1f89/osano.js?variant=threecmp.osano.com/16CVDWULeCjPK3Vbd/992... https://cmp.osano.com/16CVDWULeCjPK3Vbd/99208ed1-5833-4915-8a88-7293e5db1f89/osano.js?variant=three — 200 — 96.5 KiB — 30 ms — h3https://www.googletagmanager.com/gtag/js?id=G-B906X4P4C5www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-B906X4P4C5 — 200 — 169.8 KiB — 102 ms — h2https://dailycaller.com/files/images/patriots.jpg/files/images/patriots.jpg https://dailycaller.com/files/images/patriots.jpg — 200 — 20.3 KiB — 20 ms — h2https://dailycaller.com/files/images/privacyoptions.svg/files/images/privacyoptions.svg https://dailycaller.com/files/images/privacyoptions.svg — 200 — 873 B — 21 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-KK3H7G&l=dataLayer2www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-KK3H7G&l=dataLayer2 — 200 — 150.8 KiB — 102 ms — h2https://dailycaller.com/dist/print.css?version=1773371998046/dist/print.css?version=17733719980... https://dailycaller.com/dist/print.css?version=1773371998046 — 200 — 1.1 KiB — 23 ms — h2https://dailycaller.com/dcaccounts/templates//dcaccounts/templates/ https://dailycaller.com/dcaccounts/templates/ — 200 — 13.1 KiB — 65 ms — h2https://dailycaller.com/files/images/1x1.trans.gif/files/images/1x1.trans.gif https://dailycaller.com/files/images/1x1.trans.gif — 200 — 265 B — 22 ms — h2https://fonts.gstatic.com/s/oswald/v57/TK3iWkUHHAIjg752GT8Gl-1PKw.woff2fonts.gstatic.com/s/oswald/v57/TK3i... https://fonts.gstatic.com/s/oswald/v57/TK3iWkUHHAIjg752GT8Gl-1PKw.woff2 — 200 — 27.8 KiB — 24 ms — h3https://fonts.gstatic.com/s/spectral/v15/rnCr-xNNww_2s0amA9M5knjsS_ul.woff2fonts.gstatic.com/s/spectral/v15/rn... https://fonts.gstatic.com/s/spectral/v15/rnCr-xNNww_2s0amA9M5knjsS_ul.woff2 — 200 — 13.7 KiB — 26 ms — h3https://fonts.gstatic.com/s/ruda/v30/k3kKo8YQJOpFgHQ1mQ5VkEbUKaLstR_50qmwHx-GrY0.woff2fonts.gstatic.com/s/ruda/v30/k3kKo8... https://fonts.gstatic.com/s/ruda/v30/k3kKo8YQJOpFgHQ1mQ5VkEbUKaLstR_50qmwHx-GrY0.woff2 — 200 — 12.0 KiB — 21 ms — h3https://fonts.gstatic.com/s/spectral/v15/rnCs-xNNww_2s0amA9uetG3BafaPWnII.woff2fonts.gstatic.com/s/spectral/v15/rn... https://fonts.gstatic.com/s/spectral/v15/rnCs-xNNww_2s0amA9uetG3BafaPWnII.woff2 — 200 — 14.0 KiB — 29 ms — h3https://images.dailycaller.com/image/width=1280,height=549,fit=cover,format=webp,f=auto/https://cdn01.dailycaller.com/wp-content/uploads/2026/04/DCNF-Geltrude-Omar-Form-Accountant-Featured.jpgimages.dailycaller.com/image/width=... https://images.dailycaller.com/image/width=1280,height=549,fit=cover,format=webp,f=auto/https://cdn01.dailycaller.com/wp-content/uploads/2026/04/DCNF-Geltrude-Omar-Form-Accountant-Featured.jpg — 200 — 35.7 KiB — 15 ms — h2https://images.dailycaller.com/image/width=1280,height=549,fit=cover,format=webp,f=auto/https://cdn01.dailycaller.com/wp-content/uploads/2026/04/DSC4328-scaled-e1776797100294.jpgimages.dailycaller.com/image/width=... https://images.dailycaller.com/image/width=1280,height=549,fit=cover,format=webp,f=auto/https://cdn01.dailycaller.com/wp-content/uploads/2026/04/DSC4328-scaled-e1776797100294.jpg — 200 — 69.8 KiB — 58 ms — h2https://images.dailycaller.com/image/width=1280,height=549,fit=cover,format=webp,f=auto/https://cdn01.dailycaller.com/wp-content/uploads/2026/04/GettyImages-2214578208-scaled-e1776786394624.jpgimages.dailycaller.com/image/width=... https://images.dailycaller.com/image/width=1280,height=549,fit=cover,format=webp,f=auto/https://cdn01.dailycaller.com/wp-content/uploads/2026/04/GettyImages-2214578208-scaled-e1776786394624.jpg — 200 — 31.1 KiB — 56 ms — h2
0 ms 1.0 s 2.0 s 3.0 s FCP 875 ms LCP 1.4 shttps://dailycaller.com// https://dailycaller.com/ — 200 — 93.8 KiB — 152 ms — h2https://fonts.googleapis.com/css?family=Oswald:300,400,500|Ruda:900|Spectral:400,800&display=swapfonts.googleapis.com/css?family=Osw... https://fonts.googleapis.com/css?family=Oswald:300,400,500|Ruda:900|Spectral:400,800&display=swap — 200 — 1.3 KiB — 79 ms — h2https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700;900&display=swapfonts.googleapis.com/css2?family=Os... https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700;900&display=swap — 200 — 778 B — 87 ms — h2https://fonts.googleapis.com/css?family=Open+Sans:300,500|Ruda:900|Spectral:400,800&display=swapfonts.googleapis.com/css?family=Ope... https://fonts.googleapis.com/css?family=Open+Sans:300,500|Ruda:900|Spectral:400,800&display=swap — 200 — 2.0 KiB — 82 ms — h2https://fonts.googleapis.com/css2?family=Abel:wght@400;500;600;700&display=swapfonts.googleapis.com/css2?family=Ab... https://fonts.googleapis.com/css2?family=Abel:wght@400;500;600;700&display=swap — 200 — 383 B — 84 ms — h2https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swapfonts.googleapis.com/css2?family=Ro... https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap — 200 — 2.0 KiB — 83 ms — h2https://fonts.googleapis.com/css2?family=Abel&display=swap&family=Spectral&display=swapfonts.googleapis.com/css2?family=Ab... https://fonts.googleapis.com/css2?family=Abel&display=swap&family=Spectral&display=swap — 200 — 698 B — 87 ms — h2https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap&family=Spectral&display=swapfonts.googleapis.com/css2?family=Pl... https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap&family=Spectral&display=swap — 200 — 748 B — 87 ms — h2https://compliance.the-daily-caller.workers.dev/compliance.the-daily-caller.workers... https://compliance.the-daily-caller.workers.dev/ — 200 — 518 B — 29 ms — h3https://dailycaller.com/files/images/logo-white.png/files/images/logo-white.png https://dailycaller.com/files/images/logo-white.png — 200 — 49.8 KiB — 19 ms — h2https://dailycaller.com/files/images/sub-logo-2.svg/files/images/sub-logo-2.svg https://dailycaller.com/files/images/sub-logo-2.svg — 200 — 5.0 KiB — 21 ms — h2https://images.dailycaller.com/image/width=1280,height=549,fit=cover,format=webp,f=auto/https://cdn01.dailycaller.com/wp-content/uploads/2026/04/GettyImages-2270782754-scaled-e1776794618256.jpgimages.dailycaller.com/image/width=... https://images.dailycaller.com/image/width=1280,height=549,fit=cover,format=webp,f=auto/https://cdn01.dailycaller.com/wp-content/uploads/2026/04/GettyImages-2270782754-scaled-e1776794618256.jpg — 200 — 27.8 KiB — 203 ms — h2https://dailycaller.com/files/images/logo-black.svg/files/images/logo-black.svg https://dailycaller.com/files/images/logo-black.svg — 200 — 1.3 KiB — 14 ms — h2https://dailycaller.com/dist/main.js?version=1773371998046/dist/main.js?version=1773371998046 https://dailycaller.com/dist/main.js?version=1773371998046 — 200 — 330.3 KiB — 75 ms — h2https://js.stripe.com/v3/js.stripe.com/v3/ https://js.stripe.com/v3/ — 200 — 220.2 KiB — 53 ms — h2https://cmp.osano.com/16CVDWULeCjPK3Vbd/99208ed1-5833-4915-8a88-7293e5db1f89/osano.js?variant=threecmp.osano.com/16CVDWULeCjPK3Vbd/992... https://cmp.osano.com/16CVDWULeCjPK3Vbd/99208ed1-5833-4915-8a88-7293e5db1f89/osano.js?variant=three — 200 — 96.5 KiB — 30 ms — h3https://www.googletagmanager.com/gtag/js?id=G-B906X4P4C5www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-B906X4P4C5 — 200 — 169.8 KiB — 102 ms — h2https://dailycaller.com/files/images/patriots.jpg/files/images/patriots.jpg https://dailycaller.com/files/images/patriots.jpg — 200 — 20.3 KiB — 20 ms — h2https://dailycaller.com/files/images/privacyoptions.svg/files/images/privacyoptions.svg https://dailycaller.com/files/images/privacyoptions.svg — 200 — 873 B — 21 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-KK3H7G&l=dataLayer2www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-KK3H7G&l=dataLayer2 — 200 — 150.8 KiB — 102 ms — h2https://dailycaller.com/dist/print.css?version=1773371998046/dist/print.css?version=17733719980... https://dailycaller.com/dist/print.css?version=1773371998046 — 200 — 1.1 KiB — 23 ms — h2https://dailycaller.com/dcaccounts/templates//dcaccounts/templates/ https://dailycaller.com/dcaccounts/templates/ — 200 — 13.1 KiB — 65 ms — h2https://dailycaller.com/files/images/1x1.trans.gif/files/images/1x1.trans.gif https://dailycaller.com/files/images/1x1.trans.gif — 200 — 265 B — 22 ms — h2https://fonts.gstatic.com/s/oswald/v57/TK3iWkUHHAIjg752GT8Gl-1PKw.woff2fonts.gstatic.com/s/oswald/v57/TK3i... https://fonts.gstatic.com/s/oswald/v57/TK3iWkUHHAIjg752GT8Gl-1PKw.woff2 — 200 — 27.8 KiB — 24 ms — h3https://fonts.gstatic.com/s/spectral/v15/rnCr-xNNww_2s0amA9M5knjsS_ul.woff2fonts.gstatic.com/s/spectral/v15/rn... https://fonts.gstatic.com/s/spectral/v15/rnCr-xNNww_2s0amA9M5knjsS_ul.woff2 — 200 — 13.7 KiB — 26 ms — h3https://fonts.gstatic.com/s/ruda/v30/k3kKo8YQJOpFgHQ1mQ5VkEbUKaLstR_50qmwHx-GrY0.woff2fonts.gstatic.com/s/ruda/v30/k3kKo8... https://fonts.gstatic.com/s/ruda/v30/k3kKo8YQJOpFgHQ1mQ5VkEbUKaLstR_50qmwHx-GrY0.woff2 — 200 — 12.0 KiB — 21 ms — h3https://fonts.gstatic.com/s/spectral/v15/rnCs-xNNww_2s0amA9uetG3BafaPWnII.woff2fonts.gstatic.com/s/spectral/v15/rn... https://fonts.gstatic.com/s/spectral/v15/rnCs-xNNww_2s0amA9uetG3BafaPWnII.woff2 — 200 — 14.0 KiB — 29 ms — h3https://images.dailycaller.com/image/width=1280,height=549,fit=cover,format=webp,f=auto/https://cdn01.dailycaller.com/wp-content/uploads/2026/04/DCNF-Geltrude-Omar-Form-Accountant-Featured.jpgimages.dailycaller.com/image/width=... https://images.dailycaller.com/image/width=1280,height=549,fit=cover,format=webp,f=auto/https://cdn01.dailycaller.com/wp-content/uploads/2026/04/DCNF-Geltrude-Omar-Form-Accountant-Featured.jpg — 200 — 35.7 KiB — 15 ms — h2https://images.dailycaller.com/image/width=1280,height=549,fit=cover,format=webp,f=auto/https://cdn01.dailycaller.com/wp-content/uploads/2026/04/DSC4328-scaled-e1776797100294.jpgimages.dailycaller.com/image/width=... https://images.dailycaller.com/image/width=1280,height=549,fit=cover,format=webp,f=auto/https://cdn01.dailycaller.com/wp-content/uploads/2026/04/DSC4328-scaled-e1776797100294.jpg — 200 — 69.8 KiB — 58 ms — h2https://images.dailycaller.com/image/width=1280,height=549,fit=cover,format=webp,f=auto/https://cdn01.dailycaller.com/wp-content/uploads/2026/04/GettyImages-2214578208-scaled-e1776786394624.jpgimages.dailycaller.com/image/width=... https://images.dailycaller.com/image/width=1280,height=549,fit=cover,format=webp,f=auto/https://cdn01.dailycaller.com/wp-content/uploads/2026/04/GettyImages-2214578208-scaled-e1776786394624.jpg — 200 — 31.1 KiB — 56 ms — h2https://images.dailycaller.com/image/width=1280,height=549,fit=cover,format=webp,f=auto/https://cdn01.dailycaller.com/wp-content/uploads/2026/04/DSC4527-scaled-e1776803977259.jpgimages.dailycaller.com/image/width=... https://images.dailycaller.com/image/width=1280,height=549,fit=cover,format=webp,f=auto/https://cdn01.dailycaller.com/wp-content/uploads/2026/04/DSC4527-scaled-e1776803977259.jpg — 200 — 45.1 KiB — 56 ms — h2https://images.dailycaller.com/image/width=1280,height=549,fit=cover,format=webp,f=auto/https://cdn01.dailycaller.com/wp-content/uploads/2026/04/GettyImages-2242903933-1-scaled-e1776800273548.jpgimages.dailycaller.com/image/width=... https://images.dailycaller.com/image/width=1280,height=549,fit=cover,format=webp,f=auto/https://cdn01.dailycaller.com/wp-content/uploads/2026/04/GettyImages-2242903933-1-scaled-e1776800273548.jpg — 200 — 33.4 KiB — 17 ms — h2https://images.dailycaller.com/image/width=1280,height=549,fit=cover,format=webp,f=auto/https://cdn01.dailycaller.com/wp-content/uploads/2026/04/Trump-Keep-Bombing-Iran-1.jpgimages.dailycaller.com/image/width=... https://images.dailycaller.com/image/width=1280,height=549,fit=cover,format=webp,f=auto/https://cdn01.dailycaller.com/wp-content/uploads/2026/04/Trump-Keep-Bombing-Iran-1.jpg — 200 — 28.4 KiB — 19 ms — h2https://images.dailycaller.com/image/width=1280,height=549,fit=cover,format=webp,f=auto/https://cdn01.dailycaller.com/wp-content/uploads/2026/04/GettyImages-2267947037-scaled-e1776795506863.jpgimages.dailycaller.com/image/width=... https://images.dailycaller.com/image/width=1280,height=549,fit=cover,format=webp,f=auto/https://cdn01.dailycaller.com/wp-content/uploads/2026/04/GettyImages-2267947037-scaled-e1776795506863.jpg — 200 — 25.6 KiB — 56 ms — h2https://images.dailycaller.com/image/width=1280,height=549,fit=cover,format=webp,f=auto/https://cdn01.dailycaller.com/wp-content/uploads/2026/04/GettyImages-2268356912-scaled-e1776788177849.jpgimages.dailycaller.com/image/width=... https://images.dailycaller.com/image/width=1280,height=549,fit=cover,format=webp,f=auto/https://cdn01.dailycaller.com/wp-content/uploads/2026/04/GettyImages-2268356912-scaled-e1776788177849.jpg — 200 — 43.7 KiB — 59 ms — h2https://images.dailycaller.com/image/width=640,height=274,fit=cover,format=webp,f=auto/https://cdn01.dailycaller.com/wp-content/uploads/2026/04/Ostroushko-Claims-Victimhood-1.jpgimages.dailycaller.com/image/width=... https://images.dailycaller.com/image/width=640,height=274,fit=cover,format=webp,f=auto/https://cdn01.dailycaller.com/wp-content/uploads/2026/04/Ostroushko-Claims-Victimhood-1.jpg — 200 — 27.6 KiB — 59 ms — h2https://images.dailycaller.com/image/width=640,height=274,fit=cover,format=webp,f=auto/https://cdn01.dailycaller.com/wp-content/uploads/2026/04/GettyImages-2263419449-1-scaled-e1776708864585.jpgimages.dailycaller.com/image/width=... https://images.dailycaller.com/image/width=640,height=274,fit=cover,format=webp,f=auto/https://cdn01.dailycaller.com/wp-content/uploads/2026/04/GettyImages-2263419449-1-scaled-e1776708864585.jpg — 200 — 13.4 KiB — 59 ms — h2https://images.dailycaller.com/image/width=640,height=274,fit=cover,format=webp,f=auto/https://cdn01.dailycaller.com/wp-content/uploads/2026/04/Joe-Rogan-Screenshot-April-2026-1.jpgimages.dailycaller.com/image/width=... https://images.dailycaller.com/image/width=640,height=274,fit=cover,format=webp,f=auto/https://cdn01.dailycaller.com/wp-content/uploads/2026/04/Joe-Rogan-Screenshot-April-2026-1.jpg — 200 — 21.0 KiB — 58 ms — h2https://images.dailycaller.com/image/width=640,height=274,fit=cover,format=webp,f=auto/https://cdn01.dailycaller.com/wp-content/uploads/2026/04/GettyImages-2271497751-scaled-e1776798686861.jpgimages.dailycaller.com/image/width=... https://images.dailycaller.com/image/width=640,height=274,fit=cover,format=webp,f=auto/https://cdn01.dailycaller.com/wp-content/uploads/2026/04/GettyImages-2271497751-scaled-e1776798686861.jpg — 200 — 12.7 KiB — 58 ms — h2https://images.dailycaller.com/image/width=640,height=274,fit=cover,format=webp,f=auto/https://cdn01.dailycaller.com/wp-content/uploads/2026/04/GettyImages-2262945760-1-e1776788820732.jpgimages.dailycaller.com/image/width=... https://images.dailycaller.com/image/width=640,height=274,fit=cover,format=webp,f=auto/https://cdn01.dailycaller.com/wp-content/uploads/2026/04/GettyImages-2262945760-1-e1776788820732.jpg — 200 — 16.5 KiB — 58 ms — h2https://images.dailycaller.com/image/width=640,height=274,fit=cover,format=webp,f=auto/https://cdn01.dailycaller.com/wp-content/uploads/2026/04/GettyImages-469553444-scaled-e1776789040860.jpgimages.dailycaller.com/image/width=... https://images.dailycaller.com/image/width=640,height=274,fit=cover,format=webp,f=auto/https://cdn01.dailycaller.com/wp-content/uploads/2026/04/GettyImages-469553444-scaled-e1776789040860.jpg — 200 — 9.5 KiB — 59 ms — h2https://images.dailycaller.com/image/width=640,height=274,fit=cover,format=webp,f=auto/https://cdn01.dailycaller.com/wp-content/uploads/2026/04/GettyImages-1224199963-scaled-e1776791332797.jpgimages.dailycaller.com/image/width=... https://images.dailycaller.com/image/width=640,height=274,fit=cover,format=webp,f=auto/https://cdn01.dailycaller.com/wp-content/uploads/2026/04/GettyImages-1224199963-scaled-e1776791332797.jpg — 200 — 16.6 KiB — 59 ms — h2https://images.dailycaller.com/image/width=640,height=274,fit=cover,format=webp,f=auto/https://cdn01.dailycaller.com/wp-content/uploads/2026/04/Warran-vs-Warsh-1.jpgimages.dailycaller.com/image/width=... https://images.dailycaller.com/image/width=640,height=274,fit=cover,format=webp,f=auto/https://cdn01.dailycaller.com/wp-content/uploads/2026/04/Warran-vs-Warsh-1.jpg — 200 — 15.1 KiB — 59 ms — h2https://images.dailycaller.com/image/width=640,height=274,fit=cover,format=webp,f=auto/https://cdn01.dailycaller.com/wp-content/uploads/2026/04/Screen-Shot-2026-04-20-at-11.36.35-AM-e1776699476190.pngimages.dailycaller.com/image/width=... https://images.dailycaller.com/image/width=640,height=274,fit=cover,format=webp,f=auto/https://cdn01.dailycaller.com/wp-content/uploads/2026/04/Screen-Shot-2026-04-20-at-11.36.35-AM-e1776699476190.png — 200 — 16.1 KiB — 59 ms — h2https://dailycaller.com/files/images/logo-white.svg/files/images/logo-white.svg https://dailycaller.com/files/images/logo-white.svg — 200 — 1.7 KiB — 44 ms — h2https://dailycaller.com/files/images/icons/web_light_rd_na.svg/files/images/icons/web_light_rd_na... https://dailycaller.com/files/images/icons/web_light_rd_na.svg — 200 — 787 B — 47 ms — h2https://dailycaller.com/files/images/icons/Facebook_Logo_Primary.svg/files/images/icons/Facebook_Logo_P... https://dailycaller.com/files/images/icons/Facebook_Logo_Primary.svg — 200 — 3.8 KiB — 30 ms — h2https://dailycaller.com/files/images/icons/Apple_Logo_Large.svg/files/images/icons/Apple_Logo_Larg... https://dailycaller.com/files/images/icons/Apple_Logo_Large.svg — 200 — 1.1 KiB — 35 ms — h2https://dailycaller.com/files/images/templates/stream-subscribe/5-stars.svg/files/images/templates/stream-subs... https://dailycaller.com/files/images/templates/stream-subscribe/5-stars.svg — 200 — 521 B — 31 ms — h2https://dailycaller.com/files/images/templates/stream-subscribe/ad-free.svg/files/images/templates/stream-subs... https://dailycaller.com/files/images/templates/stream-subscribe/ad-free.svg — 200 — 2.4 KiB — 44 ms — h2https://dailycaller.com/files/images/templates/stream-subscribe/documentaries.svg/files/images/templates/stream-subs... https://dailycaller.com/files/images/templates/stream-subscribe/documentaries.svg — 200 — 3.4 KiB — 36 ms — h2https://dailycaller.com/files/images/templates/stream-subscribe/app.svg/files/images/templates/stream-subs... https://dailycaller.com/files/images/templates/stream-subscribe/app.svg — 200 — 1.4 KiB — 41 ms — h2https://dailycaller.com/files/images/templates/stream-subscribe/newsletters.svg/files/images/templates/stream-subs... https://dailycaller.com/files/images/templates/stream-subscribe/newsletters.svg — 200 — 2.1 KiB — 38 ms — h2https://cdn.rudderlabs.com/v3/modern/rsa.min.jscdn.rudderlabs.com/v3/modern/rsa.mi... https://cdn.rudderlabs.com/v3/modern/rsa.min.js — 200 — 31.9 KiB — 105 ms — h3https://sdk.mrf.io/statics/marfeel-sdk.js?id=7322sdk.mrf.io/statics/marfeel-sdk.js?i... https://sdk.mrf.io/statics/marfeel-sdk.js?id=7322 — 200 — 58.8 KiB — 46 ms — h3https://cdn.parsely.com/p.jscdn.parsely.com/p.js https://cdn.parsely.com/p.js — 200 — 1.1 KiB — 23 ms — h2https://assets.apollo.io/micro/website-tracker/tracker.iife.js?nocache=ntjhdbassets.apollo.io/micro/website-trac... https://assets.apollo.io/micro/website-tracker/tracker.iife.js?nocache=ntjhdb — 200 — 2.3 KiB — 28 ms — h2https://events.newsroom.bi/ingest.phpevents.newsroom.bi/ingest.php https://events.newsroom.bi/ingest.php — 200 — 1.0 KiB — 475 ms — h2https://sdk.mrf.io/statics/compass-multimedia-sdk.js?version=2260sdk.mrf.io/statics/compass-multimed... https://sdk.mrf.io/statics/compass-multimedia-sdk.js?version=2260 — 200 — 4.3 KiB — 12 ms — h3https://marfeelexperimentsexperienceengine.mrf.io/experimentsexperience/render?id=AC_sgJSD1a8RPqbAOcJkojyIw&experimentType=HeadlineAB&version=esnextmarfeelexperimentsexperienceengine.... https://marfeelexperimentsexperienceengine.mrf.io/experimentsexperience/render?id=AC_sgJSD1a8RPqbAOcJkojyIw&experimentType=HeadlineAB&version=esnext — 200 — 2.5 KiB — 470 ms — h2https://s3.us-east-1.amazonaws.com/streamdata.dailycaller.com/CharlieKirkAmericanMartyr/charliekirkamericanmartyr.jpgs3.us-east-1.amazonaws.com/streamda... https://s3.us-east-1.amazonaws.com/streamdata.dailycaller.com/CharlieKirkAmericanMartyr/charliekirkamericanmartyr.jpg — 200 — 1.2 MiB — 840 ms — http/1.1https://s3.us-east-1.amazonaws.com/streamdata.dailycaller.com/OperationDeportation/operationDeportation.webps3.us-east-1.amazonaws.com/streamda... https://s3.us-east-1.amazonaws.com/streamdata.dailycaller.com/OperationDeportation/operationDeportation.webp — 200 — 291.0 KiB — 451 ms — http/1.1https://s3.us-east-1.amazonaws.com/streamdata.dailycaller.com/pedo-hunters/Main-Thumb-Image.jpgs3.us-east-1.amazonaws.com/streamda... https://s3.us-east-1.amazonaws.com/streamdata.dailycaller.com/pedo-hunters/Main-Thumb-Image.jpg — 200 — 1001.8 KiB — 805 ms — http/1.1https://s3.amazonaws.com/streamdata.dailycaller.com/cleaning-up-kamala/main-thumb-image.pngs3.amazonaws.com/streamdata.dailyca... https://s3.amazonaws.com/streamdata.dailycaller.com/cleaning-up-kamala/main-thumb-image.png — 200 — 2.3 MiB — 1.0 s — http/1.1https://s3.amazonaws.com/streamdata.dailycaller.com/selling-sex/Main_Thumb_Image.webps3.amazonaws.com/streamdata.dailyca... https://s3.amazonaws.com/streamdata.dailycaller.com/selling-sex/Main_Thumb_Image.webp — 200 — 50.9 KiB — 306 ms — http/1.1https://s3.amazonaws.com/streamdata.dailycaller.com/american-squatter/american-squatter-main-thumb-image.pngs3.amazonaws.com/streamdata.dailyca... https://s3.amazonaws.com/streamdata.dailycaller.com/american-squatter/american-squatter-main-thumb-image.png — 200 — 2.4 MiB — 1.4 s — http/1.1https://s3.amazonaws.com/streamdata.dailycaller.com/images/AnarchyU_Main_Image.pngs3.amazonaws.com/streamdata.dailyca... https://s3.amazonaws.com/streamdata.dailycaller.com/images/AnarchyU_Main_Image.png — 200 — 1.8 MiB — 1.1 s — http/1.1https://s3.amazonaws.com/streamdata.dailycaller.com/images/Demand-For-Hate-Main-Image.pngs3.amazonaws.com/streamdata.dailyca... https://s3.amazonaws.com/streamdata.dailycaller.com/images/Demand-For-Hate-Main-Image.png — 200 — 3.2 MiB — 1.5 s — http/1.1https://s3.amazonaws.com/streamdata.dailycaller.com/images/Sick-Main-Image.jpgs3.amazonaws.com/streamdata.dailyca... https://s3.amazonaws.com/streamdata.dailycaller.com/images/Sick-Main-Image.jpg — 200 — 3.0 MiB — 1.5 s — http/1.1https://dailycaller.com/files/images/documentaries/Groomed.jpeg/files/images/documentaries/Groomed... https://dailycaller.com/files/images/documentaries/Groomed.jpeg — 200 — 76.7 KiB — 45 ms — h2https://dailycaller.com/files/images/documentaries/damaged.webp/files/images/documentaries/damaged... https://dailycaller.com/files/images/documentaries/damaged.webp — 200 — 83.7 KiB — 50 ms — h2https://dailycaller.com/files/images/documentaries/cartelville.jpeg/files/images/documentaries/cartelv... https://dailycaller.com/files/images/documentaries/cartelville.jpeg — 200 — 325.4 KiB — 51 ms — h2https://dailycaller.com/files/images/documentaries/narcofornia.jpeg/files/images/documentaries/narcofo... https://dailycaller.com/files/images/documentaries/narcofornia.jpeg — 200 — 140.3 KiB — 30 ms — h2https://dailycaller.com/files/images/documentaries/hero-to-zero-main.jpeg/files/images/documentaries/hero-to... https://dailycaller.com/files/images/documentaries/hero-to-zero-main.jpeg — 200 — 90.4 KiB — 36 ms — h2https://dailycaller.com/files/images/documentaries/indoctrination-nation.jpeg/files/images/documentaries/indoctr... https://dailycaller.com/files/images/documentaries/indoctrination-nation.jpeg — 200 — 184.2 KiB — 53 ms — h2https://sdk.mrf.io/statics/47bd3e88b6bda15c34ce.jssdk.mrf.io/statics/47bd3e88b6bda15c... https://sdk.mrf.io/statics/47bd3e88b6bda15c34ce.js — 200 — 24.4 KiB — 21 ms — h3https://accounts.dailycaller.com/functions/v1/getExperiencesaccounts.dailycaller.com/functions/... https://accounts.dailycaller.com/functions/v1/getExperiences — 200 — 0 B — 114 ms — h2blob:https://dailycaller.com/d856fd5a-47c0-4621-b77e-1f497dddd164dailycaller.com/d856fd5a-47c0-4621-... blob:https://dailycaller.com/d856fd5a-47c0-4621-b77e-1f497dddd164 — 200 — -1 B — 110 ms — blobhttps://accounts.dailycaller.com/functions/v1/getExperiencesaccounts.dailycaller.com/functions/... https://accounts.dailycaller.com/functions/v1/getExperiences — 200 — 11.6 KiB — 131 ms — h2https://s3.amazonaws.com/streamdata.dailycaller.com/images/poisoned-ives.jpegs3.amazonaws.com/streamdata.dailyca... https://s3.amazonaws.com/streamdata.dailycaller.com/images/poisoned-ives.jpeg — 200 — 925.6 KiB — 535 ms — http/1.1https://dailycaller.com/files/js/prebid.js?version=1773371998046/files/js/prebid.js?version=1773371... https://dailycaller.com/files/js/prebid.js?version=1773371998046 — 200 — 112.6 KiB — 33 ms — h2blob:https://dailycaller.com/71c50483-2c2e-4be4-b155-54ee511372e2dailycaller.com/71c50483-2c2e-4be4-... blob:https://dailycaller.com/71c50483-2c2e-4be4-b155-54ee511372e2 — 200 — -1 B — 57 ms — blobblob:https://dailycaller.com/b5725d6f-147d-4765-8f50-b1f42a36011edailycaller.com/b5725d6f-147d-4765-... blob:https://dailycaller.com/b5725d6f-147d-4765-8f50-b1f42a36011e — 200 — -1 B — 161 ms — blobhttps://cd.connatix.com/connatix.player.js?cid=9c4d09f1-aa3e-4da1-ad63-362d562ecfad&pid=739c4263-c671-4316-b7cf-ecd244900844cd.connatix.com/connatix.player.js?... https://cd.connatix.com/connatix.player.js?cid=9c4d09f1-aa3e-4da1-ad63-362d562ecfad&pid=739c4263-c671-4316-b7cf-ecd244900844 — 200 — 1.3 KiB — 31 ms — h3https://cdn.jsdelivr.net/gh/prebid/currency-file@1/latest.json?date=20260422cdn.jsdelivr.net/gh/prebid/currency... https://cdn.jsdelivr.net/gh/prebid/currency-file@1/latest.json?date=20260422 — 200 — 1.5 KiB — 41 ms — h2https://events.newsroom.bi/data/rfv.phpevents.newsroom.bi/data/rfv.php https://events.newsroom.bi/data/rfv.php — 200 — 456 B — 162 ms — h2https://events.newsroom.bi/data2/rfv.phpevents.newsroom.bi/data2/rfv.php https://events.newsroom.bi/data2/rfv.php — 200 — 449 B — 162 ms — h2https://events.newsroom.bi/recirculation/recirculation.phpevents.newsroom.bi/recirculation/re... https://events.newsroom.bi/recirculation/recirculation.php — 200 — 500 B — 242 ms — h2https://cds.connatix.com/p/320810193/elLoader.jscds.connatix.com/p/320810193/elLoad... https://cds.connatix.com/p/320810193/elLoader.js — 200 — 1.8 KiB — 19 ms — h3blob:https://dailycaller.com/40be3404-7bff-4ecc-9431-1936f3849c97dailycaller.com/40be3404-7bff-4ecc-... blob:https://dailycaller.com/40be3404-7bff-4ecc-9431-1936f3849c97 — 200 — -1 B — 471 ms — blobhttps://s3.amazonaws.com/streamdata.dailycaller.com/images/RiggedImage.jpgs3.amazonaws.com/streamdata.dailyca... https://s3.amazonaws.com/streamdata.dailycaller.com/images/RiggedImage.jpg — 200 — 726.2 KiB — 369 ms — http/1.1blob:https://dailycaller.com/f93a7bf1-4d5c-45a2-8006-77e92cddfe16dailycaller.com/f93a7bf1-4d5c-45a2-... blob:https://dailycaller.com/f93a7bf1-4d5c-45a2-8006-77e92cddfe16 — 200 — -1 B — 424 ms — blobhttps://www.google.com/ccm/collect?rcb=5&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fdailycaller.com%2F&scrsrc=www.googletagmanager.com&rnd=226004551.1776819434&dt=The%20Daily%20Caller&navt=n&npa=0&us_privacy=1-N-&ep.ads_data_redaction=0&gtm=45He64h1v6270186za200zd6270186xea&gcs=G1--&gcd=13l3l3l3l5l1&dma=0&tcfd=10000&tag_exp=0~115938465~115938469~117266400~118463262&apve=1&apvf=f&apvc=1&tft=1776819434593&tfd=2019www.google.com/ccm/collect?rcb=5&fr... https://www.google.com/ccm/collect?rcb=5&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fdailycaller.com%2F&scrsrc=www.googletagmanager.com&rnd=226004551.1776819434&dt=The%20Daily%20Caller&navt=n&npa=0&us_privacy=1-N-&ep.ads_data_redaction=0&gtm=45He64h1v6270186za200zd6270186xea&gcs=G1--&gcd=13l3l3l3l5l1&dma=0&tcfd=10000&tag_exp=0~115938465~115938469~117266400~118463262&apve=1&apvf=f&apvc=1&tft=1776819434593&tfd=2019 — 200 — 21 B — 305 ms — h3https://s3.amazonaws.com/streamdata.dailycaller.com/images/DoNoHarmMainImage.jpegs3.amazonaws.com/streamdata.dailyca... https://s3.amazonaws.com/streamdata.dailycaller.com/images/DoNoHarmMainImage.jpeg — 200 — 709.9 KiB — 236 ms — http/1.1https://sb.scorecardresearch.com/b?c1=2&c2=10110104&ns__t=1776819434525&ns_c=UTF-8&c8=The%20Daily%20Caller&c7=https%3A%2F%2Fdailycaller.com%2F&c9=sb.scorecardresearch.com/b?c1=2&c2=... https://sb.scorecardresearch.com/b?c1=2&c2=10110104&ns__t=1776819434525&ns_c=UTF-8&c8=The%20Daily%20Caller&c7=https%3A%2F%2Fdailycaller.com%2F&c9= — 302 — 527 B — 43 ms — h2blob:https://dailycaller.com/d00e4c9e-ac96-4339-8e23-4addffbb639fdailycaller.com/d00e4c9e-ac96-4339-... blob:https://dailycaller.com/d00e4c9e-ac96-4339-8e23-4addffbb639f — 200 — -1 B — 262 ms — blobblob:https://dailycaller.com/e4a466aa-b386-45eb-b131-375f7c0628fcdailycaller.com/e4a466aa-b386-45eb-... blob:https://dailycaller.com/e4a466aa-b386-45eb-b131-375f7c0628fc — 200 — -1 B — 260 ms — blobhttps://s3.amazonaws.com/streamdata.dailycaller.com/images/lawless-thumImage.pngs3.amazonaws.com/streamdata.dailyca... https://s3.amazonaws.com/streamdata.dailycaller.com/images/lawless-thumImage.png — 200 — 307.7 KiB — 168 ms — http/1.1blob:https://dailycaller.com/53e86ef2-2063-418f-b38d-a1255a06224adailycaller.com/53e86ef2-2063-418f-... blob:https://dailycaller.com/53e86ef2-2063-418f-b38d-a1255a06224a — 200 — -1 B — 262 ms — blobblob:https://dailycaller.com/3e142d19-888e-44de-9343-31cfccae3c58dailycaller.com/3e142d19-888e-44de-... blob:https://dailycaller.com/3e142d19-888e-44de-9343-31cfccae3c58 — 200 — -1 B — 258 ms — blobhttps://sb.scorecardresearch.com/b2?c1=2&c2=10110104&ns__t=1776819434525&ns_c=UTF-8&c8=The%20Daily%20Caller&c7=https%3A%2F%2Fdailycaller.com%2F&c9=sb.scorecardresearch.com/b2?c1=2&c2... https://sb.scorecardresearch.com/b2?c1=2&c2=10110104&ns__t=1776819434525&ns_c=UTF-8&c8=The%20Daily%20Caller&c7=https%3A%2F%2Fdailycaller.com%2F&c9= — 204 — 225 B — 12 ms — h2https://api.rudderstack.com/sourceConfig/?p=cdn&v=3.31.0&build=modern&writeKey=2expVn1qU4nOwnKpiXUo7e1c3HB&lockIntegrationsVersion=true&lockPluginsVersion=trueapi.rudderstack.com/sourceConfig/?p... https://api.rudderstack.com/sourceConfig/?p=cdn&v=3.31.0&build=modern&writeKey=2expVn1qU4nOwnKpiXUo7e1c3HB&lockIntegrationsVersion=true&lockPluginsVersion=true — 204 — 0 B — 29 ms — h2blob:https://dailycaller.com/44bd526d-3f7b-4b20-825e-eca07b63222bdailycaller.com/44bd526d-3f7b-4b20-... blob:https://dailycaller.com/44bd526d-3f7b-4b20-825e-eca07b63222b — 200 — -1 B — 138 ms — blobblob:https://dailycaller.com/33b0e614-0e79-4871-a29a-5905390b4d93dailycaller.com/33b0e614-0e79-4871-... blob:https://dailycaller.com/33b0e614-0e79-4871-a29a-5905390b4d93 — 200 — -1 B — 132 ms — blobblob:https://dailycaller.com/f6ffa688-5013-4ea9-a353-006c1dc678d7dailycaller.com/f6ffa688-5013-4ea9-... blob:https://dailycaller.com/f6ffa688-5013-4ea9-a353-006c1dc678d7 — 200 — -1 B — 128 ms — blobblob:https://dailycaller.com/cbb1c22f-eb73-4788-a011-0a269287037edailycaller.com/cbb1c22f-eb73-4788-... blob:https://dailycaller.com/cbb1c22f-eb73-4788-a011-0a269287037e — 200 — -1 B — 148 ms — blobhttps://api.rudderstack.com/sourceConfig/?p=cdn&v=3.31.0&build=modern&writeKey=2expVn1qU4nOwnKpiXUo7e1c3HB&lockIntegrationsVersion=true&lockPluginsVersion=trueapi.rudderstack.com/sourceConfig/?p... https://api.rudderstack.com/sourceConfig/?p=cdn&v=3.31.0&build=modern&writeKey=2expVn1qU4nOwnKpiXUo7e1c3HB&lockIntegrationsVersion=true&lockPluginsVersion=true — 200 — 2.0 KiB — 25 ms — h2https://cds.connatix.com/p/320810193/connatix.player.js?cid=9c4d09f1-aa3e-4da1-ad63-362d562ecfad&pid=739c4263-c671-4316-b7cf-ecd244900844cds.connatix.com/p/320810193/connat... https://cds.connatix.com/p/320810193/connatix.player.js?cid=9c4d09f1-aa3e-4da1-ad63-362d562ecfad&pid=739c4263-c671-4316-b7cf-ecd244900844 — 200 — 139.1 KiB — 41 ms — h3https://aplo-evnt.com/api/v1/intent_pixel/can_track_visitor?x_app_id=682a3532f7ef4100193ad885aplo-evnt.com/api/v1/intent_pixel/c... https://aplo-evnt.com/api/v1/intent_pixel/can_track_visitor?x_app_id=682a3532f7ef4100193ad885 — 200 — 1.4 KiB — 124 ms — h3blob:https://dailycaller.com/e457aaec-b318-4af3-b233-af93e6ec6d43dailycaller.com/e457aaec-b318-4af3-... blob:https://dailycaller.com/e457aaec-b318-4af3-b233-af93e6ec6d43 — 200 — -1 B — 88 ms — blobhttps://cdn.rudderlabs.com/3.31.0/modern/plugins/rsa-plugins.jscdn.rudderlabs.com/3.31.0/modern/pl... https://cdn.rudderlabs.com/3.31.0/modern/plugins/rsa-plugins.js — 200 — 1.0 KiB — 20 ms — h3https://cdn.rudderlabs.com/3.31.0/modern/plugins/rsa-plugins-remote-DeviceModeTransformation.min.jscdn.rudderlabs.com/3.31.0/modern/pl... https://cdn.rudderlabs.com/3.31.0/modern/plugins/rsa-plugins-remote-DeviceModeTransformation.min.js — 200 — 1.7 KiB — 10 ms — h3https://cdn.rudderlabs.com/3.31.0/modern/plugins/rsa-plugins-remote-ExternalAnonymousId.min.jscdn.rudderlabs.com/3.31.0/modern/pl... https://cdn.rudderlabs.com/3.31.0/modern/plugins/rsa-plugins-remote-ExternalAnonymousId.min.js — 200 — 1.0 KiB — 22 ms — h3https://cdn.rudderlabs.com/3.31.0/modern/plugins/rsa-plugins-remote-StorageEncryption.min.jscdn.rudderlabs.com/3.31.0/modern/pl... https://cdn.rudderlabs.com/3.31.0/modern/plugins/rsa-plugins-remote-StorageEncryption.min.js — 200 — 737 B — 22 ms — h3https://cdn.rudderlabs.com/3.31.0/modern/plugins/rsa-plugins-remote-XhrQueue.min.jscdn.rudderlabs.com/3.31.0/modern/pl... https://cdn.rudderlabs.com/3.31.0/modern/plugins/rsa-plugins-remote-XhrQueue.min.js — 200 — 1.6 KiB — 81 ms — h3https://cdn.rudderlabs.com/3.31.0/modern/plugins/rsa-plugins-remote-NativeDestinationQueue.min.jscdn.rudderlabs.com/3.31.0/modern/pl... https://cdn.rudderlabs.com/3.31.0/modern/plugins/rsa-plugins-remote-NativeDestinationQueue.min.js — 200 — 1.3 KiB — 27 ms — h3https://cdn.rudderlabs.com/3.31.0/modern/plugins/rsa-plugins-remote-GoogleLinker.min.jscdn.rudderlabs.com/3.31.0/modern/pl... https://cdn.rudderlabs.com/3.31.0/modern/plugins/rsa-plugins-remote-GoogleLinker.min.js — 200 — 1.1 KiB — 31 ms — h3https://cdn.rudderlabs.com/3.31.0/modern/plugins/rsa-plugins-remote-StorageMigrator.min.jscdn.rudderlabs.com/3.31.0/modern/pl... https://cdn.rudderlabs.com/3.31.0/modern/plugins/rsa-plugins-remote-StorageMigrator.min.js — 200 — 1.1 KiB — 27 ms — h3https://cdn.rudderlabs.com/3.31.0/modern/plugins/rsa-plugins-remote-DeviceModeDestinations.min.jscdn.rudderlabs.com/3.31.0/modern/pl... https://cdn.rudderlabs.com/3.31.0/modern/plugins/rsa-plugins-remote-DeviceModeDestinations.min.js — 200 — 2.5 KiB — 28 ms — h3https://cdn.rudderlabs.com/3.31.0/modern/plugins/rsa-plugins-common.min.jscdn.rudderlabs.com/3.31.0/modern/pl... https://cdn.rudderlabs.com/3.31.0/modern/plugins/rsa-plugins-common.min.js — 200 — 3.6 KiB — 15 ms — h3https://cdn.rudderlabs.com/3.31.0/modern/plugins/rsa-plugins-RetryQueue.min.jscdn.rudderlabs.com/3.31.0/modern/pl... https://cdn.rudderlabs.com/3.31.0/modern/plugins/rsa-plugins-RetryQueue.min.js — 200 — 3.7 KiB — 14 ms — h3https://cdn.rudderlabs.com/3.31.0/modern/plugins/rsa-plugins-legacyEncryptionUtils.min.jscdn.rudderlabs.com/3.31.0/modern/pl... https://cdn.rudderlabs.com/3.31.0/modern/plugins/rsa-plugins-legacyEncryptionUtils.min.js — 200 — 5.2 KiB — 15 ms — h3https://cdn.rudderlabs.com/3.31.0/modern/plugins/rsa-plugins-deviceModeDestinations.min.jscdn.rudderlabs.com/3.31.0/modern/pl... https://cdn.rudderlabs.com/3.31.0/modern/plugins/rsa-plugins-deviceModeDestinations.min.js — 200 — 1.9 KiB — 14 ms — h3https://aplo-evnt.com/api/v1/intent_pixel/track_request?app_id=682a3532f7ef4100193ad885aplo-evnt.com/api/v1/intent_pixel/t... https://aplo-evnt.com/api/v1/intent_pixel/track_request?app_id=682a3532f7ef4100193ad885 — 200 — 0 B — 79 ms — h3https://js.stripe.com/v3/m-outer-3437aaddcdf6922d623e172c2d6f9278.htmljs.stripe.com/v3/m-outer-3437aaddcd... https://js.stripe.com/v3/m-outer-3437aaddcdf6922d623e172c2d6f9278.html — 200 — 1.2 KiB — 19 ms — h2https://aplo-evnt.com/api/v1/intent_pixel/track_request?app_id=682a3532f7ef4100193ad885aplo-evnt.com/api/v1/intent_pixel/t... https://aplo-evnt.com/api/v1/intent_pixel/track_request?app_id=682a3532f7ef4100193ad885 — 400 — 937 B — 464 ms — h3https://js.stripe.com/v3/fingerprinted/js/m-outer-15a2b40a058ddff1cffdb63779fe3de1.jsjs.stripe.com/v3/fingerprinted/js/m... https://js.stripe.com/v3/fingerprinted/js/m-outer-15a2b40a058ddff1cffdb63779fe3de1.js — 200 — 1.0 KiB — 9 ms — h2https://m.stripe.network/inner.htmlm.stripe.network/inner.html https://m.stripe.network/inner.html — 200 — 1.8 KiB — 27 ms — h2https://dailycalleelxv.dataplane.rudderstack.com/v1/pagedailycalleelxv.dataplane.rudderstac... https://dailycalleelxv.dataplane.rudderstack.com/v1/page — 204 — 0 B — 233 ms — h2blob:https://dailycaller.com/9d1b12d7-8a9b-48ae-a017-aefb369362fbdailycaller.com/9d1b12d7-8a9b-48ae-... blob:https://dailycaller.com/9d1b12d7-8a9b-48ae-a017-aefb369362fb — 200 — -1 B — 120 ms — blobblob:https://dailycaller.com/3f85cc30-ce5e-4e6d-8fbf-30c48c9a383bdailycaller.com/3f85cc30-ce5e-4e6d-... blob:https://dailycaller.com/3f85cc30-ce5e-4e6d-8fbf-30c48c9a383b — 200 — -1 B — 125 ms — blobhttps://m.stripe.network/out-4.5.45.jsm.stripe.network/out-4.5.45.js https://m.stripe.network/out-4.5.45.js — 200 — 16.5 KiB — 36 ms — h2https://www.google-analytics.com/g/collect?v=2&tid=G-B906X4P4C5&gtm=45je64k0h2v9117944841za200zd9117944841&_p=1776819432764&gcs=G100&gcd=13p3p3p3p5l1&npa=1&dma_cps=-&dma=0&tcfd=1000g&_eu=AAAAAGA&are=1&cid=1621746586.1776819435&frm=0&gtm_up=1&ni=1&pscdl=denied&rcb=3&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115938465~115938469~117266400~117512543~118463261&sid=1776819434&sct=1&seg=0&dl=https%3A%2F%2Fdailycaller.com%2F&dt=The%20Daily%20Caller&_tu=CA&en=Translation%20Tracking%3A%20Impression&_fv=1&_nsi=1&_ss=1&_ee=1&ep.event_category=Testing&ep.event_label=translated&ep.transport=beacon&tfd=2762www.google-analytics.com/g/collect?... https://www.google-analytics.com/g/collect?v=2&tid=G-B906X4P4C5&gtm=45je64k0h2v9117944841za200zd9117944841&_p=1776819432764&gcs=G100&gcd=13p3p3p3p5l1&npa=1&dma_cps=-&dma=0&tcfd=1000g&_eu=AAAAAGA&are=1&cid=1621746586.1776819435&frm=0&gtm_up=1&ni=1&pscdl=denied&rcb=3&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115938465~115938469~117266400~117512543~118463261&sid=1776819434&sct=1&seg=0&dl=https%3A%2F%2Fdailycaller.com%2F&dt=The%20Daily%20Caller&_tu=CA&en=Translation%20Tracking%3A%20Impression&_fv=1&_nsi=1&_ss=1&_ee=1&ep.event_category=Testing&ep.event_label=translated&ep.transport=beacon&tfd=2762 — 204 — 48 B — 94 ms — h2https://www.google-analytics.com/g/collect?v=2&tid=G-B906X4P4C5&gtm=45je64k0h2v9117944841za200zd9117944841&_p=1776819432764&gcs=G100&gcd=13p3p3p3p5l1&npa=1&dma_cps=-&dma=0&tcfd=1000g&_eu=AAAAAGA&are=1&cid=1621746586.1776819435&frm=0&gtm_up=1&ni=1&pscdl=denied&rcb=3&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=2&tag_exp=0~115938465~115938469~117266400~117512543~118463261&sid=1776819434&sct=1&seg=0&dl=https%3A%2F%2Fdailycaller.com%2F&dt=The%20Daily%20Caller&_tu=CA&en=Homepage%20Click%20Tracking%3A%20Impression&_ee=1&ep.event_category=Testing&ep.event_label=non-tracking&ep.transport=beacon&_et=7&tfd=2774www.google-analytics.com/g/collect?... https://www.google-analytics.com/g/collect?v=2&tid=G-B906X4P4C5&gtm=45je64k0h2v9117944841za200zd9117944841&_p=1776819432764&gcs=G100&gcd=13p3p3p3p5l1&npa=1&dma_cps=-&dma=0&tcfd=1000g&_eu=AAAAAGA&are=1&cid=1621746586.1776819435&frm=0&gtm_up=1&ni=1&pscdl=denied&rcb=3&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=2&tag_exp=0~115938465~115938469~117266400~117512543~118463261&sid=1776819434&sct=1&seg=0&dl=https%3A%2F%2Fdailycaller.com%2F&dt=The%20Daily%20Caller&_tu=CA&en=Homepage%20Click%20Tracking%3A%20Impression&_ee=1&ep.event_category=Testing&ep.event_label=non-tracking&ep.transport=beacon&_et=7&tfd=2774 — 204 — 549 B — 82 ms — h2https://pagead2.googlesyndication.com/ccm/collect?rcb=3&frm=0&en=page_view&dl=https%3A%2F%2Fdailycaller.com%2F&scrsrc=www.googletagmanager.com&rnd=226004551.1776819434&navt=n&npa=1&us_privacy=1-N-&_tu=CA&gtm=45je64k0h2v9117944841za200zd9117944841xec&gcs=G100&gcd=13p3p3p3p5l1&dma_cps=-&dma=0&tcfd=1000g&tag_exp=0~115938465~115938469~117266400~117512543~118463261&apve=1&apvf=f&apvc=0&tids=AW-1022386933&tid=AW-1022386933&tft=1776819435355&tfd=2781pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=3&frm=0&en=page_view&dl=https%3A%2F%2Fdailycaller.com%2F&scrsrc=www.googletagmanager.com&rnd=226004551.1776819434&navt=n&npa=1&us_privacy=1-N-&_tu=CA&gtm=45je64k0h2v9117944841za200zd9117944841xec&gcs=G100&gcd=13p3p3p3p5l1&dma_cps=-&dma=0&tcfd=1000g&tag_exp=0~115938465~115938469~117266400~117512543~118463261&apve=1&apvf=f&apvc=0&tids=AW-1022386933&tid=AW-1022386933&tft=1776819435355&tfd=2781 — 200 — 21 B — 78 ms — h3https://pagead2.googlesyndication.com/ccm/collect?rcb=3&frm=0&en=page_view&dl=https%3A%2F%2Fdailycaller.com%2F&scrsrc=www.googletagmanager.com&rnd=226004551.1776819434&navt=n&npa=1&us_privacy=1-N-&ep.dimension6=Rambo&ep.Device%20Environment=Rambo&ep.environment=Rambo&_tu=CA&gtm=45je64k0h2v9117944841za200zd9117944841xec&gcs=G100&gcd=13p3p3p3p5l1&dma_cps=-&dma=0&tcfd=1000g&tag_exp=0~115938465~115938469~117266400~117512543~118463261&apve=1&apvf=f&apvc=0&tids=AW-1022386933&tid=AW-1022386933&tft=1776819435356&tfd=2782pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=3&frm=0&en=page_view&dl=https%3A%2F%2Fdailycaller.com%2F&scrsrc=www.googletagmanager.com&rnd=226004551.1776819434&navt=n&npa=1&us_privacy=1-N-&ep.dimension6=Rambo&ep.Device%20Environment=Rambo&ep.environment=Rambo&_tu=CA&gtm=45je64k0h2v9117944841za200zd9117944841xec&gcs=G100&gcd=13p3p3p3p5l1&dma_cps=-&dma=0&tcfd=1000g&tag_exp=0~115938465~115938469~117266400~117512543~118463261&apve=1&apvf=f&apvc=0&tids=AW-1022386933&tid=AW-1022386933&tft=1776819435356&tfd=2782 — 200 — 21 B — 77 ms — h3https://events.newsroom.bi/recirculation/recirculation.phpevents.newsroom.bi/recirculation/re... https://events.newsroom.bi/recirculation/recirculation.php — 200 — 500 B — 157 ms — h2https://dailycalleelxv.dataplane.rudderstack.com/v1/pagedailycalleelxv.dataplane.rudderstac... https://dailycalleelxv.dataplane.rudderstack.com/v1/page — 200 — 79 B — 82 ms — h2https://dailycaller.com/favicon.ico/favicon.ico https://dailycaller.com/favicon.ico — 200 — 288 B — 62 ms — h2https://m.stripe.com/6m.stripe.com/6 https://m.stripe.com/6 — 200 — 579 B — 89 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
69% of JavaScript execution is third-party
First-party Third-party 1883ms · 867KB · €10/mo
cmp.osano.com
Other
Costly
Execution 549ms
Transfer 96 KB
Unused 26%
Monthly Cost €3/mo
Unattributable
Other
Costly
Execution 520ms
Transfer 0 KB
Monthly Cost €3/mo
Google Tag Manager
Tag Manager
Costly
Execution 243ms
Transfer 151 KB
Unused 42%
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 182ms
Transfer 170 KB
Unused 35%
Monthly Cost €1/mo
sdk.mrf.io
Other
Optional
Execution 149ms
Transfer 59 KB
Unused 43%
Monthly Cost €1/mo
Stripe
Payment
Essential
Execution 122ms
Transfer 220 KB
Unused 73%
Monthly Cost €1/mo
cdn.rudderlabs.com
Other
Optional
Execution 61ms
Transfer 32 KB
Monthly Cost €0/mo
cds.connatix.com
Other
Optional
Execution 57ms
Transfer 139 KB
Unused 68%
Monthly Cost €0/mo

These scripts may cost more than they're worth

  • cmp.osano.com adds 549ms and costs ~€3/month
  • Unattributable adds 520ms and costs ~€3/month
  • Google Tag Manager adds 243ms and costs ~€1/month

69% of JavaScript execution time comes from third-party scripts.

Why this matters

Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.

Learn more

Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.

Source: web.dev / HTTP Archive Web Almanac

cmp.osano.com takes 549ms 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 520ms 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 243ms 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

73% of Stripe'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

68% of cds.connatix.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