Performance
· 14 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.
375 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.95 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
192 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.112
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.98 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.
7.81 s
Page Load Progression
FPage Weight BudgetAction6.8 MB transferred, 335 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 ImpactAction74% third-party, 0 ms blockingFIX
DJS Execution CostAction2294ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://ruggable.com/_next/static/chunks/50dd28c7201c0f2d.js | 786ms | 549ms | 4ms | 1st |
| Unattributable | 306ms | 38ms | 0ms | 3rd |
| https://ruggable.com/_next/static/chunks/6ee32a3b33ddd1de.js | 251ms | 42ms | 7ms | 1st |
| https://ruggable.com/ | 217ms | 10ms | 0ms | 1st |
| https://ruggable.com/_next/static/chunks/turbopack-1b2014506346b4cc.js | 172ms | 170ms | 0ms | 1st |
| https://www.googletagmanager.com/gtm.js?id=GTM-PQL52XW | 115ms | 91ms | 19ms | 3rd |
| https://www.redditstatic.com/ads/pixel.js | 114ms | 106ms | 1ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-04B81SYDDX&cx=c>m=4e6461 | 95ms | 69ms | 11ms | 3rd |
| https://res4.applovin.com/p/104/b/bs.c9e1074f5b3f9fc8ea15d152add07294-1.iife.js | 62ms | 59ms | 2ms | 3rd |
| https://d38xvr37kwwhcm.cloudfront.net/js/grin-sdk.js | 62ms | 59ms | 1ms | 3rd |
Showing top 10 of 12 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 | 68 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 | 58 KB (56%) | ✓ | 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 Optimization72 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 HintsNo optimization neededPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall335 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 | 306ms | 0 KB | — | $2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 115ms | 164 KB | 34% | $1/mo | Optional |
www.redditstatic.com www.redditstatic.com | Other | 114ms | 19 KB | — | $1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 95ms | 174 KB | 39% | $1/mo | Optional |
res4.applovin.com res4.applovin.com | Other | 62ms | 31 KB | — | $0/mo | Optional |
d38xvr37kwwhcm.cloudfront.net d38xvr37kwwhcm.cloudfront.net | Other | 62ms | 16 KB | — | $0/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 58ms | 144 KB | 38% | $0/mo | Optional |
Microsoft Clarity scripts.clarity.ms | Session Replay | 57ms | 26 KB | — | $0/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 306ms and costs ~$2/month
Unattributable takes 306ms 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