Skip to content
https://housebeautiful.com

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
69
GRADE
D
FIX
4
REVIEW
4
PASS
5
INFO
2

Performance-focused optimization plan with CWV assessment, top offenders, and time estimates

91
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
98
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
100
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
92
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

717 ms

Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.

1.83 s

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

30 ms

Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.

0.045

Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.

1.12 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.73 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
15
5 PASS 4 REVIEW 4 FIX
F
Page Weight Budget
Action
3.4 MB transferred, 135 requests
FIX
3.4 MB transferred, 135 requests
Warning::
Page weighs 8.5 MB (3.4 MB transferred)
Warning::
JavaScript is 1.7 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.7 MB
Info::
Fonts are 335 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 335 KB
Warning::
135 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.72 g CO2 per page load
3.4 MB / 2.4 MB budget
3.4 MB transferred
135 requests
0.72 g CO2 per page load
JavaScript 1.7 MiB 49%
Images 984.2 KiB 28%
Fonts 335.1 KiB 10%
Other 152.0 KiB 4%
HTML 120.3 KiB 3%
CSS 118.1 KiB 3%
Other 65.0 KiB 2%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.

Why this matters

JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.

Source: web.dev

Subset fonts to include only used characters, or switch to system font stacks.

Why this matters

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.

Why this matters

High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.

