Skip to content
https://libsyn.com

Performance

· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
71
GRADE
C
FIX
4
REVIEW
2
PASS
9
INFO
2

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

30
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
92
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
81
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.

8.67 s

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

23.87 s

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

1.41 s

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

0.000

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

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

26.96 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
17
9 PASS 2 REVIEW 4 FIX
F
Page Weight Budget
Action
4.1 MB transferred, 228 requests
FIX
4.1 MB transferred, 228 requests
Critical::
Page weighs 10.8 MB (4.1 MB transferred)
Warning::
JavaScript is 1.7 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.7 MB
Warning::
Images are 1.4 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.4 MB
Info::
Fonts are 660 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 660 KB
Info::
CSS is 291 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 291 KB
Warning::
228 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.86 g CO2 per page load
4.1 MB / 2.4 MB budget
4.1 MB transferred
228 requests
0.86 g CO2 per page load
JavaScript 1.7 MiB 41%
Images 1.4 MiB 34%
Fonts 660.0 KiB 16%
CSS 290.9 KiB 7%
Other 46.8 KiB 1%
HTML 28.0 KiB 1%
Other 6.5 KiB 0%
Other 5.5 KiB 0%
Other 554 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

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

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

Why this matters

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

Source: web.dev font loading

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

Why this matters

CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.

Source: web.dev

Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.

Why this matters

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

Source: web.dev

F
JS Execution Cost
Action
8206ms total JS execution
FIX
8206ms total JS execution
Warning::
Unattributable: 1463ms CPU time
Warning::
https://libsyn.com/: 1055ms CPU time
Warning::
https://libsyn.com/wp-includes/js/jquery/jquery.mi...: 860ms CPU time
Warning::
https://js.hs-analytics.net/analytics/177680010000...: 837ms CPU time
Warning::
https://load.data.libsyn.com/5jpufcovh.js?es7d06yq...: 787ms CPU time
Warning::
Third-party scripts: 5589ms (68% of total)

Main Thread Breakdown

Script Evaluation 52% Other 21% Style & Layout 11% Script Parsing & Compilation 7% Parse HTML & CSS 5%
ScriptTotalScriptingParse/CompileParty
Unattributable1463ms80ms0ms3rd
https://libsyn.com/1055ms17ms11ms1st
https://libsyn.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1860ms621ms12ms1st
https://js.hs-analytics.net/analytics/1776800100000/3391700.js837ms581ms10ms3rd
https://load.data.libsyn.com/5jpufcovh.js?es7d06yq=ARJSJDI4XT4%2BQSwtUDhWHFVEQVJAER5XBB8NEB8bXgkHGw%3D%3D787ms691ms52ms3rd
https://www.googletagmanager.com/gtag/js?id=G-6MD8SMG8NT400ms338ms56ms3rd
https://load.data.libsyn.com/5jpufcovh/5?1286985c=L2d0YWcvanM%2FaWQ9QVctMTA3MjQ0MTU2NyZjeD1jJmd0bT00ZTY0aDE%3D347ms291ms53ms3rd
https://libsyn.com/wp-content/plugins/elementor/assets/js/image-carousel.6167d20b95b33386757b.bundle.min.js346ms244ms1ms1st
https://cdn.cookielaw.org/scripttemplates/202408.1.0/otBannerSdk.js305ms205ms43ms3rd
https://script.hotjar.com/modules.6a0f3932cb1341a35c18.js230ms186ms34ms3rd

Showing top 10 of 25 scripts

F
JS Bundles
Action
82 scripts, 616 KB unused
FIX
82 scripts, 616 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=AW-107...: 106 KB unused (73%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://load.data.libsyn.com/5jpufcovh.js?es7d06yq...: 80 KB unused (48%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-6MD8...: 65 KB unused (37%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdn.cookielaw.org/scripttemplates/202408.1...: 59 KB unused (53%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://maps.googleapis.com/maps-api-v3/api/js/64/...: 54 KB unused (66%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 616 KB
616 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=AW-1072441567145 KB106 KB (73%)3rd
https://load.data.libsyn.com/5jpufcovh.js?es7d06yq=ARJSJDI4XT4%2BQSwtUDhWHFVEQVJAER5XBB8NEB8bXgkHGw%3D%3D169 KB80 KB (48%)3rd
https://www.googletagmanager.com/gtag/js?id=G-6MD8SMG8NT177 KB65 KB (37%)3rd
https://cdn.cookielaw.org/scripttemplates/202408.1.0/otBannerSdk.js110 KB59 KB (53%)3rd
https://maps.googleapis.com/maps-api-v3/api/js/64/9c/main.js83 KB54 KB (66%)3rd
https://load.data.libsyn.com/5jpufcovh/5?1286985c=L2d0YWcvanM%2FaWQ9QVctMTA3MjQ0MTU2NyZjeD1jJmd0bT00ZTY0aDE%3D142 KB54 KB (39%)3rd
https://libsyn.com/wp-content/plugins/listdom/assets/js/frontend.min.js?ver=5.2.039 KB37 KB (95%)1st
https://libsyn.com/wp-content/plugins/listdom/assets/packages/leaflet/leaflet.js?ver=5.2.045 KB37 KB (83%)1st
https://script.hotjar.com/modules.6a0f3932cb1341a35c18.js57 KB37 KB (65%)3rd
https://connect.facebook.net/en_US/fbevents.js97 KB34 KB (35%)3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

D
Page Weight Inventory
Action
228 resources · 4.1 MB · 616 KB savings available
FIX
228 resources · 4.1 MB · 616 KB savings available
Warning::
Page weight 3.1 MB over 1MB target
Got: 4.1 MB Expected: ≤ 1 MB
Info::
~616 KB of savings available
Info::
89 third-party resources (34% of weight)
Info::
1 resources over 200KB
228 resources · 4.1 MiB · 89 third-party 3.1 MiB over 1MB target
JavaScript 41% · 1.7 MiB
Image 34% · 1.4 MiB
Font 16% · 660.0 KiB
CSS 7% · 295.2 KiB
Other 1% · 51.2 KiB
Document 1% · 28.0 KiB

~616.0 KiB of savings available

Remove unused JavaScript: 616.0 KiB
C
Image Optimization
Action
59 images, 0 KB saveable
REVIEW
59 images, 0 KB saveable
Warning::
https://libsyn.com/wp-content/uploads/2025/12/Teac... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://libsyn.com/wp-content/uploads/2025/12/Appl... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://libsyn.com/wp-content/uploads/2025/12/Anal... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://libsyn.com/wp-content/uploads/2025/12/Stay... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://libsyn.com/wp-content/uploads/2025/12/THE-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://libsyn.com/wp-content/uploads/2025/12/Vial... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://libsyn.com/wp-content/uploads/2025/12/Rich... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://libsyn.com/wp-content/uploads/2025/12/The-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://libsyn.com/wp-content/uploads/2025/12/Lore... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://libsyn.com/wp-content/uploads/2025/12/crim... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://libsyn.com/wp-content/uploads/2025/12/Spot... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://libsyn.com/wp-content/uploads/2025/12/Yout... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://libsyn.com/wp-content/uploads/2025/12/The-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://libsyn.com/wp-content/uploads/2025/12/10-h... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://libsyn.com/wp-content/uploads/2025/12/Uplo... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://libsyn.com/wp-content/uploads/2025/12/Anal... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://libsyn.com/wp-content/uploads/2025/12/Disr... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://libsyn.com/wp-content/uploads/2025/12/Tosh... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://libsyn.com/wp-content/uploads/2025/12/Stri... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://libsyn.com/wp-content/uploads/2025/12/Humb... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://libsyn.com/wp-content/uploads/2025/12/Podc... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://libsyn.com/wp-content/uploads/2025/12/Girl... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://libsyn.com/wp-content/uploads/2025/12/Adob... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://libsyn.com/wp-content/uploads/2025/12/Need... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://libsyn.com/wp-content/uploads/2025/12/Smal... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://libsyn.com/wp-content/uploads/2025/12/Podc... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://libsyn.com/wp-content/uploads/2025/12/Anal... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://libsyn.com/wp-content/uploads/2025/12/Adob... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://libsyn.com/wp-content/uploads/2025/12/Tryi... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://libsyn.com/wp-content/uploads/2025/12/Kris... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://libsyn.com/wp-content/uploads/2025/12/The-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://libsyn.com/wp-content/uploads/2025/12/Adob... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
59 images 1.4 MB
0 oversized -0 KB
24 legacy format
32 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

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

B
HTTP Caching
public, max-age=0, s-maxage=2592000
REVIEW
public, max-age=0, s-maxage=2592000
Info::
Cache-Control header is set
Got: public, max-age=0, s-maxage=2592000
Info::
CDN TTL: 4 weeks (s-maxage=2592000)
Info::
Last-Modified header present
Cache-Control

public, max-age=0, s-maxage=2592000

DirectiveValueMeaning
publicAny cache may store this response
max-age0Cache for 0 seconds
s-maxage2592000CDN caches for 4 weeks
A
Third-Party Impact
34% third-party, 0 ms blocking
PASS
34% third-party, 0 ms blocking
Info::
Third-party code accounts for 34% of page weight (1.4 MiB of 4.1 MiB)
Info::
Third-party blocking time is low (0 ms)
66%
34%
First-party Third-party
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 (660 KB)
PASS
4 fonts (660 KB)
Info::
4 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

4

660 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 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s FCP 8.7 s LCP 23.9 shttps://libsyn.com/wp-content/uploads/2023/06/Inter-VariableFont_slntwght.ttfInter-VariableFont_slnt... https://libsyn.com/wp-content/uploads/2023/06/Inter-VariableFont_slntwght.ttf — 406.8 KiB — 62 ms — font-display: swaphttps://libsyn.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.45.0eicons.woff2 https://libsyn.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.45.0 — 102.0 KiB — 28 ms — font-display: swaphttps://libsyn.com/wp-content/uploads/2022/03/OpenSans-Bold.ttfOpenSans-Bold.ttf https://libsyn.com/wp-content/uploads/2022/03/OpenSans-Bold.ttf — 74.7 KiB — 37 ms — font-display: swaphttps://libsyn.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2fa-solid-900.woff2 https://libsyn.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2 — 76.5 KiB — 31 ms — font-display: swap
Inter-VariableFont_slnt... ttf swap
Size 407 KB
Load time 62 ms
Start 1.3 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
eicons.woff2 woff2 swap
Size 102 KB
Load time 28 ms
Start 1.3 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
OpenSans-Bold.ttf ttf swap
Size 75 KB
Load time 37 ms
Start 1.3 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
fa-solid-900.woff2 woff2 swap
Size 77 KB
Load time 31 ms
Start 1.3 s
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)

Fixing the unchecked items could save ~399 KB and ~798 ms

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

Current Resource Hints

preconnect
1
preload
dns-prefetch
3
prefetch

4 resource hints configured

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

Green Hosting

This site is hosted on green energy infrastructure

Provider: Cloudflare

Network Waterfall
228 requests over 3153ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s FCP 8.7 s LCP 23.9 shttps://libsyn.com// https://libsyn.com/ — 200 — 26.1 KiB — 47 ms — h2https://libsyn.com/wp-content/plugins/listdom/assets/css/frontend.min.css?ver=5.2.0/wp-content/plugins/listdom/assets/... https://libsyn.com/wp-content/plugins/listdom/assets/css/frontend.min.css?ver=5.2.0 — 200 — 98.8 KiB — 140 ms — h2https://fonts.googleapis.com/css?family=Poppins%3A600%2C500%2C500%2C400%2C500%2C400%2C400%2C500%2C400%2C400&ver=6.9.4fonts.googleapis.com/css?family=Pop... https://fonts.googleapis.com/css?family=Poppins%3A600%2C500%2C500%2C400%2C500%2C400%2C400%2C500%2C400%2C400&ver=6.9.4 — 200 — 992 B — 979 ms — h2https://libsyn.com/wp-content/plugins/listdom/assets/css/personalized.css?ver=5.2.0/wp-content/plugins/listdom/assets/... https://libsyn.com/wp-content/plugins/listdom/assets/css/personalized.css?ver=5.2.0 — 200 — 2.5 KiB — 34 ms — h2https://libsyn.com/wp-content/plugins/listdom/assets/packages/font-awesome/css/font-awesome.min.css?ver=5.2.0/wp-content/plugins/listdom/assets/... https://libsyn.com/wp-content/plugins/listdom/assets/packages/font-awesome/css/font-awesome.min.css?ver=5.2.0 — 200 — 23.9 KiB — 79 ms — h2https://libsyn.com/wp-content/plugins/listdom/assets/packages/pickr/pickr.min.css?ver=5.2.0/wp-content/plugins/listdom/assets/... https://libsyn.com/wp-content/plugins/listdom/assets/packages/pickr/pickr.min.css?ver=5.2.0 — 200 — 2.1 KiB — 46 ms — h2https://libsyn.com/wp-content/plugins/listdom/assets/packages/simplelightbox/simple-lightbox.min.css?ver=5.2.0/wp-content/plugins/listdom/assets/... https://libsyn.com/wp-content/plugins/listdom/assets/packages/simplelightbox/simple-lightbox.min.css?ver=5.2.0 — 200 — 1.1 KiB — 58 ms — h2https://libsyn.com/wp-content/plugins/listdom/assets/packages/featherlight/fl.min.css?ver=5.2.0/wp-content/plugins/listdom/assets/... https://libsyn.com/wp-content/plugins/listdom/assets/packages/featherlight/fl.min.css?ver=5.2.0 — 200 — 866 B — 41 ms — h2https://libsyn.com/wp-content/plugins/listdom/assets/packages/select2/select2.min.css?ver=5.2.0/wp-content/plugins/listdom/assets/... https://libsyn.com/wp-content/plugins/listdom/assets/packages/select2/select2.min.css?ver=5.2.0 — 200 — 2.3 KiB — 43 ms — h2https://libsyn.com/wp-content/plugins/listdom/assets/packages/lightslider/css/lightslider.min.css?ver=5.2.0/wp-content/plugins/listdom/assets/... https://libsyn.com/wp-content/plugins/listdom/assets/packages/lightslider/css/lightslider.min.css?ver=5.2.0 — 200 — 1.6 KiB — 30 ms — h2https://libsyn.com/wp-content/plugins/listdom/assets/packages/nouislider/nouislider.min.css?ver=5.2.0/wp-content/plugins/listdom/assets/... https://libsyn.com/wp-content/plugins/listdom/assets/packages/nouislider/nouislider.min.css?ver=5.2.0 — 200 — 1.3 KiB — 33 ms — h2https://libsyn.com/wp-content/plugins/listdom/assets/packages/lsdi/lsdi.css?ver=5.2.0/wp-content/plugins/listdom/assets/... https://libsyn.com/wp-content/plugins/listdom/assets/packages/lsdi/lsdi.css?ver=5.2.0 — 200 — 1013 B — 35 ms — h2https://libsyn.com/wp-content/plugins/qi-addons-for-elementor/assets/css/grid.min.css?ver=1.9.5/wp-content/plugins/qi-addons-for-e... https://libsyn.com/wp-content/plugins/qi-addons-for-elementor/assets/css/grid.min.css?ver=1.9.5 — 200 — 1.8 KiB — 70 ms — h2https://libsyn.com/wp-content/plugins/qi-addons-for-elementor/assets/css/helper-parts.min.css?ver=1.9.5/wp-content/plugins/qi-addons-for-e... https://libsyn.com/wp-content/plugins/qi-addons-for-elementor/assets/css/helper-parts.min.css?ver=1.9.5 — 200 — 3.8 KiB — 66 ms — h2https://libsyn.com/wp-content/plugins/qi-addons-for-elementor/assets/css/main.min.css?ver=1.9.5/wp-content/plugins/qi-addons-for-e... https://libsyn.com/wp-content/plugins/qi-addons-for-elementor/assets/css/main.min.css?ver=1.9.5 — 200 — 29.3 KiB — 87 ms — h2https://libsyn.com/wp-content/themes/hello-elementor/assets/css/reset.css?ver=3.4.5/wp-content/themes/hello-elementor/... https://libsyn.com/wp-content/themes/hello-elementor/assets/css/reset.css?ver=3.4.5 — 200 — 1.9 KiB — 57 ms — h2https://libsyn.com/wp-content/themes/hello-elementor/assets/css/theme.css?ver=3.4.5/wp-content/themes/hello-elementor/... https://libsyn.com/wp-content/themes/hello-elementor/assets/css/theme.css?ver=3.4.5 — 200 — 1.4 KiB — 58 ms — h2https://libsyn.com/wp-content/themes/hello-elementor/assets/css/header-footer.css?ver=3.4.5/wp-content/themes/hello-elementor/... https://libsyn.com/wp-content/themes/hello-elementor/assets/css/header-footer.css?ver=3.4.5 — 200 — 1.6 KiB — 54 ms — h2https://libsyn.com/wp-content/uploads/elementor/css/custom-frontend.min.css?ver=1776350547/wp-content/uploads/elementor/css/c... https://libsyn.com/wp-content/uploads/elementor/css/custom-frontend.min.css?ver=1776350547 — 200 — 7.7 KiB — 33 ms — h2https://libsyn.com/wp-content/plugins/elementor/assets/css/widget-image.min.css?ver=3.34.1/wp-content/plugins/elementor/asset... https://libsyn.com/wp-content/plugins/elementor/assets/css/widget-image.min.css?ver=3.34.1 — 200 — 200 B — 65 ms — h2https://libsyn.com/wp-content/uploads/elementor/css/custom-pro-widget-nav-menu.min.css?ver=1776350547/wp-content/uploads/elementor/css/c... https://libsyn.com/wp-content/uploads/elementor/css/custom-pro-widget-nav-menu.min.css?ver=1776350547 — 200 — 3.8 KiB — 49 ms — h2https://libsyn.com/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-grow.min.css?ver=3.34.1/wp-content/plugins/elementor/asset... https://libsyn.com/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-grow.min.css?ver=3.34.1 — 200 — 191 B — 69 ms — h2https://libsyn.com/wp-content/plugins/elementor-pro/assets/css/modules/sticky.min.css?ver=3.34.0/wp-content/plugins/elementor-pro/a... https://libsyn.com/wp-content/plugins/elementor-pro/assets/css/modules/sticky.min.css?ver=3.34.0 — 200 — 217 B — 78 ms — h2https://libsyn.com/wp-content/plugins/elementor/assets/css/widget-heading.min.css?ver=3.34.1/wp-content/plugins/elementor/asset... https://libsyn.com/wp-content/plugins/elementor/assets/css/widget-heading.min.css?ver=3.34.1 — 200 — 239 B — 56 ms — h2https://libsyn.com/wp-content/uploads/elementor/css/custom-widget-icon-list.min.css?ver=1776350547/wp-content/uploads/elementor/css/c... https://libsyn.com/wp-content/uploads/elementor/css/custom-widget-icon-list.min.css?ver=1776350547 — 200 — 1.2 KiB — 58 ms — h2https://libsyn.com/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/view/general.min.css?ver=6.5.5/wp-content/plugins/essential-addon... https://libsyn.com/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/view/general.min.css?ver=6.5.5 — 200 — 1.7 KiB — 91 ms — h2https://libsyn.com/wp-content/uploads/essential-addons-elementor/eael-30876.css?ver=1770983942/wp-content/uploads/essential-addon... https://libsyn.com/wp-content/uploads/essential-addons-elementor/eael-30876.css?ver=1770983942 — 200 — 3.0 KiB — 73 ms — h2https://libsyn.com/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.45.0/wp-content/plugins/elementor/asset... https://libsyn.com/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.45.0 — 200 — 4.4 KiB — 78 ms — h2https://libsyn.com/wp-content/uploads/elementor/css/post-11427.css?ver=1776350547/wp-content/uploads/elementor/css/p... https://libsyn.com/wp-content/uploads/elementor/css/post-11427.css?ver=1776350547 — 200 — 1.2 KiB — 74 ms — h2https://libsyn.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/all.min.css?ver=4.11.63/wp-content/plugins/elementor/asset... https://libsyn.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/all.min.css?ver=4.11.63 — 200 — 13.4 KiB — 101 ms — h2
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s FCP 8.7 s LCP 23.9 shttps://libsyn.com// https://libsyn.com/ — 200 — 26.1 KiB — 47 ms — h2https://libsyn.com/wp-content/plugins/listdom/assets/css/frontend.min.css?ver=5.2.0/wp-content/plugins/listdom/assets/... https://libsyn.com/wp-content/plugins/listdom/assets/css/frontend.min.css?ver=5.2.0 — 200 — 98.8 KiB — 140 ms — h2https://fonts.googleapis.com/css?family=Poppins%3A600%2C500%2C500%2C400%2C500%2C400%2C400%2C500%2C400%2C400&ver=6.9.4fonts.googleapis.com/css?family=Pop... https://fonts.googleapis.com/css?family=Poppins%3A600%2C500%2C500%2C400%2C500%2C400%2C400%2C500%2C400%2C400&ver=6.9.4 — 200 — 992 B — 979 ms — h2https://libsyn.com/wp-content/plugins/listdom/assets/css/personalized.css?ver=5.2.0/wp-content/plugins/listdom/assets/... https://libsyn.com/wp-content/plugins/listdom/assets/css/personalized.css?ver=5.2.0 — 200 — 2.5 KiB — 34 ms — h2https://libsyn.com/wp-content/plugins/listdom/assets/packages/font-awesome/css/font-awesome.min.css?ver=5.2.0/wp-content/plugins/listdom/assets/... https://libsyn.com/wp-content/plugins/listdom/assets/packages/font-awesome/css/font-awesome.min.css?ver=5.2.0 — 200 — 23.9 KiB — 79 ms — h2https://libsyn.com/wp-content/plugins/listdom/assets/packages/pickr/pickr.min.css?ver=5.2.0/wp-content/plugins/listdom/assets/... https://libsyn.com/wp-content/plugins/listdom/assets/packages/pickr/pickr.min.css?ver=5.2.0 — 200 — 2.1 KiB — 46 ms — h2https://libsyn.com/wp-content/plugins/listdom/assets/packages/simplelightbox/simple-lightbox.min.css?ver=5.2.0/wp-content/plugins/listdom/assets/... https://libsyn.com/wp-content/plugins/listdom/assets/packages/simplelightbox/simple-lightbox.min.css?ver=5.2.0 — 200 — 1.1 KiB — 58 ms — h2https://libsyn.com/wp-content/plugins/listdom/assets/packages/featherlight/fl.min.css?ver=5.2.0/wp-content/plugins/listdom/assets/... https://libsyn.com/wp-content/plugins/listdom/assets/packages/featherlight/fl.min.css?ver=5.2.0 — 200 — 866 B — 41 ms — h2https://libsyn.com/wp-content/plugins/listdom/assets/packages/select2/select2.min.css?ver=5.2.0/wp-content/plugins/listdom/assets/... https://libsyn.com/wp-content/plugins/listdom/assets/packages/select2/select2.min.css?ver=5.2.0 — 200 — 2.3 KiB — 43 ms — h2https://libsyn.com/wp-content/plugins/listdom/assets/packages/lightslider/css/lightslider.min.css?ver=5.2.0/wp-content/plugins/listdom/assets/... https://libsyn.com/wp-content/plugins/listdom/assets/packages/lightslider/css/lightslider.min.css?ver=5.2.0 — 200 — 1.6 KiB — 30 ms — h2https://libsyn.com/wp-content/plugins/listdom/assets/packages/nouislider/nouislider.min.css?ver=5.2.0/wp-content/plugins/listdom/assets/... https://libsyn.com/wp-content/plugins/listdom/assets/packages/nouislider/nouislider.min.css?ver=5.2.0 — 200 — 1.3 KiB — 33 ms — h2https://libsyn.com/wp-content/plugins/listdom/assets/packages/lsdi/lsdi.css?ver=5.2.0/wp-content/plugins/listdom/assets/... https://libsyn.com/wp-content/plugins/listdom/assets/packages/lsdi/lsdi.css?ver=5.2.0 — 200 — 1013 B — 35 ms — h2https://libsyn.com/wp-content/plugins/qi-addons-for-elementor/assets/css/grid.min.css?ver=1.9.5/wp-content/plugins/qi-addons-for-e... https://libsyn.com/wp-content/plugins/qi-addons-for-elementor/assets/css/grid.min.css?ver=1.9.5 — 200 — 1.8 KiB — 70 ms — h2https://libsyn.com/wp-content/plugins/qi-addons-for-elementor/assets/css/helper-parts.min.css?ver=1.9.5/wp-content/plugins/qi-addons-for-e... https://libsyn.com/wp-content/plugins/qi-addons-for-elementor/assets/css/helper-parts.min.css?ver=1.9.5 — 200 — 3.8 KiB — 66 ms — h2https://libsyn.com/wp-content/plugins/qi-addons-for-elementor/assets/css/main.min.css?ver=1.9.5/wp-content/plugins/qi-addons-for-e... https://libsyn.com/wp-content/plugins/qi-addons-for-elementor/assets/css/main.min.css?ver=1.9.5 — 200 — 29.3 KiB — 87 ms — h2https://libsyn.com/wp-content/themes/hello-elementor/assets/css/reset.css?ver=3.4.5/wp-content/themes/hello-elementor/... https://libsyn.com/wp-content/themes/hello-elementor/assets/css/reset.css?ver=3.4.5 — 200 — 1.9 KiB — 57 ms — h2https://libsyn.com/wp-content/themes/hello-elementor/assets/css/theme.css?ver=3.4.5/wp-content/themes/hello-elementor/... https://libsyn.com/wp-content/themes/hello-elementor/assets/css/theme.css?ver=3.4.5 — 200 — 1.4 KiB — 58 ms — h2https://libsyn.com/wp-content/themes/hello-elementor/assets/css/header-footer.css?ver=3.4.5/wp-content/themes/hello-elementor/... https://libsyn.com/wp-content/themes/hello-elementor/assets/css/header-footer.css?ver=3.4.5 — 200 — 1.6 KiB — 54 ms — h2https://libsyn.com/wp-content/uploads/elementor/css/custom-frontend.min.css?ver=1776350547/wp-content/uploads/elementor/css/c... https://libsyn.com/wp-content/uploads/elementor/css/custom-frontend.min.css?ver=1776350547 — 200 — 7.7 KiB — 33 ms — h2https://libsyn.com/wp-content/plugins/elementor/assets/css/widget-image.min.css?ver=3.34.1/wp-content/plugins/elementor/asset... https://libsyn.com/wp-content/plugins/elementor/assets/css/widget-image.min.css?ver=3.34.1 — 200 — 200 B — 65 ms — h2https://libsyn.com/wp-content/uploads/elementor/css/custom-pro-widget-nav-menu.min.css?ver=1776350547/wp-content/uploads/elementor/css/c... https://libsyn.com/wp-content/uploads/elementor/css/custom-pro-widget-nav-menu.min.css?ver=1776350547 — 200 — 3.8 KiB — 49 ms — h2https://libsyn.com/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-grow.min.css?ver=3.34.1/wp-content/plugins/elementor/asset... https://libsyn.com/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-grow.min.css?ver=3.34.1 — 200 — 191 B — 69 ms — h2https://libsyn.com/wp-content/plugins/elementor-pro/assets/css/modules/sticky.min.css?ver=3.34.0/wp-content/plugins/elementor-pro/a... https://libsyn.com/wp-content/plugins/elementor-pro/assets/css/modules/sticky.min.css?ver=3.34.0 — 200 — 217 B — 78 ms — h2https://libsyn.com/wp-content/plugins/elementor/assets/css/widget-heading.min.css?ver=3.34.1/wp-content/plugins/elementor/asset... https://libsyn.com/wp-content/plugins/elementor/assets/css/widget-heading.min.css?ver=3.34.1 — 200 — 239 B — 56 ms — h2https://libsyn.com/wp-content/uploads/elementor/css/custom-widget-icon-list.min.css?ver=1776350547/wp-content/uploads/elementor/css/c... https://libsyn.com/wp-content/uploads/elementor/css/custom-widget-icon-list.min.css?ver=1776350547 — 200 — 1.2 KiB — 58 ms — h2https://libsyn.com/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/view/general.min.css?ver=6.5.5/wp-content/plugins/essential-addon... https://libsyn.com/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/view/general.min.css?ver=6.5.5 — 200 — 1.7 KiB — 91 ms — h2https://libsyn.com/wp-content/uploads/essential-addons-elementor/eael-30876.css?ver=1770983942/wp-content/uploads/essential-addon... https://libsyn.com/wp-content/uploads/essential-addons-elementor/eael-30876.css?ver=1770983942 — 200 — 3.0 KiB — 73 ms — h2https://libsyn.com/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.45.0/wp-content/plugins/elementor/asset... https://libsyn.com/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.45.0 — 200 — 4.4 KiB — 78 ms — h2https://libsyn.com/wp-content/uploads/elementor/css/post-11427.css?ver=1776350547/wp-content/uploads/elementor/css/p... https://libsyn.com/wp-content/uploads/elementor/css/post-11427.css?ver=1776350547 — 200 — 1.2 KiB — 74 ms — h2https://libsyn.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/all.min.css?ver=4.11.63/wp-content/plugins/elementor/asset... https://libsyn.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/all.min.css?ver=4.11.63 — 200 — 13.4 KiB — 101 ms — h2https://libsyn.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.min.css?ver=3.34.1/wp-content/plugins/elementor/asset... https://libsyn.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.min.css?ver=3.34.1 — 200 — 4.3 KiB — 127 ms — h2https://libsyn.com/wp-content/plugins/qi-addons-for-elementor/assets/plugins/swiper/8.4.5/swiper.min.css?ver=8.4.5/wp-content/plugins/qi-addons-for-e... https://libsyn.com/wp-content/plugins/qi-addons-for-elementor/assets/plugins/swiper/8.4.5/swiper.min.css?ver=8.4.5 — 200 — 4.9 KiB — 127 ms — h2https://libsyn.com/wp-content/plugins/elementor/assets/css/conditionals/e-swiper.min.css?ver=3.34.1/wp-content/plugins/elementor/asset... https://libsyn.com/wp-content/plugins/elementor/assets/css/conditionals/e-swiper.min.css?ver=3.34.1 — 200 — 992 B — 94 ms — h2https://libsyn.com/wp-content/plugins/elementor/assets/css/widget-image-carousel.min.css?ver=3.34.1/wp-content/plugins/elementor/asset... https://libsyn.com/wp-content/plugins/elementor/assets/css/widget-image-carousel.min.css?ver=3.34.1 — 200 — 243 B — 108 ms — h2https://libsyn.com/wp-content/plugins/elementor/assets/lib/animations/styles/fadeInLeft.min.css?ver=3.34.1/wp-content/plugins/elementor/asset... https://libsyn.com/wp-content/plugins/elementor/assets/lib/animations/styles/fadeInLeft.min.css?ver=3.34.1 — 200 — 225 B — 91 ms — h2https://libsyn.com/wp-content/plugins/elementor/assets/lib/animations/styles/fadeInUp.min.css?ver=3.34.1/wp-content/plugins/elementor/asset... https://libsyn.com/wp-content/plugins/elementor/assets/lib/animations/styles/fadeInUp.min.css?ver=3.34.1 — 200 — 194 B — 89 ms — h2https://libsyn.com/wp-content/plugins/elementor/assets/lib/animations/styles/fadeInRight.min.css?ver=3.34.1/wp-content/plugins/elementor/asset... https://libsyn.com/wp-content/plugins/elementor/assets/lib/animations/styles/fadeInRight.min.css?ver=3.34.1 — 200 — 224 B — 105 ms — h2https://libsyn.com/wp-content/uploads/elementor/css/custom-widget-nested-tabs.min.css?ver=1776350547/wp-content/uploads/elementor/css/c... https://libsyn.com/wp-content/uploads/elementor/css/custom-widget-nested-tabs.min.css?ver=1776350547 — 200 — 2.1 KiB — 95 ms — h2https://libsyn.com/wp-content/uploads/elementor/css/custom-widget-icon-box.min.css?ver=1776350547/wp-content/uploads/elementor/css/c... https://libsyn.com/wp-content/uploads/elementor/css/custom-widget-icon-box.min.css?ver=1776350547 — 200 — 550 B — 127 ms — h2https://libsyn.com/wp-content/plugins/elementor/assets/lib/animations/styles/bounce.min.css?ver=3.34.1/wp-content/plugins/elementor/asset... https://libsyn.com/wp-content/plugins/elementor/assets/lib/animations/styles/bounce.min.css?ver=3.34.1 — 200 — 256 B — 99 ms — h2https://libsyn.com/wp-content/uploads/elementor/css/post-30876.css?ver=1776350548/wp-content/uploads/elementor/css/p... https://libsyn.com/wp-content/uploads/elementor/css/post-30876.css?ver=1776350548 — 200 — 5.7 KiB — 148 ms — h2https://libsyn.com/wp-content/uploads/elementor/css/post-23590.css?ver=1776350548/wp-content/uploads/elementor/css/p... https://libsyn.com/wp-content/uploads/elementor/css/post-23590.css?ver=1776350548 — 200 — 2.6 KiB — 100 ms — h2https://libsyn.com/wp-content/uploads/elementor/css/post-72.css?ver=1776350548/wp-content/uploads/elementor/css/p... https://libsyn.com/wp-content/uploads/elementor/css/post-72.css?ver=1776350548 — 200 — 1.9 KiB — 123 ms — h2https://libsyn.com/wp-includes/css/dashicons.min.css?ver=6.9.4/wp-includes/css/dashicons.min.css?... https://libsyn.com/wp-includes/css/dashicons.min.css?ver=6.9.4 — 200 — 34.9 KiB — 172 ms — h2https://libsyn.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css?ver=5.15.3/wp-content/plugins/elementor/asset... https://libsyn.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css?ver=5.15.3 — 200 — 13.2 KiB — 124 ms — h2https://libsyn.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css?ver=5.15.3/wp-content/plugins/elementor/asset... https://libsyn.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css?ver=5.15.3 — 200 — 374 B — 122 ms — h2https://libsyn.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1/wp-includes/js/jquery/jquery.min.j... https://libsyn.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 31.6 KiB — 172 ms — h2https://libsyn.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1/wp-includes/js/jquery/jquery-migra... https://libsyn.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 5.2 KiB — 125 ms — h2https://libsyn.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3/wp-includes/js/jquery/ui/core.min.... https://libsyn.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3 — 200 — 7.4 KiB — 148 ms — h2https://libsyn.com/wp-includes/js/jquery/ui/mouse.min.js?ver=1.13.3/wp-includes/js/jquery/ui/mouse.min... https://libsyn.com/wp-includes/js/jquery/ui/mouse.min.js?ver=1.13.3 — 200 — 1.3 KiB — 128 ms — h2https://libsyn.com/wp-includes/js/jquery/ui/sortable.min.js?ver=1.13.3/wp-includes/js/jquery/ui/sortable.... https://libsyn.com/wp-includes/js/jquery/ui/sortable.min.js?ver=1.13.3 — 200 — 7.1 KiB — 141 ms — h2https://libsyn.com/wp-includes/js/jquery/ui/slider.min.js?ver=1.13.3/wp-includes/js/jquery/ui/slider.mi... https://libsyn.com/wp-includes/js/jquery/ui/slider.min.js?ver=1.13.3 — 200 — 3.4 KiB — 134 ms — h2https://libsyn.com/wp-includes/js/jquery/ui/menu.min.js?ver=1.13.3/wp-includes/js/jquery/ui/menu.min.... https://libsyn.com/wp-includes/js/jquery/ui/menu.min.js?ver=1.13.3 — 200 — 3.4 KiB — 121 ms — h2https://libsyn.com/wp-includes/js/dist/dom-ready.min.js?ver=f77871ff7694fffea381/wp-includes/js/dist/dom-ready.min.... https://libsyn.com/wp-includes/js/dist/dom-ready.min.js?ver=f77871ff7694fffea381 — 200 — 410 B — 183 ms — h2https://libsyn.com/wp-includes/js/dist/hooks.min.js?ver=dd5603f07f9220ed27f1/wp-includes/js/dist/hooks.min.js?v... https://libsyn.com/wp-includes/js/dist/hooks.min.js?ver=dd5603f07f9220ed27f1 — 200 — 2.0 KiB — 158 ms — h2https://libsyn.com/wp-includes/js/dist/i18n.min.js?ver=c26c3dc7bed366793375/wp-includes/js/dist/i18n.min.js?ve... https://libsyn.com/wp-includes/js/dist/i18n.min.js?ver=c26c3dc7bed366793375 — 200 — 2.3 KiB — 125 ms — h2https://libsyn.com/wp-includes/js/dist/a11y.min.js?ver=cb460b4676c94bd228ed/wp-includes/js/dist/a11y.min.js?ve... https://libsyn.com/wp-includes/js/dist/a11y.min.js?ver=cb460b4676c94bd228ed — 200 — 1023 B — 134 ms — h2https://libsyn.com/wp-includes/js/jquery/ui/autocomplete.min.js?ver=1.13.3/wp-includes/js/jquery/ui/autocompl... https://libsyn.com/wp-includes/js/jquery/ui/autocomplete.min.js?ver=1.13.3 — 200 — 3.1 KiB — 129 ms — h2https://libsyn.com/wp-content/plugins/listdom/assets/js/frontend.min.js?ver=5.2.0/wp-content/plugins/listdom/assets/... https://libsyn.com/wp-content/plugins/listdom/assets/js/frontend.min.js?ver=5.2.0 — 200 — 39.4 KiB — 184 ms — h2https://libsyn.com/wp-content/plugins/listdom/assets/packages/owl-carousel/owl.carousel.min.js?ver=5.2.0/wp-content/plugins/listdom/assets/... https://libsyn.com/wp-content/plugins/listdom/assets/packages/owl-carousel/owl.carousel.min.js?ver=5.2.0 — 200 — 12.3 KiB — 151 ms — h2https://libsyn.com/wp-content/plugins/listdom/assets/packages/pickr/pickr.min.js?ver=5.2.0/wp-content/plugins/listdom/assets/... https://libsyn.com/wp-content/plugins/listdom/assets/packages/pickr/pickr.min.js?ver=5.2.0 — 200 — 8.5 KiB — 180 ms — h2https://libsyn.com/wp-content/plugins/listdom/assets/packages/simplelightbox/simple-lightbox.jquery.min.js?ver=5.2.0/wp-content/plugins/listdom/assets/... https://libsyn.com/wp-content/plugins/listdom/assets/packages/simplelightbox/simple-lightbox.jquery.min.js?ver=5.2.0 — 200 — 9.3 KiB — 165 ms — h2https://libsyn.com/wp-content/plugins/listdom/assets/packages/featherlight/fl.min.js?ver=5.2.0/wp-content/plugins/listdom/assets/... https://libsyn.com/wp-content/plugins/listdom/assets/packages/featherlight/fl.min.js?ver=5.2.0 — 200 — 3.8 KiB — 127 ms — h2https://libsyn.com/wp-content/plugins/listdom/assets/packages/select2/select2.full.min.js?ver=5.2.0/wp-content/plugins/listdom/assets/... https://libsyn.com/wp-content/plugins/listdom/assets/packages/select2/select2.full.min.js?ver=5.2.0 — 200 — 23.3 KiB — 151 ms — h2https://libsyn.com/wp-content/plugins/listdom/assets/packages/lightslider/js/lightslider.min.js?ver=5.2.0/wp-content/plugins/listdom/assets/... https://libsyn.com/wp-content/plugins/listdom/assets/packages/lightslider/js/lightslider.min.js?ver=5.2.0 — 200 — 5.1 KiB — 140 ms — h2https://libsyn.com/wp-content/plugins/listdom/assets/packages/nouislider/nouislider.min.js?ver=5.2.0/wp-content/plugins/listdom/assets/... https://libsyn.com/wp-content/plugins/listdom/assets/packages/nouislider/nouislider.min.js?ver=5.2.0 — 200 — 9.3 KiB — 133 ms — h2https://libsyn.com/wp-content/plugins/elementor/assets/lib/font-awesome/js/v4-shims.min.js?ver=3.34.1/wp-content/plugins/elementor/asset... https://libsyn.com/wp-content/plugins/elementor/assets/lib/font-awesome/js/v4-shims.min.js?ver=3.34.1 — 200 — 4.3 KiB — 160 ms — h2https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — 200 — 9.1 KiB — 167 ms — h2https://libsyn.com/wp-content/uploads/2021/09/libsyn-logo.webp/wp-content/uploads/2021/09/libsyn-... https://libsyn.com/wp-content/uploads/2021/09/libsyn-logo.webp — 200 — 12.3 KiB — 159 ms — h2https://libsyn.com/wp-content/uploads/2025/12/Disrespectfully-600x600-1.png/wp-content/uploads/2025/12/Disresp... https://libsyn.com/wp-content/uploads/2025/12/Disrespectfully-600x600-1.png — 200 — 36.1 KiB — 163 ms — h2https://libsyn.com/wp-content/uploads/2025/12/AdobeStock_478672414-768x268.jpeg/wp-content/uploads/2025/12/AdobeSt... https://libsyn.com/wp-content/uploads/2025/12/AdobeStock_478672414-768x268.jpeg — 200 — 17.9 KiB — 161 ms — h2https://libsyn.com/wp-content/uploads/2025/12/Girls-Next-Level-600x600-1.png/wp-content/uploads/2025/12/Girls-N... https://libsyn.com/wp-content/uploads/2025/12/Girls-Next-Level-600x600-1.png — 200 — 115.4 KiB — 26 ms — h2https://libsyn.com/wp-content/uploads/2025/12/Stay-True-600x600-1.png/wp-content/uploads/2025/12/Stay-Tr... https://libsyn.com/wp-content/uploads/2025/12/Stay-True-600x600-1.png — 200 — 30.3 KiB — 28 ms — h2https://libsyn.com/wp-content/plugins/listdom/assets/packages/leaflet/leaflet.css?ver=5.2.0/wp-content/plugins/listdom/assets/... https://libsyn.com/wp-content/plugins/listdom/assets/packages/leaflet/leaflet.css?ver=5.2.0 — 200 — 3.8 KiB — 28 ms — h2https://libsyn.com/wp-content/plugins/listdom/assets/packages/leaflet/cluster.css?ver=5.2.0/wp-content/plugins/listdom/assets/... https://libsyn.com/wp-content/plugins/listdom/assets/packages/leaflet/cluster.css?ver=5.2.0 — 200 — 344 B — 28 ms — h2https://libsyn.com/wp-content/plugins/listdom/assets/packages/leaflet/cluster.default.css?ver=5.2.0/wp-content/plugins/listdom/assets/... https://libsyn.com/wp-content/plugins/listdom/assets/packages/leaflet/cluster.default.css?ver=5.2.0 — 200 — 499 B — 28 ms — h2https://libsyn.com/wp-content/plugins/essential-blocks/assets/js/eb-blocks-localize.js?ver=31d6cfe0d16ae931b73c/wp-content/plugins/essential-block... https://libsyn.com/wp-content/plugins/essential-blocks/assets/js/eb-blocks-localize.js?ver=31d6cfe0d16ae931b73c — 200 — 101 B — 28 ms — h2https://libsyn.com/wp-content/plugins/qi-addons-for-elementor/assets/js/main.min.js?ver=1.9.5/wp-content/plugins/qi-addons-for-e... https://libsyn.com/wp-content/plugins/qi-addons-for-elementor/assets/js/main.min.js?ver=1.9.5 — 200 — 14.1 KiB — 23 ms — h2https://libsyn.com/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.34.1/wp-content/plugins/elementor/asset... https://libsyn.com/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.34.1 — 200 — 2.6 KiB — 24 ms — h2https://libsyn.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.34.1/wp-content/plugins/elementor/asset... https://libsyn.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.34.1 — 200 — 26.3 KiB — 28 ms — h2https://libsyn.com/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.34.1/wp-content/plugins/elementor/asset... https://libsyn.com/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.34.1 — 200 — 10.8 KiB — 26 ms — h2https://libsyn.com/wp-content/plugins/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.min.js?ver=1.2.1/wp-content/plugins/elementor-pro/a... https://libsyn.com/wp-content/plugins/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.min.js?ver=1.2.1 — 200 — 7.6 KiB — 28 ms — h2https://libsyn.com/wp-content/plugins/elementor-pro/assets/lib/sticky/jquery.sticky.min.js?ver=3.34.0/wp-content/plugins/elementor-pro/a... https://libsyn.com/wp-content/plugins/elementor-pro/assets/lib/sticky/jquery.sticky.min.js?ver=3.34.0 — 200 — 1.6 KiB — 27 ms — h2https://libsyn.com/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/view/general.min.js?ver=6.5.5/wp-content/plugins/essential-addon... https://libsyn.com/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/view/general.min.js?ver=6.5.5 — 200 — 4.3 KiB — 27 ms — h2https://libsyn.com/wp-content/uploads/essential-addons-elementor/eael-30876.js?ver=1770983942/wp-content/uploads/essential-addon... https://libsyn.com/wp-content/uploads/essential-addons-elementor/eael-30876.js?ver=1770983942 — 200 — 98 B — 23 ms — h2https://libsyn.com/wp-content/plugins/qi-addons-for-elementor/assets/plugins/swiper/8.4.5/swiper.min.js?ver=8.4.5/wp-content/plugins/qi-addons-for-e... https://libsyn.com/wp-content/plugins/qi-addons-for-elementor/assets/plugins/swiper/8.4.5/swiper.min.js?ver=8.4.5 — 200 — 41.1 KiB — 26 ms — h2https://libsyn.com/wp-content/plugins/premium-addons-for-elementor/assets/frontend/min-js/elements-handler.min.js?ver=4.11.63/wp-content/plugins/premium-addons-... https://libsyn.com/wp-content/plugins/premium-addons-for-elementor/assets/frontend/min-js/elements-handler.min.js?ver=4.11.63 — 200 — 197 B — 27 ms — h2https://libsyn.com/wp-content/plugins/premium-addons-for-elementor/assets/frontend/min-js/premium-eq-height.min.js?ver=4.11.63/wp-content/plugins/premium-addons-... https://libsyn.com/wp-content/plugins/premium-addons-for-elementor/assets/frontend/min-js/premium-eq-height.min.js?ver=4.11.63 — 200 — 647 B — 24 ms — h2https://libsyn.com/wp-content/plugins/qi-addons-for-elementor/inc/plugins/elementor/assets/js/elementor.js?ver=6.9.4/wp-content/plugins/qi-addons-for-e... https://libsyn.com/wp-content/plugins/qi-addons-for-elementor/inc/plugins/elementor/assets/js/elementor.js?ver=6.9.4 — 200 — 1.7 KiB — 26 ms — h2https://libsyn.com/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=3.34.0/wp-content/plugins/elementor-pro/a... https://libsyn.com/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=3.34.0 — 200 — 2.9 KiB — 25 ms — h2https://libsyn.com/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=3.34.0/wp-content/plugins/elementor-pro/a... https://libsyn.com/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=3.34.0 — 200 — 6.9 KiB — 25 ms — h2https://libsyn.com/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js?ver=3.34.0/wp-content/plugins/elementor-pro/a... https://libsyn.com/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js?ver=3.34.0 — 200 — 11.2 KiB — 21 ms — h2https://libsyn.com/wp-content/plugins/qi-addons-for-elementor/inc/masonry/assets/js/plugins/isotope.pkgd.min.js?ver=3.0.6/wp-content/plugins/qi-addons-for-e... https://libsyn.com/wp-content/plugins/qi-addons-for-elementor/inc/masonry/assets/js/plugins/isotope.pkgd.min.js?ver=3.0.6 — 200 — 10.5 KiB — 28 ms — h2https://libsyn.com/wp-content/plugins/listdom/assets/packages/leaflet/leaflet.js?ver=5.2.0/wp-content/plugins/listdom/assets/... https://libsyn.com/wp-content/plugins/listdom/assets/packages/leaflet/leaflet.js?ver=5.2.0 — 200 — 44.5 KiB — 26 ms — h2https://libsyn.com/wp-content/plugins/listdom/assets/packages/leaflet/leaflet.cluster.js?ver=5.2.0/wp-content/plugins/listdom/assets/... https://libsyn.com/wp-content/plugins/listdom/assets/packages/leaflet/leaflet.cluster.js?ver=5.2.0 — 200 — 9.5 KiB — 22 ms — h2https://libsyn.com/wp-content/plugins/listdom/assets/js/elementor-preview.min.js?ver=5.2.0/wp-content/plugins/listdom/assets/... https://libsyn.com/wp-content/plugins/listdom/assets/js/elementor-preview.min.js?ver=5.2.0 — 200 — 511 B — 22 ms — h2https://www.googletagmanager.com/gtag/js?id=G-6MD8SMG8NTwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-6MD8SMG8NT — 200 — 176.5 KiB — 92 ms — h2https://widget.trustpilot.com/bootstrap/v5/tp.widget.bootstrap.min.jswidget.trustpilot.com/bootstrap/v5/... https://widget.trustpilot.com/bootstrap/v5/tp.widget.bootstrap.min.js — 200 — 8.1 KiB — 19 ms — h2https://d3niuqph2rteir.cloudfront.net/client_js/stellar.js?apiKey=d110e099f261ddc8871b63cf7abcdd02:15606216dd8abd12eb14ca079e9334dd4292c07b4869181150d2ad6a8f5ece08d3niuqph2rteir.cloudfront.net/clien... https://d3niuqph2rteir.cloudfront.net/client_js/stellar.js?apiKey=d110e099f261ddc8871b63cf7abcdd02:15606216dd8abd12eb14ca079e9334dd4292c07b4869181150d2ad6a8f5ece08 — 200 — 16.8 KiB — 18 ms — h2https://libsyn.com/wp-content/uploads/2025/12/Tosh-Show-600x600-1.png/wp-content/uploads/2025/12/Tosh-Sh... https://libsyn.com/wp-content/uploads/2025/12/Tosh-Show-600x600-1.png — 200 — 82.3 KiB — 24 ms — h2https://libsyn.com/wp-content/uploads/2025/12/Viall-Files-600x600-1.png/wp-content/uploads/2025/12/Viall-F... https://libsyn.com/wp-content/uploads/2025/12/Viall-Files-600x600-1.png — 200 — 26.1 KiB — 22 ms — h2https://libsyn.com/wp-content/uploads/2025/12/Lore-600x600-1.png/wp-content/uploads/2025/12/Lore-60... https://libsyn.com/wp-content/uploads/2025/12/Lore-600x600-1.png — 200 — 78.0 KiB — 24 ms — h2https://libsyn.com/wp-content/uploads/2025/12/Rich-Dad-600x600-1.png/wp-content/uploads/2025/12/Rich-Da... https://libsyn.com/wp-content/uploads/2025/12/Rich-Dad-600x600-1.png — 200 — 31.6 KiB — 23 ms — h2https://libsyn.com/wp-content/uploads/2025/12/Strictly-Stalking-600x600-1.png/wp-content/uploads/2025/12/Strictl... https://libsyn.com/wp-content/uploads/2025/12/Strictly-Stalking-600x600-1.png — 200 — 22.9 KiB — 22 ms — h2https://libsyn.com/wp-content/uploads/2025/12/Trying-not-to-die-Osbourne-600x600-1.png/wp-content/uploads/2025/12/Trying-... https://libsyn.com/wp-content/uploads/2025/12/Trying-not-to-die-Osbourne-600x600-1.png — 200 — 90.8 KiB — 24 ms — h2https://libsyn.com/wp-content/uploads/2025/12/Humble-brag-600x600-1.png/wp-content/uploads/2025/12/Humble-... https://libsyn.com/wp-content/uploads/2025/12/Humble-brag-600x600-1.png — 200 — 74.8 KiB — 26 ms — h2https://libsyn.com/wp-content/uploads/2025/12/10-happier-dan-harris-600x600-1.png/wp-content/uploads/2025/12/10-happ... https://libsyn.com/wp-content/uploads/2025/12/10-happier-dan-harris-600x600-1.png — 200 — 8.8 KiB — 23 ms — h2https://libsyn.com/wp-content/uploads/2025/12/criminology-600x600-1.png/wp-content/uploads/2025/12/crimino... https://libsyn.com/wp-content/uploads/2025/12/criminology-600x600-1.png — 200 — 89.5 KiB — 27 ms — h2https://libsyn.com/wp-content/uploads/2025/12/Kristian-Harloff-show-600x600-1.png/wp-content/uploads/2025/12/Kristia... https://libsyn.com/wp-content/uploads/2025/12/Kristian-Harloff-show-600x600-1.png — 200 — 33.1 KiB — 19 ms — h2https://libsyn.com/wp-content/uploads/2025/12/Need-To-Know-600x600-1.png/wp-content/uploads/2025/12/Need-To... https://libsyn.com/wp-content/uploads/2025/12/Need-To-Know-600x600-1.png — 200 — 31.4 KiB — 25 ms — h2https://cdn.cookielaw.org/consent/ad693c2c-dc2b-4323-9753-bae41f8947c2/ad693c2c-dc2b-4323-9753-bae41f8947c2.jsoncdn.cookielaw.org/consent/ad693c2c-... https://cdn.cookielaw.org/consent/ad693c2c-dc2b-4323-9753-bae41f8947c2/ad693c2c-dc2b-4323-9753-bae41f8947c2.json — 200 — 2.4 KiB — 57 ms — h2https://libsyn.com/wp-content/uploads/2025/12/Small-Town-Murder-600x600-1.png/wp-content/uploads/2025/12/Small-T... https://libsyn.com/wp-content/uploads/2025/12/Small-Town-Murder-600x600-1.png — 200 — 24.8 KiB — 50 ms — h2https://libsyn.com/wp-content/uploads/2025/12/Teachers-off-duty-600x600-1.png/wp-content/uploads/2025/12/Teacher... https://libsyn.com/wp-content/uploads/2025/12/Teachers-off-duty-600x600-1.png — 200 — 84.0 KiB — 79 ms — h2https://libsyn.com/wp-content/uploads/2025/12/The-Deep-End-600x600-1.png/wp-content/uploads/2025/12/The-Dee... https://libsyn.com/wp-content/uploads/2025/12/The-Deep-End-600x600-1.png — 200 — 120.9 KiB — 34 ms — h2https://libsyn.com/wp-content/uploads/2025/12/THE-JAMIE-O-600x600-1.png/wp-content/uploads/2025/12/THE-JAM... https://libsyn.com/wp-content/uploads/2025/12/THE-JAMIE-O-600x600-1.png — 200 — 50.8 KiB — 77 ms — h2https://libsyn.com/wp-content/uploads/2025/12/The-Newsworthy-600x600-1.png/wp-content/uploads/2025/12/The-New... https://libsyn.com/wp-content/uploads/2025/12/The-Newsworthy-600x600-1.png — 200 — 55.7 KiB — 91 ms — h2https://libsyn.com/wp-content/uploads/2025/12/The-Gist-600x600-1.png/wp-content/uploads/2025/12/The-Gis... https://libsyn.com/wp-content/uploads/2025/12/The-Gist-600x600-1.png — 200 — 28.5 KiB — 94 ms — h2https://libsyn.com/wp-content/uploads/2025/12/Apple-Podcast-logo-small-BW-300x99.png/wp-content/uploads/2025/12/Apple-P... https://libsyn.com/wp-content/uploads/2025/12/Apple-Podcast-logo-small-BW-300x99.png — 200 — 6.8 KiB — 54 ms — h2https://libsyn.com/wp-content/uploads/2025/12/Spotify-logo-small-BW2-300x99.png/wp-content/uploads/2025/12/Spotify... https://libsyn.com/wp-content/uploads/2025/12/Spotify-logo-small-BW2-300x99.png — 200 — 4.5 KiB — 92 ms — h2https://libsyn.com/wp-content/uploads/2025/12/Youtube-logo-small-BW2-300x99.png/wp-content/uploads/2025/12/Youtube... https://libsyn.com/wp-content/uploads/2025/12/Youtube-logo-small-BW2-300x99.png — 200 — 4.7 KiB — 48 ms — h2https://libsyn.com/wp-content/uploads/2025/12/Analytics-Icon-1-300x99.png/wp-content/uploads/2025/12/Analyti... https://libsyn.com/wp-content/uploads/2025/12/Analytics-Icon-1-300x99.png — 200 — 1.3 KiB — 93 ms — h2https://libsyn.com/wp-content/uploads/2025/12/Analytics-Icon-2-300x99.png/wp-content/uploads/2025/12/Analyti... https://libsyn.com/wp-content/uploads/2025/12/Analytics-Icon-2-300x99.png — 200 — 2.5 KiB — 36 ms — h2https://libsyn.com/wp-content/uploads/2025/12/Analytics-Icon-3-300x99.png/wp-content/uploads/2025/12/Analyti... https://libsyn.com/wp-content/uploads/2025/12/Analytics-Icon-3-300x99.png — 200 — 3.2 KiB — 37 ms — h2https://libsyn.com/wp-content/uploads/2025/12/AdobeStock_566501412-768x294.jpeg/wp-content/uploads/2025/12/AdobeSt... https://libsyn.com/wp-content/uploads/2025/12/AdobeStock_566501412-768x294.jpeg — 200 — 18.3 KiB — 93 ms — h2https://libsyn.com/wp-content/uploads/2025/12/AdobeStock_502746087-768x512.jpeg/wp-content/uploads/2025/12/AdobeSt... https://libsyn.com/wp-content/uploads/2025/12/AdobeStock_502746087-768x512.jpeg — 200 — 41.3 KiB — 94 ms — h2https://libsyn.com/wp-content/uploads/2025/12/Podcast-hosts-768x512.png/wp-content/uploads/2025/12/Podcast... https://libsyn.com/wp-content/uploads/2025/12/Podcast-hosts-768x512.png — 200 — 47.1 KiB — 89 ms — h2https://libsyn.com/wp-content/uploads/2025/12/AdobeStock_611255673-768x512.jpeg/wp-content/uploads/2025/12/AdobeSt... https://libsyn.com/wp-content/uploads/2025/12/AdobeStock_611255673-768x512.jpeg — 200 — 19.1 KiB — 93 ms — h2https://libsyn.com/wp-content/uploads/2025/12/AdobeStock_517872399-768x432.jpeg/wp-content/uploads/2025/12/AdobeSt... https://libsyn.com/wp-content/uploads/2025/12/AdobeStock_517872399-768x432.jpeg — 200 — 46.2 KiB — 93 ms — h2https://libsyn.com/wp-content/uploads/2025/12/Upload-your-podcast-to-Youtube-768x432.jpg/wp-content/uploads/2025/12/Upload-... https://libsyn.com/wp-content/uploads/2025/12/Upload-your-podcast-to-Youtube-768x432.jpg — 200 — 27.3 KiB — 93 ms — h2https://libsyn.com/wp-content/uploads/2025/12/Podcast-Ads-FAG-CTA-768x432.png/wp-content/uploads/2025/12/Podcast... https://libsyn.com/wp-content/uploads/2025/12/Podcast-Ads-FAG-CTA-768x432.png — 200 — 25.3 KiB — 91 ms — h2https://libsyn.com/wp-content/uploads/2019/03/Libsyn_Logo_White-768x235.webp/wp-content/uploads/2019/03/Libsyn_... https://libsyn.com/wp-content/uploads/2019/03/Libsyn_Logo_White-768x235.webp — 200 — 11.5 KiB — 85 ms — h2https://libsyn.com/wp-content/plugins/gtranslate/js/lc.js?ver=6.9.4/wp-content/plugins/gtranslate/js/l... https://libsyn.com/wp-content/plugins/gtranslate/js/lc.js?ver=6.9.4 — 200 — 4.9 KiB — 85 ms — h2https://maps.googleapis.com/maps/api/js?loading=async&libraries=places%2Cdrawing&callback=listdom_googlemaps_callback&ver=6.9.4maps.googleapis.com/maps/api/js?loa... https://maps.googleapis.com/maps/api/js?loading=async&libraries=places%2Cdrawing&callback=listdom_googlemaps_callback&ver=6.9.4 — 200 — 2.9 KiB — 101 ms — h2https://load.data.libsyn.com/5jpufcovh.js?es7d06yq=ARJSJDI4XT4%2BQSwtUDhWHFVEQVJAER5XBB8NEB8bXgkHGw%3D%3Dload.data.libsyn.com/5jpufcovh.js?e... https://load.data.libsyn.com/5jpufcovh.js?es7d06yq=ARJSJDI4XT4%2BQSwtUDhWHFVEQVJAER5XBB8NEB8bXgkHGw%3D%3D — 200 — 169.0 KiB — 438 ms — h3https://static.hotjar.com/c/hotjar-3522995.js?sv=6static.hotjar.com/c/hotjar-3522995.... https://static.hotjar.com/c/hotjar-3522995.js?sv=6 — 200 — 6.8 KiB — 162 ms — h2https://geolocation.onetrust.com/cookieconsentpub/v1/geo/locationgeolocation.onetrust.com/cookiecons... https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location — 200 — 309 B — 46 ms — h2https://cdn.cookielaw.org/scripttemplates/202408.1.0/otBannerSdk.jscdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202408.1.0/otBannerSdk.js — 200 — 110.5 KiB — 23 ms — h2blob:https://libsyn.com/e371f438-4931-4bc1-b67b-13f421f343e0libsyn.com/e371f438-4931-4bc1-b67b-... blob:https://libsyn.com/e371f438-4931-4bc1-b67b-13f421f343e0 — 200 — -1 B — 329 ms — blobhttps://libsyn.com/wp-content/uploads/2023/06/Inter-VariableFont_slntwght.ttf/wp-content/uploads/2023/06/Inter-V... https://libsyn.com/wp-content/uploads/2023/06/Inter-VariableFont_slntwght.ttf — 200 — 406.8 KiB — 62 ms — h2https://libsyn.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.45.0/wp-content/plugins/elementor/asset... https://libsyn.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.45.0 — 200 — 102.0 KiB — 28 ms — h2https://libsyn.com/wp-content/uploads/2022/03/OpenSans-Bold.ttf/wp-content/uploads/2022/03/OpenSan... https://libsyn.com/wp-content/uploads/2022/03/OpenSans-Bold.ttf — 200 — 74.7 KiB — 37 ms — h2https://libsyn.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2/wp-content/plugins/elementor/asset... https://libsyn.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2 — 200 — 76.5 KiB — 31 ms — h2https://libsyn.com/wp-content/plugins/elementor/assets/js/shared-frontend-handlers.03caa53373b56d3bab67.bundle.min.js/wp-content/plugins/elementor/asset... https://libsyn.com/wp-content/plugins/elementor/assets/js/shared-frontend-handlers.03caa53373b56d3bab67.bundle.min.js — 200 — 2.8 KiB — 21 ms — h2https://libsyn.com/wp-content/plugins/elementor-pro/assets/js/nav-menu.8521a0597c50611efdc6.bundle.min.js/wp-content/plugins/elementor-pro/a... https://libsyn.com/wp-content/plugins/elementor-pro/assets/js/nav-menu.8521a0597c50611efdc6.bundle.min.js — 200 — 2.0 KiB — 24 ms — h2https://libsyn.com/wp-content/plugins/elementor/assets/js/text-editor.45609661e409413f1cef.bundle.min.js/wp-content/plugins/elementor/asset... https://libsyn.com/wp-content/plugins/elementor/assets/js/text-editor.45609661e409413f1cef.bundle.min.js — 200 — 727 B — 22 ms — h2https://libsyn.com/wp-content/plugins/elementor/assets/js/image-carousel.6167d20b95b33386757b.bundle.min.js/wp-content/plugins/elementor/asset... https://libsyn.com/wp-content/plugins/elementor/assets/js/image-carousel.6167d20b95b33386757b.bundle.min.js — 200 — 326 B — 22 ms — h2https://libsyn.com/wp-content/plugins/elementor/assets/js/nested-tabs.a2401356d329f179475e.bundle.min.js/wp-content/plugins/elementor/asset... https://libsyn.com/wp-content/plugins/elementor/assets/js/nested-tabs.a2401356d329f179475e.bundle.min.js — 200 — 3.5 KiB — 22 ms — h2https://libsyn.com/wp-content/plugins/elementor/assets/js/section-frontend-handlers.d85ab872da118940910d.bundle.min.js/wp-content/plugins/elementor/asset... https://libsyn.com/wp-content/plugins/elementor/assets/js/section-frontend-handlers.d85ab872da118940910d.bundle.min.js — 200 — 324 B — 22 ms — h2https://libsyn.com/wp-content/plugins/elementor/assets/js/nested-title-keyboard-handler.2a67d3cc630e11815acc.bundle.min.js/wp-content/plugins/elementor/asset... https://libsyn.com/wp-content/plugins/elementor/assets/js/nested-title-keyboard-handler.2a67d3cc630e11815acc.bundle.min.js — 200 — 1.6 KiB — 22 ms — h2https://libsyn.com/wp-includes/js/wp-emoji-release.min.js?ver=6.9.4/wp-includes/js/wp-emoji-release.mi... https://libsyn.com/wp-includes/js/wp-emoji-release.min.js?ver=6.9.4 — 200 — 5.5 KiB — 22 ms — h2https://analytics.google.com/g/collect?v=2&tid=G-6MD8SMG8NT&gtm=45je64h1v873613146za200zd873613146&_p=1776800209590&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&gdid=dZTNiMT&_eu=AAAAAGA&are=1&cid=675866819.1776800210&frm=0&pscdl=noapi&rcb=12&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115938465~115938469~117266400&sid=1776800210&sct=1&seg=0&dl=https%3A%2F%2Flibsyn.com%2F&dt=The%20Best%20Podcast%20Hosting%20Platform%20%7C%20Libsyn%20Podcasting&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=1808analytics.google.com/g/collect?v=2&... https://analytics.google.com/g/collect?v=2&tid=G-6MD8SMG8NT&gtm=45je64h1v873613146za200zd873613146&_p=1776800209590&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&gdid=dZTNiMT&_eu=AAAAAGA&are=1&cid=675866819.1776800210&frm=0&pscdl=noapi&rcb=12&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115938465~115938469~117266400&sid=1776800210&sct=1&seg=0&dl=https%3A%2F%2Flibsyn.com%2F&dt=The%20Best%20Podcast%20Hosting%20Platform%20%7C%20Libsyn%20Podcasting&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=1808 — 204 — 545 B — 105 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-6MD8SMG8NT&cid=675866819.1776800210&gtm=45je64h1v873613146za200zd873613146&rcb=12&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938465~115938469~117266400stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-6MD8SMG8NT&cid=675866819.1776800210&gtm=45je64h1v873613146za200zd873613146&rcb=12&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938465~115938469~117266400 — 204 — 554 B — 63 ms — h2https://load.data.libsyn.com/5jpufcovh/5?1286985c=L2d0YWcvanM%2FaWQ9QVctMTA3MjQ0MTU2NyZjeD1jJmd0bT00ZTY0aDE%3Dload.data.libsyn.com/5jpufcovh/5?12... https://load.data.libsyn.com/5jpufcovh/5?1286985c=L2d0YWcvanM%2FaWQ9QVctMTA3MjQ0MTU2NyZjeD1jJmd0bT00ZTY0aDE%3D — 200 — 141.9 KiB — 140 ms — h3https://load.data.libsyn.com/gtm.js?id=GTM-TV7CN6M&gtg_health=1load.data.libsyn.com/gtm.js?id=GTM-... https://load.data.libsyn.com/gtm.js?id=GTM-TV7CN6M&gtg_health=1 — 200 — 749 B — 85 ms — h3https://bat.bing.com/bat.jsbat.bing.com/bat.js https://bat.bing.com/bat.js — 200 — 15.5 KiB — 61 ms — h2https://www.redditstatic.com/ads/pixel.jswww.redditstatic.com/ads/pixel.js https://www.redditstatic.com/ads/pixel.js — 200 — 19.0 KiB — 59 ms — h2https://connect.facebook.net/en_US/fbevents.jsconnect.facebook.net/en_US/fbevents... https://connect.facebook.net/en_US/fbevents.js — 200 — 96.6 KiB — 60 ms — h3https://px.ads.linkedin.com/collect/?pid=3793212&conversionId=8896753&fmt=gif&cb=1776800210348px.ads.linkedin.com/collect/?pid=37... https://px.ads.linkedin.com/collect/?pid=3793212&conversionId=8896753&fmt=gif&cb=1776800210348 — 302 — 603 B — 139 ms — h2https://px.ads.linkedin.com/collect/?pid=3793212&conversionId=8896753&fmt=gif&cb=1776800210356px.ads.linkedin.com/collect/?pid=37... https://px.ads.linkedin.com/collect/?pid=3793212&conversionId=8896753&fmt=gif&cb=1776800210356 — 302 — 423 B — 138 ms — h2https://px.ads.linkedin.com/collect/?pid=3793212&conversionId=8896753&fmt=gif&cb=1776800210367px.ads.linkedin.com/collect/?pid=37... https://px.ads.linkedin.com/collect/?pid=3793212&conversionId=8896753&fmt=gif&cb=1776800210367 — 302 — 711 B — 137 ms — h2https://px.ads.linkedin.com/collect/?pid=3793212&conversionId=8896753&fmt=gif&cb=1776800210385px.ads.linkedin.com/collect/?pid=37... https://px.ads.linkedin.com/collect/?pid=3793212&conversionId=8896753&fmt=gif&cb=1776800210385 — 302 — 422 B — 137 ms — h2https://px.ads.linkedin.com/collect/?pid=3793212&conversionId=8896753&fmt=gif&cb=1776800210388px.ads.linkedin.com/collect/?pid=37... https://px.ads.linkedin.com/collect/?pid=3793212&conversionId=8896753&fmt=gif&cb=1776800210388 — 302 — 422 B — 137 ms — h2https://px.ads.linkedin.com/collect/?pid=3793212&conversionId=8896753&fmt=gif&cb=1776800210390px.ads.linkedin.com/collect/?pid=37... https://px.ads.linkedin.com/collect/?pid=3793212&conversionId=8896753&fmt=gif&cb=1776800210390 — 302 — 678 B — 137 ms — h2https://api.gostellar.app/public/experiments/client/d110e099f261ddc8871b63cf7abcdd02:15606216dd8abd12eb14ca079e9334dd4292c07b4869181150d2ad6a8f5ece08?v=2api.gostellar.app/public/experiment... https://api.gostellar.app/public/experiments/client/d110e099f261ddc8871b63cf7abcdd02:15606216dd8abd12eb14ca079e9334dd4292c07b4869181150d2ad6a8f5ece08?v=2 — 204 — 0 B — 217 ms — h2https://maps.googleapis.com/maps-api-v3/api/js/64/9c/places.jsmaps.googleapis.com/maps-api-v3/api... https://maps.googleapis.com/maps-api-v3/api/js/64/9c/places.js — 200 — 61.4 KiB — 39 ms — h2https://maps.googleapis.com/maps-api-v3/api/js/64/9c/drawing.jsmaps.googleapis.com/maps-api-v3/api... https://maps.googleapis.com/maps-api-v3/api/js/64/9c/drawing.js — 200 — 496 B — 37 ms — h2https://maps.googleapis.com/maps-api-v3/api/js/64/9c/main.jsmaps.googleapis.com/maps-api-v3/api... https://maps.googleapis.com/maps-api-v3/api/js/64/9c/main.js — 200 — 82.9 KiB — 39 ms — h2https://cdn.cookielaw.org/consent/ad693c2c-dc2b-4323-9753-bae41f8947c2/0191dbd2-290c-7464-a627-c4fd0c25f860/en.jsoncdn.cookielaw.org/consent/ad693c2c-... https://cdn.cookielaw.org/consent/ad693c2c-dc2b-4323-9753-bae41f8947c2/0191dbd2-290c-7464-a627-c4fd0c25f860/en.json — 200 — 22.9 KiB — 54 ms — h2https://script.hotjar.com/modules.6a0f3932cb1341a35c18.jsscript.hotjar.com/modules.6a0f3932c... https://script.hotjar.com/modules.6a0f3932cb1341a35c18.js — 200 — 56.6 KiB — 53 ms — h2https://pixel-config.reddit.com/pixels/a2_i7x3y4fhfdba/configpixel-config.reddit.com/pixels/a2_i... https://pixel-config.reddit.com/pixels/a2_i7x3y4fhfdba/config — 200 — 215 B — 40 ms — h2https://alb.reddit.com/rp.gif?ts=1776800210467&id=a2_i7x3y4fhfdba&event=PageVisit&m.value=&m.transactionId=&m.customEventName=&m.products=&m.conversionId=&uuid=f55f6434-332e-47e9-878c-c61547d9696a&aaid=&external_id=&idfa=&integration=gtm&partner=&partner_version=1.0.2&opt_out=0&sh=823&sw=412&v=rdt_f3936046&dpm=&dpcc=&dprc=alb.reddit.com/rp.gif?ts=1776800210... https://alb.reddit.com/rp.gif?ts=1776800210467&id=a2_i7x3y4fhfdba&event=PageVisit&m.value=&m.transactionId=&m.customEventName=&m.products=&m.conversionId=&uuid=f55f6434-332e-47e9-878c-c61547d9696a&aaid=&external_id=&idfa=&integration=gtm&partner=&partner_version=1.0.2&opt_out=0&sh=823&sw=412&v=rdt_f3936046&dpm=&dpcc=&dprc= — 200 — 666 B — 110 ms — h2https://bat.bing.com/p/action/27020905.jsbat.bing.com/p/action/27020905.js https://bat.bing.com/p/action/27020905.js — 200 — 422 B — 39 ms — h2https://connect.facebook.net/signals/config/355478682356357?v=2.9.303&r=stable&domain=libsyn.com&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168connect.facebook.net/signals/config... https://connect.facebook.net/signals/config/355478682356357?v=2.9.303&r=stable&domain=libsyn.com&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168 — 200 — 44.5 KiB — 73 ms — h3https://px.ads.linkedin.com/collect/?pid=3793212&conversionId=8896753&fmt=gif&cb=1776800210367&cookiesTest=truepx.ads.linkedin.com/collect/?pid=37... https://px.ads.linkedin.com/collect/?pid=3793212&conversionId=8896753&fmt=gif&cb=1776800210367&cookiesTest=true — 200 — 331 B — 84 ms — h2https://px.ads.linkedin.com/collect/?pid=3793212&conversionId=8896753&fmt=gif&cb=1776800210385&cookiesTest=truepx.ads.linkedin.com/collect/?pid=37... https://px.ads.linkedin.com/collect/?pid=3793212&conversionId=8896753&fmt=gif&cb=1776800210385&cookiesTest=true — 200 — 331 B — 60 ms — h2https://px.ads.linkedin.com/collect/?pid=3793212&conversionId=8896753&fmt=gif&cb=1776800210348&cookiesTest=truepx.ads.linkedin.com/collect/?pid=37... https://px.ads.linkedin.com/collect/?pid=3793212&conversionId=8896753&fmt=gif&cb=1776800210348&cookiesTest=true — 200 — 331 B — 86 ms — h2https://px.ads.linkedin.com/collect/?pid=3793212&conversionId=8896753&fmt=gif&cb=1776800210388&cookiesTest=truepx.ads.linkedin.com/collect/?pid=37... https://px.ads.linkedin.com/collect/?pid=3793212&conversionId=8896753&fmt=gif&cb=1776800210388&cookiesTest=true — 200 — 536 B — 30 ms — h2https://px.ads.linkedin.com/collect/?pid=3793212&conversionId=8896753&fmt=gif&cb=1776800210356&cookiesTest=truepx.ads.linkedin.com/collect/?pid=37... https://px.ads.linkedin.com/collect/?pid=3793212&conversionId=8896753&fmt=gif&cb=1776800210356&cookiesTest=true — 200 — 511 B — 56 ms — h2https://px.ads.linkedin.com/collect/?pid=3793212&conversionId=8896753&fmt=gif&cb=1776800210390&cookiesTest=truepx.ads.linkedin.com/collect/?pid=37... https://px.ads.linkedin.com/collect/?pid=3793212&conversionId=8896753&fmt=gif&cb=1776800210390&cookiesTest=true — 200 — 332 B — 76 ms — h2https://googleads.g.doubleclick.net/pagead/viewthroughconversion/1072441567/?random=1776800210584&cv=11&fst=1776800210584&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=459e64h1v9229917454z8831227703za20kzb831227703zd831227703xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~117266400~118128923&u_w=412&u_h=823&url=https%3A%2F%2Flibsyn.com%2F&rcb=4&frm=0&tiba=The%20Best%20Podcast%20Hosting%20Platform%20%7C%20Libsyn%20Podcasting&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1141475767.1776800211&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&data=event%3Dgtag.config&gap.gtb=2&rfmt=3&fmt=4googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/viewthroughconversion/1072441567/?random=1776800210584&cv=11&fst=1776800210584&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=459e64h1v9229917454z8831227703za20kzb831227703zd831227703xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~117266400~118128923&u_w=412&u_h=823&url=https%3A%2F%2Flibsyn.com%2F&rcb=4&frm=0&tiba=The%20Best%20Podcast%20Hosting%20Platform%20%7C%20Libsyn%20Podcasting&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1141475767.1776800211&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&data=event%3Dgtag.config&gap.gtb=2&rfmt=3&fmt=4 — 200 — 2.2 KiB — 55 ms — h3https://www.google.com/rmkt/collect/1072441567/?random=1776800210584&cv=11&fst=1776800210584&fmt=8&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=459e64h1v9229917454z8831227703za20kzb831227703zd831227703xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~117266400~118128923&u_w=412&u_h=823&url=https%3A%2F%2Flibsyn.com%2F&rcb=4&frm=0&tiba=The%20Best%20Podcast%20Hosting%20Platform%20%7C%20Libsyn%20Podcasting&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1141475767.1776800211&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&data=event%3Dgtag.config&gap.gtb=2&gcp=5www.google.com/rmkt/collect/1072441... https://www.google.com/rmkt/collect/1072441567/?random=1776800210584&cv=11&fst=1776800210584&fmt=8&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=459e64h1v9229917454z8831227703za20kzb831227703zd831227703xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~117266400~118128923&u_w=412&u_h=823&url=https%3A%2F%2Flibsyn.com%2F&rcb=4&frm=0&tiba=The%20Best%20Podcast%20Hosting%20Platform%20%7C%20Libsyn%20Podcasting&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1141475767.1776800211&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&data=event%3Dgtag.config&gap.gtb=2&gcp=5 — 200 — 20 B — 84 ms — h3https://www.google.com/ccm/collect?rcb=4&frm=0&en=page_view&dl=https%3A%2F%2Flibsyn.com%2F&scrsrc=load.data.libsyn.com&rnd=2029681543.1776800211&dt=The%20Best%20Podcast%20Hosting%20Platform%20%7C%20Libsyn%20Podcasting&auid=1141475767.1776800211&navt=n&npa=0&gtm=459e64h1v9229917454z8831227703za20kzb831227703zd831227703xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~117266400~118128923&apve=1&apvf=f&gap.gtb=2&apvc=1&tids=AW-1072441567&tid=AW-1072441567&tft=1776800210622&tfd=2135www.google.com/ccm/collect?rcb=4&fr... https://www.google.com/ccm/collect?rcb=4&frm=0&en=page_view&dl=https%3A%2F%2Flibsyn.com%2F&scrsrc=load.data.libsyn.com&rnd=2029681543.1776800211&dt=The%20Best%20Podcast%20Hosting%20Platform%20%7C%20Libsyn%20Podcasting&auid=1141475767.1776800211&navt=n&npa=0&gtm=459e64h1v9229917454z8831227703za20kzb831227703zd831227703xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~117266400~118128923&apve=1&apvf=f&gap.gtb=2&apvc=1&tids=AW-1072441567&tid=AW-1072441567&tft=1776800210622&tfd=2135 — 200 — 21 B — 79 ms — h3https://api.gostellar.app/public/experiments/client/d110e099f261ddc8871b63cf7abcdd02:15606216dd8abd12eb14ca079e9334dd4292c07b4869181150d2ad6a8f5ece08?v=2api.gostellar.app/public/experiment... https://api.gostellar.app/public/experiments/client/d110e099f261ddc8871b63cf7abcdd02:15606216dd8abd12eb14ca079e9334dd4292c07b4869181150d2ad6a8f5ece08?v=2 — 200 — 332 B — 71 ms — h2https://static.ads-twitter.com/uwt.jsstatic.ads-twitter.com/uwt.js https://static.ads-twitter.com/uwt.js — 200 — 13.4 KiB — 23 ms — h2https://cdn.cookielaw.org/scripttemplates/202408.1.0/assets/otFlat.jsoncdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202408.1.0/assets/otFlat.json — 200 — 3.2 KiB — 26 ms — h2https://cdn.cookielaw.org/scripttemplates/202408.1.0/assets/v2/otPcCenter.jsoncdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202408.1.0/assets/v2/otPcCenter.json — 200 — 12.6 KiB — 29 ms — h2https://cdn.cookielaw.org/scripttemplates/202408.1.0/assets/otCommonStyles.csscdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202408.1.0/assets/otCommonStyles.css — 200 — 4.3 KiB — 23 ms — h2https://data.libsyn.com/5jpufcovh?1286985c=L2cvY29sbGVjdD92PTImdGlkPUctNk1EOFNNRzhOVCZndG09NDVqZTY0aDF2ODczNjEzMTQ2ejg4MzEyMjc3MDN6YTIwMHpkODczNjEzMTQ2Jl9wPTE3NzY4MDAyMDk1OTAmZ2NkPTEzbDNsM2wzbDFsMSZucGE9MCZkbWE9MCZnZGlkPWRaVE5pTVQmZWNpZD05NTA1MjQwODEmX2V1PUFBQUNBR1EmX2ZwbGM9MCZhcmU9MSZjaWQ9Njc1ODY2ODE5LjE3NzY4MDAyMTAmZnJtPTAmcHNjZGw9bm9hcGkmcmNiPTEyJnNyPTQxMng4MjMmdWFhPSZ1YWI9NjQmdWFmdmw9Tm90LUEuQnJhbmQlM0IyNC4wLjAuMCU3Q0Nocm9taXVtJTNCMTQ2LjAuNzY4MC4xNjQmdWFtPW1vdG8lMjBnJTIwcG93ZXIlMjAoMjAyMikmdWFtYj0xJnVhcD1BbmRyb2lkJnVhcHY9MTEuMCZ1YXc9MCZ1bD1lbi11cyZ1cj1VUy1DQSZzc3QudGZ0PTE3NzY4MDAyMDk1OTAmc3N0LmxwYz04ODg3MjE5OCZzc3QubmF2dD1uJnNzdC51ZGU9MCZzc3Quc3dfZXhwPTEmZ2FmPTImX3M9MiZ0YWdfZXhwPTB%2BMTE1OTM4NDY1fjExNTkzODQ2OX4xMTcyNjY0MDAmc2lkPTE3NzY4MDAyMTAmc2N0PTEmc2VnPTEmZGw9aHR0cHMlM0ElMkYlMkZsaWJzeW4uY29tJTJGJmR0PVRoZSUyMEJlc3QlMjBQb2RjYXN0JTIwSG9zdGluZyUyMFBsYXRmb3JtJTIwJTdDJTIwTGlic3luJTIwUG9kY2FzdGluZyZfdHU9QkEmZW49cGFnZV92aWV3Jl9ldD0zODAmdGZkPTIxOTImcmljaHNzdHNzZQ%3D%3Ddata.libsyn.com/5jpufcovh?1286985c=... https://data.libsyn.com/5jpufcovh?1286985c=L2cvY29sbGVjdD92PTImdGlkPUctNk1EOFNNRzhOVCZndG09NDVqZTY0aDF2ODczNjEzMTQ2ejg4MzEyMjc3MDN6YTIwMHpkODczNjEzMTQ2Jl9wPTE3NzY4MDAyMDk1OTAmZ2NkPTEzbDNsM2wzbDFsMSZucGE9MCZkbWE9MCZnZGlkPWRaVE5pTVQmZWNpZD05NTA1MjQwODEmX2V1PUFBQUNBR1EmX2ZwbGM9MCZhcmU9MSZjaWQ9Njc1ODY2ODE5LjE3NzY4MDAyMTAmZnJtPTAmcHNjZGw9bm9hcGkmcmNiPTEyJnNyPTQxMng4MjMmdWFhPSZ1YWI9NjQmdWFmdmw9Tm90LUEuQnJhbmQlM0IyNC4wLjAuMCU3Q0Nocm9taXVtJTNCMTQ2LjAuNzY4MC4xNjQmdWFtPW1vdG8lMjBnJTIwcG93ZXIlMjAoMjAyMikmdWFtYj0xJnVhcD1BbmRyb2lkJnVhcHY9MTEuMCZ1YXc9MCZ1bD1lbi11cyZ1cj1VUy1DQSZzc3QudGZ0PTE3NzY4MDAyMDk1OTAmc3N0LmxwYz04ODg3MjE5OCZzc3QubmF2dD1uJnNzdC51ZGU9MCZzc3Quc3dfZXhwPTEmZ2FmPTImX3M9MiZ0YWdfZXhwPTB%2BMTE1OTM4NDY1fjExNTkzODQ2OX4xMTcyNjY0MDAmc2lkPTE3NzY4MDAyMTAmc2N0PTEmc2VnPTEmZGw9aHR0cHMlM0ElMkYlMkZsaWJzeW4uY29tJTJGJmR0PVRoZSUyMEJlc3QlMjBQb2RjYXN0JTIwSG9zdGluZyUyMFBsYXRmb3JtJTIwJTdDJTIwTGlic3luJTIwUG9kY2FzdGluZyZfdHU9QkEmZW49cGFnZV92aWV3Jl9ldD0zODAmdGZkPTIxOTImcmljaHNzdHNzZQ%3D%3D — 200 — 1.2 KiB — 350 ms — h2https://js.hs-scripts.com/3391700.jsjs.hs-scripts.com/3391700.js https://js.hs-scripts.com/3391700.js — 200 — 1.1 KiB — 246 ms — h2https://data.libsyn.com/_/service_worker/63b0/sw_iframe.html?origin=https%3A%2F%2Flibsyn.com&1p=1data.libsyn.com/_/service_worker/63... https://data.libsyn.com/_/service_worker/63b0/sw_iframe.html?origin=https%3A%2F%2Flibsyn.com&1p=1 — 200 — 1.9 KiB — 132 ms — h2https://cdn.cookielaw.org/logos/static/ot_close.svgcdn.cookielaw.org/logos/static/ot_c... https://cdn.cookielaw.org/logos/static/ot_close.svg — 200 — 643 B — 16 ms — h2https://cdn.cookielaw.org/logos/static/ot_guard_logo.svgcdn.cookielaw.org/logos/static/ot_g... https://cdn.cookielaw.org/logos/static/ot_guard_logo.svg — 200 — 509 B — 23 ms — h2https://cdn.cookielaw.org/logos/static/ot_company_logo.pngcdn.cookielaw.org/logos/static/ot_c... https://cdn.cookielaw.org/logos/static/ot_company_logo.png — 200 — 19.1 KiB — 17 ms — h2https://cdn.cookielaw.org/logos/static/powered_by_logo.svgcdn.cookielaw.org/logos/static/powe... https://cdn.cookielaw.org/logos/static/powered_by_logo.svg — 200 — 2.5 KiB — 19 ms — h2https://analytics.google.com/g/collect?a=adblocker_checkanalytics.google.com/g/collect?a=ad... https://analytics.google.com/g/collect?a=adblocker_check — 204 — 18 B — 83 ms — h3https://maps.googleapis.com/maps/api/mapsjs/gen_204?csp_test=truemaps.googleapis.com/maps/api/mapsjs... https://maps.googleapis.com/maps/api/mapsjs/gen_204?csp_test=true — 200 — 45 B — 57 ms — h3https://analytics.google.com/g/s/collect?dma=0&npa=0&gcd=13l3l3l3l1l1&gtm=45j91e64k0v873613146z8831227703z99237217258za200zd873613146&tag_exp=0~115938465~115938469~117215455~117266400~117384417&_is_sw=f15s0t2&_tu=BA&_gsid=6MD8SMG8NTGaeyxbFvYVwcnp0pxvlnWwanalytics.google.com/g/s/collect?dm... https://analytics.google.com/g/s/collect?dma=0&npa=0&gcd=13l3l3l3l1l1&gtm=45j91e64k0v873613146z8831227703z99237217258za200zd873613146&tag_exp=0~115938465~115938469~117215455~117266400~117384417&_is_sw=f15s0t2&_tu=BA&_gsid=6MD8SMG8NTGaeyxbFvYVwcnp0pxvlnWw — 204 — 19 B — 66 ms — h3https://data.libsyn.com/_/set_cookie?val=h%2FlIFYBr%2BqcwGOKCepkA3Ut0dj%2F%2FG%2FDPVTKfmZkIB3aJ9FFexAEM4u%2BVXuBudsFEJddV6qk7pO%2FaNC5i%2BE1xAALuua4iNt2ivUpCpTvqZRs13bOfavlnQqr96bPZ48CgDhQUNBrBFVUbcSF%2FK9A%2F3D1JKo%2FURogpTVic0kglOtfrlz2cWqVguv2yC15%2BKg%3D%3D&path=%2Fdata.libsyn.com/_/set_cookie?val=h%... https://data.libsyn.com/_/set_cookie?val=h%2FlIFYBr%2BqcwGOKCepkA3Ut0dj%2F%2FG%2FDPVTKfmZkIB3aJ9FFexAEM4u%2BVXuBudsFEJddV6qk7pO%2FaNC5i%2BE1xAALuua4iNt2ivUpCpTvqZRs13bOfavlnQqr96bPZ48CgDhQUNBrBFVUbcSF%2FK9A%2F3D1JKo%2FURogpTVic0kglOtfrlz2cWqVguv2yC15%2BKg%3D%3D&path=%2F — 200 — 48 B — 77 ms — h2https://data.libsyn.com/_/set_cookie?val=AOweRiRtUuZmbVlcR%2Fz%2F3Uzo2RICvu3pL9tAMtT5j0XjcAWEWscjPWB6qr9NgWaDF9yoVgeFDtv1apHuBT19Quy4nppWE2viPnn3%2B5neDytxmMWtyTXl7Cyhn3M00HnKYE8USWxyLXvBxkalN84HkPALEuBZlkozTQejjjYTCGc0j0ahtrTo&path=%2Fdata.libsyn.com/_/set_cookie?val=AO... https://data.libsyn.com/_/set_cookie?val=AOweRiRtUuZmbVlcR%2Fz%2F3Uzo2RICvu3pL9tAMtT5j0XjcAWEWscjPWB6qr9NgWaDF9yoVgeFDtv1apHuBT19Quy4nppWE2viPnn3%2B5neDytxmMWtyTXl7Cyhn3M00HnKYE8USWxyLXvBxkalN84HkPALEuBZlkozTQejjjYTCGc0j0ahtrTo&path=%2F — 200 — 48 B — 77 ms — h2https://vc.hotjar.io/sessions/3522995?s=0.25&r=0.10744018776844677vc.hotjar.io/sessions/3522995?s=0.2... https://vc.hotjar.io/sessions/3522995?s=0.25&r=0.10744018776844677 — 204 — 233 B — 169 ms — h2https://js.hsadspixel.net/pixels.jsjs.hsadspixel.net/pixels.js https://js.hsadspixel.net/pixels.js — 200 — 3.9 KiB — 43 ms — h2https://js.usemessages.com/conversations-embed.jsjs.usemessages.com/conversations-em... https://js.usemessages.com/conversations-embed.js — 200 — 33.0 KiB — 70 ms — h2https://js.hubspot.com/web-interactives-embed.jsjs.hubspot.com/web-interactives-emb... https://js.hubspot.com/web-interactives-embed.js — 200 — 28.0 KiB — 99 ms — h2https://js.hs-analytics.net/analytics/1776800100000/3391700.jsjs.hs-analytics.net/analytics/17768... https://js.hs-analytics.net/analytics/1776800100000/3391700.js — 200 — 42.3 KiB — 106 ms — h2https://js.hs-banner.com/v2/3391700/banner.jsjs.hs-banner.com/v2/3391700/banner.... https://js.hs-banner.com/v2/3391700/banner.js — 200 — 24.1 KiB — 97 ms — h2https://bat.bing.com/action/0?ti=27020905&tm=gtm002&Ver=2&mid=e250ea05-6e78-4b56-bf62-56511ea6bafd&bo=1&sid=71a38ab03db911f190e92ba88ee4524c&vid=71a3afb03db911f18e86e7c43a089017&vids=1&msclkid=N&pi=918639831&lg=en-US&sw=412&sh=823&sc=24&tl=The%20Best%20Podcast%20Hosting%20Platform%20%7C%20Libsyn%20Podcasting&p=https%3A%2F%2Flibsyn.com%2F&r=&lt=1254&mtp=1&evt=pageLoad&sv=2&cdb=AQER&rn=303566bat.bing.com/action/0?ti=27020905&t... https://bat.bing.com/action/0?ti=27020905&tm=gtm002&Ver=2&mid=e250ea05-6e78-4b56-bf62-56511ea6bafd&bo=1&sid=71a38ab03db911f190e92ba88ee4524c&vid=71a3afb03db911f18e86e7c43a089017&vids=1&msclkid=N&pi=918639831&lg=en-US&sw=412&sh=823&sc=24&tl=The%20Best%20Podcast%20Hosting%20Platform%20%7C%20Libsyn%20Podcasting&p=https%3A%2F%2Flibsyn.com%2F&r=&lt=1254&mtp=1&evt=pageLoad&sv=2&cdb=AQER&rn=303566 — 204 — 364 B — 31 ms — h2https://www.facebook.com/tr/?id=355478682356357&ev=PageView&dl=https%3A%2F%2Flibsyn.com%2F&rl=&if=false&ts=1776800211046&sw=412&sh=823&v=2.9.303&r=stable&a=tmSimo-GTM-WebTemplate&ec=0&o=12318&fbp=fb.1.1776800210814.1694204101&ler=empty&cdl=API_unavailable&pmd[title]=The%20Best%20Podcast%20Hosting%20Platform%20%7C%20Libsyn%20Podcasting&pmd[locale]=en_US&pmd[description]=The%20best%20podcast%20hosting%2C%20distribution%20%26%20monetization%20platform.%20Detailed%20stats%20%7C%20Excellent%20service%20%7C%20Start%20for%20free&plt=1254.3000000715256&it=1776800210527&coo=false&tm=1&chmd=moto%20g%20power%20(2022)&chpv=11.0&chfv=undefined&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf0&rqm=GETwww.facebook.com/tr/?id=35547868235... https://www.facebook.com/tr/?id=355478682356357&ev=PageView&dl=https%3A%2F%2Flibsyn.com%2F&rl=&if=false&ts=1776800211046&sw=412&sh=823&v=2.9.303&r=stable&a=tmSimo-GTM-WebTemplate&ec=0&o=12318&fbp=fb.1.1776800210814.1694204101&ler=empty&cdl=API_unavailable&pmd[title]=The%20Best%20Podcast%20Hosting%20Platform%20%7C%20Libsyn%20Podcasting&pmd[locale]=en_US&pmd[description]=The%20best%20podcast%20hosting%2C%20distribution%20%26%20monetization%20platform.%20Detailed%20stats%20%7C%20Excellent%20service%20%7C%20Start%20for%20free&plt=1254.3000000715256&it=1776800210527&coo=false&tm=1&chmd=moto%20g%20power%20(2022)&chpv=11.0&chfv=undefined&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf0&rqm=GET — 200 — 16 B — 30 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=355478682356357&ev=PageView&dl=https%3A%2F%2Flibsyn.com%2F&rl=&if=false&ts=1776800211046&sw=412&sh=823&v=2.9.303&r=stable&a=tmSimo-GTM-WebTemplate&ec=0&o=12318&fbp=fb.1.1776800210814.1694204101&ler=empty&cdl=API_unavailable&pmd[title]=The%20Best%20Podcast%20Hosting%20Platform%20%7C%20Libsyn%20Podcasting&pmd[locale]=en_US&pmd[description]=The%20best%20podcast%20hosting%2C%20distribution%20%26%20monetization%20platform.%20Detailed%20stats%20%7C%20Excellent%20service%20%7C%20Start%20for%20free&plt=1254.3000000715256&it=1776800210527&coo=false&tm=1&chmd=moto%20g%20power%20(2022)&chpv=11.0&chfv=undefined&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf0&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=355478682356357&ev=PageView&dl=https%3A%2F%2Flibsyn.com%2F&rl=&if=false&ts=1776800211046&sw=412&sh=823&v=2.9.303&r=stable&a=tmSimo-GTM-WebTemplate&ec=0&o=12318&fbp=fb.1.1776800210814.1694204101&ler=empty&cdl=API_unavailable&pmd[title]=The%20Best%20Podcast%20Hosting%20Platform%20%7C%20Libsyn%20Podcasting&pmd[locale]=en_US&pmd[description]=The%20best%20podcast%20hosting%2C%20distribution%20%26%20monetization%20platform.%20Detailed%20stats%20%7C%20Excellent%20service%20%7C%20Start%20for%20free&plt=1254.3000000715256&it=1776800210527&coo=false&tm=1&chmd=moto%20g%20power%20(2022)&chpv=11.0&chfv=undefined&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf0&rqm=FGET — 200 — 202 B — 140 ms — h3https://www.google.com/pagead/1p-user-list/1072441567/?random=1776800210584&cv=11&fst=1776798000000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=459e64h1v9229917454z8831227703za20kzb831227703zd831227703xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~117266400~118128923&u_w=412&u_h=823&url=https%3A%2F%2Flibsyn.com%2F&rcb=4&frm=0&tiba=The%20Best%20Podcast%20Hosting%20Platform%20%7C%20Libsyn%20Podcasting&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1141475767.1776800211&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&data=event%3Dgtag.config&gap.gtb=2&rfmt=3&fmt=3&is_vtc=1&cid=CAQSsAEABaugfTCsr6XgTam2ZGINeYd-E6mSIg1Lr3_CH4mIhTx4rajTrWr6w-KLEj8Mx2MrBUD3V46JF8aLUx44pwvHKhMxA2J6MKImKG3ANVlCOnEAuCxy-FrwfD4OX1Zz5PxwX1yuypLYg-cogthcEFgxr4-wYi9ZwHsbB9MIB0h_l37a9IRX3qaF2X_2JLCpEyL7QQWqVhOO4XL9-QaCs64-GFWJ64AP_p_ou_0zEzEHmQ&random=1143871394&rmt_tld=0&ipr=ywww.google.com/pagead/1p-user-list/... https://www.google.com/pagead/1p-user-list/1072441567/?random=1776800210584&cv=11&fst=1776798000000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=459e64h1v9229917454z8831227703za20kzb831227703zd831227703xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~117266400~118128923&u_w=412&u_h=823&url=https%3A%2F%2Flibsyn.com%2F&rcb=4&frm=0&tiba=The%20Best%20Podcast%20Hosting%20Platform%20%7C%20Libsyn%20Podcasting&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1141475767.1776800211&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&data=event%3Dgtag.config&gap.gtb=2&rfmt=3&fmt=3&is_vtc=1&cid=CAQSsAEABaugfTCsr6XgTam2ZGINeYd-E6mSIg1Lr3_CH4mIhTx4rajTrWr6w-KLEj8Mx2MrBUD3V46JF8aLUx44pwvHKhMxA2J6MKImKG3ANVlCOnEAuCxy-FrwfD4OX1Zz5PxwX1yuypLYg-cogthcEFgxr4-wYi9ZwHsbB9MIB0h_l37a9IRX3qaF2X_2JLCpEyL7QQWqVhOO4XL9-QaCs64-GFWJ64AP_p_ou_0zEzEHmQ&random=1143871394&rmt_tld=0&ipr=y — 200 — 64 B — 30 ms — h3https://t.co/1/i/adsct?bci=4&dv=UTC%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26412%26823%264%2624%26412%26823%261%26na&eci=3&event=%7B%7D&event_id=756a72d3-2b9f-4819-ad24-bb1b575e81ea&integration=advertiser&p_id=Twitter&p_user_id=0&pl_id=2f911cab-bc1f-43f8-9028-e56147df3aef&pt=The%20Best%20Podcast%20Hosting%20Platform%20%7C%20Libsyn%20Podcasting&tw_document_href=https%3A%2F%2Flibsyn.com%2F&tw_iframe_status=0&tw_pid_src=1&twpid=tw.1776800211080.394254212957415895&txn_id=o7sch&type=javascript&version=2.3.53t.co/1/i/adsct?bci=4&dv=UTC%26en-US... https://t.co/1/i/adsct?bci=4&dv=UTC%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26412%26823%264%2624%26412%26823%261%26na&eci=3&event=%7B%7D&event_id=756a72d3-2b9f-4819-ad24-bb1b575e81ea&integration=advertiser&p_id=Twitter&p_user_id=0&pl_id=2f911cab-bc1f-43f8-9028-e56147df3aef&pt=The%20Best%20Podcast%20Hosting%20Platform%20%7C%20Libsyn%20Podcasting&tw_document_href=https%3A%2F%2Flibsyn.com%2F&tw_iframe_status=0&tw_pid_src=1&twpid=tw.1776800211080.394254212957415895&txn_id=o7sch&type=javascript&version=2.3.53 — 200 — 655 B — 52 ms — h2https://analytics.twitter.com/1/i/adsct?bci=4&dv=UTC%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26412%26823%264%2624%26412%26823%261%26na&eci=3&event=%7B%7D&event_id=756a72d3-2b9f-4819-ad24-bb1b575e81ea&integration=advertiser&p_id=Twitter&p_user_id=0&pl_id=2f911cab-bc1f-43f8-9028-e56147df3aef&pt=The%20Best%20Podcast%20Hosting%20Platform%20%7C%20Libsyn%20Podcasting&tw_document_href=https%3A%2F%2Flibsyn.com%2F&tw_iframe_status=0&tw_pid_src=1&twpid=tw.1776800211080.394254212957415895&txn_id=o7sch&type=javascript&version=2.3.53analytics.twitter.com/1/i/adsct?bci... https://analytics.twitter.com/1/i/adsct?bci=4&dv=UTC%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26412%26823%264%2624%26412%26823%261%26na&eci=3&event=%7B%7D&event_id=756a72d3-2b9f-4819-ad24-bb1b575e81ea&integration=advertiser&p_id=Twitter&p_user_id=0&pl_id=2f911cab-bc1f-43f8-9028-e56147df3aef&pt=The%20Best%20Podcast%20Hosting%20Platform%20%7C%20Libsyn%20Podcasting&tw_document_href=https%3A%2F%2Flibsyn.com%2F&tw_iframe_status=0&tw_pid_src=1&twpid=tw.1776800211080.394254212957415895&txn_id=o7sch&type=javascript&version=2.3.53 — 200 — 1003 B — 63 ms — h2https://api.hubspot.com/livechat-public/v1/message/public?portalId=3391700&conversations-embed=static-1.26320&mobile=true&messagesUtk=ecdfdc6b0410431088f6eccf8a438021&traceId=ecdfdc6b0410431088f6eccf8a438021api.hubspot.com/livechat-public/v1/... https://api.hubspot.com/livechat-public/v1/message/public?portalId=3391700&conversations-embed=static-1.26320&mobile=true&messagesUtk=ecdfdc6b0410431088f6eccf8a438021&traceId=ecdfdc6b0410431088f6eccf8a438021 — 200 — 0 B — 103 ms — h2https://api.hubapi.com/hs-script-loader-public/v2/config/pixels-and-events/json?portalId=3391700api.hubapi.com/hs-script-loader-pub... https://api.hubapi.com/hs-script-loader-public/v2/config/pixels-and-events/json?portalId=3391700 — 200 — 1.2 KiB — 127 ms — h2https://api.hubspot.com/livechat-public/v1/message/public?portalId=3391700&conversations-embed=static-1.26320&mobile=true&messagesUtk=ecdfdc6b0410431088f6eccf8a438021&traceId=ecdfdc6b0410431088f6eccf8a438021api.hubspot.com/livechat-public/v1/... https://api.hubspot.com/livechat-public/v1/message/public?portalId=3391700&conversations-embed=static-1.26320&mobile=true&messagesUtk=ecdfdc6b0410431088f6eccf8a438021&traceId=ecdfdc6b0410431088f6eccf8a438021 — 200 — 1.0 KiB — 118 ms — h2https://track.hubspot.com/__ptq.gif?k=1&sd=412x823&cd=24-bit&cs=UTF-8&ln=en-us&v=1.1&a=3391700&rcu=https%3A%2F%2Flibsyn.com%2F&pu=https%3A%2F%2Flibsyn.com%2F&t=The+Best+Podcast+Hosting+Platform+%7C+Libsyn+Podcasting&cts=1776800211292&vi=36c28f69624a9a7a6fbffd702e155ac5&nc=true&u=51429814.36c28f69624a9a7a6fbffd702e155ac5.1776800211286.1776800211286.1776800211286.1&b=51429814.1.1776800211286&cc=15track.hubspot.com/__ptq.gif?k=1&sd=... https://track.hubspot.com/__ptq.gif?k=1&sd=412x823&cd=24-bit&cs=UTF-8&ln=en-us&v=1.1&a=3391700&rcu=https%3A%2F%2Flibsyn.com%2F&pu=https%3A%2F%2Flibsyn.com%2F&t=The+Best+Podcast+Hosting+Platform+%7C+Libsyn+Podcasting&cts=1776800211292&vi=36c28f69624a9a7a6fbffd702e155ac5&nc=true&u=51429814.36c28f69624a9a7a6fbffd702e155ac5.1776800211286.1776800211286.1776800211286.1&b=51429814.1.1776800211286&cc=15 — 200 — 1.0 KiB — 146 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-1072441567www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-1072441567 — 200 — 144.6 KiB — 83 ms — h2https://googleads.g.doubleclick.net/pagead/viewthroughconversion/1072441567/?random=1776800211302&cv=11&fst=1776800211302&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=459e64h1v9229917454za20kzb831227703zd831227703xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~117266400~118128923&u_w=412&u_h=823&url=https%3A%2F%2Flibsyn.com%2F&rcb=4&frm=0&tiba=The%20Best%20Podcast%20Hosting%20Platform%20%7C%20Libsyn%20Podcasting&did=dZTNiMT%2CdZTQ1Zm&gdid=dZTNiMT.dZTQ1Zm&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1141475767.1776800211&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&data=event%3Dgtag.config&gap.gtb=2&rfmt=3&fmt=4googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/viewthroughconversion/1072441567/?random=1776800211302&cv=11&fst=1776800211302&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=459e64h1v9229917454za20kzb831227703zd831227703xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~117266400~118128923&u_w=412&u_h=823&url=https%3A%2F%2Flibsyn.com%2F&rcb=4&frm=0&tiba=The%20Best%20Podcast%20Hosting%20Platform%20%7C%20Libsyn%20Podcasting&did=dZTNiMT%2CdZTQ1Zm&gdid=dZTNiMT.dZTQ1Zm&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1141475767.1776800211&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&data=event%3Dgtag.config&gap.gtb=2&rfmt=3&fmt=4 — 200 — 2.2 KiB — 38 ms — h3https://www.google.com/rmkt/collect/1072441567/?random=1776800211302&cv=11&fst=1776800211302&fmt=8&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=459e64h1v9229917454za20kzb831227703zd831227703xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~117266400~118128923&u_w=412&u_h=823&url=https%3A%2F%2Flibsyn.com%2F&rcb=4&frm=0&tiba=The%20Best%20Podcast%20Hosting%20Platform%20%7C%20Libsyn%20Podcasting&did=dZTNiMT%2CdZTQ1Zm&gdid=dZTNiMT.dZTQ1Zm&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1141475767.1776800211&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&data=event%3Dgtag.config&gap.gtb=2&gcp=5www.google.com/rmkt/collect/1072441... https://www.google.com/rmkt/collect/1072441567/?random=1776800211302&cv=11&fst=1776800211302&fmt=8&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=459e64h1v9229917454za20kzb831227703zd831227703xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~117266400~118128923&u_w=412&u_h=823&url=https%3A%2F%2Flibsyn.com%2F&rcb=4&frm=0&tiba=The%20Best%20Podcast%20Hosting%20Platform%20%7C%20Libsyn%20Podcasting&did=dZTNiMT%2CdZTQ1Zm&gdid=dZTNiMT.dZTQ1Zm&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1141475767.1776800211&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&data=event%3Dgtag.config&gap.gtb=2&gcp=5 — 200 — 20 B — 53 ms — h3https://snap.licdn.com/li.lms-analytics/insight.min.jssnap.licdn.com/li.lms-analytics/ins... https://snap.licdn.com/li.lms-analytics/insight.min.js — 200 — 18.7 KiB — 54 ms — h2https://www.google.com/ccm/collect?rcb=4&frm=0&en=page_view&dl=https%3A%2F%2Flibsyn.com%2F&scrsrc=load.data.libsyn.com&rnd=2029681543.1776800211&dt=The%20Best%20Podcast%20Hosting%20Platform%20%7C%20Libsyn%20Podcasting&auid=1141475767.1776800211&navt=n&npa=0&did=dZTNiMT%2CdZTQ1Zm&gdid=dZTNiMT.dZTQ1Zm&gtm=459e64h1v9229917454za20kzb831227703zd831227703xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~117266400~118128923&apve=1&apvf=f&gap.gtb=2&apvc=0&tids=AW-1072441567&tid=AW-1072441567&tft=1776800211319&tfd=2831www.google.com/ccm/collect?rcb=4&fr... https://www.google.com/ccm/collect?rcb=4&frm=0&en=page_view&dl=https%3A%2F%2Flibsyn.com%2F&scrsrc=load.data.libsyn.com&rnd=2029681543.1776800211&dt=The%20Best%20Podcast%20Hosting%20Platform%20%7C%20Libsyn%20Podcasting&auid=1141475767.1776800211&navt=n&npa=0&did=dZTNiMT%2CdZTQ1Zm&gdid=dZTNiMT.dZTQ1Zm&gtm=459e64h1v9229917454za20kzb831227703zd831227703xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~117266400~118128923&apve=1&apvf=f&gap.gtb=2&apvc=0&tids=AW-1072441567&tid=AW-1072441567&tft=1776800211319&tfd=2831 — 200 — 21 B — 99 ms — h3https://cta-service-cms2.hubspot.com/web-interactives/public/v1/embed/combinedConfigs?portalId=3391700&currentUrl=https%3A%2F%2Flibsyn.com%2F&utk=36c28f69624a9a7a6fbffd702e155ac5&__hstc=51429814.36c28f69624a9a7a6fbffd702e155ac5.1776800211286.1776800211286.1776800211286.1&__hssc=51429814.1.1776800211286&isMobile=truecta-service-cms2.hubspot.com/web-in... https://cta-service-cms2.hubspot.com/web-interactives/public/v1/embed/combinedConfigs?portalId=3391700&currentUrl=https%3A%2F%2Flibsyn.com%2F&utk=36c28f69624a9a7a6fbffd702e155ac5&__hstc=51429814.36c28f69624a9a7a6fbffd702e155ac5.1776800211286.1776800211286.1776800211286.1&__hssc=51429814.1.1776800211286&isMobile=true — 200 — 1.0 KiB — 127 ms — h2https://libsyn.com/wp-content/uploads/2021/09/android-chrome-512x512-1-150x150.png/wp-content/uploads/2021/09/android... https://libsyn.com/wp-content/uploads/2021/09/android-chrome-512x512-1-150x150.png — 200 — 3.3 KiB — 30 ms — h2https://www.google.com/pagead/1p-user-list/1072441567/?random=1776800211302&cv=11&fst=1776798000000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=459e64h1v9229917454za20kzb831227703zd831227703xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~117266400~118128923&u_w=412&u_h=823&url=https%3A%2F%2Flibsyn.com%2F&rcb=4&frm=0&tiba=The%20Best%20Podcast%20Hosting%20Platform%20%7C%20Libsyn%20Podcasting&did=dZTNiMT%2CdZTQ1Zm&gdid=dZTNiMT.dZTQ1Zm&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1141475767.1776800211&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&data=event%3Dgtag.config&gap.gtb=2&rfmt=3&fmt=3&is_vtc=1&cid=CAQSsAEABaugfZ-FcaQucVLL5jKsN2KsP6QHhMd5LaMju8xbm0ZUs1plnOBkY2WI8XJIpIbEZ8Cj8LWJtlyacTJzT1sLm8X8Yis0TY5QpsBaB02LQUXubsT1rT636AgU0_BMdrrSsmZ0Z-EfV4QJuUOtB6mJVJVlLNLo6WdMLKtHS3Ghh3a4GENzapTgQY_a3WwKzF_mYZo3XcEFYXkvsZX3eqTb16FAqQxq5e8jJ_yBtyqP7w&random=150720158&rmt_tld=0&ipr=ywww.google.com/pagead/1p-user-list/... https://www.google.com/pagead/1p-user-list/1072441567/?random=1776800211302&cv=11&fst=1776798000000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=459e64h1v9229917454za20kzb831227703zd831227703xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~117266400~118128923&u_w=412&u_h=823&url=https%3A%2F%2Flibsyn.com%2F&rcb=4&frm=0&tiba=The%20Best%20Podcast%20Hosting%20Platform%20%7C%20Libsyn%20Podcasting&did=dZTNiMT%2CdZTQ1Zm&gdid=dZTNiMT.dZTQ1Zm&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1141475767.1776800211&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&data=event%3Dgtag.config&gap.gtb=2&rfmt=3&fmt=3&is_vtc=1&cid=CAQSsAEABaugfZ-FcaQucVLL5jKsN2KsP6QHhMd5LaMju8xbm0ZUs1plnOBkY2WI8XJIpIbEZ8Cj8LWJtlyacTJzT1sLm8X8Yis0TY5QpsBaB02LQUXubsT1rT636AgU0_BMdrrSsmZ0Z-EfV4QJuUOtB6mJVJVlLNLo6WdMLKtHS3Ghh3a4GENzapTgQY_a3WwKzF_mYZo3XcEFYXkvsZX3eqTb16FAqQxq5e8jJ_yBtyqP7w&random=150720158&rmt_tld=0&ipr=y — 200 — 64 B — 32 ms — h3https://px.ads.linkedin.com/attribution_trigger?pid=3793212%2C5315274&time=1776800211438&url=https%3A%2F%2Flibsyn.com%2Fpx.ads.linkedin.com/attribution_tri... https://px.ads.linkedin.com/attribution_trigger?pid=3793212%2C5315274&time=1776800211438&url=https%3A%2F%2Flibsyn.com%2F — 200 — 79 B — 69 ms — h3https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=3793212%2C5315274&time=1776800211438&li_adsId=bea301e9-93bb-4705-b4b3-b267131c46de&url=https%3A%2F%2Flibsyn.com%2Fpx.ads.linkedin.com/collect?v=2&fmt... https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=3793212%2C5315274&time=1776800211438&li_adsId=bea301e9-93bb-4705-b4b3-b267131c46de&url=https%3A%2F%2Flibsyn.com%2F — 302 — 43 B — 71 ms — h3https://perf-na1.hsforms.com/embed/v3/counters.gif?key=config-loaded-success&value=1perf-na1.hsforms.com/embed/v3/count... https://perf-na1.hsforms.com/embed/v3/counters.gif?key=config-loaded-success&value=1 — 200 — 555 B — 106 ms — h3https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=3793212%2C5315274&time=1776800211438&li_adsId=bea301e9-93bb-4705-b4b3-b267131c46de&url=https%3A%2F%2Flibsyn.com%2F&cookiesTest=truepx.ads.linkedin.com/collect?v=2&fmt... https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=3793212%2C5315274&time=1776800211438&li_adsId=bea301e9-93bb-4705-b4b3-b267131c46de&url=https%3A%2F%2Flibsyn.com%2F&cookiesTest=true — 200 — 41 B — 75 ms — h3https://px.ads.linkedin.com/wa/?medium=fetch&fmt=gpx.ads.linkedin.com/wa/?medium=fetc... https://px.ads.linkedin.com/wa/?medium=fetch&fmt=g — 204 — 57 B — 40 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
68% of JavaScript execution is third-party
First-party Third-party 5589ms · 1198KB · $74/mo
Unattributable
Other
Costly
Execution 1463ms
Transfer 0 KB
Monthly Cost $19/mo
HubSpot Analytics
Analytics
Costly
Execution 837ms
Transfer 42 KB
Monthly Cost $11/mo
load.data.libsyn.com
Other
Costly
Execution 787ms
Transfer 169 KB
Unused 48%
Monthly Cost $10/mo
Google Tag Manager
Tag Manager
Costly
Execution 400ms
Transfer 177 KB
Unused 37%
Monthly Cost $5/mo
load.data.libsyn.com
Other
Costly
Execution 347ms
Transfer 142 KB
Unused 39%
Monthly Cost $5/mo
OneTrust
Consent
Essential
Execution 305ms
Transfer 110 KB
Unused 53%
Monthly Cost $4/mo
Hotjar
Session Replay
Costly
Execution 230ms
Transfer 57 KB
Unused 65%
Monthly Cost $3/mo
maps.googleapis.com
Other
Costly
Execution 211ms
Transfer 83 KB
Unused 66%
Monthly Cost $3/mo
Facebook Pixel
Advertising
Costly
Execution 209ms
Transfer 97 KB
Unused 35%
Monthly Cost $3/mo
Facebook Pixel
Advertising
Optional
Execution 171ms
Transfer 45 KB
Monthly Cost $2/mo
js.hs-banner.com
Other
Optional
Execution 124ms
Transfer 24 KB
Monthly Cost $2/mo
Twitter/X Pixel
Advertising
Optional
Execution 111ms
Transfer 13 KB
Monthly Cost $1/mo
js.usemessages.com
Other
Optional
Execution 99ms
Transfer 33 KB
Monthly Cost $1/mo
js.hubspot.com
Other
Optional
Execution 90ms
Transfer 28 KB
Monthly Cost $1/mo
LinkedIn Insight
Advertising
Optional
Execution 73ms
Transfer 19 KB
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 68ms
Transfer 145 KB
Unused 73%
Monthly Cost $1/mo
Bing UET
Advertising
Optional
Execution 65ms
Transfer 15 KB
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • Unattributable adds 1463ms and costs ~$19/month
  • HubSpot Analytics adds 837ms and costs ~$11/month
  • load.data.libsyn.com adds 787ms and costs ~$10/month
  • Google Tag Manager adds 400ms and costs ~$5/month
  • load.data.libsyn.com adds 347ms and costs ~$5/month
  • Hotjar adds 230ms and costs ~$3/month
  • maps.googleapis.com adds 211ms and costs ~$3/month
  • Facebook Pixel adds 209ms and costs ~$3/month

68% 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

Unattributable takes 1463ms 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

HubSpot Analytics takes 837ms 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

load.data.libsyn.com takes 787ms 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 400ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

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

Source: web.dev

load.data.libsyn.com takes 347ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev

Hotjar takes 230ms 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

65% of Hotjar'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

maps.googleapis.com takes 211ms 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

66% of maps.googleapis.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

Facebook Pixel takes 209ms 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 Google Tag Manager'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