Skip to content
https://harpersbazaar.com

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
74
GRADE
C
FIX
4
REVIEW
3
PASS
6
INFO
2

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

94
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
96
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.
100
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.

699 ms

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

1.52 s

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

70 ms

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

0.014

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

1.02 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.66 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
6 PASS 3 REVIEW 4 FIX
D
Page Weight Budget
Action
2.5 MB transferred, 104 requests
FIX
2.5 MB transferred, 104 requests
Warning::
Page weighs 5.9 MB (2.5 MB transferred)
Warning::
Images are 1.0 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.0 MB
Warning::
JavaScript is 958 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 958 KB
Warning::
104 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.52 g CO2 per page load
2.5 MB / 2.4 MB budget
2.5 MB transferred
104 requests
0.52 g CO2 per page load
Images 1.0 MiB 42%
JavaScript 957.8 KiB 37%
Other 155.0 KiB 6%
Fonts 121.5 KiB 5%
HTML 117.1 KiB 5%
CSS 77.7 KiB 3%
Other 56.3 KiB 2%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.

Why this matters

Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.

Source: web.dev

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

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 (2.5 MiB of 2.5 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Bundles
Action
59 scripts, 367 KB unused
FIX
59 scripts, 367 KB unused
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.harpersbazaar.com/_assets/moapt/2.437....: 85 KB unused (79%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.harpersbazaar.com/_assets/moapt/2.437....: 47 KB unused (83%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.harpersbazaar.com/_assets/moapt/2.437....: 47 KB unused (89%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.harpersbazaar.com/_assets/fre/scopes/h...: 23 KB unused (55%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 367 KB
367 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js188 KB140 KB (75%)3rd
https://www.harpersbazaar.com/_assets/moapt/2.437.0/moapt-bidder-pb-hdm.10.23.0.js108 KB85 KB (79%)3rd
https://www.harpersbazaar.com/_assets/moapt/2.437.0/moapt-bundle-hdm.js58 KB47 KB (83%)3rd
https://www.harpersbazaar.com/_assets/moapt/2.437.0/moapt-data.js53 KB47 KB (89%)3rd
https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/74011-55fecbe15c571fd6.js43 KB23 KB (55%)3rd
https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/main-d2f686aa31e32b32.js42 KB23 KB (56%)3rd
https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/41403-2da79dbaee5537de.js2 KB3rd
https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/webpack-6a36650e379a6b61.js13 KB3rd
https://cdn.cookielaw.org/scripttemplates/otSDKStub.js0 KB3rd
https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/18492.e0fee10d4d6d64a0.js5 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

D
Page Weight Inventory
Action
104 resources · 2.5 MB · 367 KB savings available
FIX
104 resources · 2.5 MB · 367 KB savings available
Warning::
Page weight 1.5 MB over 1MB target
Got: 2.5 MB Expected: ≤ 1 MB
Info::
~367 KB of savings available
Warning::
103 third-party resources (100% of weight)
104 resources · 2.5 MiB · 103 third-party 1.5 MiB over 1MB target
Image 42% · 1.1 MiB
JavaScript 38% · 983.1 KiB
Document 8% · 211.7 KiB
Font 5% · 121.5 KiB
Other 3% · 79.7 KiB
CSS 3% · 77.7 KiB

~366.5 KiB of savings available

Remove unused JavaScript: 366.5 KiB
B
JS Execution Cost
821ms total JS execution
REVIEW
821ms total JS execution
Info::
https://www.harpersbazaar.com/_assets/fre/scopes/h...: 197ms CPU time
Info::
https://www.harpersbazaar.com/: 192ms CPU time
Info::
Unattributable: 139ms CPU time
Info::
https://www.harpersbazaar.com/_assets/fre/scopes/h...: 125ms CPU time
Info::
https://www.harpersbazaar.com/_assets/fre/scopes/h...: 99ms CPU time
Warning::
Third-party scripts: 821ms (100% of total)

Main Thread Breakdown

Script Evaluation 57% Other 16% Style & Layout 15% Script Parsing & Compilation 6%
ScriptTotalScriptingParse/CompileParty
https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/pages/_templates/homepage-7ce6dab15eab829a.js197ms194ms0ms3rd
https://www.harpersbazaar.com/192ms7ms1ms3rd
Unattributable139ms7ms0ms3rd
https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/framework-81603682134898a6.js125ms97ms1ms3rd
https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/47398.1909769c5cfff61c.js99ms92ms1ms3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js68ms42ms13ms3rd
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+
Image Optimization
21 images, 0 KB saveable
PASS
21 images, 0 KB saveable
Info::
All images are well-optimized
21 images 1.0 MB
0 oversized -0 KB
1 legacy format
0 missing dimensions CLS risk
A+
Font Loading
4 fonts (122 KB)
PASS
4 fonts (122 KB)
Info::
4 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

4

122 KB total

Render-blocking

0

of 4

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 FCP 699 ms LCP 1.5 shttps://www.harpersbazaar.com/_assets/design-tokens/fre/static/fonts/inter-v3-latin-700.8b8011b.woff2inter-v3-latin-700.8b80... https://www.harpersbazaar.com/_assets/design-tokens/fre/static/fonts/inter-v3-latin-700.8b8011b.woff2 — 18.2 KiB — 59 ms — font-display: swaphttps://www.harpersbazaar.com/_assets/design-tokens/harpersbazaar/static/fonts/HelveticaNowText-Regular.69be7fa.woff2HelveticaNowText-Regula... https://www.harpersbazaar.com/_assets/design-tokens/harpersbazaar/static/fonts/HelveticaNowText-Regular.69be7fa.woff2 — 34.8 KiB — 12 ms — font-display: swaphttps://www.harpersbazaar.com/_assets/design-tokens/harpersbazaar/static/fonts/NewParisText-Book.62ee35f.woff2NewParisText-Book.62ee3... https://www.harpersbazaar.com/_assets/design-tokens/harpersbazaar/static/fonts/NewParisText-Book.62ee35f.woff2 — 31.5 KiB — 19 ms — font-display: swaphttps://www.harpersbazaar.com/_assets/design-tokens/harpersbazaar/static/fonts/HelveticaNowText-Medium.32f7432.woff2HelveticaNowText-Medium... https://www.harpersbazaar.com/_assets/design-tokens/harpersbazaar/static/fonts/HelveticaNowText-Medium.32f7432.woff2 — 37.0 KiB — 20 ms — font-display: swap
inter-v3-latin-700.8b80... woff2 swap
Size 18 KB
Load time 59 ms
Start 81 ms
Risk FOUT — text flashes from fallback to web font
HelveticaNowText-Regula... woff2 swap
Size 35 KB
Load time 12 ms
Start 207 ms
Risk FOUT — text flashes from fallback to web font
NewParisText-Book.62ee3... woff2 swap
Size 32 KB
Load time 19 ms
Start 210 ms
Risk FOUT — text flashes from fallback to web font
HelveticaNowText-Medium... woff2 swap
Size 37 KB
Load time 20 ms
Start 215 ms
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
104 requests over 1958ms
INFO
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 699 ms LCP 1.5 shttps://harpersbazaar.com// https://harpersbazaar.com/ — 301 — 384 B — 8 ms — h2https://www.harpersbazaar.com/www.harpersbazaar.com/ https://www.harpersbazaar.com/ — 200 — 117.1 KiB — 8 ms — h2https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/webpack-6a36650e379a6b61.jswww.harpersbazaar.com/_assets/fre/s... https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/webpack-6a36650e379a6b61.js — 200 — 12.6 KiB — 12 ms — h2https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/framework-81603682134898a6.jswww.harpersbazaar.com/_assets/fre/s... https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/framework-81603682134898a6.js — 200 — 13.8 KiB — 11 ms — h2https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/main-d2f686aa31e32b32.jswww.harpersbazaar.com/_assets/fre/s... https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/main-d2f686aa31e32b32.js — 200 — 41.9 KiB — 22 ms — h2https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/pages/_templates/homepage-7ce6dab15eab829a.jswww.harpersbazaar.com/_assets/fre/s... https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/pages/_templates/homepage-7ce6dab15eab829a.js — 200 — 7.4 KiB — 17 ms — h2https://www.harpersbazaar.com/api/styles.css?id=310ca272-560e-4773-93f5-2a594b50b689&type=section&source=section%3Acustomwww.harpersbazaar.com/api/styles.cs... https://www.harpersbazaar.com/api/styles.css?id=310ca272-560e-4773-93f5-2a594b50b689&type=section&source=section%3Acustom — 200 — 35.4 KiB — 17 ms — h2https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — -1 — 0 B — 336 ms — https://www.harpersbazaar.com/_assets/moapt/2.437.0/moapt-data.jswww.harpersbazaar.com/_assets/moapt... https://www.harpersbazaar.com/_assets/moapt/2.437.0/moapt-data.js — 200 — 53.4 KiB — 15 ms — h3https://www.harpersbazaar.com/_assets/moapt/2.437.0/moapt-bundle-hdm.jswww.harpersbazaar.com/_assets/moapt... https://www.harpersbazaar.com/_assets/moapt/2.437.0/moapt-bundle-hdm.js — 200 — 57.7 KiB — 41 ms — h3https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/18492.e0fee10d4d6d64a0.jswww.harpersbazaar.com/_assets/fre/s... https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/18492.e0fee10d4d6d64a0.js — 200 — 4.7 KiB — 53 ms — h3https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/64788.07bc01df611beb78.jswww.harpersbazaar.com/_assets/fre/s... https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/64788.07bc01df611beb78.js — 200 — 2.1 KiB — 53 ms — h3https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/30722.305d6f233abcb73d.jswww.harpersbazaar.com/_assets/fre/s... https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/30722.305d6f233abcb73d.js — 200 — 2.8 KiB — 55 ms — h3https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/pages/_app-4f9afbaf363dcc46.jswww.harpersbazaar.com/_assets/fre/s... https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/pages/_app-4f9afbaf363dcc46.js — 200 — 27.6 KiB — 62 ms — h3https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/1e70892d-e98ad515256ffd0f.jswww.harpersbazaar.com/_assets/fre/s... https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/1e70892d-e98ad515256ffd0f.js — 200 — 12.4 KiB — 55 ms — h3https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/11407-e47f0fbb4466606f.jswww.harpersbazaar.com/_assets/fre/s... https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/11407-e47f0fbb4466606f.js — 200 — 10.0 KiB — 54 ms — h3https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/2110-4826507b46490df2.jswww.harpersbazaar.com/_assets/fre/s... https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/2110-4826507b46490df2.js — 200 — 6.2 KiB — 53 ms — h3https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/83498-acaf2aa3e53c64c2.jswww.harpersbazaar.com/_assets/fre/s... https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/83498-acaf2aa3e53c64c2.js — 200 — 22.3 KiB — 54 ms — h3https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/42240-a0d0da8b55d575fa.jswww.harpersbazaar.com/_assets/fre/s... https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/42240-a0d0da8b55d575fa.js — 200 — 7.5 KiB — 53 ms — h3https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/96872-7c9768b0df5117c9.jswww.harpersbazaar.com/_assets/fre/s... https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/96872-7c9768b0df5117c9.js — 200 — 14.8 KiB — 61 ms — h3https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/92949-e9259914c7313fc1.jswww.harpersbazaar.com/_assets/fre/s... https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/92949-e9259914c7313fc1.js — 200 — 16.9 KiB — 61 ms — h3https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/87112-96dfef4d668204ac.jswww.harpersbazaar.com/_assets/fre/s... https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/87112-96dfef4d668204ac.js — 200 — 8.6 KiB — 91 ms — h3https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/6162-4d039237791f7e63.jswww.harpersbazaar.com/_assets/fre/s... https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/6162-4d039237791f7e63.js — 200 — 9.5 KiB — 77 ms — h3https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/49910-08d2a938e9d0be4b.jswww.harpersbazaar.com/_assets/fre/s... https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/49910-08d2a938e9d0be4b.js — 200 — 9.2 KiB — 62 ms — h3https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/41847-efad3c04272c72b4.jswww.harpersbazaar.com/_assets/fre/s... https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/41847-efad3c04272c72b4.js — 200 — 7.7 KiB — 59 ms — h3https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/81399-b25cdce7e2a00e1c.jswww.harpersbazaar.com/_assets/fre/s... https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/81399-b25cdce7e2a00e1c.js — 200 — 6.9 KiB — 66 ms — h3https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/98756-a01c640eb8d92598.jswww.harpersbazaar.com/_assets/fre/s... https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/98756-a01c640eb8d92598.js — 200 — 5.3 KiB — 100 ms — h3https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/74011-55fecbe15c571fd6.jswww.harpersbazaar.com/_assets/fre/s... https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/74011-55fecbe15c571fd6.js — 200 — 43.0 KiB — 99 ms — h3https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/94370-578c836f372b7f07.jswww.harpersbazaar.com/_assets/fre/s... https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/94370-578c836f372b7f07.js — 200 — 7.2 KiB — 88 ms — h3https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/8758-d82b224e798dced0.jswww.harpersbazaar.com/_assets/fre/s... https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/8758-d82b224e798dced0.js — 200 — 10.2 KiB — 100 ms — h3
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 699 ms LCP 1.5 shttps://harpersbazaar.com// https://harpersbazaar.com/ — 301 — 384 B — 8 ms — h2https://www.harpersbazaar.com/www.harpersbazaar.com/ https://www.harpersbazaar.com/ — 200 — 117.1 KiB — 8 ms — h2https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/webpack-6a36650e379a6b61.jswww.harpersbazaar.com/_assets/fre/s... https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/webpack-6a36650e379a6b61.js — 200 — 12.6 KiB — 12 ms — h2https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/framework-81603682134898a6.jswww.harpersbazaar.com/_assets/fre/s... https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/framework-81603682134898a6.js — 200 — 13.8 KiB — 11 ms — h2https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/main-d2f686aa31e32b32.jswww.harpersbazaar.com/_assets/fre/s... https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/main-d2f686aa31e32b32.js — 200 — 41.9 KiB — 22 ms — h2https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/pages/_templates/homepage-7ce6dab15eab829a.jswww.harpersbazaar.com/_assets/fre/s... https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/pages/_templates/homepage-7ce6dab15eab829a.js — 200 — 7.4 KiB — 17 ms — h2https://www.harpersbazaar.com/api/styles.css?id=310ca272-560e-4773-93f5-2a594b50b689&type=section&source=section%3Acustomwww.harpersbazaar.com/api/styles.cs... https://www.harpersbazaar.com/api/styles.css?id=310ca272-560e-4773-93f5-2a594b50b689&type=section&source=section%3Acustom — 200 — 35.4 KiB — 17 ms — h2https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — -1 — 0 B — 336 ms — https://www.harpersbazaar.com/_assets/moapt/2.437.0/moapt-data.jswww.harpersbazaar.com/_assets/moapt... https://www.harpersbazaar.com/_assets/moapt/2.437.0/moapt-data.js — 200 — 53.4 KiB — 15 ms — h3https://www.harpersbazaar.com/_assets/moapt/2.437.0/moapt-bundle-hdm.jswww.harpersbazaar.com/_assets/moapt... https://www.harpersbazaar.com/_assets/moapt/2.437.0/moapt-bundle-hdm.js — 200 — 57.7 KiB — 41 ms — h3https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/18492.e0fee10d4d6d64a0.jswww.harpersbazaar.com/_assets/fre/s... https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/18492.e0fee10d4d6d64a0.js — 200 — 4.7 KiB — 53 ms — h3https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/64788.07bc01df611beb78.jswww.harpersbazaar.com/_assets/fre/s... https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/64788.07bc01df611beb78.js — 200 — 2.1 KiB — 53 ms — h3https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/30722.305d6f233abcb73d.jswww.harpersbazaar.com/_assets/fre/s... https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/30722.305d6f233abcb73d.js — 200 — 2.8 KiB — 55 ms — h3https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/pages/_app-4f9afbaf363dcc46.jswww.harpersbazaar.com/_assets/fre/s... https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/pages/_app-4f9afbaf363dcc46.js — 200 — 27.6 KiB — 62 ms — h3https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/1e70892d-e98ad515256ffd0f.jswww.harpersbazaar.com/_assets/fre/s... https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/1e70892d-e98ad515256ffd0f.js — 200 — 12.4 KiB — 55 ms — h3https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/11407-e47f0fbb4466606f.jswww.harpersbazaar.com/_assets/fre/s... https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/11407-e47f0fbb4466606f.js — 200 — 10.0 KiB — 54 ms — h3https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/2110-4826507b46490df2.jswww.harpersbazaar.com/_assets/fre/s... https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/2110-4826507b46490df2.js — 200 — 6.2 KiB — 53 ms — h3https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/83498-acaf2aa3e53c64c2.jswww.harpersbazaar.com/_assets/fre/s... https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/83498-acaf2aa3e53c64c2.js — 200 — 22.3 KiB — 54 ms — h3https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/42240-a0d0da8b55d575fa.jswww.harpersbazaar.com/_assets/fre/s... https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/42240-a0d0da8b55d575fa.js — 200 — 7.5 KiB — 53 ms — h3https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/96872-7c9768b0df5117c9.jswww.harpersbazaar.com/_assets/fre/s... https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/96872-7c9768b0df5117c9.js — 200 — 14.8 KiB — 61 ms — h3https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/92949-e9259914c7313fc1.jswww.harpersbazaar.com/_assets/fre/s... https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/92949-e9259914c7313fc1.js — 200 — 16.9 KiB — 61 ms — h3https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/87112-96dfef4d668204ac.jswww.harpersbazaar.com/_assets/fre/s... https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/87112-96dfef4d668204ac.js — 200 — 8.6 KiB — 91 ms — h3https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/6162-4d039237791f7e63.jswww.harpersbazaar.com/_assets/fre/s... https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/6162-4d039237791f7e63.js — 200 — 9.5 KiB — 77 ms — h3https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/49910-08d2a938e9d0be4b.jswww.harpersbazaar.com/_assets/fre/s... https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/49910-08d2a938e9d0be4b.js — 200 — 9.2 KiB — 62 ms — h3https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/41847-efad3c04272c72b4.jswww.harpersbazaar.com/_assets/fre/s... https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/41847-efad3c04272c72b4.js — 200 — 7.7 KiB — 59 ms — h3https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/81399-b25cdce7e2a00e1c.jswww.harpersbazaar.com/_assets/fre/s... https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/81399-b25cdce7e2a00e1c.js — 200 — 6.9 KiB — 66 ms — h3https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/98756-a01c640eb8d92598.jswww.harpersbazaar.com/_assets/fre/s... https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/98756-a01c640eb8d92598.js — 200 — 5.3 KiB — 100 ms — h3https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/74011-55fecbe15c571fd6.jswww.harpersbazaar.com/_assets/fre/s... https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/74011-55fecbe15c571fd6.js — 200 — 43.0 KiB — 99 ms — h3https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/94370-578c836f372b7f07.jswww.harpersbazaar.com/_assets/fre/s... https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/94370-578c836f372b7f07.js — 200 — 7.2 KiB — 88 ms — h3https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/8758-d82b224e798dced0.jswww.harpersbazaar.com/_assets/fre/s... https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/8758-d82b224e798dced0.js — 200 — 10.2 KiB — 100 ms — h3https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/41403-2da79dbaee5537de.jswww.harpersbazaar.com/_assets/fre/s... https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/41403-2da79dbaee5537de.js — 200 — 1.6 KiB — 99 ms — h3https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/50756-32dbec233e51cab8.jswww.harpersbazaar.com/_assets/fre/s... https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/50756-32dbec233e51cab8.js — 200 — 17.9 KiB — 100 ms — h3https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/14687-ad249766f6a92b1d.jswww.harpersbazaar.com/_assets/fre/s... https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/14687-ad249766f6a92b1d.js — 200 — 5.5 KiB — 109 ms — h3https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/88526-206d599008f77ae1.jswww.harpersbazaar.com/_assets/fre/s... https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/88526-206d599008f77ae1.js — 200 — 4.6 KiB — 109 ms — h3https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/70150-067bd71e7388afdb.jswww.harpersbazaar.com/_assets/fre/s... https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/70150-067bd71e7388afdb.js — 200 — 14.6 KiB — 113 ms — h3https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/60408-767779f7ac97fa3c.jswww.harpersbazaar.com/_assets/fre/s... https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/60408-767779f7ac97fa3c.js — 200 — 12.8 KiB — 108 ms — h3https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/48261-a6f1def1e98c78be.jswww.harpersbazaar.com/_assets/fre/s... https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/48261-a6f1def1e98c78be.js — 200 — 11.0 KiB — 112 ms — h3https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/18229-7f222bdde90c4ce0.jswww.harpersbazaar.com/_assets/fre/s... https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/18229-7f222bdde90c4ce0.js — 200 — 7.4 KiB — 112 ms — h3https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/19598-62ffeea933d5428a.jswww.harpersbazaar.com/_assets/fre/s... https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/19598-62ffeea933d5428a.js — 200 — 38.6 KiB — 116 ms — h3https://www.harpersbazaar.com/_assets/design-tokens/fre/static/fonts/inter-v3-latin-700.8b8011b.woff2www.harpersbazaar.com/_assets/desig... https://www.harpersbazaar.com/_assets/design-tokens/fre/static/fonts/inter-v3-latin-700.8b8011b.woff2 — 200 — 18.2 KiB — 59 ms — h3https://www.harpersbazaar.com/_assets/design-tokens/fre/static/icons/globe-simple-regular.e7f303c.svg?embedwww.harpersbazaar.com/_assets/desig... https://www.harpersbazaar.com/_assets/design-tokens/fre/static/icons/globe-simple-regular.e7f303c.svg?embed — 200 — 848 B — 54 ms — h3https://www.harpersbazaar.com/_assets/design-tokens/fre/static/icons/envelope-simple-regular.91a0134.svg?embedwww.harpersbazaar.com/_assets/desig... https://www.harpersbazaar.com/_assets/design-tokens/fre/static/icons/envelope-simple-regular.91a0134.svg?embed — 200 — 692 B — 53 ms — h3https://www.harpersbazaar.com/_assets/design-tokens/fre/static/icons/list-regular.88e6477.svg?embedwww.harpersbazaar.com/_assets/desig... https://www.harpersbazaar.com/_assets/design-tokens/fre/static/icons/list-regular.88e6477.svg?embed — 200 — 643 B — 41 ms — h3https://www.harpersbazaar.com/_assets/design-tokens/fre/static/icons/magnifying-glass-regular.94a1e62.svg?embedwww.harpersbazaar.com/_assets/desig... https://www.harpersbazaar.com/_assets/design-tokens/fre/static/icons/magnifying-glass-regular.94a1e62.svg?embed — 200 — 662 B — 52 ms — h3https://www.harpersbazaar.com/_assets/design-tokens/harpersbazaar/static/images/logos/logo.823d7af.svg?embedwww.harpersbazaar.com/_assets/desig... https://www.harpersbazaar.com/_assets/design-tokens/harpersbazaar/static/images/logos/logo.823d7af.svg?embed — 200 — 2.9 KiB — 51 ms — h3https://www.harpersbazaar.com/_assets/design-tokens/latest/fre/static/icons/caret-left-regular.svg?embedwww.harpersbazaar.com/_assets/desig... https://www.harpersbazaar.com/_assets/design-tokens/latest/fre/static/icons/caret-left-regular.svg?embed — 200 — 646 B — 80 ms — h3https://www.harpersbazaar.com/_assets/design-tokens/latest/fre/static/icons/caret-right-regular.svg?embedwww.harpersbazaar.com/_assets/desig... https://www.harpersbazaar.com/_assets/design-tokens/latest/fre/static/icons/caret-right-regular.svg?embed — 200 — 647 B — 78 ms — h3https://hips.hearstapps.com/hmg-prod/images/queen-elizabeth-ii-is-greeted-with-meghan-duchess-of-sussex-news-photo-1662752131.jpg?crop=0.784xw:1.00xh;0.109xw,0&resize=640:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/queen-elizabeth-ii-is-greeted-with-meghan-duchess-of-sussex-news-photo-1662752131.jpg?crop=0.784xw:1.00xh;0.109xw,0&resize=640:* — 200 — 57.5 KiB — 18 ms — h2https://hips.hearstapps.com/hmg-prod/images/222e461e-6568-4998-ad72-64244e24db62.jpg?crop=0.562xw:1xh;0.052xw,0xh&resize=640:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/222e461e-6568-4998-ad72-64244e24db62.jpg?crop=0.562xw:1xh;0.052xw,0xh&resize=640:* — 200 — 43.5 KiB — 41 ms — h2https://hips.hearstapps.com/hmg-prod/images/44f21cf7-e0af-41dc-9a66-f6b0a6cf04ad.jpg?crop=0.562xw:1xh;0.053xw,0xh&resize=640:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/44f21cf7-e0af-41dc-9a66-f6b0a6cf04ad.jpg?crop=0.562xw:1xh;0.053xw,0xh&resize=640:* — 200 — 63.6 KiB — 41 ms — h2https://hips.hearstapps.com/hmg-prod/images/0bb566d1-d515-4264-9312-25d5a5bf16a9.jpg?crop=1xw:0.667xh;0xw,0.163xh&resize=640:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/0bb566d1-d515-4264-9312-25d5a5bf16a9.jpg?crop=1xw:0.667xh;0xw,0.163xh&resize=640:* — 200 — 59.4 KiB — 22 ms — h2https://hips.hearstapps.com/hmg-prod/images/db4b0aab-07d1-4bb9-b534-ba9a5951b906.jpg?crop=1xw:0.8xh;center,top&resize=640:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/db4b0aab-07d1-4bb9-b534-ba9a5951b906.jpg?crop=1xw:0.8xh;center,top&resize=640:* — 200 — 40.9 KiB — 32 ms — h2https://hips.hearstapps.com/hmg-prod/images/c2606ba3-347d-4572-94d2-99422ad4398d.jpg?crop=0.5624xw:1xh;center,top&resize=640:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/c2606ba3-347d-4572-94d2-99422ad4398d.jpg?crop=0.5624xw:1xh;center,top&resize=640:* — 200 — 77.3 KiB — 47 ms — h2https://www.harpersbazaar.com/_assets/design-tokens/harpersbazaar/static/fonts/HelveticaNowText-Regular.69be7fa.woff2www.harpersbazaar.com/_assets/desig... https://www.harpersbazaar.com/_assets/design-tokens/harpersbazaar/static/fonts/HelveticaNowText-Regular.69be7fa.woff2 — 200 — 34.8 KiB — 12 ms — h3https://www.harpersbazaar.com/_assets/design-tokens/harpersbazaar/static/fonts/NewParisText-Book.62ee35f.woff2www.harpersbazaar.com/_assets/desig... https://www.harpersbazaar.com/_assets/design-tokens/harpersbazaar/static/fonts/NewParisText-Book.62ee35f.woff2 — 200 — 31.5 KiB — 19 ms — h3https://www.harpersbazaar.com/_assets/design-tokens/harpersbazaar/static/fonts/HelveticaNowText-Medium.32f7432.woff2www.harpersbazaar.com/_assets/desig... https://www.harpersbazaar.com/_assets/design-tokens/harpersbazaar/static/fonts/HelveticaNowText-Medium.32f7432.woff2 — 200 — 37.0 KiB — 20 ms — h3https://hips.hearstapps.com/hmg-prod/images/7e2903e8-ff11-40eb-b7e1-f475b0a9cd16.jpeg?crop=0.749977905435xw:1xh;center,top&resize=640:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/7e2903e8-ff11-40eb-b7e1-f475b0a9cd16.jpeg?crop=0.749977905435xw:1xh;center,top&resize=640:* — 200 — 21.1 KiB — 45 ms — h2https://hips.hearstapps.com/hmg-prod/images/60605c34-1e90-4161-acf5-896125e089c3.png?crop=0.646xw:1xh;0.354xw,0xh&resize=640:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/60605c34-1e90-4161-acf5-896125e089c3.png?crop=0.646xw:1xh;0.354xw,0xh&resize=640:* — 200 — 18.5 KiB — 22 ms — h2https://hips.hearstapps.com/hmg-prod/images/f9004f20-3416-4afd-81cd-88cfb020fa53.jpg?crop=1xw:0.667xh;0xw,0.041xh&resize=640:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/f9004f20-3416-4afd-81cd-88cfb020fa53.jpg?crop=1xw:0.667xh;0xw,0.041xh&resize=640:* — 200 — 37.5 KiB — 23 ms — h2https://hips.hearstapps.com/hmg-prod/images/bc096e31-e132-4251-95ad-3f5f95b94632.jpg?crop=1xw:0.786105032823xh;center,top&resize=640:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/bc096e31-e132-4251-95ad-3f5f95b94632.jpg?crop=1xw:0.786105032823xh;center,top&resize=640:* — 200 — 105.1 KiB — 48 ms — h2https://hips.hearstapps.com/hmg-prod/images/6868b29a-fec0-4821-aef0-9f77291586f8.png?crop=0.418181818182xw:1xh;center,top&resize=640:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/6868b29a-fec0-4821-aef0-9f77291586f8.png?crop=0.418181818182xw:1xh;center,top&resize=640:* — 200 — 75.9 KiB — 36 ms — h2https://hips.hearstapps.com/hmg-prod/images/8ad9d13c-0945-4dab-9658-24201e2ba4a2.jpeg?crop=1xw:0.68xh;0xw,0.019xh&resize=640:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/8ad9d13c-0945-4dab-9658-24201e2ba4a2.jpeg?crop=1xw:0.68xh;0xw,0.019xh&resize=640:* — 200 — 47.8 KiB — 37 ms — h2https://hips.hearstapps.com/hmg-prod/images/40aa39a5-4cbb-4c87-903b-643d1ee2f7a8.jpg?crop=0.537xw:0.956xh;0.225xw,0.021xh&resize=640:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/40aa39a5-4cbb-4c87-903b-643d1ee2f7a8.jpg?crop=0.537xw:0.956xh;0.225xw,0.021xh&resize=640:* — 200 — 69.9 KiB — 42 ms — h2https://hips.hearstapps.com/hmg-prod/images/8991740d-a47e-46be-b393-c728c1e0eb9f.jpg?crop=0.519xw:0.923xh;0.231xw,0.042xh&resize=640:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/8991740d-a47e-46be-b393-c728c1e0eb9f.jpg?crop=0.519xw:0.923xh;0.231xw,0.042xh&resize=640:* — 200 — 68.4 KiB — 34 ms — h2https://hips.hearstapps.com/hmg-prod/images/79bc6315-147a-4a5b-95a8-7da5592d6089.jpg?crop=1.00xw:0.686xh;0,0.0857xh&resize=640:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/79bc6315-147a-4a5b-95a8-7da5592d6089.jpg?crop=1.00xw:0.686xh;0,0.0857xh&resize=640:* — 200 — 36.4 KiB — 39 ms — h2https://hips.hearstapps.com/hmg-prod/images/7f3412b0-6ac9-40c5-8d9a-f22eb5a843fa.jpg?crop=0.5624xw:1xh;center,top&resize=640:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/7f3412b0-6ac9-40c5-8d9a-f22eb5a843fa.jpg?crop=0.5624xw:1xh;center,top&resize=640:* — 200 — 64.8 KiB — 45 ms — h2https://hips.hearstapps.com/hmg-prod/images/0227-marisaa-tgb-index-69a1ac31736fc.jpg?crop=0.563xw:1.00xh;0.215xw,0&resize=640:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/0227-marisaa-tgb-index-69a1ac31736fc.jpg?crop=0.563xw:1.00xh;0.215xw,0&resize=640:* — 200 — 56.7 KiB — 27 ms — h2https://hips.hearstapps.com/hmg-prod/images/3d202f97-7cee-4ba6-8b66-1a02f7a20410.jpg?crop=0.5624xw:1xh;center,top&resize=640:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/3d202f97-7cee-4ba6-8b66-1a02f7a20410.jpg?crop=0.5624xw:1xh;center,top&resize=640:* — 200 — 25.2 KiB — 29 ms — h2https://hips.hearstapps.com/hmg-prod/images/alexac-index1-698f92ff8f8b5.jpg?crop=0.502xw:1.00xh;0.250xw,0&resize=640:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/alexac-index1-698f92ff8f8b5.jpg?crop=0.502xw:1.00xh;0.250xw,0&resize=640:* — 200 — 72.9 KiB — 45 ms — h2https://hips.hearstapps.com/hmg-prod/images/e6af16f7-0ba6-4792-b649-4e4a6b5bf019.jpg?crop=1xw:0.668xh;0xw,0.035xh&resize=640:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/e6af16f7-0ba6-4792-b649-4e4a6b5bf019.jpg?crop=1xw:0.668xh;0xw,0.035xh&resize=640:* — 200 — 28.5 KiB — 23 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.9 KiB — 52 ms — h3https://www.harpersbazaar.com/_assets/moapt/2.437.0/moapt-bidder-pb-hdm.10.23.0.jswww.harpersbazaar.com/_assets/moapt... https://www.harpersbazaar.com/_assets/moapt/2.437.0/moapt-bidder-pb-hdm.10.23.0.js — 200 — 107.7 KiB — 6 ms — h3https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/23593.2f1b5207ca1ca970.jswww.harpersbazaar.com/_assets/fre/s... https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/23593.2f1b5207ca1ca970.js — 200 — 637 B — 324 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 — 8 ms — h2https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/16007.bf16fa5d0bba7bb3.jswww.harpersbazaar.com/_assets/fre/s... https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/16007.bf16fa5d0bba7bb3.js — 200 — 6.8 KiB — 3 ms — h3https://heimdall.hearstapps.com/voltronheimdall.hearstapps.com/voltron https://heimdall.hearstapps.com/voltron — 200 — 0 B — 142 ms — h2https://www.harpersbazaar.com/fashion/a71085118/queen-elizabeth-style-remembrance-100-birthday-centenary/www.harpersbazaar.com/fashion/a7108... https://www.harpersbazaar.com/fashion/a71085118/queen-elizabeth-style-remembrance-100-birthday-centenary/ — 200 — 94.7 KiB — 36 ms — h3https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/97235.3166351f6dd4ffcb.jswww.harpersbazaar.com/_assets/fre/s... https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/97235.3166351f6dd4ffcb.js — 200 — 7.3 KiB — 17 ms — h3https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/35150.b57d156d52327677.jswww.harpersbazaar.com/_assets/fre/s... https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/35150.b57d156d52327677.js — 200 — 1.8 KiB — 19 ms — h3https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/95371.c563afab535bb851.jswww.harpersbazaar.com/_assets/fre/s... https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/95371.c563afab535bb851.js — 200 — 2.2 KiB — 19 ms — h3https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/media/polyfills.script.5251d011.jswww.harpersbazaar.com/_assets/fre/s... https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/media/polyfills.script.5251d011.js — 200 — 955 B — 19 ms — h3https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/59941.837b1c4152e58e39.jswww.harpersbazaar.com/_assets/fre/s... https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/59941.837b1c4152e58e39.js — 200 — 1.3 KiB — 20 ms — h3https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/64301.d6a640fec93e3a76.jswww.harpersbazaar.com/_assets/fre/s... https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/64301.d6a640fec93e3a76.js — 200 — 25.4 KiB — 8 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 — 12 ms — h2https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/media/cmp.script.f10e1a9b.jswww.harpersbazaar.com/_assets/fre/s... https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/media/cmp.script.f10e1a9b.js — 200 — 5.4 KiB — 7 ms — h3https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/93914.cbf34291e989f9e3.jswww.harpersbazaar.com/_assets/fre/s... https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/93914.cbf34291e989f9e3.js — 200 — 1.2 KiB — 11 ms — h3https://heimdall.hearstapps.com/voltronheimdall.hearstapps.com/voltron https://heimdall.hearstapps.com/voltron — 200 — 72 B — 122 ms — h2https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/pages/_templates/longform-article-f0e1dc39f9f62567.jswww.harpersbazaar.com/_assets/fre/s... https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/pages/_templates/longform-article-f0e1dc39f9f62567.js — 200 — 3.0 KiB — 12 ms — h3https://www.harpersbazaar.com/api/styles.css?id=229d0812-d901-44db-87b0-24674345b9e5&type=site&slugs=article&source=content%3Alongform-articlewww.harpersbazaar.com/api/styles.cs... https://www.harpersbazaar.com/api/styles.css?id=229d0812-d901-44db-87b0-24674345b9e5&type=site&slugs=article&source=content%3Alongform-article — 200 — 42.4 KiB — 12 ms — h3https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/31516.168991a531a40857.jswww.harpersbazaar.com/_assets/fre/s... https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/31516.168991a531a40857.js — 200 — 9.3 KiB — 9 ms — h3https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/47057.991d1eb324d3d230.jswww.harpersbazaar.com/_assets/fre/s... https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/47057.991d1eb324d3d230.js — 200 — 2.2 KiB — 6 ms — h3https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/47398.1909769c5cfff61c.jswww.harpersbazaar.com/_assets/fre/s... https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/chunks/47398.1909769c5cfff61c.js — 200 — 8.6 KiB — 4 ms — h3https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.jssecurepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js — 200 — 187.7 KiB — 73 ms — h3https://www.harpersbazaar.com/_assets/design-tokens/fre/static/icons/clock-regular.4ddebeb.svg?embedwww.harpersbazaar.com/_assets/desig... https://www.harpersbazaar.com/_assets/design-tokens/fre/static/icons/clock-regular.4ddebeb.svg?embed — 200 — 670 B — 4 ms — h3https://www.harpersbazaar.com/_assets/design-tokens/harpersbazaar/static/images/favicon.9d827eb.icowww.harpersbazaar.com/_assets/desig... https://www.harpersbazaar.com/_assets/design-tokens/harpersbazaar/static/images/favicon.9d827eb.ico — 200 — 4.0 KiB — 4 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 — 37 ms — h3https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/media/tag-manager.script.96237b8b.jswww.harpersbazaar.com/_assets/fre/s... https://www.harpersbazaar.com/_assets/fre/scopes/hdm/_next/static/media/tag-manager.script.96237b8b.js — 200 — 1022 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 — 18.6 KiB — 46 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.harpersbazaar.com%2F%3Fgdpr%3Dtrue%26selfhostedads%3Don%26template%3DHomepage%26brand%3Dharpersbazaar%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.harpersbazaar.com%2F%3Fgdpr%3Dtrue%26selfhostedads%3Don%26template%3DHomepage%26brand%3Dharpersbazaar%26locale%3Den-us — 200 — 618 B — 67 ms — h3https://nexus.ensighten.com/hearst/mag/perf.rnc?cid=109&ns=1776805670362&ce=9&cs=9&dc=1019&dclee=590&dcles=589&di=232&dl=20&dle=9&dls=9&fs=9&lee=1020&les=1019&rede=0&reds=0&reqs=12&resps=13&respe=18&scs=0&ues=0&uee=0nexus.ensighten.com/hearst/mag/perf... https://nexus.ensighten.com/hearst/mag/perf.rnc?cid=109&ns=1776805670362&ce=9&cs=9&dc=1019&dclee=590&dcles=589&di=232&dl=20&dle=9&dls=9&fs=9&lee=1020&les=1019&rede=0&reds=0&reqs=12&resps=13&respe=18&scs=0&ues=0&uee=0 — 204 — 217 B — 20 ms — h3https://nexus.ensighten.com/hearst/mag/code/8a68658ae16f17a83a49d4d4959ebbbf.js?conditionId0=256196nexus.ensighten.com/hearst/mag/code... https://nexus.ensighten.com/hearst/mag/code/8a68658ae16f17a83a49d4d4959ebbbf.js?conditionId0=256196 — 200 — 1.2 KiB — 20 ms — h3https://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 — 22 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 — 22 ms — h3https://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 — 518 B — 99 ms — h2
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 821ms · 335KB · $15/mo
www.harpersbazaar.com
Other
Optional
Execution 197ms
Transfer 7 KB
Monthly Cost $4/mo
www.harpersbazaar.com
Other
Optional
Execution 192ms
Transfer 117 KB
Monthly Cost $4/mo
Unattributable
Other
Optional
Execution 139ms
Transfer 0 KB
Monthly Cost $3/mo
www.harpersbazaar.com
Other
Optional
Execution 125ms
Transfer 14 KB
Monthly Cost $2/mo
www.harpersbazaar.com
Other
Optional
Execution 99ms
Transfer 9 KB
Monthly Cost $2/mo
securepubads.g.doubleclick.net
Other
Optional
Execution 68ms
Transfer 188 KB
Unused 75%
Monthly Cost $1/mo

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

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