Source: web.dev

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (3.4 MiB of 3.4 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
77 scripts, 873 KB unused
FIX
77 scripts, 873 KB unused
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 176 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 176 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 176 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://securepubads.g.doubleclick.net/pagead/mana...: 140 KB unused (75%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.housebeautiful.com/_assets/moapt/2.438...: 85 KB unused (79%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 873 KB
873 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js0 KB176 KB (49%)3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js362 KB176 KB (49%)3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js362 KB176 KB (49%)3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31097946187 KB140 KB (75%)3rd
https://www.housebeautiful.com/_assets/moapt/2.438.0/moapt-bidder-pb-hdm.10.23.0.js108 KB85 KB (79%)3rd
https://www.housebeautiful.com/_assets/moapt/2.438.0/moapt-bundle-hdm.js58 KB48 KB (83%)3rd
https://www.housebeautiful.com/_assets/moapt/2.438.0/moapt-data.js53 KB47 KB (90%)3rd
https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/main-d2f686aa31e32b32.js42 KB23 KB (56%)3rd
https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/87326-68fb888044736b0f.js3 KB3rd
https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/34666-99e40dfcfbb197ee.js9 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

F
Page Weight Inventory
Action
135 resources · 3.4 MB · 873 KB savings available
FIX
135 resources · 3.4 MB · 873 KB savings available
Warning::
Page weight 2.4 MB over 1MB target
Got: 3.4 MB Expected: ≤ 1 MB
Info::
~873 KB of savings available
Warning::
134 third-party resources (100% of weight)
Info::
2 resources over 200KB
135 resources · 3.4 MiB · 134 third-party 2.4 MiB over 1MB target
JavaScript 50% · 1.7 MiB
Image 28% · 986.7 KiB
Font 10% · 335.1 KiB
Document 6% · 221.0 KiB
CSS 3% · 118.1 KiB
Other 3% · 88.3 KiB

~872.5 KiB of savings available

Remove unused JavaScript: 872.5 KiB
C
Image Optimization
Action
36 images, 0 KB saveable
REVIEW
36 images, 0 KB saveable
Warning::
https://hips.hearstapps.com/hmg-prod/images/gettyi... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hips.hearstapps.com/hmg-prod/images/interi... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hips.hearstapps.com/hmg-prod/images/60d779... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hips.hearstapps.com/hmg-prod/images/2f09e1... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hips.hearstapps.com/hmg-prod/images/ce65df... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hips.hearstapps.com/hmg-prod/images/time-f... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hips.hearstapps.com/hmg-prod/images/c6f5e3... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hips.hearstapps.com/hmg-prod/images/7e859a... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hips.hearstapps.com/hmg-prod/images/4109db... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hips.hearstapps.com/hmg-prod/images/92ffd0... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hips.hearstapps.com/hmg-prod/images/hbx100... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hips.hearstapps.com/hmg-prod/images/2349a6... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hips.hearstapps.com/hmg-prod/images/hydran... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hips.hearstapps.com/hmg-prod/images/a1c4ab... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.housebeautiful.com/_assets/design-toke... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.housebeautiful.com/_assets/design-toke... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hips.hearstapps.com/hmg-prod/images/6cf7e0... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
36 images 984 KB
0 oversized -0 KB
10 legacy format
18 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

B
JS Execution Cost
998ms total JS execution
REVIEW
998ms total JS execution
Info::
Unattributable: 218ms CPU time
Info::
https://www.housebeautiful.com/: 186ms CPU time
Info::
https://www.housebeautiful.com/_assets/fre/scopes/...: 181ms CPU time
Info::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 180ms CPU time
Info::
https://www.housebeautiful.com/_assets/fre/scopes/...: 179ms CPU time
Warning::
Third-party scripts: 998ms (100% of total)

Main Thread Breakdown

Script Evaluation 61% Other 17% Style & Layout 10% Script Parsing & Compilation 7%
ScriptTotalScriptingParse/CompileParty
Unattributable218ms27ms0ms3rd
https://www.housebeautiful.com/186ms6ms1ms3rd
https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/pages/_templates/feed-8c8f88a78911bda0.js181ms178ms1ms3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js180ms159ms17ms3rd
https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/framework-81603682134898a6.js179ms142ms1ms3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=3109794654ms37ms12ms3rd
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

B
HTTP Caching
max-age=0, must-revalidate, private
REVIEW
max-age=0, must-revalidate, private
Info::
Cache-Control header is set
Got: max-age=0, must-revalidate, private
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

max-age=0, must-revalidate, private

DirectiveValueMeaning
max-age0Cache for 0 seconds
must-revalidateMust recheck with server after expiry
privateOnly browser cache, not CDN/proxy
A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
8 fonts (335 KB)
PASS
8 fonts (335 KB)
Info::
8 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

8

335 KB total

Render-blocking

0

of 8

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 717 ms LCP 1.8 shttps://www.housebeautiful.com/_assets/design-tokens/housebeautiful/static/fonts/Apparel_Regular.8ab5a91.woff2Apparel_Regular.8ab5a91... https://www.housebeautiful.com/_assets/design-tokens/housebeautiful/static/fonts/Apparel_Regular.8ab5a91.woff2 — 51.2 KiB — 17 ms — font-display: swaphttps://www.housebeautiful.com/_assets/design-tokens/fre/static/fonts/inter-v3-latin-700.8b8011b.woff2inter-v3-latin-700.8b80... https://www.housebeautiful.com/_assets/design-tokens/fre/static/fonts/inter-v3-latin-700.8b8011b.woff2 — 18.2 KiB — 20 ms — font-display: swaphttps://www.housebeautiful.com/_assets/design-tokens/housebeautiful/static/fonts/Visuelt-Medium-Pro.137b5b1.woff2Visuelt-Medium-Pro.137b... https://www.housebeautiful.com/_assets/design-tokens/housebeautiful/static/fonts/Visuelt-Medium-Pro.137b5b1.woff2 — 54.8 KiB — 23 ms — font-display: swaphttps://www.housebeautiful.com/_assets/design-tokens/housebeautiful/static/fonts/SangBleu_Sunrise_Medium.3814a72.woff2SangBleu_Sunrise_Medium... https://www.housebeautiful.com/_assets/design-tokens/housebeautiful/static/fonts/SangBleu_Sunrise_Medium.3814a72.woff2 — 51.1 KiB — 25 ms — font-display: swaphttps://www.housebeautiful.com/_assets/design-tokens/fre/static/fonts/inter-v3-latin-regular.c8ad008.woff2inter-v3-latin-regular.... https://www.housebeautiful.com/_assets/design-tokens/fre/static/fonts/inter-v3-latin-regular.c8ad008.woff2 — 17.4 KiB — 44 ms — font-display: swaphttps://www.housebeautiful.com/_assets/design-tokens/housebeautiful/static/fonts/Visuelt-Light-Pro.b63a156.woff2Visuelt-Light-Pro.b63a1... https://www.housebeautiful.com/_assets/design-tokens/housebeautiful/static/fonts/Visuelt-Light-Pro.b63a156.woff2 — 52.7 KiB — 58 ms — font-display: swaphttps://www.housebeautiful.com/_assets/design-tokens/housebeautiful/static/fonts/Apparel_Regular_Italic.498e2dc.woff2Apparel_Regular_Italic.... https://www.housebeautiful.com/_assets/design-tokens/housebeautiful/static/fonts/Apparel_Regular_Italic.498e2dc.woff2 — 55.8 KiB — 41 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 33.9 KiB — 65 ms — font-display: swap
Apparel_Regular.8ab5a91... woff2 swap
Size 51 KB
Load time 17 ms
Start 38 ms
Risk FOUT — text flashes from fallback to web font
inter-v3-latin-700.8b80... woff2 swap
Size 18 KB
Load time 20 ms
Start 199 ms
Risk FOUT — text flashes from fallback to web font
Visuelt-Medium-Pro.137b... woff2 swap
Size 55 KB
Load time 23 ms
Start 201 ms
Risk FOUT — text flashes from fallback to web font
SangBleu_Sunrise_Medium... woff2 swap
Size 51 KB
Load time 25 ms
Start 202 ms
Risk FOUT — text flashes from fallback to web font
inter-v3-latin-regular.... woff2 swap
Size 17 KB
Load time 44 ms
Start 202 ms
Risk FOUT — text flashes from fallback to web font
Visuelt-Light-Pro.b63a1... woff2 swap
Size 53 KB
Load time 58 ms
Start 203 ms
Risk FOUT — text flashes from fallback to web font
Apparel_Regular_Italic.... woff2 swap
Size 56 KB
Load time 41 ms
Start 203 ms
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 34 KB
Load time 65 ms
Start 1.9 s
Risk FOUT — text flashes from fallback to web font
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 Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
Network Waterfall
135 requests over 4194ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 717 ms LCP 1.8 shttps://housebeautiful.com// https://housebeautiful.com/ — 301 — 384 B — 6 ms — h2https://www.housebeautiful.com/www.housebeautiful.com/ https://www.housebeautiful.com/ — 200 — 92.5 KiB — 7 ms — h2https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/webpack-575c03ee74bd4a24.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/webpack-575c03ee74bd4a24.js — 200 — 12.6 KiB — 9 ms — h2https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/framework-81603682134898a6.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/framework-81603682134898a6.js — 200 — 13.7 KiB — 9 ms — h2https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/main-d2f686aa31e32b32.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/main-d2f686aa31e32b32.js — 200 — 41.7 KiB — 18 ms — h2https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/pages/_templates/feed-8c8f88a78911bda0.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/pages/_templates/feed-8c8f88a78911bda0.js — 200 — 14.9 KiB — 11 ms — h2https://www.housebeautiful.com/api/styles.css?id=a535dbb0-24a2-4229-be1d-04f3e66742c9&type=section&source=section%3Acustomwww.housebeautiful.com/api/styles.c... https://www.housebeautiful.com/api/styles.css?id=a535dbb0-24a2-4229-be1d-04f3e66742c9&type=section&source=section%3Acustom — 200 — 34.6 KiB — 17 ms — h2https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — -1 — 0 B — 299 ms — https://www.housebeautiful.com/_assets/moapt/2.438.0/moapt-data.jswww.housebeautiful.com/_assets/moap... https://www.housebeautiful.com/_assets/moapt/2.438.0/moapt-data.js — 200 — 53.2 KiB — 22 ms — h2https://www.housebeautiful.com/_assets/moapt/2.438.0/moapt-bundle-hdm.jswww.housebeautiful.com/_assets/moap... https://www.housebeautiful.com/_assets/moapt/2.438.0/moapt-bundle-hdm.js — 200 — 58.0 KiB — 22 ms — h2https://www.housebeautiful.com/_assets/design-tokens/housebeautiful/static/fonts/Apparel_Regular.8ab5a91.woff2www.housebeautiful.com/_assets/desi... https://www.housebeautiful.com/_assets/design-tokens/housebeautiful/static/fonts/Apparel_Regular.8ab5a91.woff2 — 200 — 51.2 KiB — 17 ms — h3https://www.housebeautiful.com/_assets/design-tokens/housebeautiful/static/images/logos/logo.d4c2c6d.svg?primary=%2523ffffffwww.housebeautiful.com/_assets/desi... https://www.housebeautiful.com/_assets/design-tokens/housebeautiful/static/images/logos/logo.d4c2c6d.svg?primary=%2523ffffff — 200 — 1.6 KiB — 15 ms — h3https://www.housebeautiful.com/_assets/design-tokens/housebeautiful/static/images/logos/logo.d4c2c6d.svg?primary=%2523242D39www.housebeautiful.com/_assets/desi... https://www.housebeautiful.com/_assets/design-tokens/housebeautiful/static/images/logos/logo.d4c2c6d.svg?primary=%2523242D39 — 200 — 1.6 KiB — 15 ms — h3https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/24084.753f4088f3bc0ae6.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/24084.753f4088f3bc0ae6.js — 200 — 3.6 KiB — 25 ms — h3https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/18492.e0fee10d4d6d64a0.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/18492.e0fee10d4d6d64a0.js — 200 — 4.7 KiB — 13 ms — h3https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/79189-7f9d3cffaa525262.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/79189-7f9d3cffaa525262.js — 200 — 3.0 KiB — 28 ms — h3https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/78999.0b3fb89edca90156.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/78999.0b3fb89edca90156.js — 200 — 5.6 KiB — 56 ms — h3https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/64788.07bc01df611beb78.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/64788.07bc01df611beb78.js — 200 — 2.1 KiB — 55 ms — h3https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/30722.305d6f233abcb73d.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/30722.305d6f233abcb73d.js — 200 — 2.8 KiB — 54 ms — h3https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/pages/_app-4f9afbaf363dcc46.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/pages/_app-4f9afbaf363dcc46.js — 200 — 27.6 KiB — 63 ms — h3https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/1e70892d-e98ad515256ffd0f.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/1e70892d-e98ad515256ffd0f.js — 200 — 12.4 KiB — 54 ms — h3https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/11407-e47f0fbb4466606f.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/11407-e47f0fbb4466606f.js — 200 — 10.0 KiB — 54 ms — h3https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/2110-4826507b46490df2.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/2110-4826507b46490df2.js — 200 — 6.2 KiB — 54 ms — h3https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/83498-acaf2aa3e53c64c2.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/83498-acaf2aa3e53c64c2.js — 200 — 22.3 KiB — 53 ms — h3https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/42240-a0d0da8b55d575fa.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/42240-a0d0da8b55d575fa.js — 200 — 7.5 KiB — 52 ms — h3https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/96872-7c9768b0df5117c9.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/96872-7c9768b0df5117c9.js — 200 — 14.8 KiB — 52 ms — h3https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/92949-e9259914c7313fc1.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/92949-e9259914c7313fc1.js — 200 — 16.9 KiB — 52 ms — h3https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/7921-657e3440d6399fdc.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/7921-657e3440d6399fdc.js — 200 — 10.9 KiB — 50 ms — h3https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/49910-08d2a938e9d0be4b.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/49910-08d2a938e9d0be4b.js — 200 — 9.2 KiB — 50 ms — h3https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/41847-efad3c04272c72b4.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/41847-efad3c04272c72b4.js — 200 — 7.7 KiB — 49 ms — h3
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 717 ms LCP 1.8 shttps://housebeautiful.com// https://housebeautiful.com/ — 301 — 384 B — 6 ms — h2https://www.housebeautiful.com/www.housebeautiful.com/ https://www.housebeautiful.com/ — 200 — 92.5 KiB — 7 ms — h2https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/webpack-575c03ee74bd4a24.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/webpack-575c03ee74bd4a24.js — 200 — 12.6 KiB — 9 ms — h2https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/framework-81603682134898a6.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/framework-81603682134898a6.js — 200 — 13.7 KiB — 9 ms — h2https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/main-d2f686aa31e32b32.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/main-d2f686aa31e32b32.js — 200 — 41.7 KiB — 18 ms — h2https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/pages/_templates/feed-8c8f88a78911bda0.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/pages/_templates/feed-8c8f88a78911bda0.js — 200 — 14.9 KiB — 11 ms — h2https://www.housebeautiful.com/api/styles.css?id=a535dbb0-24a2-4229-be1d-04f3e66742c9&type=section&source=section%3Acustomwww.housebeautiful.com/api/styles.c... https://www.housebeautiful.com/api/styles.css?id=a535dbb0-24a2-4229-be1d-04f3e66742c9&type=section&source=section%3Acustom — 200 — 34.6 KiB — 17 ms — h2https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — -1 — 0 B — 299 ms — https://www.housebeautiful.com/_assets/moapt/2.438.0/moapt-data.jswww.housebeautiful.com/_assets/moap... https://www.housebeautiful.com/_assets/moapt/2.438.0/moapt-data.js — 200 — 53.2 KiB — 22 ms — h2https://www.housebeautiful.com/_assets/moapt/2.438.0/moapt-bundle-hdm.jswww.housebeautiful.com/_assets/moap... https://www.housebeautiful.com/_assets/moapt/2.438.0/moapt-bundle-hdm.js — 200 — 58.0 KiB — 22 ms — h2https://www.housebeautiful.com/_assets/design-tokens/housebeautiful/static/fonts/Apparel_Regular.8ab5a91.woff2www.housebeautiful.com/_assets/desi... https://www.housebeautiful.com/_assets/design-tokens/housebeautiful/static/fonts/Apparel_Regular.8ab5a91.woff2 — 200 — 51.2 KiB — 17 ms — h3https://www.housebeautiful.com/_assets/design-tokens/housebeautiful/static/images/logos/logo.d4c2c6d.svg?primary=%2523ffffffwww.housebeautiful.com/_assets/desi... https://www.housebeautiful.com/_assets/design-tokens/housebeautiful/static/images/logos/logo.d4c2c6d.svg?primary=%2523ffffff — 200 — 1.6 KiB — 15 ms — h3https://www.housebeautiful.com/_assets/design-tokens/housebeautiful/static/images/logos/logo.d4c2c6d.svg?primary=%2523242D39www.housebeautiful.com/_assets/desi... https://www.housebeautiful.com/_assets/design-tokens/housebeautiful/static/images/logos/logo.d4c2c6d.svg?primary=%2523242D39 — 200 — 1.6 KiB — 15 ms — h3https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/24084.753f4088f3bc0ae6.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/24084.753f4088f3bc0ae6.js — 200 — 3.6 KiB — 25 ms — h3https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/18492.e0fee10d4d6d64a0.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/18492.e0fee10d4d6d64a0.js — 200 — 4.7 KiB — 13 ms — h3https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/79189-7f9d3cffaa525262.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/79189-7f9d3cffaa525262.js — 200 — 3.0 KiB — 28 ms — h3https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/78999.0b3fb89edca90156.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/78999.0b3fb89edca90156.js — 200 — 5.6 KiB — 56 ms — h3https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/64788.07bc01df611beb78.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/64788.07bc01df611beb78.js — 200 — 2.1 KiB — 55 ms — h3https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/30722.305d6f233abcb73d.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/30722.305d6f233abcb73d.js — 200 — 2.8 KiB — 54 ms — h3https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/pages/_app-4f9afbaf363dcc46.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/pages/_app-4f9afbaf363dcc46.js — 200 — 27.6 KiB — 63 ms — h3https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/1e70892d-e98ad515256ffd0f.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/1e70892d-e98ad515256ffd0f.js — 200 — 12.4 KiB — 54 ms — h3https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/11407-e47f0fbb4466606f.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/11407-e47f0fbb4466606f.js — 200 — 10.0 KiB — 54 ms — h3https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/2110-4826507b46490df2.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/2110-4826507b46490df2.js — 200 — 6.2 KiB — 54 ms — h3https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/83498-acaf2aa3e53c64c2.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/83498-acaf2aa3e53c64c2.js — 200 — 22.3 KiB — 53 ms — h3https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/42240-a0d0da8b55d575fa.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/42240-a0d0da8b55d575fa.js — 200 — 7.5 KiB — 52 ms — h3https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/96872-7c9768b0df5117c9.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/96872-7c9768b0df5117c9.js — 200 — 14.8 KiB — 52 ms — h3https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/92949-e9259914c7313fc1.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/92949-e9259914c7313fc1.js — 200 — 16.9 KiB — 52 ms — h3https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/7921-657e3440d6399fdc.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/7921-657e3440d6399fdc.js — 200 — 10.9 KiB — 50 ms — h3https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/49910-08d2a938e9d0be4b.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/49910-08d2a938e9d0be4b.js — 200 — 9.2 KiB — 50 ms — h3https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/41847-efad3c04272c72b4.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/41847-efad3c04272c72b4.js — 200 — 7.7 KiB — 49 ms — h3https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/81399-3b1bb785c923da59.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/81399-3b1bb785c923da59.js — 200 — 7.1 KiB — 48 ms — h3https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/98756-a01c640eb8d92598.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/98756-a01c640eb8d92598.js — 200 — 5.3 KiB — 55 ms — h3https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/74011-752a69140675f0f7.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/74011-752a69140675f0f7.js — 200 — 43.0 KiB — 71 ms — h3https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/94370-8d869775ff480e79.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/94370-8d869775ff480e79.js — 200 — 7.2 KiB — 55 ms — h3https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/8758-0d872616f25f9dfb.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/8758-0d872616f25f9dfb.js — 200 — 10.2 KiB — 55 ms — h3https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/10016-78c54f83a0c4e02a.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/10016-78c54f83a0c4e02a.js — 200 — 13.8 KiB — 72 ms — h3https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/41403-2da79dbaee5537de.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/41403-2da79dbaee5537de.js — 200 — 1.6 KiB — 67 ms — h3https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/50756-db14bbcc0d36eab3.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/50756-db14bbcc0d36eab3.js — 200 — 17.9 KiB — 67 ms — h3https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/14687-ad249766f6a92b1d.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/14687-ad249766f6a92b1d.js — 200 — 5.5 KiB — 67 ms — h3https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/19356-6e03f24a72bd6203.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/19356-6e03f24a72bd6203.js — 200 — 4.8 KiB — 71 ms — h3https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/41926-86abde650805622c.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/41926-86abde650805622c.js — 200 — 13.8 KiB — 129 ms — h3https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/88526-206d599008f77ae1.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/88526-206d599008f77ae1.js — 200 — 4.6 KiB — 137 ms — h3https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/87326-68fb888044736b0f.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/87326-68fb888044736b0f.js — 200 — 2.7 KiB — 137 ms — h3https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/70150-a2ab356cdc2b2245.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/70150-a2ab356cdc2b2245.js — 200 — 14.6 KiB — 143 ms — h3https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/48261-3c4324b3d6c66140.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/48261-3c4324b3d6c66140.js — 200 — 11.9 KiB — 136 ms — h3https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/8402-5a025be8883dfe02.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/8402-5a025be8883dfe02.js — 200 — 5.2 KiB — 143 ms — h3https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/14605-0ad8a0a763959bc7.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/14605-0ad8a0a763959bc7.js — 200 — 6.4 KiB — 143 ms — h3https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/34666-99e40dfcfbb197ee.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/34666-99e40dfcfbb197ee.js — 200 — 9.1 KiB — 141 ms — h3https://www.housebeautiful.com/_assets/design-tokens/fre/static/icons/magnifying-glass-regular.94a1e62.svgwww.housebeautiful.com/_assets/desi... https://www.housebeautiful.com/_assets/design-tokens/fre/static/icons/magnifying-glass-regular.94a1e62.svg — 200 — 919 B — 27 ms — h3https://hips.hearstapps.com/hmg-prod/images/hbx020122kotm-004-662fcaab50c9e.jpg?crop=1.00xw:0.738xh;0,0.210xh&resize=1120:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/hbx020122kotm-004-662fcaab50c9e.jpg?crop=1.00xw:0.738xh;0,0.210xh&resize=1120:* — 200 — 102.5 KiB — 89 ms — h2https://hips.hearstapps.com/hmg-prod/images/closet-organization-ideas-hbx0512095a-1659375727.jpg?crop=1.00xw:0.788xh;0,0.113xh&resize=360:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/closet-organization-ideas-hbx0512095a-1659375727.jpg?crop=1.00xw:0.788xh;0,0.113xh&resize=360:* — 200 — 27.1 KiB — 80 ms — h2https://hips.hearstapps.com/hmg-prod/images/e9e0e77b-1e77-46de-b774-62fe9233d1b6.jpeg?crop=0.7392578125xw:1xh;center,top&resize=360:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/e9e0e77b-1e77-46de-b774-62fe9233d1b6.jpeg?crop=0.7392578125xw:1xh;center,top&resize=360:* — 200 — 22.7 KiB — 81 ms — h2https://hips.hearstapps.com/hmg-prod/images/clivelonsteinwashingtonct23738-690b86a19d74b.jpg?crop=1.00xw:0.801xh;0,0.138xh&resize=360:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/clivelonsteinwashingtonct23738-690b86a19d74b.jpg?crop=1.00xw:0.801xh;0,0.138xh&resize=360:* — 200 — 21.0 KiB — 83 ms — h2https://hips.hearstapps.com/hmg-prod/images/screenshot-2025-10-06-at-11-07-48-am-68e3db599fe53.png?crop=1.00xw:0.666xh;0,0.327xh&resize=360:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/screenshot-2025-10-06-at-11-07-48-am-68e3db599fe53.png?crop=1.00xw:0.666xh;0,0.327xh&resize=360:* — 200 — 14.5 KiB — 70 ms — h2https://hips.hearstapps.com/hmg-prod/images/6cf7e079-007e-4e4c-a462-4212eebcc473.jpg?crop=0.773xw:1xh;0.144xw,0xh&resize=360:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/6cf7e079-007e-4e4c-a462-4212eebcc473.jpg?crop=0.773xw:1xh;0.144xw,0xh&resize=360:* — 200 — 22.6 KiB — 67 ms — h2https://www.housebeautiful.com/_assets/design-tokens/fre/static/icons/headphones-regular.117021e.svg?primary=%2523000000www.housebeautiful.com/_assets/desi... https://www.housebeautiful.com/_assets/design-tokens/fre/static/icons/headphones-regular.117021e.svg?primary=%2523000000 — 200 — 795 B — 66 ms — h3https://www.housebeautiful.com/_assets/design-tokens/fre/static/fonts/inter-v3-latin-700.8b8011b.woff2www.housebeautiful.com/_assets/desi... https://www.housebeautiful.com/_assets/design-tokens/fre/static/fonts/inter-v3-latin-700.8b8011b.woff2 — 200 — 18.2 KiB — 20 ms — h3https://www.housebeautiful.com/_assets/design-tokens/housebeautiful/static/fonts/Visuelt-Medium-Pro.137b5b1.woff2www.housebeautiful.com/_assets/desi... https://www.housebeautiful.com/_assets/design-tokens/housebeautiful/static/fonts/Visuelt-Medium-Pro.137b5b1.woff2 — 200 — 54.8 KiB — 23 ms — h3https://www.housebeautiful.com/_assets/design-tokens/housebeautiful/static/fonts/SangBleu_Sunrise_Medium.3814a72.woff2www.housebeautiful.com/_assets/desi... https://www.housebeautiful.com/_assets/design-tokens/housebeautiful/static/fonts/SangBleu_Sunrise_Medium.3814a72.woff2 — 200 — 51.1 KiB — 25 ms — h3https://www.housebeautiful.com/_assets/design-tokens/fre/static/fonts/inter-v3-latin-regular.c8ad008.woff2www.housebeautiful.com/_assets/desi... https://www.housebeautiful.com/_assets/design-tokens/fre/static/fonts/inter-v3-latin-regular.c8ad008.woff2 — 200 — 17.4 KiB — 44 ms — h3https://www.housebeautiful.com/_assets/design-tokens/housebeautiful/static/fonts/Visuelt-Light-Pro.b63a156.woff2www.housebeautiful.com/_assets/desi... https://www.housebeautiful.com/_assets/design-tokens/housebeautiful/static/fonts/Visuelt-Light-Pro.b63a156.woff2 — 200 — 52.7 KiB — 58 ms — h3https://www.housebeautiful.com/_assets/design-tokens/housebeautiful/static/fonts/Apparel_Regular_Italic.498e2dc.woff2www.housebeautiful.com/_assets/desi... https://www.housebeautiful.com/_assets/design-tokens/housebeautiful/static/fonts/Apparel_Regular_Italic.498e2dc.woff2 — 200 — 55.8 KiB — 41 ms — h3https://hips.hearstapps.com/hmg-prod/images/2349a627-dcb1-4557-9db9-1aa467152deb.jpeg?crop=0.75xw:1xh;0.25xw,0xh&resize=360:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/2349a627-dcb1-4557-9db9-1aa467152deb.jpeg?crop=0.75xw:1xh;0.25xw,0xh&resize=360:* — 200 — 35.7 KiB — 30 ms — h2https://hips.hearstapps.com/hmg-prod/images/7e859ace-e670-43d9-9809-5ac48a363590.jpg?crop=0.75xw:1xh;0.089xw,0xh&resize=360:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/7e859ace-e670-43d9-9809-5ac48a363590.jpg?crop=0.75xw:1xh;0.089xw,0xh&resize=360:* — 200 — 29.7 KiB — 58 ms — h2https://hips.hearstapps.com/hmg-prod/images/4109dbb8-a479-4734-969c-a66540060f39.jpg?crop=0.75xw:1xh;0xw,0xh&resize=360:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/4109dbb8-a479-4734-969c-a66540060f39.jpg?crop=0.75xw:1xh;0xw,0xh&resize=360:* — 200 — 25.5 KiB — 58 ms — h2https://hips.hearstapps.com/hmg-prod/images/9f081655-b3fe-47e7-abc0-c9a9c9b3f3ac.jpg?crop=1.00xw:0.755xh;0,0.228xh&resize=1120:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/9f081655-b3fe-47e7-abc0-c9a9c9b3f3ac.jpg?crop=1.00xw:0.755xh;0,0.228xh&resize=1120:* — 200 — 157.9 KiB — 63 ms — h2https://hips.hearstapps.com/hmg-prod/images/canvasflow/D251E0A0-5A6D-4708-8FB0097B0064A73D.jpg?crop=0.6591796875xw:1xh;center,top&resize=360:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/canvasflow/D251E0A0-5A6D-4708-8FB0097B0064A73D.jpg?crop=0.6591796875xw:1xh;center,top&resize=360:* — 200 — 32.9 KiB — 26 ms — h2https://hips.hearstapps.com/hmg-prod/images/cap-rocat-spa-mallorca-zona-descanso-19406-6996250411453.jpg?crop=0.649xw:1.00xh;0.176xw,0&resize=360:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/cap-rocat-spa-mallorca-zona-descanso-19406-6996250411453.jpg?crop=0.649xw:1.00xh;0.176xw,0&resize=360:* — 200 — 17.1 KiB — 22 ms — h2https://hips.hearstapps.com/hmg-prod/images/canvasflow/9A15F28B-9000-43E5-BFF72BB7ED47E260.jpg?crop=1xw:0.743xh;0xw,0.184xh&resize=360:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/canvasflow/9A15F28B-9000-43E5-BFF72BB7ED47E260.jpg?crop=1xw:0.743xh;0xw,0.184xh&resize=360:* — 200 — 15.8 KiB — 60 ms — h2https://hips.hearstapps.com/hmg-prod/images/canvasflow/7A00E0FA-9AC6-4D02-B4220AAA13D06402.jpg?crop=1.00xw:0.762xh;0,0.205xh&resize=360:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/canvasflow/7A00E0FA-9AC6-4D02-B4220AAA13D06402.jpg?crop=1.00xw:0.762xh;0,0.205xh&resize=360:* — 200 — 17.9 KiB — 52 ms — h2https://securepubads.g.doubleclick.net/tag/js/gpt.jssecurepubads.g.doubleclick.net/tag/... https://securepubads.g.doubleclick.net/tag/js/gpt.js — 200 — 33.8 KiB — 52 ms — h3https://www.housebeautiful.com/_assets/moapt/2.438.0/moapt-bidder-pb-hdm.10.23.0.jswww.housebeautiful.com/_assets/moap... https://www.housebeautiful.com/_assets/moapt/2.438.0/moapt-bidder-pb-hdm.10.23.0.js — 200 — 107.8 KiB — 37 ms — h3https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/23593.2f1b5207ca1ca970.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/23593.2f1b5207ca1ca970.js — 200 — 643 B — 296 ms — h3https://static-assets.hearstapps.com/design-tokens/manifest.jsonstatic-assets.hearstapps.com/design... https://static-assets.hearstapps.com/design-tokens/manifest.json — 200 — 55.2 KiB — 9 ms — h2https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/16007.bf16fa5d0bba7bb3.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/16007.bf16fa5d0bba7bb3.js — 200 — 6.8 KiB — 3 ms — h3https://www.housebeautiful.com/api/feed-content/?id=a535dbb0-24a2-4229-be1d-04f3e66742c9&type=section&limit=12&token=1&offset=1&params=%7B%22isHomePage%22%3Atrue%2C%22contentSectionEnabled%22%3Atrue%2C%22includeClassifierResults%22%3Afalse%7Dwww.housebeautiful.com/api/feed-con... https://www.housebeautiful.com/api/feed-content/?id=a535dbb0-24a2-4229-be1d-04f3e66742c9&type=section&limit=12&token=1&offset=1&params=%7B%22isHomePage%22%3Atrue%2C%22contentSectionEnabled%22%3Atrue%2C%22includeClassifierResults%22%3Afalse%7D — 200 — 8.5 KiB — 3 ms — h3https://www.housebeautiful.com/design-inspiration/a71030014/quartz-vs-quartzite/www.housebeautiful.com/design-inspi... https://www.housebeautiful.com/design-inspiration/a71030014/quartz-vs-quartzite/ — 200 — 100.8 KiB — 31 ms — h3https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/97235.3166351f6dd4ffcb.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/97235.3166351f6dd4ffcb.js — 200 — 7.3 KiB — 14 ms — h3https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/35150.b57d156d52327677.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/35150.b57d156d52327677.js — 200 — 1.8 KiB — 17 ms — h3https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/95371.c563afab535bb851.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/95371.c563afab535bb851.js — 200 — 2.2 KiB — 17 ms — h3https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/59941.837b1c4152e58e39.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/59941.837b1c4152e58e39.js — 200 — 1.3 KiB — 18 ms — h3https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/media/polyfills.script.5251d011.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/media/polyfills.script.5251d011.js — 200 — 873 B — 19 ms — h3https://assets.hearstapps.com/commerce/release/affiliate-bundle.8.8.2.jsassets.hearstapps.com/commerce/rele... https://assets.hearstapps.com/commerce/release/affiliate-bundle.8.8.2.js — 200 — 18.6 KiB — 9 ms — h2https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/64301.d6a640fec93e3a76.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/64301.d6a640fec93e3a76.js — 200 — 25.4 KiB — 5 ms — h3https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/media/cmp.script.f10e1a9b.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/media/cmp.script.f10e1a9b.js — 200 — 5.4 KiB — 5 ms — h3https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/93914.cbf34291e989f9e3.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/93914.cbf34291e989f9e3.js — 200 — 1.2 KiB — 3 ms — h3https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/66386.81d1dd29b35e559e.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/66386.81d1dd29b35e559e.js — 200 — 3.1 KiB — 3 ms — h3https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/pages/_templates/longform-article-5cb9d95b85d3def6.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/pages/_templates/longform-article-5cb9d95b85d3def6.js — 200 — 3.0 KiB — 7 ms — h3https://www.housebeautiful.com/api/styles.css?id=5bd80293-fc82-4d28-83eb-c0c4184e42f2&type=site&slugs=article&source=content%3Alongform-articlewww.housebeautiful.com/api/styles.c... https://www.housebeautiful.com/api/styles.css?id=5bd80293-fc82-4d28-83eb-c0c4184e42f2&type=site&slugs=article&source=content%3Alongform-article — 200 — 41.3 KiB — 14 ms — h3https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/31516.168991a531a40857.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/31516.168991a531a40857.js — 200 — 9.3 KiB — 9 ms — h3https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/69438.3eddb8aaf763edda.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/69438.3eddb8aaf763edda.js — 200 — 2.6 KiB — 8 ms — h3https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/82623.e7484b46cc79c1f4.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/82623.e7484b46cc79c1f4.js — 200 — 5.8 KiB — 3 ms — h3https://www.housebeautiful.com/_assets/design-tokens/fre/static/icons/envelope-simple-regular.91a0134.svg?primary=%2523FBFAFAwww.housebeautiful.com/_assets/desi... https://www.housebeautiful.com/_assets/design-tokens/fre/static/icons/envelope-simple-regular.91a0134.svg?primary=%2523FBFAFA — 200 — 717 B — 6 ms — h3https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/39542.9b5834e89f637bcc.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/39542.9b5834e89f637bcc.js — 200 — 1.4 KiB — 4 ms — h3https://www.housebeautiful.com/_assets/design-tokens/fre/static/icons/globe-simple-regular.e7f303c.svg?primary=%2523FBFAFAwww.housebeautiful.com/_assets/desi... https://www.housebeautiful.com/_assets/design-tokens/fre/static/icons/globe-simple-regular.e7f303c.svg?primary=%2523FBFAFA — 200 — 874 B — 3 ms — h3https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/74394.e3845f1be5ddef4d.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/74394.e3845f1be5ddef4d.js — 200 — 7.4 KiB — 5 ms — h3https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/97303.1e729532fe863e8d.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/97303.1e729532fe863e8d.js — 200 — 5.1 KiB — 6 ms — h3https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/29532.3589cd414a50dd2e.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/29532.3589cd414a50dd2e.js — 200 — 10.1 KiB — 3 ms — h3https://heimdall.hearstapps.com/voltronheimdall.hearstapps.com/voltron https://heimdall.hearstapps.com/voltron — 200 — 0 B — 116 ms — h2https://hips.hearstapps.com/hmg-prod/images/2f09e168-20c0-4407-8b9d-a4c47c6acc5c.jpeg?crop=0.647596717468xw:1xh;center,top&resize=360:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/2f09e168-20c0-4407-8b9d-a4c47c6acc5c.jpeg?crop=0.647596717468xw:1xh;center,top&resize=360:* — 200 — 15.3 KiB — 15 ms — h2https://hips.hearstapps.com/hmg-prod/images/ce65dff4-130c-47aa-9069-85f2bf598852.jpeg?crop=1xw:0.647333333333xh;center,top&resize=360:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/ce65dff4-130c-47aa-9069-85f2bf598852.jpeg?crop=1xw:0.647333333333xh;center,top&resize=360:* — 200 — 21.1 KiB — 44 ms — h2https://hips.hearstapps.com/hmg-prod/images/time-for-mulch-royalty-free-image-1745268523.pjpeg?crop=0.668xw:1.00xh;0.167xw,0&resize=360:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/time-for-mulch-royalty-free-image-1745268523.pjpeg?crop=0.668xw:1.00xh;0.167xw,0&resize=360:* — 200 — 30.4 KiB — 27 ms — h2https://hips.hearstapps.com/hmg-prod/images/hydrangea-in-bloom-on-roadside-royalty-free-image-1744916114.pjpeg?crop=0.668xw:1.00xh;0.0160xw,0&resize=360:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/hydrangea-in-bloom-on-roadside-royalty-free-image-1744916114.pjpeg?crop=0.668xw:1.00xh;0.0160xw,0&resize=360:* — 200 — 46.8 KiB — 30 ms — h2https://hips.hearstapps.com/hmg-prod/images/92ffd0b1-ec57-4292-b099-6b514b95e917.jpeg?crop=0.727272727273xw:1xh;center,top&resize=360:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/92ffd0b1-ec57-4292-b099-6b514b95e917.jpeg?crop=0.727272727273xw:1xh;center,top&resize=360:* — 200 — 18.2 KiB — 39 ms — h2https://hips.hearstapps.com/hmg-prod/images/60d779ef-2954-4b6c-bb81-dfe5e9a42370.jpg?crop=0.938xw:0.936xh;0.0128xw,0.0288xh&resize=360:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/60d779ef-2954-4b6c-bb81-dfe5e9a42370.jpg?crop=0.938xw:0.936xh;0.0128xw,0.0288xh&resize=360:* — 200 — 16.8 KiB — 32 ms — h2https://hips.hearstapps.com/hmg-prod/images/a1c4abd5-5982-452b-a85c-53a6eed9337a.jpeg?crop=0.666666666667xw:1xh;center,top&resize=360:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/a1c4abd5-5982-452b-a85c-53a6eed9337a.jpeg?crop=0.666666666667xw:1xh;center,top&resize=360:* — 200 — 14.0 KiB — 22 ms — h2https://hips.hearstapps.com/hmg-prod/images/gettyimages-1183074816-649c5cb4c4d8e.jpg?crop=0.670xw:1.00xh;0.167xw,0&resize=360:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/gettyimages-1183074816-649c5cb4c4d8e.jpg?crop=0.670xw:1.00xh;0.167xw,0&resize=360:* — 200 — 7.1 KiB — 32 ms — h2https://hips.hearstapps.com/hmg-prod/images/interior-view-of-antique-store-in-mexico-royalty-free-image-1682100536.jpg?crop=0.668xw:1.00xh;0.332xw,0&resize=360:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/interior-view-of-antique-store-in-mexico-royalty-free-image-1682100536.jpg?crop=0.668xw:1.00xh;0.332xw,0&resize=360:* — 200 — 36.9 KiB — 34 ms — h2https://hips.hearstapps.com/hmg-prod/images/hbx100122joeireland-005-preview-1664895264.jpg?crop=0.668xw:0.995xh;0.255xw,0.00480xh&resize=360:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/hbx100122joeireland-005-preview-1664895264.jpg?crop=0.668xw:0.995xh;0.255xw,0.00480xh&resize=360:* — 200 — 28.2 KiB — 39 ms — h2https://hips.hearstapps.com/hmg-prod/images/c6f5e361-3182-4a7d-9705-3cc47cd85414.jpg?crop=0.686xw:0.912xh;0.314xw,0.077xh&resize=360:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/c6f5e361-3182-4a7d-9705-3cc47cd85414.jpg?crop=0.686xw:0.912xh;0.314xw,0.077xh&resize=360:* — 200 — 14.6 KiB — 29 ms — h2https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/32567.def31efa083aa1be.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/chunks/32567.def31efa083aa1be.js — 200 — 4.1 KiB — 30 ms — h3https://heimdall.hearstapps.com/voltronheimdall.hearstapps.com/voltron https://heimdall.hearstapps.com/voltron — 200 — 95 B — 128 ms — h2https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31097946securepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31097946 — 200 — 187.4 KiB — 71 ms — h3https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604210101/gptsecurepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604210101/gpt — 200 — 23.0 KiB — 38 ms — h3https://www.housebeautiful.com/_assets/design-tokens/housebeautiful/static/images/hbu_bg_pattern.pngwww.housebeautiful.com/_assets/desi... https://www.housebeautiful.com/_assets/design-tokens/housebeautiful/static/images/hbu_bg_pattern.png — 200 — 182.7 KiB — 9 ms — h3https://www.housebeautiful.com/_assets/design-tokens/housebeautiful/static/images/favicon.127a4ad.icowww.housebeautiful.com/_assets/desi... https://www.housebeautiful.com/_assets/design-tokens/housebeautiful/static/images/favicon.127a4ad.ico — 200 — 2.5 KiB — 4 ms — h3https://www.google.com/recaptcha/enterprise.js?render=explicitwww.google.com/recaptcha/enterprise... https://www.google.com/recaptcha/enterprise.js?render=explicit — 200 — 1.0 KiB — 72 ms — h3https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/media/tag-manager.script.96237b8b.jswww.housebeautiful.com/_assets/fre/... https://www.housebeautiful.com/_assets/fre/scopes/hdm/_next/static/media/tag-manager.script.96237b8b.js — 200 — 1017 B — 3 ms — h3https://nexus.ensighten.com/hearst/mag/Bootstrap.jsnexus.ensighten.com/hearst/mag/Boot... https://nexus.ensighten.com/hearst/mag/Bootstrap.js — 200 — 19.0 KiB — 10 ms — h3https://nexus.ensighten.com/hearst/mag/serverComponent.php?namespace=Bootstrapper&staticJsPath=nexus.ensighten.com/hearst/mag/code/&ClientID=109&PageID=https%3A%2F%2Fwww.housebeautiful.com%2F%3Fgdpr%3Dtrue%26selfhostedads%3Don%26template%3DHomepage%26brand%3Dhousebeautiful%26locale%3Den-usnexus.ensighten.com/hearst/mag/serv... https://nexus.ensighten.com/hearst/mag/serverComponent.php?namespace=Bootstrapper&staticJsPath=nexus.ensighten.com/hearst/mag/code/&ClientID=109&PageID=https%3A%2F%2Fwww.housebeautiful.com%2F%3Fgdpr%3Dtrue%26selfhostedads%3Don%26template%3DHomepage%26brand%3Dhousebeautiful%26locale%3Den-us — 200 — 731 B — 83 ms — h3https://nexus.ensighten.com/hearst/mag/perf.rnc?cid=109&ns=1776890110009&ce=8&cs=8&dc=1159&dclee=545&dcles=544&di=87&dl=19&dle=8&dls=8&fs=8&lee=1160&les=1160&rede=0&reds=0&reqs=10&resps=12&respe=16&scs=0&ues=0&uee=0nexus.ensighten.com/hearst/mag/perf... https://nexus.ensighten.com/hearst/mag/perf.rnc?cid=109&ns=1776890110009&ce=8&cs=8&dc=1159&dclee=545&dcles=544&di=87&dl=19&dle=8&dls=8&fs=8&lee=1160&les=1160&rede=0&reds=0&reqs=10&resps=12&respe=16&scs=0&ues=0&uee=0 — 204 — 217 B — 3 ms — h3https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 362.4 KiB — 165 ms — h2https://nexus.ensighten.com/hearst/mag/code/d093f738bcba5116482bc651285bf168.js?conditionId0=4954687nexus.ensighten.com/hearst/mag/code... https://nexus.ensighten.com/hearst/mag/code/d093f738bcba5116482bc651285bf168.js?conditionId0=4954687 — 200 — 1.8 KiB — 6 ms — h3https://nexus.ensighten.com/hearst/mag/code/2f971b00a5adab2f667ff4fe2e3f9d3e.js?conditionId0=422740nexus.ensighten.com/hearst/mag/code... https://nexus.ensighten.com/hearst/mag/code/2f971b00a5adab2f667ff4fe2e3f9d3e.js?conditionId0=422740 — 200 — 1.0 KiB — 8 ms — h3https://nexus.ensighten.com/hearst/mag/code/b13cfaa0f8644dd3b56c53b80d283785.js?conditionId0=256208nexus.ensighten.com/hearst/mag/code... https://nexus.ensighten.com/hearst/mag/code/b13cfaa0f8644dd3b56c53b80d283785.js?conditionId0=256208 — 200 — 2.6 KiB — 8 ms — h3https://nexus.ensighten.com/hearst/mag/code/a45cc08410acd31d367a1d2511bbbce3.js?conditionId0=4957674nexus.ensighten.com/hearst/mag/code... https://nexus.ensighten.com/hearst/mag/code/a45cc08410acd31d367a1d2511bbbce3.js?conditionId0=4957674 — 200 — 1.8 KiB — 7 ms — h3https://www.google.com/recaptcha/enterprise/anchor?ar=1&k=6LexjOAqAAAAAJaG2fni4e-iDEDfg9T2h9GxkycG&co=aHR0cHM6Ly93d3cuaG91c2ViZWF1dGlmdWwuY29tOjQ0Mw..&hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&size=invisible&badge=inline&anchor-ms=20000&execute-ms=30000&cb=5us2leosdiwmwww.google.com/recaptcha/enterprise... https://www.google.com/recaptcha/enterprise/anchor?ar=1&k=6LexjOAqAAAAAJaG2fni4e-iDEDfg9T2h9GxkycG&co=aHR0cHM6Ly93d3cuaG91c2ViZWF1dGlmdWwuY29tOjQ0Mw..&hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&size=invisible&badge=inline&anchor-ms=20000&execute-ms=30000&cb=5us2leosdiwm — 200 — 27.8 KiB — 83 ms — h3https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/styles__ltr.csswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/styles__ltr.css — 200 — 42.1 KiB — 99 ms — h2https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 361.9 KiB — 165 ms — h2https://www.google.com/recaptcha/enterprise/webworker.js?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4www.google.com/recaptcha/enterprise... https://www.google.com/recaptcha/enterprise/webworker.js?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4 — 200 — 23 B — 196 ms — h3https://www.gstatic.com/recaptcha/api2/logo_48.pngwww.gstatic.com/recaptcha/api2/logo... https://www.gstatic.com/recaptcha/api2/logo_48.png — 200 — 2.3 KiB — 26 ms — h2https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 33.9 KiB — 65 ms — h3https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 0 B — 14 ms — h2https://o31459.ingest.sentry.io/api/5169640/envelope/?sentry_version=7&sentry_key=9a71f99de2794775bd280be62d9a8b15&sentry_client=sentry.javascript.browser%2F8.55.0o31459.ingest.sentry.io/api/5169640... https://o31459.ingest.sentry.io/api/5169640/envelope/?sentry_version=7&sentry_key=9a71f99de2794775bd280be62d9a8b15&sentry_client=sentry.javascript.browser%2F8.55.0 — 429 — 520 B — 76 ms — h2https://nexus.ensighten.com/hearst/mag/TagAuditBeacon.rnc?cid=109&data=[-1|-1|1;-1|-1|1;-1|-1|1;-1|-1|1;-1|-1|1;-1|-1|1;-1|-1|1;-1|-1|1;314123|4142967|1;374590|3498804|1;454406|4019830|1;662704|3927408|1;756916|3965844|1;736728|3840334|1;552322|4104749|1;689976|4100555|1]&idx=0&r=48306074.76614651nexus.ensighten.com/hearst/mag/TagA... https://nexus.ensighten.com/hearst/mag/TagAuditBeacon.rnc?cid=109&data=[-1|-1|1;-1|-1|1;-1|-1|1;-1|-1|1;-1|-1|1;-1|-1|1;-1|-1|1;-1|-1|1;314123|4142967|1;374590|3498804|1;454406|4019830|1;662704|3927408|1;756916|3965844|1;736728|3840334|1;552322|4104749|1;689976|4100555|1]&idx=0&r=48306074.76614651 — 204 — 217 B — 4 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 998ms · 309KB · $19/mo
Unattributable
Other
Costly
Execution 218ms
Transfer 0 KB
Monthly Cost $4/mo
www.housebeautiful.com
Other
Optional
Execution 186ms
Transfer 92 KB
Monthly Cost $3/mo
www.housebeautiful.com
Other
Optional
Execution 181ms
Transfer 15 KB
Monthly Cost $3/mo
www.gstatic.com
Other
Optional
Execution 180ms
Transfer 0 KB
Unused 49%
Monthly Cost $3/mo
www.housebeautiful.com
Other
Optional
Execution 179ms
Transfer 14 KB
Monthly Cost $3/mo
securepubads.g.doubleclick.net
Other
Optional
Execution 54ms
Transfer 187 KB
Unused 75%
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • Unattributable adds 218ms and costs ~$4/month

100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.

Why this matters

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

Unattributable takes 218ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

75% of securepubads.g.doubleclick.net's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

How third-party costs are calculated

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback