Performance
· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.Performance-focused optimization plan with CWV assessment, top offenders, and time estimates
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
FPage Weight BudgetAction6.5 MB transferred, 52 requestsFIX
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
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.
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.
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.
Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).
Source: web.dev font loading
FJS Execution CostAction6304ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://tinyurl.com/js/app.js?id=1a338d6a39107ae46d091913ded32e34 | 1886ms | 1760ms | 77ms | 1st |
| https://tinyurl.com/js/chunks/overhauling.59b06c27a50400b5.js | 1153ms | 659ms | 111ms | 1st |
| Unattributable | 866ms | 28ms | 0ms | 3rd |
| https://tinyurl.com/js/vendor.js?id=d9c7a40a447de472b997fa3853401321 | 850ms | 228ms | 499ms | 1st |
| https://tinyurl.com/ | 807ms | 5ms | 2ms | 1st |
| https://js.stripe.com/v3 | 425ms | 301ms | 121ms | 3rd |
| https://tinyurl.com/css/front.css?id=8a2a22d4fdd8f71cdf8183d3a6e5a956 | 234ms | 0ms | 0ms | 1st |
| https://challenges.cloudflare.com/turnstile/v0/api.js?onload=cfTurnstileOnLoad&render=explicit | 83ms | 74ms | 9ms | 3rd |
FJS BundlesAction16 scripts, 1.3 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://tinyurl.com/js/vendor.js?id=d9c7a40a447de472b997fa3853401321 | 1122 KB | 957 KB (86%) | ✓ | 1st |
| https://js.stripe.com/v3 | 254 KB | 170 KB (67%) | ✓ | 3rd |
| https://tinyurl.com/js/chunks/overhauling.59b06c27a50400b5.js | 141 KB | 132 KB (94%) | ✓ | 1st |
| https://tinyurl.com/js/app.js?id=1a338d6a39107ae46d091913ded32e34 | 130 KB | 80 KB (61%) | ✓ | 1st |
| https://public.profitwell.com/js/profitwell.js?auth=paddletoken_live_0810749fa89514bb1ddd371e6e4 | 10 KB | — | ✓ | 3rd |
| https://tinyurl.com/js/chunks/5963.aad17163c5f935e1.js | 1 KB | — | ✓ | 1st |
| https://cdn.paddle.com/paddle/v2/paddle.js | 16 KB | — | ✓ | 3rd |
| https://tinyurl.com/js/chunks/3985.d091c08a7ec336f0.js | 2 KB | — | ✓ | 1st |
| https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516 | 0 KB | — | ✓ | 3rd |
| https://js.stripe.com/v3/fingerprinted/js/shared-cf4a27a1625d127c6e5db6c6a0a5de10.js | 188 KB | — | ✓ | 3rd |
Consider code splitting or tree shaking to reduce unused code.
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.
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.
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.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
FPage Weight InventoryAction52 resources · 6.5 MB · 1.3 MB savings availableFIX
~1.3 MiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 52 resources | 6.5 MiB | ||||||
DHTTP CachingActionno-store (uncacheable)FIX
max-age=0, must-revalidate, no-cache, no-store, private
| Directive | Value | Meaning |
|---|---|---|
| max-age | 0 | Cache for 0 seconds |
| must-revalidate | — | Must recheck with server after expiry |
| no-cache | — | Cache but always revalidate first |
| no-store | — | Never cache this response |
| private | — | Only browser cache, not CDN/proxy |
BImage Optimization12 images, 0 KB saveableREVIEW
Set explicit width and height to prevent CLS.
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.
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.
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.
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.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
A+Third-Party Impact18% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading3 fonts (305 KB)PASS
Web fonts
3
305 KB total
Render-blocking
0
of 3
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- 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 CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints12 hints, 0 missing preconnectsPASS
Current Resource Hints
12 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall52 requests over 4340msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 866ms | 0 KB | — | €9/mo | Costly |
Stripe js.stripe.com | Payment | 425ms | 254 KB | 67% | €5/mo | Essential |
challenges.cloudflare.com challenges.cloudflare.com | Other | 83ms | 0 KB | — | €1/mo | Optional |
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.
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.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev