Skip to content
https://tinyurl.com

Performance

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

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

26
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
95
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
92
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
100
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

16.54 s

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

21.24 s

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

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

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

25.34 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 1 REVIEW 5 FIX
F
Page Weight Budget
Action
6.5 MB transferred, 52 requests
FIX
6.5 MB transferred, 52 requests
Critical::
Page weighs 14.8 MB (6.5 MB transferred)
Warning::
JavaScript is 2.1 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 2.1 MB
Warning::
Images are 1.1 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.1 MB
Info::
CSS is 859 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 859 KB
Info::
Fonts are 305 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 305 KB
Info::
52 HTTP requests
Info::
Estimated 1.4 g CO2 per page load
6.5 MB / 2.4 MB budget
6.5 MB transferred
52 requests
1.4 g CO2 per page load
JavaScript 2.1 MiB 33%
Other 2.0 MiB 31%
Images 1.1 MiB 17%
CSS 859.1 KiB 13%
Fonts 305.1 KiB 5%
HTML 110.7 KiB 2%
Other 7.2 KiB 0%
Other 1.4 KiB 0%
Other 1.2 KiB 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

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

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

F
JS Execution Cost
Action
6304ms total JS execution
FIX
6304ms total JS execution
Warning::
https://tinyurl.com/js/app.js?id=1a338d6a39107ae46...: 1886ms CPU time
Warning::
https://tinyurl.com/js/chunks/overhauling.59b06c27...: 1153ms CPU time
Warning::
Unattributable: 866ms CPU time
Warning::
https://tinyurl.com/js/vendor.js?id=d9c7a40a447de4...: 850ms CPU time
Warning::
https://tinyurl.com/: 807ms CPU time
Info::
Third-party scripts: 1374ms (22% of total)

Main Thread Breakdown

Script Evaluation 48% Other 24% Script Parsing & Compilation 13% Style & Layout 7%
ScriptTotalScriptingParse/CompileParty
https://tinyurl.com/js/app.js?id=1a338d6a39107ae46d091913ded32e341886ms1760ms77ms1st
https://tinyurl.com/js/chunks/overhauling.59b06c27a50400b5.js1153ms659ms111ms1st
Unattributable866ms28ms0ms3rd
https://tinyurl.com/js/vendor.js?id=d9c7a40a447de472b997fa3853401321850ms228ms499ms1st
https://tinyurl.com/807ms5ms2ms1st
https://js.stripe.com/v3425ms301ms121ms3rd
https://tinyurl.com/css/front.css?id=8a2a22d4fdd8f71cdf8183d3a6e5a956234ms0ms0ms1st
https://challenges.cloudflare.com/turnstile/v0/api.js?onload=cfTurnstileOnLoad&render=explicit83ms74ms9ms3rd
F
JS Bundles
Action
16 scripts, 1.3 MB unused
FIX
16 scripts, 1.3 MB unused
Warning::
https://tinyurl.com/js/vendor.js?id=d9c7a40a447de4...: 957 KB unused (86%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://js.stripe.com/v3: 170 KB unused (67%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://tinyurl.com/js/chunks/overhauling.59b06c27...: 132 KB unused (94%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://tinyurl.com/js/app.js?id=1a338d6a39107ae46...: 80 KB unused (61%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 1.3 MB
1340 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://tinyurl.com/js/vendor.js?id=d9c7a40a447de472b997fa38534013211122 KB957 KB (86%)1st
https://js.stripe.com/v3254 KB170 KB (67%)3rd
https://tinyurl.com/js/chunks/overhauling.59b06c27a50400b5.js141 KB132 KB (94%)1st
https://tinyurl.com/js/app.js?id=1a338d6a39107ae46d091913ded32e34130 KB80 KB (61%)1st
https://public.profitwell.com/js/profitwell.js?auth=paddletoken_live_0810749fa89514bb1ddd371e6e410 KB3rd
https://tinyurl.com/js/chunks/5963.aad17163c5f935e1.js1 KB1st
https://cdn.paddle.com/paddle/v2/paddle.js16 KB3rd
https://tinyurl.com/js/chunks/3985.d091c08a7ec336f0.js2 KB1st
https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da17715231245160 KB3rd
https://js.stripe.com/v3/fingerprinted/js/shared-cf4a27a1625d127c6e5db6c6a0a5de10.js188 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

F
Page Weight Inventory
Action
52 resources · 6.5 MB · 1.3 MB savings available
FIX
52 resources · 6.5 MB · 1.3 MB savings available
Warning::
Page weight 5.5 MB over 1MB target
Got: 6.5 MB Expected: ≤ 1 MB
Info::
~1.3 MB of savings available
Info::
27 third-party resources (18% of weight)
Info::
7 resources over 200KB
52 resources · 6.5 MiB · 27 third-party 5.5 MiB over 1MB target
JavaScript 33% · 2.1 MiB
Media 31% · 2.0 MiB
Image 17% · 1.1 MiB
CSS 13% · 859.1 KiB
Font 5% · 305.1 KiB
Document 2% · 110.7 KiB
Other 0% · 8.8 KiB

~1.3 MiB of savings available

Remove unused JavaScript: 1.3 MiB
D
HTTP Caching
Action
no-store (uncacheable)
FIX
no-store (uncacheable)
Info::
Cache-Control: no-store prevents all caching
Intentional for dynamic content, but increases server load for every page view.
Got: max-age=0, must-revalidate, no-cache, no-store, private
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

max-age=0, must-revalidate, no-cache, no-store, private

DirectiveValueMeaning
max-age0Cache for 0 seconds
must-revalidateMust recheck with server after expiry
no-cacheCache but always revalidate first
no-storeNever cache this response
privateOnly browser cache, not CDN/proxy
B
Image Optimization
12 images, 0 KB saveable
REVIEW
12 images, 0 KB saveable
Warning::
https://tinyurl.com/images/feature-4.webp?9c503823... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://tinyurl.com/images/feature-1.webp?46e5238b... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://tinyurl.com/images/overhauling/card-featur... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://tinyurl.com/images/feature-2.webp?12dfa239... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://tinyurl.com/images/feature-3.webp?395fcf90... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
12 images 1.1 MB
0 oversized -0 KB
2 legacy format
5 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

A+
Third-Party Impact
18% third-party, 0 ms blocking
PASS
18% third-party, 0 ms blocking
Info::
Third-party code accounts for 18% of page weight (1.2 MiB of 6.5 MiB)
Info::
Third-party blocking time is low (0 ms)
82%
18%
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
3 fonts (305 KB)
PASS
3 fonts (305 KB)
Info::
3 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

3

305 KB total

Render-blocking

0

of 3

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 FCP 16.5 s LCP 21.2 shttps://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2JTUSjIg1_i6t8kCHKm459Wl... https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2 — 34.7 KiB — 17 ms — font-display: swapdata:font/woff2;base64,d09GMgABAAAAAmoMAAoAAAAGMh0AAmnAAwcFAAAAAAAAAAAAAAAAAAAAAAAAAAAAATYCJAQgBmAD…woff2;base64,d09GMgABAA... data:font/woff2;base64,d09GMgABAAAAAmoMAAoAAAAGMh0AAmnAAwcFAAAAAAAAAAAAAAAAAAAAAAAAAAAAATYCJAQgBmAD… — 154.5 KiB — 193 ms — font-display: swapdata:font/woff2;base64,d09GMgABAAAAAc+cAAoAAAADHqUAAc9QAwcFAAAAAAAAAAAAAAAAAAAAAAAAAAAAATYCJAQgBmAD…woff2;base64,d09GMgABAA... data:font/woff2;base64,d09GMgABAAAAAc+cAAoAAAADHqUAAc9QAwcFAAAAAAAAAAAAAAAAAAAAAAAAAAAAATYCJAQgBmAD… — 115.9 KiB — 200 ms — font-display: swap
JTUSjIg1_i6t8kCHKm459Wl... woff2 swap
Size 35 KB
Load time 17 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
woff2;base64,d09GMgABAA... woff2 swap
Size 155 KB
Load time 193 ms
Start 1.7 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
woff2;base64,d09GMgABAA... woff2 swap
Size 116 KB
Load time 200 ms
Start 1.7 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
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 ~135 KB and ~270 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
12 hints, 0 missing preconnects
PASS
12 hints, 0 missing preconnects
Info::
Page uses 12 resource hint(s)

