Performance
· 16 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.
1.49 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
15.50 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.85 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.159
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
12.11 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.
39.93 s
Page Load Progression
FPage Weight BudgetAction6.1 MB transferred, 330 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
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.
Source: web.dev
DThird-Party ImpactAction71% third-party, 0 ms blockingFIX
FJS Execution CostAction13858ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://ruggable.com/_next/static/chunks/50dd28c7201c0f2d.js | 3880ms | 2586ms | 19ms | 1st |
| https://ruggable.com/_next/static/chunks/6ee32a3b33ddd1de.js | 1833ms | 177ms | 25ms | 1st |
| Unattributable | 1677ms | 158ms | 0ms | 3rd |
| https://ruggable.com/ | 982ms | 78ms | 0ms | 1st |
| https://ruggable.com/_next/static/chunks/turbopack-1b2014506346b4cc.js | 783ms | 747ms | 1ms | 1st |
| https://www.redditstatic.com/ads/pixel.js | 567ms | 399ms | 5ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-PQL52XW | 449ms | 369ms | 47ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-857404210&cx=c>m=4e6461 | 385ms | 335ms | 46ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-04B81SYDDX&cx=c>m=4e6461 | 359ms | 310ms | 47ms | 3rd |
| https://res4.applovin.com/p/104/b/bs.c9e1074f5b3f9fc8ea15d152add07294-1.iife.js | 347ms | 225ms | 13ms | 3rd |
Showing top 10 of 30 scripts
FJS BundlesAction151 scripts, 1.2 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://ruggable.com/_next/static/chunks/f5f778a99bb466c1.js | 107 KB | 106 KB (100%) | ✓ | 1st |
| https://ruggable.com/_next/static/chunks/5b1775499279cd71.js | 104 KB | 104 KB (100%) | ✓ | 1st |
| https://production.cdp.ingest.chord.co/p.js | 118 KB | 84 KB (72%) | ✗ | 3rd |
| https://ruggable.com/_next/static/chunks/0231af760b3b156e.js | 84 KB | 84 KB (100%) | ✓ | 1st |
| https://cnstrc.com/js/cust/ruggable_UoSO4S.js | 105 KB | 74 KB (71%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-04B81SYDDX&cx=c>m=4e6461 | 174 KB | 69 KB (39%) | ✓ | 3rd |
| https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMw.js | 110 KB | 65 KB (60%) | ✓ | 3rd |
| https://ruggable.com/_next/static/chunks/6ee32a3b33ddd1de.js | 105 KB | 57 KB (55%) | ✓ | 1st |
| https://ruggable.com/_next/static/chunks/3d84978007244bba.js | 56 KB | 56 KB (100%) | ✓ | 1st |
| https://www.googletagmanager.com/gtm.js?id=GTM-PQL52XW | 164 KB | 56 KB (34%) | ✓ | 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
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
BImage Optimization64 images, 0 KB saveableREVIEW
BHTTP Cachingpublic, max-age=0, must-revalidateREVIEW
public, max-age=0, must-revalidate
| Directive | Value | Meaning |
|---|---|---|
| public | — | Any cache may store this response |
| max-age | 0 | Cache for 0 seconds |
| must-revalidate | — | Must recheck with server after expiry |
A+Text CompressionAll text resources are compressedPASS
A+Font Loading8 fonts (197 KB)PASS
Web fonts
8
197 KB total
Render-blocking
0
of 8
Dominant font-display
swap
Most common across fonts
Font loading timeline
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 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 Waterfall330 requests over 0msINFO
Performance analysis not available for this result.
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 1677ms | 0 KB | — | $10/mo | Costly |
www.redditstatic.com www.redditstatic.com | Other | 567ms | 19 KB | — | $3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 449ms | 164 KB | 34% | $3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 385ms | 144 KB | 38% | $2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 359ms | 174 KB | 39% | $2/mo | Costly |
res4.applovin.com res4.applovin.com | Other | 347ms | 31 KB | — | $2/mo | Costly |
d38xvr37kwwhcm.cloudfront.net d38xvr37kwwhcm.cloudfront.net | Other | 271ms | 16 KB | — | $2/mo | Costly |
Microsoft Clarity scripts.clarity.ms | Session Replay | 236ms | 26 KB | — | $1/mo | Costly |
Heap Analytics cdn.heapanalytics.com | Analytics | 197ms | 42 KB | — | $1/mo | Optional |
static.klaviyo.com static.klaviyo.com | Other | 190ms | 23 KB | — | $1/mo | Optional |
analytics.tiktok.com analytics.tiktok.com | Other | 189ms | 110 KB | 60% | $1/mo | Optional |
production.cdp.ingest.chord.co production.cdp.ingest.chord.co | Other | 185ms | 118 KB | 72% | $1/mo | Optional |
cnstrc.com cnstrc.com | Other | 174ms | 105 KB | 71% | $1/mo | Optional |
ads.nextdoor.com ads.nextdoor.com | Other | 160ms | 183 KB | 22% | $1/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 120ms | 95 KB | 44% | $1/mo | Optional |
s.pinimg.com s.pinimg.com | Other | 84ms | 28 KB | — | $0/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 81ms | 39 KB | — | $0/mo | Optional |
static.klaviyo.com static.klaviyo.com | Other | 70ms | 8 KB | — | $0/mo | Optional |
www.mczbf.com www.mczbf.com | Other | 68ms | 13 KB | — | $0/mo | Optional |
Bing UET bat.bing.com | Advertising | 64ms | 15 KB | — | $0/mo | Optional |
d2hrivdxn8ekm8.cloudfront.net d2hrivdxn8ekm8.cloudfront.net | Other | 54ms | 15 KB | — | $0/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 1677ms and costs ~$10/month
- www.redditstatic.com adds 567ms and costs ~$3/month
- Google Tag Manager adds 449ms and costs ~$3/month
- Google Tag Manager adds 385ms and costs ~$2/month
- Google Tag Manager adds 359ms and costs ~$2/month
- res4.applovin.com adds 347ms and costs ~$2/month
- d38xvr37kwwhcm.cloudfront.net adds 271ms and costs ~$2/month
- Microsoft Clarity adds 236ms and costs ~$1/month
43% of JavaScript execution time comes from third-party scripts.
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 1677ms 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
www.redditstatic.com takes 567ms 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
Google Tag Manager takes 449ms 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
Google Tag Manager takes 385ms 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
Google Tag Manager takes 359ms 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
res4.applovin.com takes 347ms 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
d38xvr37kwwhcm.cloudfront.net takes 271ms 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
Microsoft Clarity takes 236ms 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
60% of analytics.tiktok.com'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
72% of production.cdp.ingest.chord.co'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
71% of cnstrc.com'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