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.
2.18 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
14.35 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
4.83 s
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.
14.37 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.
46.72 s
Page Load Progression
FPage Weight BudgetAction8.4 MB transferred, 376 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
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
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 ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction18396ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://ruggable.com/_next/static/chunks/50dd28c7201c0f2d.js | 4555ms | 3134ms | 36ms | 3rd |
| https://ruggable.com/_next/static/chunks/6ee32a3b33ddd1de.js | 2089ms | 197ms | 43ms | 3rd |
| Unattributable | 1504ms | 233ms | 0ms | 3rd |
| https://ruggable.com/ | 1344ms | 70ms | 1ms | 3rd |
| https://sdk-metrics.postscript.io/web/v4/geUt08pDDbh7Dxyt3Pub?ci=jsl/4.0.1 | 1159ms | 902ms | 1ms | 3rd |
| https://ruggable.com/_next/static/chunks/turbopack-1b2014506346b4cc.js | 1022ms | 1000ms | 1ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-PQL52XW | 677ms | 568ms | 72ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-04B81SYDDX&cx=c>m=4e6420h2 | 489ms | 411ms | 74ms | 3rd |
| https://ruggable.com/_next/static/chunks/18d55330a9804a43.js | 412ms | 9ms | 87ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-857404210&cx=c>m=4e6420h2 | 405ms | 350ms | 52ms | 3rd |
Showing top 10 of 38 scripts
FJS BundlesAction156 scripts, 1.4 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://sdk.postscript.io/sdk.bundle.js?shopId=238417 | 202 KB | 141 KB (70%) | ✓ | 3rd |
| https://ruggable.com/_next/static/chunks/f5f778a99bb466c1.js | 107 KB | 106 KB (100%) | ✓ | 3rd |
| https://ruggable.com/_next/static/chunks/5b1775499279cd71.js | 104 KB | 104 KB (100%) | ✓ | 3rd |
| https://ruggable.com/_next/static/chunks/0231af760b3b156e.js | 84 KB | 84 KB (100%) | ✓ | 3rd |
| https://production.cdp.ingest.chord.co/p.js | 117 KB | 84 KB (72%) | ✗ | 3rd |
| https://cnstrc.com/js/cust/ruggable_UoSO4S.js | 105 KB | 72 KB (69%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-04B81SYDDX&cx=c>m=4e6420h2 | 174 KB | 68 KB (39%) | ✓ | 3rd |
| https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMw.js | 110 KB | 65 KB (59%) | ✓ | 3rd |
| https://ruggable.com/_next/static/chunks/6ee32a3b33ddd1de.js | 105 KB | 57 KB (55%) | ✓ | 3rd |
| https://ruggable.com/_next/static/chunks/3d84978007244bba.js | 56 KB | 56 KB (100%) | ✓ | 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
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
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 Loading11 fonts (236 KB)PASS
Web fonts
11
236 KB total
Render-blocking
0
of 11
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
Network Waterfall376 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 |
|---|---|---|---|---|---|---|
ruggable.com ruggable.com | Other | 4555ms | 65 KB | 32% | $26/mo | Costly |
ruggable.com ruggable.com | Other | 2089ms | 105 KB | 55% | $12/mo | Costly |
Unattributable Unattributable | Other | 1504ms | 0 KB | — | $9/mo | Costly |
ruggable.com ruggable.com | Other | 1344ms | 48 KB | — | $8/mo | Costly |
sdk-metrics.postscript.io sdk-metrics.postscript.io | Other | 1159ms | 69 KB | 30% | $7/mo | Costly |
ruggable.com ruggable.com | Other | 1022ms | 5 KB | — | $6/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 677ms | 164 KB | 34% | $4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 489ms | 174 KB | 39% | $3/mo | Costly |
ruggable.com ruggable.com | Other | 412ms | 99 KB | 47% | $2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 405ms | 143 KB | 38% | $2/mo | Costly |
sdk.postscript.io sdk.postscript.io | Other | 398ms | 202 KB | 70% | $2/mo | Costly |
res4.applovin.com res4.applovin.com | Other | 336ms | 31 KB | — | $2/mo | Costly |
d38xvr37kwwhcm.cloudfront.net d38xvr37kwwhcm.cloudfront.net | Other | 318ms | 16 KB | — | $2/mo | Costly |
Microsoft Clarity scripts.clarity.ms | Session Replay | 300ms | 26 KB | — | $2/mo | Costly |
analytics.tiktok.com analytics.tiktok.com | Other | 280ms | 110 KB | 59% | $2/mo | Costly |
production.cdp.ingest.chord.co production.cdp.ingest.chord.co | Other | 263ms | 117 KB | 72% | $2/mo | Costly |
www.redditstatic.com www.redditstatic.com | Other | 251ms | 19 KB | — | $1/mo | Costly |
ads.nextdoor.com ads.nextdoor.com | Other | 251ms | 183 KB | 22% | $1/mo | Costly |
static.klaviyo.com static.klaviyo.com | Other | 246ms | 23 KB | — | $1/mo | Costly |
cnstrc.com cnstrc.com | Other | 234ms | 105 KB | 69% | $1/mo | Costly |
d2hrivdxn8ekm8.cloudfront.net d2hrivdxn8ekm8.cloudfront.net | Other | 231ms | 15 KB | — | $1/mo | Costly |
Heap Analytics cdn.heapanalytics.com | Analytics | 195ms | 42 KB | — | $1/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 177ms | 95 KB | 44% | $1/mo | Optional |
ruggable.com ruggable.com | Other | 144ms | 21 KB | — | $1/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 122ms | 39 KB | — | $1/mo | Optional |
ruggable.com ruggable.com | Other | 120ms | 5 KB | — | $1/mo | Optional |
static.agentio.com static.agentio.com | Other | 115ms | 26 KB | — | $1/mo | Optional |
static.klaviyo.com static.klaviyo.com | Other | 111ms | 8 KB | — | $1/mo | Optional |
s.pinimg.com s.pinimg.com | Other | 90ms | 27 KB | — | $1/mo | Optional |
ruggable.com ruggable.com | Other | 74ms | 107 KB | 42% | $0/mo | Optional |
ruggable.com ruggable.com | Other | 71ms | 85 KB | 55% | $0/mo | Optional |
Bing UET bat.bing.com | Advertising | 66ms | 16 KB | — | $0/mo | Optional |
static-tracking.klaviyo.com static-tracking.klaviyo.com | Other | 66ms | 19 KB | — | $0/mo | Optional |
analytics.tiktok.com analytics.tiktok.com | Other | 62ms | 40 KB | — | $0/mo | Optional |
ads.nextdoor.com ads.nextdoor.com | Other | 60ms | 188 KB | 22% | $0/mo | Optional |
js.adsrvr.org js.adsrvr.org | Other | 55ms | 11 KB | — | $0/mo | Optional |
ldpns.ruggable.com ldpns.ruggable.com | Other | 54ms | 45 KB | — | $0/mo | Optional |
static-tracking.klaviyo.com static-tracking.klaviyo.com | Other | 53ms | 14 KB | — | $0/mo | Optional |
These scripts may cost more than they're worth
- ruggable.com adds 4555ms and costs ~$26/month
- ruggable.com adds 2089ms and costs ~$12/month
- Unattributable adds 1504ms and costs ~$9/month
- ruggable.com adds 1344ms and costs ~$8/month
- sdk-metrics.postscript.io adds 1159ms and costs ~$7/month
- ruggable.com adds 1022ms and costs ~$6/month
- Google Tag Manager adds 677ms and costs ~$4/month
- Google Tag Manager adds 489ms and costs ~$3/month
- ruggable.com adds 412ms and costs ~$2/month
- Google Tag Manager adds 405ms and costs ~$2/month
- sdk.postscript.io adds 398ms and costs ~$2/month
- res4.applovin.com adds 336ms and costs ~$2/month
- d38xvr37kwwhcm.cloudfront.net adds 318ms and costs ~$2/month
- Microsoft Clarity adds 300ms and costs ~$2/month
- analytics.tiktok.com adds 280ms and costs ~$2/month
- production.cdp.ingest.chord.co adds 263ms and costs ~$2/month
- www.redditstatic.com adds 251ms and costs ~$1/month
- ads.nextdoor.com adds 251ms and costs ~$1/month
- static.klaviyo.com adds 246ms and costs ~$1/month
- cnstrc.com adds 234ms and costs ~$1/month
- d2hrivdxn8ekm8.cloudfront.net adds 231ms and costs ~$1/month
100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.
When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.
Learn more ▾ ▴
Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.
Source: web.dev
ruggable.com takes 4555ms 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
ruggable.com takes 2089ms 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
55% of ruggable.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
Unattributable takes 1504ms 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
ruggable.com takes 1344ms 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
sdk-metrics.postscript.io takes 1159ms 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
ruggable.com takes 1022ms 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 677ms 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 489ms 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
ruggable.com takes 412ms 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 405ms 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
sdk.postscript.io takes 398ms 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
70% of sdk.postscript.io'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
res4.applovin.com takes 336ms 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 318ms 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 300ms 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
analytics.tiktok.com takes 280ms 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
59% 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
production.cdp.ingest.chord.co takes 263ms 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
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
www.redditstatic.com takes 251ms 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
ads.nextdoor.com takes 251ms 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
static.klaviyo.com takes 246ms 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
cnstrc.com takes 234ms 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
69% 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
d2hrivdxn8ekm8.cloudfront.net takes 231ms 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
55% of ruggable.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