Skip to content
https://rss.com

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
75
GRADE
C
FIX
5
REVIEW
2
PASS
6
INFO
2

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

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

523 ms

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

731 ms

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

459 ms

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

0.011

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

804 ms

Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.

3.33 s

Page Load Progression

714 ms
1.4 s
2.1 s
2.9 s
3.6 s
4.3 s
5.0 s
5.7 s
Checks
15
6 PASS 2 REVIEW 5 FIX
D
Page Weight Budget
Action
2.3 MB transferred, 53 requests
FIX
2.3 MB transferred, 53 requests
Info::
Page weighs 8.8 MB (2.3 MB transferred)
Warning::
JavaScript is 1.6 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.6 MB
Info::
53 HTTP requests
Info::
Estimated 0.48 g CO2 per page load
2.3 MB / 2.4 MB budget
2.3 MB transferred
53 requests
0.48 g CO2 per page load
JavaScript 1.6 MiB 71%
Images 413.6 KiB 18%
HTML 158.9 KiB 7%
Fonts 107.0 KiB 5%
Other 4.7 KiB 0%
Other 2.0 KiB 0%
Other 1010 B 0%
Other 564 B 0%
0 2.4 MB 4.9 MB
Approaching limit

Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.

Why this matters

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

Source: web.dev

D
JS Execution Cost
Action
2461ms total JS execution
FIX
2461ms total JS execution
Warning::
https://rss.com/_nuxt/e5c3d72.js: 919ms CPU time
Warning::
https://rss.com/: 731ms CPU time
Info::
https://ob.calderovian.com/i/945d535c7c89c696244fd...: 231ms CPU time
Info::
Unattributable: 203ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-H8T8...: 149ms CPU time
Info::
Third-party scripts: 713ms (29% of total)

Main Thread Breakdown

Script Evaluation 47% Other 18% Script Parsing & Compilation 13% Style & Layout 12% Rendering 6% Parse HTML & CSS 3%
ScriptTotalScriptingParse/CompileParty
https://rss.com/_nuxt/e5c3d72.js919ms679ms165ms1st
https://rss.com/731ms10ms15ms1st
https://ob.calderovian.com/i/945d535c7c89c696244fd56b63c598e3.js231ms198ms4ms3rd
Unattributable203ms7ms0ms3rd
https://www.googletagmanager.com/gtag/js?id=G-H8T828D0JG&cx=c&gtm=4e64k0149ms125ms23ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-MJMDPRR&gtm_auth=eG1slwLxXT4Ot0vqraBpnw&gtm_preview=env-62&gtm_cookies_win=x130ms104ms20ms3rd
https://rss.com/_nuxt/5c2299f.js97ms8ms83ms1st
F
JS Bundles
Action
18 scripts, 545 KB unused
FIX
18 scripts, 545 KB unused
Warning::
https://rss.com/_nuxt/5c2299f.js: 344 KB unused (71%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-H8T8...: 66 KB unused (38%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-MJM...: 65 KB unused (43%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://rss.com/_nuxt/e5c3d72.js: 39 KB unused (6%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://rss.com/_nuxt/7b8f4c9.js: 32 KB unused (41%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 545 KB
545 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://rss.com/_nuxt/5c2299f.js487 KB344 KB (71%)1st
https://www.googletagmanager.com/gtag/js?id=G-H8T828D0JG&cx=c&gtm=4e64k0173 KB66 KB (38%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-MJMDPRR&gtm_auth=eG1slwLxXT4Ot0vqraBpnw&gtm_preview=env-62&gtm_cookies_win=x152 KB65 KB (43%)3rd
https://rss.com/_nuxt/e5c3d72.js631 KB39 KB (6%)1st
https://rss.com/_nuxt/7b8f4c9.js79 KB32 KB (41%)1st
https://ob.calderovian.com/i/945d535c7c89c696244fd56b63c598e3.js45 KB3rd
https://rss.com/_nuxt/2df93db.js9 KB1st
https://rss.com/_nuxt/cca562e.js23 KB1st
https://rss.com/_nuxt/7bb1630.js2 KB1st
https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js32 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

D
Page Weight Inventory
Action
53 resources · 2.3 MB · 545 KB savings available
FIX
53 resources · 2.3 MB · 545 KB savings available
Warning::
Page weight 1.3 MB over 1MB target
Got: 2.3 MB Expected: ≤ 1 MB
Info::
~545 KB of savings available
Info::
31 third-party resources (23% of weight)
Info::
2 resources over 200KB
53 resources · 2.3 MiB · 31 third-party 1.3 MiB over 1MB target
JavaScript 71% · 1.6 MiB
Image 18% · 418.3 KiB
Document 7% · 158.9 KiB
Font 5% · 107.0 KiB
Other 0% · 3.6 KiB

~545.3 KiB of savings available

Remove unused JavaScript: 545.3 KiB
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.
Info::
ETag present — enables conditional (304) responses

No Cache-Control header

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

C
Image Optimization
Action
18 images, 0 KB saveable
REVIEW
18 images, 0 KB saveable
Warning::
https://rss.com/images/landing/monetization/apple-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://rss.com/images/landing/monetization/value-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://rss.com/images/icons/planet.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://rss.com/images/dashboard.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://rss.com/images/landing/monetization/paid.p... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://rss.com/images/landing/easy-to-use.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://rss.com/images/landing/distribution.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://rss.com/images/landing/monetization/donati... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://rss.com/images/landing/monetization/affili... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://rss.com/svg/podcast-standards-cert.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://rss.com/images/landing/analytics.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://rss.com/images/features/common/move_your_p... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://rss.com/images/iab-tech-lab.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
18 images 414 KB
0 oversized -0 KB
18 legacy format
13 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

C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A
Third-Party Impact
23% third-party, 0 ms blocking
PASS
23% third-party, 0 ms blocking
Info::
Third-party code accounts for 23% of page weight (551.8 KiB of 2.3 MiB)
Info::
Third-party blocking time is low (0 ms)
77%
23%
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
5 fonts (107 KB)
PASS
5 fonts (107 KB)
Info::
5 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

5

107 KB total

Render-blocking

0

