Skip to content
https://www.ruggable.com

Lighthouse Desktop

· 0 checks — Desktop Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.
SCORE
0
GRADE
FIX
0
REVIEW
0
PASS
0
INFO
0

Detailed Report

Audit breakdown by category with detailed findings.

52

Performance

Insights

Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling

Why this matters

Performance issues directly impact user engagement and conversion rates.

3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.

Why this matters

Performance issues directly impact user engagement and conversion rates.

A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.

Why this matters

Performance issues directly impact user engagement and conversion rates.

headings: [map[key:source label:Top function call valueType:source-location] map[granularity:1 key:reflowTime label:Total reflow time valueType:ms]]
items: [map[reflowTime:184.361 source:map[column:2856 line:1 type:source-location url:https://ruggable.com/_next/static/chunks/50dd28c7201c0f2d.js urlProvider:network]]]
headings: [map[key:source label:Source valueType:source-location] map[granularity:1 key:reflowTime label:Total reflow time valueType:ms]]
items: [map[reflowTime:64.668 source:map[column:5185 line:372 type:source-location url:https://ruggable.com/_next/static/chunks/6ee32a3b33ddd1de.js urlProvider:network]] map[reflowTime:75.191 source:map[column:22332 line:372 type:source-location url:https://ruggable.com/_next/static/chunks/6ee32a3b33ddd1de.js urlProvider:network]] map[reflowTime:4.472 source:map[column:28305 line:372 type:source-location url:https://ruggable.com/_next/static/chunks/6ee32a3b33ddd1de.js urlProvider:network]] map[reflowTime:6.457 source:map[column:28018 line:372 type:source-location url:https://ruggable.com/_next/static/chunks/6ee32a3b33ddd1de.js urlProvider:network]] map[reflowTime:45.527 source:map[column:98375 line:1832 type:source-location url:https://ruggable.com/_next/static/chunks/18d55330a9804a43.js urlProvider:network]] map[reflowTime:75.473 source:map[column:98654 line:1832 type:source-location url:https://ruggable.com/_next/static/chunks/18d55330a9804a43.js urlProvider:network]] map[reflowTime:22.705 source:map[column:62948 line:0 type:source-location url:https://ruggable.com/_next/static/chunks/63ddfe3db73dfad2.js urlProvider:network]] map[reflowTime:3.497 source:map[column:75011 line:372 type:source-location url:https://ruggable.com/_next/static/chunks/6ee32a3b33ddd1de.js urlProvider:network]] map[reflowTime:12.856 source:map[column:16505 line:372 type:source-location url:https://ruggable.com/_next/static/chunks/6ee32a3b33ddd1de.js urlProvider:network]] map[reflowTime:9.131 source:map[type:text value:[unattributed]]] map[reflowTime:0.613 source:map[column:40570 line:4 type:source-location url:https://sdk-metrics.postscript.io/web/v4/geUt08pDDbh7Dxyt3Pub?ci=jsl/4.0.1 urlProvider:network]] map[reflowTime:0.05 source:map[column:85385 line:4 type:source-location url:https://sdk-metrics.postscript.io/web/v4/geUt08pDDbh7Dxyt3Pub?ci=jsl/4.0.1 urlProvider:network]] map[reflowTime:15.845 source:map[column:2622 line:0 type:source-location url:https://static.klaviyo.com/onsite/js/build-preview/commit-f6f00cac0c842ff6b918911ae9159db809c1b007/default~in_app_forms~signup_forms.a9953a1681e0d8106e3e.js?cb=2 urlProvider:network]] map[reflowTime:107.164 source:map[column:22094 line:0 type:source-location url:https://www.redditstatic.com/ads/pixel.js urlProvider:network]]]

Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading

Why this matters

Performance issues directly impact user engagement and conversion rates.

lhId: page-0-IMG
nodeLabel: Ruggable Laguna Natural Multicolor HP Hero - Desktop
path: 1,HTML,1,BODY,0,DIV,8,MAIN,2,DIV,1,SECTION,0,DIV,0,SECTION,0,DIV,0,DIV,0,IMG
selector: section.collaboration-hero > div.relative > div.absolute > img.absolute
snippet: <img alt="Ruggable Laguna Natural Multicolor HP Hero - Desktop" width="3200" height="1200" decoding="async" data-nimg="1" class="absolute inset-0 h-full w-full object-cover" sizes="(max-width: 1600px) 100vw, 1600px" srcset="https://images.ctfassets.net/9y4fi2gkk4ov/1pilobh5JvGWTnArHozG7x/5bbd7c20f…" src="https://images.ctfassets.net/9y4fi2gkk4ov/1pilobh5JvGWTnArHozG7x/5bbd7c20f…" style="color: transparent;">

Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.

Why this matters

Performance issues directly impact user engagement and conversion rates.

description: [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints help the browser establish a connection earlier in the page load, saving time when the first request for that origin is made. The following are the origins that the page preconnected to.
title: Preconnected origins
value: no origins were preconnected
description: Add [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints to your most important origins, but try to use no more than 4.
title: Preconnect candidates

A long cache lifetime can speed up repeat visits to your page. Learn more about caching.

Why this matters

Performance issues directly impact user engagement and conversion rates.

RequestCache TTLTransfer Size
sdk-images.postscript.io/1VeRkM-6NnlzNU2EDCrJ8R9tzg62A.png14400.0 s648.6 KiB
sdk-images.postscript.io/1VryrU-3hGeFJRuA8koU5jnv6RTte.png14400.0 s648.6 KiB
ads.nextdoor.com/v2/public/pixel/advmtch.js600.0 s188.2 KiB
ads.nextdoor.com/public/pixel/ndp.js?id=10b829a7-31ec-4c31-ab49-821320d4c828600.0 s183.3 KiB
cnstrc.com/js/cust/ruggable_UoSO4S.js1800.0 s104.8 KiB
connect.facebook.net/en_US/fbevents.js1200.0 s95.0 KiB
production.cdp.ingest.chord.co/p.js14400.0 s117.4 KiB
xp2023-pix.s3.amazonaws.com/px_YSW2z.js0.0 ms64.2 KiB
sdk-metrics.postscript.io/web/v4/geUt08pDDbh7Dxyt3Pub?ci=jsl/4.0.13749.0 s68.9 KiB
sdk-metrics.postscript.io/web/v4/geUt08pDDbh7Dxyt3Pub?ci=jsl/4.0.13749.0 s68.9 KiB
cdn.heapanalytics.com/js/heap-3788874239.js120.0 s42.3 KiB
ldpns.ruggable.com/load1500.0 s44.8 KiB
/signals/config/1729192587344624?v=2.9.291&r=stable&domai...1200.0 s39.3 KiB
res4.applovin.com/p/104/b/bs.c9e1074f5b3f9fc8ea15d152add07294-1.iife.js3600.0 s30.5 KiB
/a3a33f95-7ed7-4f69-8f31-06328875863a.js0.0 ms22.4 KiB
www.redditstatic.com/ads/pixel.js60.0 s19.0 KiB
static.agentio.com/sp.js14400.0 s26.0 KiB
d38xvr37kwwhcm.cloudfront.net/js/grin-sdk.js0.0 ms16.5 KiB
d2hrivdxn8ekm8.cloudfront.net/tracker-latest.min.js0.0 ms15.0 KiB
www.mczbf.com/tags/11314/tag.js1800.0 s13.5 KiB
js.adsrvr.org/conversionEvents-v1.min.js0.0 ms11.2 KiB
scripts.clarity.ms/0.8.59/clarity.js86400.0 s26.2 KiB
/tag-manager/40d2132f-7143-442d-956a-5224b329e540-additio...0.0 ms9.7 KiB
c.amazon-adsystem.com/aat/amzn.js0.0 ms8.9 KiB
sdk-images.postscript.io/1SOwZk-kzLTOPLZIwicijdrxjO1e.png14400.0 s10.9 KiB
s.axon.ai/pixel.js3600.0 s8.4 KiB
bat.bing.com/p/insights/s/0.8.5986400.0 s15.6 KiB
/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da177152312...86400.0 s10.7 KiB
cdn.clinch.co/a_js/client_pixels/clq/script.min.js0.0 ms4.0 KiB
sneakpeek-1.s3.us-east-1.amazonaws.com/acquaint_b2b_chord.js0.0 ms3.0 KiB
ct.pinterest.com/static/ct/token_create.js7200.0 s3.9 KiB
static.klaviyo.com/onsite/js/klaviyo.js?company_id=P4vVLs1.0 s2.9 KiB
s.pinimg.com/ct/lib/main.34af66ec.js1209600.0 s27.4 KiB
static.shopmy.us/Affiliates/sms_aff_clicktrack_ruggable1.js300.0 s2.4 KiB
c.albss.com/p/l/loader.iife.js3600.0 s2.7 KiB
/tag-manager/40d2132f-7143-442d-956a-5224b329e540-latest.js0.0 ms2.0 KiB
cdn.mgln.ai/pixel.min.js14400.0 s2.5 KiB
s.pinimg.com/ct/core.js7200.0 s2.1 KiB
res4.applovin.com/p/104/hs/hs.iife.js3600.0 s1.3 KiB
static.agentio.com/agentio-pixel.js14400.0 s1.5 KiB

Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size

Why this matters

Performance issues directly impact user engagement and conversion rates.

URLResource SizeEst Savings
Ruggable x Gray Malin Outdoor Banana Leaf Soft Blue Rug link to Outdoor produc… div.flex > div.overflow-hidden > div.object-cover > img.object-cover
/9y4fi2gkk4ov/1POiEAcOMGSO8UBxlIBm95/552ab0942ff9e689b479...342.1 KiB331.0 KiB
Zebras Red Rug by Scalamandré | Ruggable - Image 1 div.swiper-slide > div.w-full > div > img
/aHR0cHM6Ly9jZG4uZGFzaHNvY2lhbC5jb20vbWVkaWEvZnVsbC8xNzY5...159.0 KiB147.2 KiB
Peony Promenade Aubergine Rug by Liberty | Ruggable - Image 6 div.swiper-slide > div.w-full > div > img
/aHR0cHM6Ly9jZG4uZGFzaHNvY2lhbC5jb20vbWVkaWEvZnVsbC8xNzcz...153.2 KiB141.4 KiB
Pennywood Brown & Blue Rug | Ruggable - Image 4 div.swiper-slide > div.w-full > div > img
/aHR0cHM6Ly9jZG4uZGFzaHNvY2lhbC5jb20vbWVkaWEvZnVsbC8xNzcz...122.8 KiB111.0 KiB
Hilma Sunset Rug by Justina Blakeney | Ruggable - Image 2 div.swiper-slide > div.w-full > div > img
/aHR0cHM6Ly9jZG4uZGFzaHNvY2lhbC5jb20vbWVkaWEvZnVsbC8xNzcz...104.2 KiB92.4 KiB
Honeydew Blue Rug by Liberty | Ruggable - Image 5 div.swiper-slide > div.w-full > div > img
/aHR0cHM6Ly9jZG4uZGFzaHNvY2lhbC5jb20vbWVkaWEvZnVsbC8xNzcz...98.4 KiB86.6 KiB
Artemis Rose Rug by Liberty | Ruggable - Image 7 div.swiper-slide > div.w-full > div > img
/aHR0cHM6Ly9jZG4uZGFzaHNvY2lhbC5jb20vbWVkaWEvZnVsbC8xNzcz...92.6 KiB80.8 KiB
Cream Boucle Bolster Pet Bed | Ruggable - Image 3 div.swiper-slide > div.w-full > div > img
/aHR0cHM6Ly9jZG4uZGFzaHNvY2lhbC5jb20vbWVkaWEvZnVsbC8xNzcz...73.3 KiB61.5 KiB
Ruggable Iris Apfel Doormat, Entryway - Shop by Room HP Module link to Entryway… div.flex > div.overflow-hidden > div.object-cover > img.object-cover
/9y4fi2gkk4ov/5wWn0Grv3beWmEDHEfqrPG/0233c46da4770125cff3...62.6 KiB51.6 KiB
Ruggable Array Black & Ivory Rug link to Living Room products div.flex > div.overflow-hidden > div.object-cover > img.object-cover
/9y4fi2gkk4ov/36UlVDeb7LRJudQAvw2lTW/9a7fb66610caaa5b3a01...56.8 KiB45.7 KiB
Ruggable Kids Rugs (Springtime Lullaby Ivory Multicolor) - 4 Tile div.flex > div.w-full > div.object-cover > img.object-cover
/9y4fi2gkk4ov/1Z7OexzfC3apjJcOYdDeSi/05804365a869fd2ad884...74.4 KiB44.8 KiB
Ruggable Traditional Rugs (Verena Dark Wood) - 4 Tile div.flex > div.w-full > div.object-cover > img.object-cover
/9y4fi2gkk4ov/5Zgq5qK4rUnihcak8oswRb/b7ef8fdf06c7c6f9aa63...74.4 KiB44.8 KiB
Ruggable Bohemian Rugs (Rumi Multicolor) - 4 Tile div.flex > div.w-full > div.object-cover > img.object-cover
/9y4fi2gkk4ov/5j0PRPcBkKFgMklZmIqTit/847e9c672222e02060f9...65.2 KiB35.7 KiB
Ruggable x Architectural Digest Vesta Neutral Multicolor Rug link to Bedroom pr… div.flex > div.overflow-hidden > div.object-cover > img.object-cover
/9y4fi2gkk4ov/2jPpSW8bNp2m99YUiEMCrA/6b9f93a9361865d13027...45.6 KiB34.5 KiB
Ruggable x Haylan Ivory & Copper Rug link to Dining Room products div.flex > div.overflow-hidden > div.object-cover > img.object-cover
/9y4fi2gkk4ov/6wBKsD8iI56twnFiHfxoX7/f0949ad8125872b333ac...42.4 KiB31.8 KiB
Ruggable x Morris & Co. Newill Ivory & Blue Rug link to Kids Room products div.flex > div.overflow-hidden > div.object-cover > img.object-cover
/9y4fi2gkk4ov/2wxxavEaYI88ypDJBHOpT/3fee8ad6fabb113318aa1...41.5 KiB31.1 KiB
Modern Rugs (Echo Auburn) - Tile Slider div.flex > div.w-full > div.object-cover > img.object-cover
/9y4fi2gkk4ov/5JDKFblmMXa3fzw5erD3KV/61d65387650b0309061d...37.9 KiB28.6 KiB
Ruggable Laguna Natural Multicolor HP Hero - Desktop section.collaboration-hero > div.relative > div.absolute > img.absolute
/9y4fi2gkk4ov/1pilobh5JvGWTnArHozG7x/5bbd7c20f6ebefbe03e1...129.6 KiB22.9 KiB
Ruggable Sunrise Bath Mat link to Bathroom products div.flex > div.overflow-hidden > div.object-cover > img.object-cover
/9y4fi2gkk4ov/7LGueB1LmOMxaLMJPEQC8P/4aee5803c18b36085170...29.7 KiB22.3 KiB
Ruggable x Architectural Digest Nisa Ink Black Tufted Rug link to Kitchen produ… div.flex > div.overflow-hidden > div.object-cover > img.object-cover
/9y4fi2gkk4ov/65wO9Rz4ycGeztsZYohqtU/e13eb755b6bef9fcad6a...28.0 KiB21.0 KiB
Calabria Coral Multicolor Rug a.constructor-product-recs-swiper-option > div.relative > div.aspect-[2/3] > img.aspect-[2/3]
/s/files/1/1033/0751/files/calabria-coral-multicolor-A-PM...29.4 KiB16.1 KiB
Della Soft Blue & Coral Outdoor Rug a.constructor-product-recs-swiper-option > div.relative > div.aspect-[2/3] > img.aspect-[2/3]
/s/files/1/1033/0751/files/della-soft-blue-coral-A-OUT-MP...27.5 KiB14.2 KiB
Blackthorn Forest Green Rug by Morris & Co. a.constructor-product-recs-swiper-option > div.relative > div.aspect-[2/3] > img.aspect-[2/3]
/s/files/1/1033/0751/files/morris-co-blackthorn-forest-gr...27.5 KiB14.2 KiB
Della Yellow & Orange Outdoor Rug a.constructor-product-recs-swiper-option > div.relative > div.aspect-[2/3] > img.aspect-[2/3]
/s/files/1/1033/0751/files/della-yellow-orange-A-OUT-MP00...27.2 KiB13.9 KiB
Mehr Green & Soft Pink Outdoor Rug a.constructor-product-recs-swiper-option > div.relative > div.aspect-[2/3] > img.aspect-[2/3]
/s/files/1/1033/0751/files/mehr-green-soft-pink-A-OUT-MP0...26.2 KiB12.9 KiB
Mehr Rose & Soft Green Outdoor Rug a.constructor-product-recs-swiper-option > div.relative > div.aspect-[2/3] > img.aspect-[2/3]
/s/files/1/1033/0751/files/mehr-rose-soft-green-A-OUT-MP0...26.1 KiB12.8 KiB
Mehr Soft Blue & Yellow Outdoor Rug a.constructor-product-recs-swiper-option > div.relative > div.aspect-[2/3] > img.aspect-[2/3]
/s/files/1/1033/0751/files/mehr-soft-blue-yellow-A-OUT-MP...25.2 KiB11.9 KiB
Skye Pink Multicolor Outdoor Rug by Mrs. Alice a.constructor-product-recs-swiper-option > div.relative > div.aspect-[2/3] > img.aspect-[2/3]
/s/files/1/1033/0751/files/mrs-alice-skye-pink-multicolor...24.6 KiB11.3 KiB
Verena Dark Wood Rug a.constructor-product-recs-swiper-option > div.relative > div.aspect-[2/3] > img.aspect-[2/3]
/s/files/1/1033/0751/files/verena-dark-wood-A-PMP-JB004-6...23.8 KiB10.5 KiB
Palmera Multicolor Outdoor Rug a.constructor-product-recs-swiper-option > div.relative > div.aspect-[2/3] > img.aspect-[2/3]
/s/files/1/1033/0751/files/palmera-multicolor-A-OUT-MP008...23.7 KiB10.4 KiB
Cyrus Rose Gold Rug a.constructor-product-recs-swiper-option > div.relative > div.aspect-[2/3] > img.aspect-[2/3]
/s/files/1/1033/0751/files/cyrus-rose-gold-A-PMP-FO016-69...23.2 KiB9.9 KiB
Paloma Berry Multicolor Outdoor Rug a.constructor-product-recs-swiper-option > div.relative > div.aspect-[2/3] > img.aspect-[2/3]
/s/files/1/1033/0751/files/paloma-berry-multicolor-A-OUT-...23.0 KiB9.7 KiB
Sarrah Sage Rug a.constructor-product-recs-swiper-option > div.relative > div.aspect-[2/3] > img.aspect-[2/3]
/s/files/1/1033/0751/files/sarrah-sage-v2-A-PMP-CB004-69_...22.8 KiB9.4 KiB
Sarrah Blue Quartz Rug a.constructor-product-recs-swiper-option > div.relative > div.aspect-[2/3] > img.aspect-[2/3]
/s/files/1/1033/0751/files/sarrah-blue-quartz-v2-A-PMP-NV...22.3 KiB9.0 KiB
Palmera Blue Outdoor Rug a.constructor-product-recs-swiper-option > div.relative > div.aspect-[2/3] > img.aspect-[2/3]
/s/files/1/1033/0751/files/palmera-blue-A-OUT-MP009-57_23...20.3 KiB7.0 KiB
Annika Green Rug a.constructor-product-recs-swiper-option > div.relative > div.aspect-[2/3] > img.aspect-[2/3]
/s/files/1/1033/0751/files/annika-green-A-A1T-SU004-69-V2...19.8 KiB6.5 KiB
Cyrus Black Rug a.constructor-product-recs-swiper-option > div.relative > div.aspect-[2/3] > img.aspect-[2/3]
/s/files/1/1033/0751/files/cyrus-black-A-PMP-FO023-69_b79...19.4 KiB6.1 KiB
Laguna Natural Multicolor Outdoor Rug a.constructor-product-recs-swiper-option > div.relative > div.aspect-[2/3] > img.aspect-[2/3]
/s/files/1/1033/0751/files/laguna-natural-multicolor-A-OU...18.1 KiB4.8 KiB

These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.

Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 246 ms
URLTime Spent
www.ruggable.com/246 ms
ruggable.com/0.0 ms

Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.

Why this matters

Performance issues directly impact user engagement and conversion rates.

TTI

The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Diagnostics

Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 250 ms 1.4 MiB
URLTransfer SizeEst Savings
sdk.postscript.io/sdk.bundle.js?shopId=238417201.5 KiB140.9 KiB
ruggable.com/_next/static/chunks/f5f778a99bb466c1.js106.3 KiB105.8 KiB
ruggable.com/_next/static/chunks/5b1775499279cd71.js104.1 KiB104.0 KiB
ruggable.com/_next/static/chunks/0231af760b3b156e.js84.2 KiB84.0 KiB
production.cdp.ingest.chord.co/p.js117.1 KiB83.8 KiB
cnstrc.com/js/cust/ruggable_UoSO4S.js104.4 KiB72.2 KiB
www.googletagmanager.com/gtag/js?id=G-04B81SYDDX&cx=c&gtm=4e6411173.2 KiB67.9 KiB
analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMw.js109.6 KiB65.1 KiB
ruggable.com/_next/static/chunks/6ee32a3b33ddd1de.js104.3 KiB57.2 KiB
ruggable.com/_next/static/chunks/3d84978007244bba.js56.2 KiB56.2 KiB
www.googletagmanager.com/gtm.js?id=GTM-PQL52XW162.6 KiB54.4 KiB
www.googletagmanager.com/gtag/js?id=AW-857404210&cx=c&gtm=4e6411142.9 KiB54.0 KiB
ruggable.com/_next/static/chunks/a613db948d52a5a8.js65.2 KiB50.7 KiB
ruggable.com/_next/static/chunks/e1f18186360f645e.js51.5 KiB49.2 KiB
ads.nextdoor.com/public/pixel/ndp.js?id=10b829a7-31ec-4c31-ab49-821320d4c828183.0 KiB46.8 KiB
ruggable.com/_next/static/chunks/18d55330a9804a43.js98.5 KiB46.7 KiB
ruggable.com/_next/static/chunks/fe7217948fe2dd47.js84.5 KiB46.2 KiB
ruggable.com/_next/static/chunks/d771c6a337ab27d9.js106.2 KiB44.4 KiB
ads.nextdoor.com/v2/public/pixel/advmtch.js187.8 KiB42.2 KiB
connect.facebook.net/en_US/fbevents.js94.8 KiB42.0 KiB
ads.nextdoor.com/public/pixel/ndp.js?id=10b829a7-31ec-4c31-ab49-821320d4c828183.0 KiB39.5 KiB
ruggable.com/_next/static/chunks/895a7804c57b43aa.js56.3 KiB25.5 KiB
ruggable.com/_next/static/chunks/0371201dfee239d3.js27.3 KiB24.8 KiB
ruggable.com/_next/static/chunks/a0193f4877dcdd06.js24.0 KiB24.0 KiB
ruggable.com/_next/static/chunks/50dd28c7201c0f2d.js64.8 KiB20.7 KiB
sdk-metrics.postscript.io/web/v4/geUt08pDDbh7Dxyt3Pub?ci=jsl/4.0.168.6 KiB20.3 KiB

Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work

Why this matters

Performance issues directly impact user engagement and conversion rates.

CategoryTime Spent
Script Evaluation3.1 s
Other769 ms
Style & Layout714 ms
Script Parsing & Compilation406 ms
Rendering121 ms
Garbage Collection65 ms
Parse HTML & CSS29 ms

Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failure reasonFailure type
The page has an unload handler in the main frame.Actionable

Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 0.0 ms 60.3 KiB

Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 0.0 ms 32.2 KiB
URLTransfer SizeEst Savings
ruggable.com/_next/static/chunks/9dcdb51e23baf179.css36.9 KiB32.2 KiB

More information about the performance of your application. These numbers don't directly affect the Performance score.

Layout shift culprits
Optimize DOM size
LCP breakdown
Modern HTTP
Render blocking requests
Optimize viewport for mobile
Minify CSS
User Timing marks and measures 21 user timings
Avoid long main-thread tasks 14 long tasks found
Image elements have explicit `width` and `height`
Network Requests
Network Round Trip Times 80 ms
Server Backend Latencies 160 ms
Tasks
Diagnostics
Metrics
Screenshot Thumbnails
Final Screenshot
Script Treemap Data
Resources Summary
Initial server response time was short Root document took 60 ms
Avoid large layout shifts 1 layout shift found
INP breakdown
Avoid non-composited animations
100

Accessibility

These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.

Interactive controls are keyboard focusable
Interactive elements indicate their purpose and state
The page has a logical tab order
Visual order on the page follows DOM order
User focus is not accidentally trapped in a region
The user's focus is directed to new content added to the page
HTML5 landmark elements are used to improve navigation
Offscreen content is hidden from assistive technology
Custom controls have associated labels
Custom controls have ARIA roles
`[aria-hidden="true"]` is not present on the document `<body>`
`[user-scalable="no"]` is not used in the `<meta name="viewport">` element and the `[maximum-scale]` attribute is not less than 5.
`[aria-hidden="true"]` elements do not contain focusable descendents
Background and foreground colors have a sufficient contrast ratio
Document has a `<title>` element
`<frame>` or `<iframe>` elements have a title
`<html>` element has a `[lang]` attribute
`<html>` element has a valid value for its `[lang]` attribute
Links are distinguishable without relying on color.
Document has a main landmark.
The page contains a heading, skip link, or landmark region
`[accesskey]` values are unique
`[aria-*]` attributes match their roles
`button`, `link`, and `menuitem` elements have accessible names
ARIA attributes are used as specified for the element's role
Deprecated ARIA roles were not used
Elements with `role="dialog"` or `role="alertdialog"` have accessible names.
ARIA input fields have accessible names
ARIA `meter` elements have accessible names
ARIA `progressbar` elements have accessible names
Elements use only permitted ARIA attributes
`[role]`s have all required `[aria-*]` attributes
Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children.
`[role]`s are contained by their required parent element
`[role]` values are valid
Elements with the `role=text` attribute do not have focusable descendents.
ARIA toggle fields have accessible names
ARIA `tooltip` elements have accessible names
ARIA `treeitem` elements have accessible names
`[aria-*]` attributes have valid values
`[aria-*]` attributes are valid and not misspelled
Buttons have an accessible name
`<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements.
Definition list items are wrapped in `<dl>` elements
ARIA IDs are unique
No form fields have multiple labels
Heading elements appear in a sequentially-descending order
`<html>` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.
Image elements have `[alt]` attributes
Input buttons have discernible text.
`<input type="image">` elements have `[alt]` text
Form elements have associated labels
Links have a discernible name
Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
List items (`<li>`) are contained within `<ul>`, `<ol>` or `<menu>` parent elements
The document does not use `<meta http-equiv="refresh">`
`<object>` elements have alternate text
Select elements have associated label elements.
Skip links are focusable.
No element has a `[tabindex]` value greater than 0
Touch targets have sufficient size and spacing.
Cells in a `<table>` element that use the `[headers]` attribute refer to table cells within the same table.
`<th>` elements and elements with `[role="columnheader"/"rowheader"]` have data cells they describe.
`[lang]` attributes have a valid value
`<video>` elements contain a `<track>` element with `[kind="captions"]`
Tables have different content in the summary attribute and `<caption>`.
All heading elements contain content.
Uses ARIA roles only on compatible elements
Image elements do not have `[alt]` attributes that are redundant text.
Identical links have the same purpose.
Elements with visible text labels have matching accessible names.
Tables use `<caption>` instead of cells with the `[colspan]` attribute to indicate a caption.
`<td>` elements in a large `<table>` have one or more table headers.
77

Best Practices

General

Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Deprecation / WarningSource
Unload event listeners are deprecated and will be removed.
Fledge
AttributionReporting
SharedStorage

Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit

Why this matters

Performance issues directly impact user engagement and conversion rates.

SourceDescription
Attestation check for Shared Storage on https://ara.paa-reporting-advertising.amazon failed.
Attestation check for Shared Storage on https://ara.paa-reporting-advertising.amazon failed.
Failed to load resource: net::ERR_NAME_NOT_RESOLVED
Failed to load resource: net::ERR_TOO_MANY_REDIRECTS
Failed to load resource: the server responded with a status of 400 ()
Uses HTTPS
Avoids third-party cookies
Allows users to paste into input fields
Avoids requesting the geolocation permission on page load
Avoids requesting the notification permission on page load
Displays images with correct aspect ratio
Serves images with appropriate resolution
Page has the HTML doctype
Properly defines charset
No issues in the `Issues` panel in Chrome Devtools
Ensure CSP is effective against XSS attacks
Use a strong HSTS policy
Ensure proper origin isolation with COOP
Mitigate clickjacking with XFO or CSP
Mitigate DOM-based XSS with Trusted Types
Detected JavaScript libraries
Page has valid source maps
Redirects HTTP traffic to HTTPS
100

SEO

These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.

Structured data is valid
Page isn’t blocked from indexing
Document has a `<title>` element
Document has a meta description
Page has successful HTTP status code
Links have descriptive text
Links are crawlable
robots.txt is valid
Document has a valid `hreflang`
Document has a valid `rel=canonical`
Image elements have `[alt]` attributes

Send Feedback