Current Resource Hints

preconnect
+1
11
preload
1
dns-prefetch
prefetch

12 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
52 requests over 4340ms
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 FCP 16.5 s LCP 21.2 shttps://tinyurl.com// https://tinyurl.com/ — 200 — 8.2 KiB — 221 ms — h3https://fonts.googleapis.com/css2?family=Bungee&family=Montserrat:wght@100;300;400;500;600;700&display=swapfonts.googleapis.com/css2?family=Bu... https://fonts.googleapis.com/css2?family=Bungee&family=Montserrat:wght@100;300;400;500;600;700&display=swap — 200 — 1.2 KiB — 120 ms — h2https://tinyurl.com/css/front.css?id=8a2a22d4fdd8f71cdf8183d3a6e5a956/css/front.css?id=8a2a22d4fdd8f71cd... https://tinyurl.com/css/front.css?id=8a2a22d4fdd8f71cdf8183d3a6e5a956 — 200 — 856.5 KiB — 69 ms — h3https://tinyurl.com/js/app.js?id=1a338d6a39107ae46d091913ded32e34/js/app.js?id=1a338d6a39107ae46d091... https://tinyurl.com/js/app.js?id=1a338d6a39107ae46d091913ded32e34 — 200 — 130.3 KiB — 69 ms — h3https://tinyurl.com/images/header/logo.svg/images/header/logo.svg https://tinyurl.com/images/header/logo.svg — 200 — 2.8 KiB — 64 ms — h3https://tinyurl.com/js/manifest.js?id=ab83eaf0172d507c4769c0bef7d93b3a/js/manifest.js?id=ab83eaf0172d507c... https://tinyurl.com/js/manifest.js?id=ab83eaf0172d507c4769c0bef7d93b3a — 200 — 7.7 KiB — 14 ms — h3https://tinyurl.com/js/vendor.js?id=d9c7a40a447de472b997fa3853401321/js/vendor.js?id=d9c7a40a447de472b9... https://tinyurl.com/js/vendor.js?id=d9c7a40a447de472b997fa3853401321 — 200 — 1.1 MiB — 62 ms — h3https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516 — -1 — 0 B — 0 ms — https://tinyurl.com/js/chunks/3985.d091c08a7ec336f0.js/js/chunks/3985.d091c08a7ec336f0.js https://tinyurl.com/js/chunks/3985.d091c08a7ec336f0.js — 200 — 1.7 KiB — 15 ms — h3https://tinyurl.com/js/chunks/5963.aad17163c5f935e1.js/js/chunks/5963.aad17163c5f935e1.js https://tinyurl.com/js/chunks/5963.aad17163c5f935e1.js — 200 — 757 B — 17 ms — h3https://cdn.paddle.com/paddle/v2/paddle.jscdn.paddle.com/paddle/v2/paddle.js https://cdn.paddle.com/paddle/v2/paddle.js — 200 — 15.5 KiB — 35 ms — h2https://js.stripe.com/v3js.stripe.com/v3 https://js.stripe.com/v3 — 200 — 254.0 KiB — 39 ms — h2https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2fonts.gstatic.com/s/montserrat/v31/... https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2 — 200 — 34.7 KiB — 17 ms — h3https://cdn.paddle.com/paddle/v2/assets/css/paddle.csscdn.paddle.com/paddle/v2/assets/css... https://cdn.paddle.com/paddle/v2/assets/css/paddle.css — 200 — 1.3 KiB — 26 ms — h2https://public.profitwell.com/js/profitwell.js?auth=paddletoken_live_0810749fa89514bb1ddd371e6e4public.profitwell.com/js/profitwell... https://public.profitwell.com/js/profitwell.js?auth=paddletoken_live_0810749fa89514bb1ddd371e6e4 — 200 — 9.7 KiB — 352 ms — h2https://tinyurl.com/app/api/state/app/api/state https://tinyurl.com/app/api/state — 200 — 1.8 KiB — 217 ms — h3https://js.stripe.com/v3/controller-with-preconnect-bb2304b562d080dd9e8b9ca8a84e238a.htmljs.stripe.com/v3/controller-with-pr... https://js.stripe.com/v3/controller-with-preconnect-bb2304b562d080dd9e8b9ca8a84e238a.html — 200 — 1.6 KiB — 134 ms — h2https://js.stripe.com/v3/fingerprinted/js/shared-cf4a27a1625d127c6e5db6c6a0a5de10.jsjs.stripe.com/v3/fingerprinted/js/s... https://js.stripe.com/v3/fingerprinted/js/shared-cf4a27a1625d127c6e5db6c6a0a5de10.js — 200 — 187.8 KiB — 159 ms — h2https://js.stripe.com/v3/fingerprinted/js/controller-with-preconnect-3a72fc90ecdcf6571e93beccfd782f26.jsjs.stripe.com/v3/fingerprinted/js/c... https://js.stripe.com/v3/fingerprinted/js/controller-with-preconnect-3a72fc90ecdcf6571e93beccfd782f26.js — 200 — 276.3 KiB — 212 ms — h2https://tinyurl.com/app/api/subscriptions?billing_type=2/app/api/subscriptions?billing_type... https://tinyurl.com/app/api/subscriptions?billing_type=2 — 200 — 3.5 KiB — 213 ms — h3https://tinyurl.com/js/chunks/overhauling.59b06c27a50400b5.js/js/chunks/overhauling.59b06c27a504... https://tinyurl.com/js/chunks/overhauling.59b06c27a50400b5.js — 200 — 140.6 KiB — 22 ms — h3data:font/woff2;base64,d09GMgABAAAAAmoMAAoAAAAGMh0AAmnAAwcFAAAAAAAAAAAAAAAAAAAAAAAAAAAAATYCJAQgBmAD…data:font/woff2;base64,d09GMgABAAAA... data:font/woff2;base64,d09GMgABAAAAAmoMAAoAAAAGMh0AAmnAAwcFAAAAAAAAAAAAAAAAAAAAAAAAAAAAATYCJAQgBmAD… — 200 — 154.5 KiB — 193 ms — datadata:font/woff2;base64,d09GMgABAAAAAc+cAAoAAAADHqUAAc9QAwcFAAAAAAAAAAAAAAAAAAAAAAAAAAAAATYCJAQgBmAD…data:font/woff2;base64,d09GMgABAAAA... data:font/woff2;base64,d09GMgABAAAAAc+cAAoAAAADHqUAAc9QAwcFAAAAAAAAAAAAAAAAAAAAAAAAAAAAATYCJAQgBmAD… — 200 — 115.9 KiB — 200 ms — datahttps://challenges.cloudflare.com/turnstile/v0/api.js?onload=cfTurnstileOnLoad&render=explicitchallenges.cloudflare.com/turnstile... https://challenges.cloudflare.com/turnstile/v0/api.js?onload=cfTurnstileOnLoad&render=explicit — 302 — 265 B — 155 ms — h3https://tinyurl.com/app/api/urls?page=1/app/api/urls?page=1 https://tinyurl.com/app/api/urls?page=1 — 200 — 1.3 KiB — 207 ms — h3https://tinyurl.com/images/feature-1.webp?46e5238bcf5a4660a3af3ec77fbcde7d/images/feature-1.webp?46e5238bcf5a... https://tinyurl.com/images/feature-1.webp?46e5238bcf5a4660a3af3ec77fbcde7d — 200 — 16.1 KiB — 25 ms — h3https://tinyurl.com/images/feature-2.webp?12dfa23947c4fe285b6101296974fd2b/images/feature-2.webp?12dfa23947c4... https://tinyurl.com/images/feature-2.webp?12dfa23947c4fe285b6101296974fd2b — 200 — 24.7 KiB — 21 ms — h3https://tinyurl.com/images/feature-3.webp?395fcf909a9247108ea2d8f8e7571fe0/images/feature-3.webp?395fcf909a92... https://tinyurl.com/images/feature-3.webp?395fcf909a9247108ea2d8f8e7571fe0 — 200 — 14.2 KiB — 29 ms — h3https://tinyurl.com/images/feature-4.webp?9c503823a480ef2d8ca66db5eed22205/images/feature-4.webp?9c503823a480... https://tinyurl.com/images/feature-4.webp?9c503823a480ef2d8ca66db5eed22205 — 200 — 27.4 KiB — 31 ms — h3https://tinyurl.com/images/overhauling/card-feature-0.webp/images/overhauling/card-feature-0.... https://tinyurl.com/images/overhauling/card-feature-0.webp — 200 — 165.2 KiB — 78 ms — h3
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 FCP 16.5 s LCP 21.2 shttps://tinyurl.com// https://tinyurl.com/ — 200 — 8.2 KiB — 221 ms — h3https://fonts.googleapis.com/css2?family=Bungee&family=Montserrat:wght@100;300;400;500;600;700&display=swapfonts.googleapis.com/css2?family=Bu... https://fonts.googleapis.com/css2?family=Bungee&family=Montserrat:wght@100;300;400;500;600;700&display=swap — 200 — 1.2 KiB — 120 ms — h2https://tinyurl.com/css/front.css?id=8a2a22d4fdd8f71cdf8183d3a6e5a956/css/front.css?id=8a2a22d4fdd8f71cd... https://tinyurl.com/css/front.css?id=8a2a22d4fdd8f71cdf8183d3a6e5a956 — 200 — 856.5 KiB — 69 ms — h3https://tinyurl.com/js/app.js?id=1a338d6a39107ae46d091913ded32e34/js/app.js?id=1a338d6a39107ae46d091... https://tinyurl.com/js/app.js?id=1a338d6a39107ae46d091913ded32e34 — 200 — 130.3 KiB — 69 ms — h3https://tinyurl.com/images/header/logo.svg/images/header/logo.svg https://tinyurl.com/images/header/logo.svg — 200 — 2.8 KiB — 64 ms — h3https://tinyurl.com/js/manifest.js?id=ab83eaf0172d507c4769c0bef7d93b3a/js/manifest.js?id=ab83eaf0172d507c... https://tinyurl.com/js/manifest.js?id=ab83eaf0172d507c4769c0bef7d93b3a — 200 — 7.7 KiB — 14 ms — h3https://tinyurl.com/js/vendor.js?id=d9c7a40a447de472b997fa3853401321/js/vendor.js?id=d9c7a40a447de472b9... https://tinyurl.com/js/vendor.js?id=d9c7a40a447de472b997fa3853401321 — 200 — 1.1 MiB — 62 ms — h3https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516 — -1 — 0 B — 0 ms — https://tinyurl.com/js/chunks/3985.d091c08a7ec336f0.js/js/chunks/3985.d091c08a7ec336f0.js https://tinyurl.com/js/chunks/3985.d091c08a7ec336f0.js — 200 — 1.7 KiB — 15 ms — h3https://tinyurl.com/js/chunks/5963.aad17163c5f935e1.js/js/chunks/5963.aad17163c5f935e1.js https://tinyurl.com/js/chunks/5963.aad17163c5f935e1.js — 200 — 757 B — 17 ms — h3https://cdn.paddle.com/paddle/v2/paddle.jscdn.paddle.com/paddle/v2/paddle.js https://cdn.paddle.com/paddle/v2/paddle.js — 200 — 15.5 KiB — 35 ms — h2https://js.stripe.com/v3js.stripe.com/v3 https://js.stripe.com/v3 — 200 — 254.0 KiB — 39 ms — h2https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2fonts.gstatic.com/s/montserrat/v31/... https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2 — 200 — 34.7 KiB — 17 ms — h3https://cdn.paddle.com/paddle/v2/assets/css/paddle.csscdn.paddle.com/paddle/v2/assets/css... https://cdn.paddle.com/paddle/v2/assets/css/paddle.css — 200 — 1.3 KiB — 26 ms — h2https://public.profitwell.com/js/profitwell.js?auth=paddletoken_live_0810749fa89514bb1ddd371e6e4public.profitwell.com/js/profitwell... https://public.profitwell.com/js/profitwell.js?auth=paddletoken_live_0810749fa89514bb1ddd371e6e4 — 200 — 9.7 KiB — 352 ms — h2https://tinyurl.com/app/api/state/app/api/state https://tinyurl.com/app/api/state — 200 — 1.8 KiB — 217 ms — h3https://js.stripe.com/v3/controller-with-preconnect-bb2304b562d080dd9e8b9ca8a84e238a.htmljs.stripe.com/v3/controller-with-pr... https://js.stripe.com/v3/controller-with-preconnect-bb2304b562d080dd9e8b9ca8a84e238a.html — 200 — 1.6 KiB — 134 ms — h2https://js.stripe.com/v3/fingerprinted/js/shared-cf4a27a1625d127c6e5db6c6a0a5de10.jsjs.stripe.com/v3/fingerprinted/js/s... https://js.stripe.com/v3/fingerprinted/js/shared-cf4a27a1625d127c6e5db6c6a0a5de10.js — 200 — 187.8 KiB — 159 ms — h2https://js.stripe.com/v3/fingerprinted/js/controller-with-preconnect-3a72fc90ecdcf6571e93beccfd782f26.jsjs.stripe.com/v3/fingerprinted/js/c... https://js.stripe.com/v3/fingerprinted/js/controller-with-preconnect-3a72fc90ecdcf6571e93beccfd782f26.js — 200 — 276.3 KiB — 212 ms — h2https://tinyurl.com/app/api/subscriptions?billing_type=2/app/api/subscriptions?billing_type... https://tinyurl.com/app/api/subscriptions?billing_type=2 — 200 — 3.5 KiB — 213 ms — h3https://tinyurl.com/js/chunks/overhauling.59b06c27a50400b5.js/js/chunks/overhauling.59b06c27a504... https://tinyurl.com/js/chunks/overhauling.59b06c27a50400b5.js — 200 — 140.6 KiB — 22 ms — h3data:font/woff2;base64,d09GMgABAAAAAmoMAAoAAAAGMh0AAmnAAwcFAAAAAAAAAAAAAAAAAAAAAAAAAAAAATYCJAQgBmAD…data:font/woff2;base64,d09GMgABAAAA... data:font/woff2;base64,d09GMgABAAAAAmoMAAoAAAAGMh0AAmnAAwcFAAAAAAAAAAAAAAAAAAAAAAAAAAAAATYCJAQgBmAD… — 200 — 154.5 KiB — 193 ms — datadata:font/woff2;base64,d09GMgABAAAAAc+cAAoAAAADHqUAAc9QAwcFAAAAAAAAAAAAAAAAAAAAAAAAAAAAATYCJAQgBmAD…data:font/woff2;base64,d09GMgABAAAA... data:font/woff2;base64,d09GMgABAAAAAc+cAAoAAAADHqUAAc9QAwcFAAAAAAAAAAAAAAAAAAAAAAAAAAAAATYCJAQgBmAD… — 200 — 115.9 KiB — 200 ms — datahttps://challenges.cloudflare.com/turnstile/v0/api.js?onload=cfTurnstileOnLoad&render=explicitchallenges.cloudflare.com/turnstile... https://challenges.cloudflare.com/turnstile/v0/api.js?onload=cfTurnstileOnLoad&render=explicit — 302 — 265 B — 155 ms — h3https://tinyurl.com/app/api/urls?page=1/app/api/urls?page=1 https://tinyurl.com/app/api/urls?page=1 — 200 — 1.3 KiB — 207 ms — h3https://tinyurl.com/images/feature-1.webp?46e5238bcf5a4660a3af3ec77fbcde7d/images/feature-1.webp?46e5238bcf5a... https://tinyurl.com/images/feature-1.webp?46e5238bcf5a4660a3af3ec77fbcde7d — 200 — 16.1 KiB — 25 ms — h3https://tinyurl.com/images/feature-2.webp?12dfa23947c4fe285b6101296974fd2b/images/feature-2.webp?12dfa23947c4... https://tinyurl.com/images/feature-2.webp?12dfa23947c4fe285b6101296974fd2b — 200 — 24.7 KiB — 21 ms — h3https://tinyurl.com/images/feature-3.webp?395fcf909a9247108ea2d8f8e7571fe0/images/feature-3.webp?395fcf909a92... https://tinyurl.com/images/feature-3.webp?395fcf909a9247108ea2d8f8e7571fe0 — 200 — 14.2 KiB — 29 ms — h3https://tinyurl.com/images/feature-4.webp?9c503823a480ef2d8ca66db5eed22205/images/feature-4.webp?9c503823a480... https://tinyurl.com/images/feature-4.webp?9c503823a480ef2d8ca66db5eed22205 — 200 — 27.4 KiB — 31 ms — h3https://tinyurl.com/images/overhauling/card-feature-0.webp/images/overhauling/card-feature-0.... https://tinyurl.com/images/overhauling/card-feature-0.webp — 200 — 165.2 KiB — 78 ms — h3https://tinyurl.com/images/overhauling/card-feature-1.webp/images/overhauling/card-feature-1.... https://tinyurl.com/images/overhauling/card-feature-1.webp — 200 — 212.1 KiB — 81 ms — h3https://tinyurl.com/images/overhauling/card-feature-2.webp/images/overhauling/card-feature-2.... https://tinyurl.com/images/overhauling/card-feature-2.webp — 200 — 195.5 KiB — 48 ms — h3https://tinyurl.com/images/overhauling/card-feature-3.webp/images/overhauling/card-feature-3.... https://tinyurl.com/images/overhauling/card-feature-3.webp — 200 — 150.1 KiB — 75 ms — h3https://tinyurl.com/images/overhauling/card-feature-4.webp/images/overhauling/card-feature-4.... https://tinyurl.com/images/overhauling/card-feature-4.webp — 200 — 181.3 KiB — 78 ms — h3https://tinyurl.com/images/overhauling/card-feature-5.webp/images/overhauling/card-feature-5.... https://tinyurl.com/images/overhauling/card-feature-5.webp — 200 — 123.7 KiB — 78 ms — h3https://tinyurl.com/images/overhauling/shortener-video.mp4/images/overhauling/shortener-video... https://tinyurl.com/images/overhauling/shortener-video.mp4 — 206 — 997.0 KiB — 103 ms — h3https://tinyurl.com/images/overhauling/platform-highlight-video.mp4/images/overhauling/platform-highli... https://tinyurl.com/images/overhauling/platform-highlight-video.mp4 — 206 — 1.0 MiB — 109 ms — h3https://challenges.cloudflare.com/turnstile/v0/g/b0a7532ac8ec/api.jschallenges.cloudflare.com/turnstile... https://challenges.cloudflare.com/turnstile/v0/g/b0a7532ac8ec/api.js — 200 — 17.4 KiB — 19 ms — h3https://js.stripe.com/v3/.deploy_status_henson.jsonjs.stripe.com/v3/.deploy_status_hen... https://js.stripe.com/v3/.deploy_status_henson.json — 200 — 808 B — 97 ms — h3https://js.stripe.com/v3/fingerprinted/js/stripe-cookies-99315d136700f132b072c563090f72a7.jsjs.stripe.com/v3/fingerprinted/js/s... https://js.stripe.com/v3/fingerprinted/js/stripe-cookies-99315d136700f132b072c563090f72a7.js — 200 — 14.7 KiB — 56 ms — h3https://js.stripe.com/v3/.deploy_status_henson.jsonjs.stripe.com/v3/.deploy_status_hen... https://js.stripe.com/v3/.deploy_status_henson.json — 200 — 0 B — 90 ms — h3https://challenges.cloudflare.com/cdn-cgi/challenge-platform/h/g/turnstile/f/ov2/av0/rch/kyd7k/0x4AAAAAAAWaftO6M9nMBXRA/auto/fbE/new/flexible?lang=autochallenges.cloudflare.com/cdn-cgi/c... https://challenges.cloudflare.com/cdn-cgi/challenge-platform/h/g/turnstile/f/ov2/av0/rch/kyd7k/0x4AAAAAAAWaftO6M9nMBXRA/auto/fbE/new/flexible?lang=auto — 200 — 98.5 KiB — 27 ms — h3https://challenges.cloudflare.com/cdn-cgi/challenge-platform/h/g/cmg/1challenges.cloudflare.com/cdn-cgi/c... https://challenges.cloudflare.com/cdn-cgi/challenge-platform/h/g/cmg/1 — 200 — 208 B — 8 ms — h3https://tinyurl.com/images/icons/favicon-32.png/images/icons/favicon-32.png https://tinyurl.com/images/icons/favicon-32.png — 200 — 985 B — 15 ms — h3https://js.stripe.com/v3/m-outer-3437aaddcdf6922d623e172c2d6f9278.htmljs.stripe.com/v3/m-outer-3437aaddcd... https://js.stripe.com/v3/m-outer-3437aaddcdf6922d623e172c2d6f9278.html — 200 — 1.0 KiB — 47 ms — h3https://js.stripe.com/v3/fingerprinted/js/m-outer-15a2b40a058ddff1cffdb63779fe3de1.jsjs.stripe.com/v3/fingerprinted/js/m... https://js.stripe.com/v3/fingerprinted/js/m-outer-15a2b40a058ddff1cffdb63779fe3de1.js — 200 — 893 B — 48 ms — h3https://m.stripe.network/inner.htmlm.stripe.network/inner.html https://m.stripe.network/inner.html — 200 — 1.3 KiB — 11 ms — h2https://m.stripe.network/out-4.5.45.jsm.stripe.network/out-4.5.45.js https://m.stripe.network/out-4.5.45.js — 200 — 14.0 KiB — 6 ms — h2https://m.stripe.com/6m.stripe.com/6 https://m.stripe.com/6 — 200 — 580 B — 606 ms — h2https://r.stripe.com/br.stripe.com/b https://r.stripe.com/b — 200 — 211 B — 784 ms — h2https://r.stripe.com/br.stripe.com/b https://r.stripe.com/b — 200 — 212 B — 590 ms — h2https://r.stripe.com/br.stripe.com/b https://r.stripe.com/b — 200 — 211 B — 196 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
22% of JavaScript execution is third-party
First-party Third-party 1374ms · 254KB · €15/mo
Unattributable
Other
Costly
Execution 866ms
Transfer 0 KB
Monthly Cost €9/mo
Stripe
Payment
Essential
Execution 425ms
Transfer 254 KB
Unused 67%
Monthly Cost €5/mo
challenges.cloudflare.com
Other
Optional
Execution 83ms
Transfer 0 KB
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • Unattributable adds 866ms and costs ~€9/month

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

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

Why this matters

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

Source: web.dev

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