Mobile 375 × 812

Desktop 1440 × 900

Score: 74 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Rich content metadata — your pages look great everywhere.
Reasonable footprint with room for optimization.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
No H1 heading found
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
is missing width/height — may cause layout shift
Performance issues directly impact user engagement and conversion rates.
115 third-party resources (100% of weight)
Performance issues directly impact user engagement and conversion rates.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/d718a311-f89b-453e-8301-2e402786547c)<a href="https://beavercheck.com/results/d718a311-f89b-453e-8301-2e402786547c"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Felledecor.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Felledecor.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 6.2s exceeds Google's 2.5s 'Good' threshold and the 2 performance issues below directly contribute to it. Addressing the critical issues below would have the most immediate impact on your user trust.
5 barrier(s) likely increasing bounce by ~22%.
Page takes 6.2s to load
+12% bounceUsers abandon at ~3s — you're 3.7s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
High main-thread blocking time
+2% bouncePage is non-interactive for 596ms after first paint
Fix: Defer third-party scripts and split large bundles
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
1 broken link(s) on the page
+2% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$650 investment → $4,464/month returns + USD 157,500 risk avoided
$650
6h · 5 findings
$4,464 /mo
~$53,564 / year
USD 157,500
if kept compliant
$100 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
6.5 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,125 / month at risk
~$157,506 / year if left unfixed
$157,500
+6 more
$0.50 /mo
6248.8 MB/mo × 0.080 USD/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 3 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
2.41 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
6.24 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
596 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.001
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.81 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.
12.63 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
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.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
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.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| nexus.ensighten.com/hearst/mag/Bootstrap.js | 300.0 s | 18.6 KiB |
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
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.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Scenic view of a hillside villa with flowering vines and city landscape. a.ee4ms354 > div.css-79elbk > div.css-1hpb4i6 > img.css-0 | /hmg-prod/images/4c1273a7-79ff-4250-b586-32da268d2690.jpg... | 138.5 KiB | 96.2 KiB |
Lakeside villa with mountains in the background. div.css-79elbk > div.__resp-container > picture.css-0 > img | /hmg-prod/images/bad0b0d1-6279-41fa-9ed3-28a53fd25058.jpg... | 72.0 KiB | 34.5 KiB |
Colorful contemporary furniture arrangement a.ee4ms354 > div.css-79elbk > div.css-1hpb4i6 > img.css-0 | /hmg-prod/images/06a096db-2618-42d6-9f06-0475c015c5d4.jpg... | 29.0 KiB | 13.3 KiB |
Front porch scene with two men, two black dogs, and flowers. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img.css-0 | /hmg-prod/images/b241f62e-b2b2-4d16-969d-8478e225fb55.jpg... | 9.8 KiB | 4.5 KiB |
lily allen billy cotton brooklyn brownstone a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img.css-0 | /hmg-prod/images/hayley-ellen-day-69010753608ea.jpg?crop=... | 9.5 KiB | 4.2 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.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| elledecor.com/ | 752 ms |
| www.elledecor.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.
Performance issues directly impact user engagement and conversion rates.
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.
Performance issues directly impact user engagement and conversion rates.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 187.7 KiB | 141.9 KiB |
| www.elledecor.com/_assets/moapt/2.438.0/moapt-bidder-pb-hdm.10.23.0.js | 107.1 KiB | 85.0 KiB |
| www.elledecor.com/_assets/moapt/2.438.0/moapt-data.js | 52.8 KiB | 47.9 KiB |
| www.elledecor.com/_assets/moapt/2.438.0/moapt-bundle-hdm.js | 57.4 KiB | 47.0 KiB |
| /_assets/fre/scopes/hdm/_next/static/chunks/main-d2f686aa... | 41.3 KiB | 23.1 KiB |
| /_assets/fre/scopes/hdm/_next/static/chunks/74011-752a691... | 42.4 KiB | 20.8 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.
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
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 2.6 s |
| Other | 710 ms |
| Style & Layout | 414 ms |
| Script Parsing & Compilation | 265 ms |
| Garbage Collection | 88 ms |
| Parse HTML & CSS | 71 ms |
| Rendering | 41 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
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
wall sconces a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/img-3326-jpg-66e459b5467d9.jpg?crop=1.00... |
Lanvin : Outside Arrivals - Paris Fashion Week Womenswear Fall/Winter 2020/2021 a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/40a5407c-90bf-4365-8c6b-90cccdf62f77.jpe... |
World Premiere Of "Renaissance: A Film By Beyoncé" a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/a9545767-ed4a-4357-a3e7-abb445da4345.jpe... |
Decorative wall mirror with natural elements a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/d025597c-e924-4620-8c74-7bd40c86a791.jpg... |
Innovative table with a yellow surface featuring seashell designs. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/aa4f59c9-7006-4c60-8bbc-77a30dfed0a6.jpe... |
AFI Life Achievement Award Gala Tribute To Diane Keaton - Arrivals a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/d6b5e920-4567-4fdf-955d-eb11f01d292a.jpe... |
Vase with red flowers on a table in a living space. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/62969184-75b1-4cec-bae6-042996dbec86.png... |
THE BRADY BUNCH a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/c1e5bb15-e116-4635-9275-e725e51ad170.jpe... |
Modern living room featuring a sectional sofa and artistic elements. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/2687ed6d-4b1a-4728-b5d5-f2b61a2ed822.jpg... |
Workshop with a person handling a large metal object among various tools and eq… a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/6a3b1019-4f4e-4b08-a035-c27f0908832f.jpg... |
Display of various stylish lamps in a room with neutral walls. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/f3cbc850-fd8c-452f-a622-ad1d62a9b2e7.jpg... |
kate mara a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/ac6359c2-f9e9-45b8-b3c9-b8d27b561bcd.jpg... |
Logo div.css-25t7uk > a.css-8aa961 > div.css-zcysxb > img.css-7flfmd | /_assets/design-tokens/elledecor/static/images/logos/logo... |
Logo div.css-nj2ujn > div > a.css-t3ribt > img.css-7flfmd | /_assets/design-tokens/elledecor/static/images/logos/logo... |
Logo div.css-1ss7lvu > div.css-iz4391 > a.css-186pdj9 > img.css-0 | /_assets/design-tokens/elledecor/static/images/logos/logo... |
Couple in matching orange outfits with a phone and a vinyl record against an or… a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
Ceramic vessels arranged on a minimalist display a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
A stylish interior featuring a fashionable coat and thigh-high boots. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
Innovative outdoor seating area with a sculptural canopy. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
will cooper a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
new york, new york april 16 connor storrie attends as tiffany co celebrates th… a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
landed interiors lake tahoe house tour a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
Modern kitchen with an island and decorative elements. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
A modern living room featuring a fireplace, seating areas, and a spiral stairca… a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
young huh house tour a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
A large, elegant house surrounded by a landscaped garden. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
Cozy living room with modern decor and a decorative ceiling fixture. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
2026 MusiCares Person Of The Year Honoring Mariah Carey - Arrivals a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
justin beiber hailey beiber homes a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
Modern house with a pool and outdoor seating area. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
exclusive sharon osbourne has put the los angeles mansion she shared with late … a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
sleeper sofa a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
a collection of stylish household items arranged against contrasting backgrounds a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
Ceramic vessels arranged on a minimalist display a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
amazon home new arrivals april 2026 a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
Scenic view of a hillside villa with flowering vines and city landscape. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
Scenic view of lake against clear sky,Palm Springs,California,United States,USA a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
Aerial view of a large brick hotel complex with a courtyard. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
Modern bedroom with green walls and contemporary decor. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
Interior of a stylish bar with an ornate ceiling and a well-stocked counter. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
Interior of an elegant restaurant featuring a well-stocked bar. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
A rustic table display featuring a variety of fruits, vegetables, and bottles o… a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
le chene restaurant a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
Colorful decorative ornaments showcasing various shapes and materials. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
Minimalist retail space displaying clothing and furniture. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
luxury retail store featuring handbags and accessories a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
storefront of a jewelry shop featuring display cases and an inviting entrance a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
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.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
842 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.62 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
37 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.120
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.68 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.
2.77 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
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.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
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.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| c.amazon-adsystem.com/aax2/apstag.js | 3600.0 s | 91.0 KiB |
| cdn.cookielaw.org/scripttemplates/202602.1.0/otBannerSdk.js | 86400.0 s | 129.0 KiB |
| nexus.ensighten.com/hearst/mag/Bootstrap.js | 300.0 s | 18.6 KiB |
| cdn.cookielaw.org/scripttemplates/202602.1.0/otTCF.js | 86400.0 s | 17.7 KiB |
| cdn.cookielaw.org/scripttemplates/otSDKStub.js | 86400.0 s | 9.1 KiB |
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
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.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Lakeside villa with mountains in the background. div.css-79elbk > div.__resp-container > picture.css-0 > img | /hmg-prod/images/bad0b0d1-6279-41fa-9ed3-28a53fd25058.jpg... | 203.4 KiB | 153.0 KiB |
Scenic view of a hillside villa with flowering vines and city landscape. a.ee4ms354 > div.css-79elbk > div.css-1hpb4i6 > img.css-0 | /hmg-prod/images/4c1273a7-79ff-4250-b586-32da268d2690.jpg... | 269.5 KiB | 152.3 KiB |
2025 alist a.ee4ms354 > div.css-79elbk > div.css-1hpb4i6 > img.css-0 | /hmg-prod/images/lead-still-index-684c2f19cafa5.jpg?crop=... | 98.7 KiB | 66.5 KiB |
lily allen billy cotton brooklyn brownstone a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img.css-0 | /hmg-prod/images/hayley-ellen-day-69010753608ea.jpg?crop=... | 33.6 KiB | 30.5 KiB |
Front porch scene with two men, two black dogs, and flowers. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img.css-0 | /hmg-prod/images/b241f62e-b2b2-4d16-969d-8478e225fb55.jpg... | 30.0 KiB | 27.0 KiB |
Map of Milan highlighting key locations and attractions. div.css-79elbk > div.__resp-container > picture.css-0 > img | /hmg-prod/images/1263e85b-9358-46a9-b1b1-1c2d2be00335.jpg... | 47.6 KiB | 24.1 KiB |
Colorful contemporary furniture arrangement a.ee4ms354 > div.css-79elbk > div.css-1hpb4i6 > img.css-0 | /hmg-prod/images/06a096db-2618-42d6-9f06-0475c015c5d4.jpg... | 40.5 KiB | 22.5 KiB |
Stylish living room with modern furniture and decorative elements. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img.css-0 | /hmg-prod/images/1899ae87-8feb-480f-87cc-66b4610918cf.jpg... | 24.9 KiB | 21.8 KiB |
Artwork and a decorative cabinet displayed side by side. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img.css-0 | /hmg-prod/images/2df8e6ab-a543-433c-9761-a53491ca5d07.jpg... | 22.6 KiB | 19.5 KiB |
Sculpture in a public square with buildings in the background. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img.css-0 | /hmg-prod/images/fc6177b0-0d7a-44cd-8111-29e38d985dc1.jpg... | 20.9 KiB | 17.9 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.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| elledecor.com/ | 238 ms |
| www.elledecor.com/ | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
The Design Fiend’s Guide to Salone—Everything To See During Milan Design Week
I… body > div#__next > main#main-content | 0.098 |
New Exhibit Pairs Ancient and Modern Works div.css-1o1ws1x > div > div.css-hhmn3a > a.ee4ms354 | 0.022 |
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.
Performance issues directly impact user engagement and conversion rates.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| /pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31... | 187.4 KiB | 139.8 KiB |
| www.elledecor.com/_assets/moapt/2.438.0/moapt-bidder-pb-hdm.10.23.0.js | 107.1 KiB | 85.0 KiB |
| cdn.cookielaw.org/scripttemplates/202602.1.0/otBannerSdk.js | 128.8 KiB | 73.9 KiB |
| c.amazon-adsystem.com/aax2/apstag.js | 90.5 KiB | 57.4 KiB |
| www.elledecor.com/_assets/moapt/2.438.0/moapt-data.js | 37.8 KiB | 34.1 KiB |
| www.elledecor.com/_assets/moapt/2.438.0/moapt-bundle-hdm.js | 33.2 KiB | 25.2 KiB |
| /_assets/fre/scopes/hdm/_next/static/chunks/main-d2f686aa... | 41.3 KiB | 23.1 KiB |
| /_assets/fre/scopes/hdm/_next/static/chunks/74011-752a691... | 42.4 KiB | 20.8 KiB |
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
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
wall sconces a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/img-3326-jpg-66e459b5467d9.jpg?crop=1.00... |
Lanvin : Outside Arrivals - Paris Fashion Week Womenswear Fall/Winter 2020/2021 a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/40a5407c-90bf-4365-8c6b-90cccdf62f77.jpe... |
World Premiere Of "Renaissance: A Film By Beyoncé" a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/a9545767-ed4a-4357-a3e7-abb445da4345.jpe... |
Decorative wall mirror with natural elements a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/d025597c-e924-4620-8c74-7bd40c86a791.jpg... |
Innovative table with a yellow surface featuring seashell designs. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/aa4f59c9-7006-4c60-8bbc-77a30dfed0a6.jpe... |
AFI Life Achievement Award Gala Tribute To Diane Keaton - Arrivals a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/d6b5e920-4567-4fdf-955d-eb11f01d292a.jpe... |
Vase with red flowers on a table in a living space. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/62969184-75b1-4cec-bae6-042996dbec86.png... |
THE BRADY BUNCH a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/c1e5bb15-e116-4635-9275-e725e51ad170.jpe... |
Modern living room featuring a sectional sofa and artistic elements. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/2687ed6d-4b1a-4728-b5d5-f2b61a2ed822.jpg... |
Workshop with a person handling a large metal object among various tools and eq… a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/6a3b1019-4f4e-4b08-a035-c27f0908832f.jpg... |
Display of various stylish lamps in a room with neutral walls. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/f3cbc850-fd8c-452f-a622-ad1d62a9b2e7.jpg... |
kate mara a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/ac6359c2-f9e9-45b8-b3c9-b8d27b561bcd.jpg... |
Logo div.css-25t7uk > a.css-8aa961 > div.css-zcysxb > img.css-7flfmd | /_assets/design-tokens/elledecor/static/images/logos/logo... |
Logo div.css-1ss7lvu > div.css-iz4391 > a.css-186pdj9 > img.css-0 | /_assets/design-tokens/elledecor/static/images/logos/logo... |
Couple in matching orange outfits with a phone and a vinyl record against an or… a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
Ceramic vessels arranged on a minimalist display a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
A stylish interior featuring a fashionable coat and thigh-high boots. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
Innovative outdoor seating area with a sculptural canopy. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
will cooper a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
new york, new york april 16 connor storrie attends as tiffany co celebrates th… a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
landed interiors lake tahoe house tour a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
Modern kitchen with an island and decorative elements. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
A modern living room featuring a fireplace, seating areas, and a spiral stairca… a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
young huh house tour a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
A large, elegant house surrounded by a landscaped garden. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
Cozy living room with modern decor and a decorative ceiling fixture. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
2026 MusiCares Person Of The Year Honoring Mariah Carey - Arrivals a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
justin beiber hailey beiber homes a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
Modern house with a pool and outdoor seating area. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
exclusive sharon osbourne has put the los angeles mansion she shared with late … a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
sleeper sofa a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
a collection of stylish household items arranged against contrasting backgrounds a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
Ceramic vessels arranged on a minimalist display a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
amazon home new arrivals april 2026 a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
Scenic view of a hillside villa with flowering vines and city landscape. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
Scenic view of lake against clear sky,Palm Springs,California,United States,USA a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
Aerial view of a large brick hotel complex with a courtyard. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
Modern bedroom with green walls and contemporary decor. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
Interior of a stylish bar with an ornate ceiling and a well-stocked counter. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
Interior of an elegant restaurant featuring a well-stocked bar. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
A rustic table display featuring a variety of fruits, vegetables, and bottles o… a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
le chene restaurant a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
Colorful decorative ornaments showcasing various shapes and materials. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
Minimalist retail space displaying clothing and furniture. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
luxury retail store featuring handbags and accessories a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
storefront of a jewelry shop featuring display cases and an inviting entrance a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
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.
Send Feedback