of 5

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s FCP 523 ms LCP 731 mshttps://assets.rss.com/fonts/raleway/raleway-v27-latin-700.woff2raleway-v27-latin-700.w... https://assets.rss.com/fonts/raleway/raleway-v27-latin-700.woff2 — 21.5 KiB — 328 ms — font-display: swaphttps://assets.rss.com/fonts/raleway/raleway-v27-latin-600.woff2raleway-v27-latin-600.w... https://assets.rss.com/fonts/raleway/raleway-v27-latin-600.woff2 — 21.6 KiB — 326 ms — font-display: swaphttps://assets.rss.com/fonts/raleway/raleway-v27-latin-700italic.woff2raleway-v27-latin-700it... https://assets.rss.com/fonts/raleway/raleway-v27-latin-700italic.woff2 — 21.7 KiB — 315 ms — font-display: swaphttps://assets.rss.com/fonts/raleway/raleway-v27-latin-regular.woff2raleway-v27-latin-regul... https://assets.rss.com/fonts/raleway/raleway-v27-latin-regular.woff2 — 21.3 KiB — 326 ms — font-display: swaphttps://assets.rss.com/fonts/raleway/raleway-v27-latin-500.woff2raleway-v27-latin-500.w... https://assets.rss.com/fonts/raleway/raleway-v27-latin-500.woff2 — 20.9 KiB — 323 ms — font-display: swap
raleway-v27-latin-700.w... woff2 swap
Size 21 KB
Load time 328 ms
Start 280 ms
Risk FOUT — text flashes from fallback to web font
raleway-v27-latin-600.w... woff2 swap
Size 22 KB
Load time 326 ms
Start 281 ms
Risk FOUT — text flashes from fallback to web font
raleway-v27-latin-700it... woff2 swap
Size 22 KB
Load time 315 ms
Start 281 ms
Risk FOUT — text flashes from fallback to web font
raleway-v27-latin-regul... woff2 swap
Size 21 KB
Load time 326 ms
Start 281 ms
Risk FOUT — text flashes from fallback to web font
raleway-v27-latin-500.w... woff2 swap
Size 21 KB
Load time 323 ms
Start 282 ms
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
Network Waterfall
53 requests over 5375ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 523 ms LCP 731 mshttps://rss.com// https://rss.com/ — 200 — 158.9 KiB — 27 ms — h2https://rss.com/_nuxt/7bb1630.js/_nuxt/7bb1630.js https://rss.com/_nuxt/7bb1630.js — 200 — 2.0 KiB — 17 ms — h2https://rss.com/_nuxt/7b8f4c9.js/_nuxt/7b8f4c9.js https://rss.com/_nuxt/7b8f4c9.js — 200 — 78.8 KiB — 21 ms — h2https://rss.com/_nuxt/5c2299f.js/_nuxt/5c2299f.js https://rss.com/_nuxt/5c2299f.js — 200 — 486.6 KiB — 157 ms — h2https://rss.com/_nuxt/e5c3d72.js/_nuxt/e5c3d72.js https://rss.com/_nuxt/e5c3d72.js — 200 — 630.9 KiB — 160 ms — h2https://rss.com/_nuxt/cca562e.js/_nuxt/cca562e.js https://rss.com/_nuxt/cca562e.js — 200 — 23.3 KiB — 44 ms — h2https://rss.com/_nuxt/2df93db.js/_nuxt/2df93db.js https://rss.com/_nuxt/2df93db.js — 200 — 8.6 KiB — 86 ms — h2https://rss.com/images/dashboard.png/images/dashboard.png https://rss.com/images/dashboard.png — 200 — 74.3 KiB — 26 ms — h2https://rss.com/images/landing/easy-to-use.png/images/landing/easy-to-use.png https://rss.com/images/landing/easy-to-use.png — 200 — 54.3 KiB — 48 ms — h2https://rss.com/images/landing/distribution.png/images/landing/distribution.png https://rss.com/images/landing/distribution.png — 200 — 49.5 KiB — 75 ms — h2https://rss.com/images/landing/monetization/paid.png/images/landing/monetization/paid.p... https://rss.com/images/landing/monetization/paid.png — 200 — 25.1 KiB — 26 ms — h2https://rss.com/images/landing/monetization/apple-podcasts.png/images/landing/monetization/apple-... https://rss.com/images/landing/monetization/apple-podcasts.png — 200 — 54.6 KiB — 32 ms — h2https://rss.com/images/landing/monetization/donation-button.png/images/landing/monetization/donati... https://rss.com/images/landing/monetization/donation-button.png — 200 — 30.1 KiB — 43 ms — h2https://rss.com/images/landing/monetization/affiliate.png/images/landing/monetization/affili... https://rss.com/images/landing/monetization/affiliate.png — 200 — 38.8 KiB — 67 ms — h2https://rss.com/images/landing/monetization/value-4-value.png/images/landing/monetization/value-... https://rss.com/images/landing/monetization/value-4-value.png — 200 — 21.6 KiB — 34 ms — h2https://rss.com/images/landing/analytics.png/images/landing/analytics.png https://rss.com/images/landing/analytics.png — 200 — 28.1 KiB — 65 ms — h2https://rss.com/images/features/common/move_your_podcast.png/images/features/common/move_your_p... https://rss.com/images/features/common/move_your_podcast.png — 200 — 27.7 KiB — 45 ms — h2https://rss.com/svg/podcast-standards-cert.svg/svg/podcast-standards-cert.svg https://rss.com/svg/podcast-standards-cert.svg — 200 — 3.9 KiB — 59 ms — h2https://rss.com/images/iab-tech-lab.png/images/iab-tech-lab.png https://rss.com/images/iab-tech-lab.png — 200 — 3.6 KiB — 51 ms — h2https://rss.com/images/icons/planet.png/images/icons/planet.png https://rss.com/images/icons/planet.png — 200 — 1.2 KiB — 54 ms — h2https://assets.rss.com/fonts/raleway/raleway-v27-latin-700.woff2assets.rss.com/fonts/raleway/ralewa... https://assets.rss.com/fonts/raleway/raleway-v27-latin-700.woff2 — 200 — 21.5 KiB — 328 ms — h2https://assets.rss.com/fonts/raleway/raleway-v27-latin-600.woff2assets.rss.com/fonts/raleway/ralewa... https://assets.rss.com/fonts/raleway/raleway-v27-latin-600.woff2 — 200 — 21.6 KiB — 326 ms — h2https://assets.rss.com/fonts/raleway/raleway-v27-latin-700italic.woff2assets.rss.com/fonts/raleway/ralewa... https://assets.rss.com/fonts/raleway/raleway-v27-latin-700italic.woff2 — 200 — 21.7 KiB — 315 ms — h2https://assets.rss.com/fonts/raleway/raleway-v27-latin-regular.woff2assets.rss.com/fonts/raleway/ralewa... https://assets.rss.com/fonts/raleway/raleway-v27-latin-regular.woff2 — 200 — 21.3 KiB — 326 ms — h2https://assets.rss.com/fonts/raleway/raleway-v27-latin-500.woff2assets.rss.com/fonts/raleway/ralewa... https://assets.rss.com/fonts/raleway/raleway-v27-latin-500.woff2 — 200 — 20.9 KiB — 323 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-MJMDPRR&gtm_auth=eG1slwLxXT4Ot0vqraBpnw&gtm_preview=env-62&gtm_cookies_win=xwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-MJMDPRR&gtm_auth=eG1slwLxXT4Ot0vqraBpnw&gtm_preview=env-62&gtm_cookies_win=x — 200 — 151.6 KiB — 33 ms — h2https://www.googletagmanager.com/gtag/js?id=G-H8T828D0JG&cx=c&gtm=4e64k0www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-H8T828D0JG&cx=c&gtm=4e64k0 — 200 — 173.5 KiB — 57 ms — h2https://ob.calderovian.com/i/945d535c7c89c696244fd56b63c598e3.jsob.calderovian.com/i/945d535c7c89c6... https://ob.calderovian.com/i/945d535c7c89c696244fd56b63c598e3.js — 200 — 44.7 KiB — 69 ms — h2https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.jscdn.mxpnl.com/libs/mixpanel-2-lates... https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js — 200 — 31.7 KiB — 61 ms — h2https://r.wdfl.co/rw.jsr.wdfl.co/rw.js https://r.wdfl.co/rw.js — 200 — 5.4 KiB — 68 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 523 ms LCP 731 mshttps://rss.com// https://rss.com/ — 200 — 158.9 KiB — 27 ms — h2https://rss.com/_nuxt/7bb1630.js/_nuxt/7bb1630.js https://rss.com/_nuxt/7bb1630.js — 200 — 2.0 KiB — 17 ms — h2https://rss.com/_nuxt/7b8f4c9.js/_nuxt/7b8f4c9.js https://rss.com/_nuxt/7b8f4c9.js — 200 — 78.8 KiB — 21 ms — h2https://rss.com/_nuxt/5c2299f.js/_nuxt/5c2299f.js https://rss.com/_nuxt/5c2299f.js — 200 — 486.6 KiB — 157 ms — h2https://rss.com/_nuxt/e5c3d72.js/_nuxt/e5c3d72.js https://rss.com/_nuxt/e5c3d72.js — 200 — 630.9 KiB — 160 ms — h2https://rss.com/_nuxt/cca562e.js/_nuxt/cca562e.js https://rss.com/_nuxt/cca562e.js — 200 — 23.3 KiB — 44 ms — h2https://rss.com/_nuxt/2df93db.js/_nuxt/2df93db.js https://rss.com/_nuxt/2df93db.js — 200 — 8.6 KiB — 86 ms — h2https://rss.com/images/dashboard.png/images/dashboard.png https://rss.com/images/dashboard.png — 200 — 74.3 KiB — 26 ms — h2https://rss.com/images/landing/easy-to-use.png/images/landing/easy-to-use.png https://rss.com/images/landing/easy-to-use.png — 200 — 54.3 KiB — 48 ms — h2https://rss.com/images/landing/distribution.png/images/landing/distribution.png https://rss.com/images/landing/distribution.png — 200 — 49.5 KiB — 75 ms — h2https://rss.com/images/landing/monetization/paid.png/images/landing/monetization/paid.p... https://rss.com/images/landing/monetization/paid.png — 200 — 25.1 KiB — 26 ms — h2https://rss.com/images/landing/monetization/apple-podcasts.png/images/landing/monetization/apple-... https://rss.com/images/landing/monetization/apple-podcasts.png — 200 — 54.6 KiB — 32 ms — h2https://rss.com/images/landing/monetization/donation-button.png/images/landing/monetization/donati... https://rss.com/images/landing/monetization/donation-button.png — 200 — 30.1 KiB — 43 ms — h2https://rss.com/images/landing/monetization/affiliate.png/images/landing/monetization/affili... https://rss.com/images/landing/monetization/affiliate.png — 200 — 38.8 KiB — 67 ms — h2https://rss.com/images/landing/monetization/value-4-value.png/images/landing/monetization/value-... https://rss.com/images/landing/monetization/value-4-value.png — 200 — 21.6 KiB — 34 ms — h2https://rss.com/images/landing/analytics.png/images/landing/analytics.png https://rss.com/images/landing/analytics.png — 200 — 28.1 KiB — 65 ms — h2https://rss.com/images/features/common/move_your_podcast.png/images/features/common/move_your_p... https://rss.com/images/features/common/move_your_podcast.png — 200 — 27.7 KiB — 45 ms — h2https://rss.com/svg/podcast-standards-cert.svg/svg/podcast-standards-cert.svg https://rss.com/svg/podcast-standards-cert.svg — 200 — 3.9 KiB — 59 ms — h2https://rss.com/images/iab-tech-lab.png/images/iab-tech-lab.png https://rss.com/images/iab-tech-lab.png — 200 — 3.6 KiB — 51 ms — h2https://rss.com/images/icons/planet.png/images/icons/planet.png https://rss.com/images/icons/planet.png — 200 — 1.2 KiB — 54 ms — h2https://assets.rss.com/fonts/raleway/raleway-v27-latin-700.woff2assets.rss.com/fonts/raleway/ralewa... https://assets.rss.com/fonts/raleway/raleway-v27-latin-700.woff2 — 200 — 21.5 KiB — 328 ms — h2https://assets.rss.com/fonts/raleway/raleway-v27-latin-600.woff2assets.rss.com/fonts/raleway/ralewa... https://assets.rss.com/fonts/raleway/raleway-v27-latin-600.woff2 — 200 — 21.6 KiB — 326 ms — h2https://assets.rss.com/fonts/raleway/raleway-v27-latin-700italic.woff2assets.rss.com/fonts/raleway/ralewa... https://assets.rss.com/fonts/raleway/raleway-v27-latin-700italic.woff2 — 200 — 21.7 KiB — 315 ms — h2https://assets.rss.com/fonts/raleway/raleway-v27-latin-regular.woff2assets.rss.com/fonts/raleway/ralewa... https://assets.rss.com/fonts/raleway/raleway-v27-latin-regular.woff2 — 200 — 21.3 KiB — 326 ms — h2https://assets.rss.com/fonts/raleway/raleway-v27-latin-500.woff2assets.rss.com/fonts/raleway/ralewa... https://assets.rss.com/fonts/raleway/raleway-v27-latin-500.woff2 — 200 — 20.9 KiB — 323 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-MJMDPRR&gtm_auth=eG1slwLxXT4Ot0vqraBpnw&gtm_preview=env-62&gtm_cookies_win=xwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-MJMDPRR&gtm_auth=eG1slwLxXT4Ot0vqraBpnw&gtm_preview=env-62&gtm_cookies_win=x — 200 — 151.6 KiB — 33 ms — h2https://www.googletagmanager.com/gtag/js?id=G-H8T828D0JG&cx=c&gtm=4e64k0www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-H8T828D0JG&cx=c&gtm=4e64k0 — 200 — 173.5 KiB — 57 ms — h2https://ob.calderovian.com/i/945d535c7c89c696244fd56b63c598e3.jsob.calderovian.com/i/945d535c7c89c6... https://ob.calderovian.com/i/945d535c7c89c696244fd56b63c598e3.js — 200 — 44.7 KiB — 69 ms — h2https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.jscdn.mxpnl.com/libs/mixpanel-2-lates... https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js — 200 — 31.7 KiB — 61 ms — h2https://r.wdfl.co/rw.jsr.wdfl.co/rw.js https://r.wdfl.co/rw.js — 200 — 5.4 KiB — 68 ms — h2https://bat.bing.com/bat.jsbat.bing.com/bat.js https://bat.bing.com/bat.js — 200 — 15.5 KiB — 77 ms — h2https://www.google.com/ccm/collect?rcb=11&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Frss.com%2F&scrsrc=www.googletagmanager.com&rnd=456386496.1776894812&dt=Free%20Podcast%20Hosting%20%E2%80%93%20Unlimited%20Episodes%20%26%20Audio%20%7C%20RSS.com&auid=368614286.1776894812&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64k0v830284160za200zd830284160xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266401&apve=1&apvf=f&apvc=1&tft=1776894812461&tfd=1425www.google.com/ccm/collect?rcb=11&f... https://www.google.com/ccm/collect?rcb=11&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Frss.com%2F&scrsrc=www.googletagmanager.com&rnd=456386496.1776894812&dt=Free%20Podcast%20Hosting%20%E2%80%93%20Unlimited%20Episodes%20%26%20Audio%20%7C%20RSS.com&auid=368614286.1776894812&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64k0v830284160za200zd830284160xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266401&apve=1&apvf=f&apvc=1&tft=1776894812461&tfd=1425 — 200 — 21 B — 73 ms — h3https://region1.analytics.google.com/g/collect?v=2&tid=G-H8T828D0JG&gtm=45je64k0v883456693z8830284160za20gzb830284160zd830284160&_p=1776894811975&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&ecid=403176999&_eu=AAAAAGA&are=1&cid=1552344509.1776894813&ec_mode=a&frm=0&pscdl=noapi&rcb=18&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938468~117266401~117512542&sid=1776894812&sct=1&seg=0&dl=https%3A%2F%2Frss.com%2F&dt=Free%20Podcast%20Hosting%20%E2%80%93%20Unlimited%20Episodes%20%26%20Audio%20%7C%20RSS.com&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=1839region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-H8T828D0JG&gtm=45je64k0v883456693z8830284160za20gzb830284160zd830284160&_p=1776894811975&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&ecid=403176999&_eu=AAAAAGA&are=1&cid=1552344509.1776894813&ec_mode=a&frm=0&pscdl=noapi&rcb=18&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938468~117266401~117512542&sid=1776894812&sct=1&seg=0&dl=https%3A%2F%2Frss.com%2F&dt=Free%20Podcast%20Hosting%20%E2%80%93%20Unlimited%20Episodes%20%26%20Audio%20%7C%20RSS.com&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=1839 — 204 — 543 B — 36 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-H8T828D0JG&cid=1552344509.1776894813&gtm=45je64k0v883456693z8830284160za20gzb830284160zd830284160&rcb=18&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938466~115938468~117266401~117512542stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-H8T828D0JG&cid=1552344509.1776894813&gtm=45je64k0v883456693z8830284160za20gzb830284160zd830284160&rcb=18&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938466~115938468~117266401~117512542 — 204 — 543 B — 24 ms — h2https://www.google.nl/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-H8T828D0JG&cid=1552344509.1776894813&gtm=45je64k0v883456693z8830284160za20gzb830284160zd830284160&rcb=18&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938466~115938468~117266401~117512542&z=1377918386www.google.nl/ads/ga-audiences?v=1&... https://www.google.nl/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-H8T828D0JG&cid=1552344509.1776894813&gtm=45je64k0v883456693z8830284160za20gzb830284160zd830284160&rcb=18&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938466~115938468~117266401~117512542&z=1377918386 — 200 — 408 B — 48 ms — h2https://obs.calderovian.com/ctobs.calderovian.com/ct https://obs.calderovian.com/ct — 200 — 1.7 KiB — 345 ms — h2https://bat.bing.com/p/action/17227567.jsbat.bing.com/p/action/17227567.js https://bat.bing.com/p/action/17227567.js — 200 — 1.0 KiB — 22 ms — h2https://bat.bing.com/p/insights/t/17227567bat.bing.com/p/insights/t/17227567 https://bat.bing.com/p/insights/t/17227567 — 200 — 1018 B — 52 ms — h2https://bat.bing.net/actionp/0?ti=17227567&Ver=2&mid=ce816ca0-e90a-4fd9-9b83-96b9db07379d&bo=1&evt=consent&src=enforced&cdb=AQAY&asc=Dbat.bing.net/actionp/0?ti=17227567&... https://bat.bing.net/actionp/0?ti=17227567&Ver=2&mid=ce816ca0-e90a-4fd9-9b83-96b9db07379d&bo=1&evt=consent&src=enforced&cdb=AQAY&asc=D — 204 — 346 B — 67 ms — h2https://bat.bing.net/action/0?ti=17227567&Ver=2&mid=ce816ca0-e90a-4fd9-9b83-96b9db07379d&bo=2&pi=918639831&lg=en-US&sw=800&sh=600&sc=24&tl=Free%20Podcast%20Hosting%20%E2%80%93%20Unlimited%20Episodes%20%26%20Audio%20%7C%20RSS.com&p=https%3A%2F%2Frss.com%2F&r=&lt=1246&evt=pageLoad&sv=2&asc=D&cdb=AQAY&rn=885706bat.bing.net/action/0?ti=17227567&V... https://bat.bing.net/action/0?ti=17227567&Ver=2&mid=ce816ca0-e90a-4fd9-9b83-96b9db07379d&bo=2&pi=918639831&lg=en-US&sw=800&sh=600&sc=24&tl=Free%20Podcast%20Hosting%20%E2%80%93%20Unlimited%20Episodes%20%26%20Audio%20%7C%20RSS.com&p=https%3A%2F%2Frss.com%2F&r=&lt=1246&evt=pageLoad&sv=2&asc=D&cdb=AQAY&rn=885706 — 204 — 119 B — 64 ms — h2https://rss.com/_nuxt/381ebed.js/_nuxt/381ebed.js https://rss.com/_nuxt/381ebed.js — 200 — 3.3 KiB — 9 ms — h2https://bat.bing.com/p/insights/s/0.8.59bat.bing.com/p/insights/s/0.8.59 https://bat.bing.com/p/insights/s/0.8.59 — 200 — 15.6 KiB — 23 ms — h2https://rss.com/favicon.ico/favicon.ico https://rss.com/favicon.ico — 200 — 4.7 KiB — 300 ms — h2https://bat.bing.com/p/insights/c/ebat.bing.com/p/insights/c/e https://bat.bing.com/p/insights/c/e — 204 — 205 B — 95 ms — h2https://bat.bing.net/action/0?ti=17227567&Ver=2&mid=ce816ca0-e90a-4fd9-9b83-96b9db07379d&bo=3&ec=CHEQ&el=Invalid_Users&ev=0&ea=Invalid_Users&en=Y&p=https%3A%2F%2Frss.com%2F&sw=800&sh=600&sc=24&evt=custom&asc=D&cdb=AQAY&rn=782541bat.bing.net/action/0?ti=17227567&V... https://bat.bing.net/action/0?ti=17227567&Ver=2&mid=ce816ca0-e90a-4fd9-9b83-96b9db07379d&bo=3&ec=CHEQ&el=Invalid_Users&ev=0&ea=Invalid_Users&en=Y&p=https%3A%2F%2Frss.com%2F&sw=800&sh=600&sc=24&evt=custom&asc=D&cdb=AQAY&rn=782541 — 204 — 121 B — 24 ms — h2https://obs.calderovian.com/tracker/tc_imp.gif?e=37dfbd8ee84e00126de8cf3cee4f8b9e9225c24f567d43d6da1908be6245cad7bd70a976750ef80ed89373bfe70e9c20c1e53e8d571789682617070100b1eabfd72e30d69183022a3619f97b6b16c27e8636d50e2254779454040a35575dc6be6b4934f066ea34de4af19533a4533dae5f252c478b41f054a7d7c5d52fb37907fc74c9a8066d84043142744e99d65031ff72afe6d6e94d4fbd4985b739e821d06bc45084173cbc6846ac56175379950d3caccdc1ab2db621b157c316ed4e616bc4866420653e06c63d828d60ae4060a483cc731e6a5db59646308a80331f2f2b761e1bd6ce6c3c2860f1a83220c8b4f02d97fe58740d34d0dec1e9e46bae818701be46eb0d6d3992f18ac6ae76cf81b774963708cff9d72c0616e7023efec1563df1ddf8739105f954ae965a970ed9c56dc6303c909a20d06494daeda18bbcea1878a22abfedf82d0232bfd53192b713b5575a138908488fd5d79391a9d47e883dc090f5d038e46a6d26952066d984805f6bd1e57ce641a9d34b9137f72e0c0b44cb35ae00d087f62ee8d376871da7d79cf749ce17046dbd06471d3e5e7d87f433fa05c4cb8323b58e62edd0749ac2a7be7c85f0bf1f2630c8e55d50d0b20a4c09f9e0a26cb66488f64eb8b15dee25f56fd12a8006ddba3dc21f25e7aa96633f367e022d0c5a1fa3e5846dd110ab5718115aa4ed1a81dc6158ecb2cda7ae70d0afb8ee8c93acf34d533ffa449ab7596e8343791ad7635d7270f77baf761fdeeac1638a68cb248bab2fcda40c997b0c233c037c1398c7f8d82066569d1f5988d2dbb3acd750039eaca07a94ca6f66dfd3112074fe90dd4a3cb1278743821ce33cf60ec99c56a1ee20e88989cc994065e9e832678a77a493f2df11cf37674d00d1393919b6a138cefe08d8dade9100df8d9532103640b93ba30cae5db38377f4613964347d2207e13feceb6c3fd93dd2bbe7719c96199e7e61ae0f7d2b98eed9035ee670f79051bd5f4f073ebc737dd7f08617993669889901e39f8bed8a29b741476051ab652f538082580dfe6d9ba1927ccb8ab3503f29f5337f5616c5154cf4cdbb5a039a6173d58b95019485a8c5583ea870e6522844c64d2179c9c2441cc9c4e9d6fea04ca269f77cdf24dd9d5d87bead6925e58542c482aced87a094df3e4290f47c03ce2d980b814cb0a739a2cec4dc74b082c9eab90222d2f3eca0069d0894404e310062d8942b2ace37a90482983ce60577a11f1c9177f0db3d66af750d40168c8bbb5edd99017f2c5530c29888e8c574841fa9be2e2cced3545c4c102b6c4cbc7de0be3915abf9838cf6acb4a8ae8234f0b6d9447f6f4d6269383f1ef34e2554aae0b6ad29badf6014dbca0ff9da&cri=btLn1r8SpI&ts=377&cb=1776894813270obs.calderovian.com/tracker/tc_imp.... https://obs.calderovian.com/tracker/tc_imp.gif?e=37dfbd8ee84e00126de8cf3cee4f8b9e9225c24f567d43d6da1908be6245cad7bd70a976750ef80ed89373bfe70e9c20c1e53e8d571789682617070100b1eabfd72e30d69183022a3619f97b6b16c27e8636d50e2254779454040a35575dc6be6b4934f066ea34de4af19533a4533dae5f252c478b41f054a7d7c5d52fb37907fc74c9a8066d84043142744e99d65031ff72afe6d6e94d4fbd4985b739e821d06bc45084173cbc6846ac56175379950d3caccdc1ab2db621b157c316ed4e616bc4866420653e06c63d828d60ae4060a483cc731e6a5db59646308a80331f2f2b761e1bd6ce6c3c2860f1a83220c8b4f02d97fe58740d34d0dec1e9e46bae818701be46eb0d6d3992f18ac6ae76cf81b774963708cff9d72c0616e7023efec1563df1ddf8739105f954ae965a970ed9c56dc6303c909a20d06494daeda18bbcea1878a22abfedf82d0232bfd53192b713b5575a138908488fd5d79391a9d47e883dc090f5d038e46a6d26952066d984805f6bd1e57ce641a9d34b9137f72e0c0b44cb35ae00d087f62ee8d376871da7d79cf749ce17046dbd06471d3e5e7d87f433fa05c4cb8323b58e62edd0749ac2a7be7c85f0bf1f2630c8e55d50d0b20a4c09f9e0a26cb66488f64eb8b15dee25f56fd12a8006ddba3dc21f25e7aa96633f367e022d0c5a1fa3e5846dd110ab5718115aa4ed1a81dc6158ecb2cda7ae70d0afb8ee8c93acf34d533ffa449ab7596e8343791ad7635d7270f77baf761fdeeac1638a68cb248bab2fcda40c997b0c233c037c1398c7f8d82066569d1f5988d2dbb3acd750039eaca07a94ca6f66dfd3112074fe90dd4a3cb1278743821ce33cf60ec99c56a1ee20e88989cc994065e9e832678a77a493f2df11cf37674d00d1393919b6a138cefe08d8dade9100df8d9532103640b93ba30cae5db38377f4613964347d2207e13feceb6c3fd93dd2bbe7719c96199e7e61ae0f7d2b98eed9035ee670f79051bd5f4f073ebc737dd7f08617993669889901e39f8bed8a29b741476051ab652f538082580dfe6d9ba1927ccb8ab3503f29f5337f5616c5154cf4cdbb5a039a6173d58b95019485a8c5583ea870e6522844c64d2179c9c2441cc9c4e9d6fea04ca269f77cdf24dd9d5d87bead6925e58542c482aced87a094df3e4290f47c03ce2d980b814cb0a739a2cec4dc74b082c9eab90222d2f3eca0069d0894404e310062d8942b2ace37a90482983ce60577a11f1c9177f0db3d66af750d40168c8bbb5edd99017f2c5530c29888e8c574841fa9be2e2cced3545c4c102b6c4cbc7de0be3915abf9838cf6acb4a8ae8234f0b6d9447f6f4d6269383f1ef34e2554aae0b6ad29badf6014dbca0ff9da&cri=btLn1r8SpI&ts=377&cb=1776894813270 — 200 — 79 B — 99 ms — h2blob:https://rss.com/87e9916c-24fa-4ecd-ae7b-d8ccb1f83cb9rss.com/87e9916c-24fa-4ecd-ae7b-d8c... blob:https://rss.com/87e9916c-24fa-4ecd-ae7b-d8ccb1f83cb9 — 200 — -1 B — 73 ms — blobhttps://bat.bing.com/p/action/211072226.jsbat.bing.com/p/action/211072226.js https://bat.bing.com/p/action/211072226.js — 200 — 407 B — 22 ms — h2https://bat.bing.net/actionp/0?ti=211072226&Ver=2&mid=19bb9217-fcf7-4214-a291-11ee7dd135ee&bo=1&evt=consent&src=enforced&cdb=AQAY&asc=Dbat.bing.net/actionp/0?ti=211072226... https://bat.bing.net/actionp/0?ti=211072226&Ver=2&mid=19bb9217-fcf7-4214-a291-11ee7dd135ee&bo=1&evt=consent&src=enforced&cdb=AQAY&asc=D — 204 — 121 B — 23 ms — h2https://bat.bing.net/action/0?ti=211072226&Ver=2&mid=19bb9217-fcf7-4214-a291-11ee7dd135ee&bo=2&pi=918639831&lg=en-US&sw=800&sh=600&sc=24&tl=Free%20Podcast%20Hosting%20%E2%80%93%20Unlimited%20Episodes%20%26%20Audio%20%7C%20RSS.com&p=https%3A%2F%2Frss.com%2F&r=&lt=2023&evt=pageLoad&sv=2&asc=D&cdb=AQAY&rn=522688bat.bing.net/action/0?ti=211072226&... https://bat.bing.net/action/0?ti=211072226&Ver=2&mid=19bb9217-fcf7-4214-a291-11ee7dd135ee&bo=2&pi=918639831&lg=en-US&sw=800&sh=600&sc=24&tl=Free%20Podcast%20Hosting%20%E2%80%93%20Unlimited%20Episodes%20%26%20Audio%20%7C%20RSS.com&p=https%3A%2F%2Frss.com%2F&r=&lt=2023&evt=pageLoad&sv=2&asc=D&cdb=AQAY&rn=522688 — 204 — 121 B — 27 ms — h2https://obs.calderovian.com/monobs.calderovian.com/mon https://obs.calderovian.com/mon — 200 — 41 B — 102 ms — h2https://obs.calderovian.com/monobs.calderovian.com/mon https://obs.calderovian.com/mon — 200 — 16 B — 141 ms — h2https://obs.calderovian.com/monobs.calderovian.com/mon https://obs.calderovian.com/mon — 200 — 39 B — 111 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
29% of JavaScript execution is third-party
First-party Third-party 713ms · 370KB · $9/mo
ob.calderovian.com
Other
Costly
Execution 231ms
Transfer 45 KB
Monthly Cost $3/mo
Unattributable
Other
Costly
Execution 203ms
Transfer 0 KB
Monthly Cost $3/mo
Google Tag Manager
Tag Manager
Optional
Execution 149ms
Transfer 173 KB
Unused 38%
Monthly Cost $2/mo
Google Tag Manager
Tag Manager
Optional
Execution 130ms
Transfer 152 KB
Unused 43%
Monthly Cost $2/mo

These scripts may cost more than they're worth

  • ob.calderovian.com adds 231ms and costs ~$3/month
  • Unattributable adds 203ms and costs ~$3/month

ob.calderovian.com takes 231ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev

How third-party costs are calculated

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

Send Feedback