Skip to content
https://hbr.org

Performance

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

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

93
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
88
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
81
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.

762 ms

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

1.25 s

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

79 ms

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

0.007

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

1.98 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.

5.05 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 3 REVIEW 5 FIX
F
Page Weight Budget
Action
3.4 MB transferred, 156 requests
FIX
3.4 MB transferred, 156 requests
Warning::
Page weighs 11.0 MB (3.4 MB transferred)
Warning::
JavaScript is 2.7 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 2.7 MB
Info::
Fonts are 410 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 410 KB
Warning::
156 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
156 requests
0.72 g CO2 per page load
JavaScript 2.7 MiB 79%
Fonts 410.1 KiB 12%
HTML 95.9 KiB 3%
CSS 88.4 KiB 3%
Images 78.7 KiB 2%
Other 32.9 KiB 1%
Other 18.7 KiB 1%
Other 9.3 KiB 0%
Other 3.9 KiB 0%
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
74% third-party, 0 ms blocking
FIX
74% third-party, 0 ms blocking
Warning::
Third-party code accounts for 74% of page weight (2.5 MiB of 3.4 MiB)
Info::
Third-party blocking time is low (0 ms)
26%
74%
First-party Third-party
F
JS Bundles
Action
55 scripts, 1.3 MB unused
FIX
55 scripts, 1.3 MB unused
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 177 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 177 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 177 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://hbr.org/_next/static/chunks/2c9408f27c675a...: 136 KB unused (51%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://securepubads.g.doubleclick.net/pagead/mana...: 130 KB unused (69%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 1.3 MB
1315 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js362 KB177 KB (49%)3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js0 KB177 KB (49%)3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js362 KB177 KB (49%)3rd
https://hbr.org/_next/static/chunks/2c9408f27c675ab9.js270 KB136 KB (51%)1st
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604140101/pubads_impl.js?cb=31097850188 KB130 KB (69%)3rd
https://cdn.tinypass.com/api/tinypass.min.js132 KB83 KB (63%)3rd
https://www.googletagmanager.com/gtag/js?id=G-J405XEHEZE177 KB68 KB (38%)3rd
https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwOA.js118 KB64 KB (55%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-366722478144 KB62 KB (43%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-1062985444138 KB60 KB (43%)3rd

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
156 resources · 3.4 MB · 1.3 MB savings available
FIX
156 resources · 3.4 MB · 1.3 MB savings available
Warning::
Page weight 2.4 MB over 1MB target
Got: 3.4 MB Expected: ≤ 1 MB
Info::
~1.3 MB of savings available
Warning::
125 third-party resources (74% of weight)
Info::
3 resources over 200KB
156 resources · 3.4 MiB · 125 third-party 2.4 MiB over 1MB target
JavaScript 79% · 2.7 MiB
Font 12% · 410.1 KiB
Document 3% · 98.7 KiB
CSS 3% · 88.4 KiB
Image 2% · 82.2 KiB
Other 2% · 57.9 KiB

~1.3 MiB of savings available

Remove unused JavaScript: 1.3 MiB
D
HTTP Caching
Action
no-store (uncacheable)
FIX
no-store (uncacheable)
Info::
Cache-Control: no-store prevents all caching
Intentional for dynamic content, but increases server load for every page view.
Got: private, no-cache, no-store, max-age=0, must-revalidate
Info::
ETag present — enables conditional (304) responses
Cache-Control

private, no-cache, no-store, max-age=0, must-revalidate

DirectiveValueMeaning
privateOnly browser cache, not CDN/proxy
no-cacheCache but always revalidate first
no-storeNever cache this response
max-age0Cache for 0 seconds
must-revalidateMust recheck with server after expiry
B
Image Optimization
20 images, 0 KB saveable
REVIEW
20 images, 0 KB saveable
Info::
All images are well-optimized
20 images 79 KB
0 oversized -0 KB
12 legacy format
0 missing dimensions CLS risk
C
JS Execution Cost
Action
1856ms total JS execution
REVIEW
1856ms total JS execution
Warning::
https://hbr.org/: 392ms CPU time
Warning::
https://cdn.signalfx.com/o11y-gdi-rum/v0.20.2/splu...: 251ms CPU time
Info::
https://assets.adobedtm.com/c0857d0b892a/7e3e4b83f...: 237ms CPU time
Info::
Unattributable: 179ms CPU time
Info::
https://hbr.org/_next/static/chunks/441c48aa26a627...: 111ms CPU time
Warning::
Third-party scripts: 1252ms (67% of total)

Main Thread Breakdown

Script Evaluation 63% Other 16% Script Parsing & Compilation 8% Style & Layout 8%
ScriptTotalScriptingParse/CompileParty
https://hbr.org/392ms9ms1ms1st
https://cdn.signalfx.com/o11y-gdi-rum/v0.20.2/splunk-otel-web.js251ms210ms4ms3rd
https://assets.adobedtm.com/c0857d0b892a/7e3e4b83f0c5/launch-67dbffcc16ef.min.js237ms205ms19ms3rd
Unattributable179ms15ms0ms3rd
https://hbr.org/_next/static/chunks/441c48aa26a62756.js111ms103ms4ms1st
https://hbr.org/_next/static/chunks/turbopack-a4d3a9c7940a9e1e.js100ms99ms0ms1st
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604140101/pubads_impl.js?cb=3109785094ms75ms13ms3rd
https://cdn.tinypass.com/api/tinypass.min.js91ms70ms13ms3rd
https://fundingchoicesmessages.google.com/f/AGSKWxVyFo8SxA0uPzvICSMCQGZgxjLhPlIWGBWjqoAnovyXGmC_jvpeFhY2EZFoy6snggSXJAwahqqFQEIYcrYp04L5G80CE3zCZkfNnGNm83eO8hNLBH0WF4CAHVYixYB5q85YBDxEgA==?fccs=W251bGwsbnVsbCxudWxsLG51bGwsbnVsbCxudWxsLFsxNzc2MzYyOTE3LDM4MjAwMDAwMF0sbnVsbCxudWxsLG51bGwsW251bGwsWzddXSwiaHR0cHM6Ly9oYnIub3JnLyIsbnVsbCxbWzgsIldRU2pLdGtFWWlNIl0sWzksImVuLVVTIl0sWzE4LCJbW1tudWxsLDEyMzddXV0iXSxbMzUsIjE3NzYzNjI5MTciXSxbMTksIjEiXSxbMTcsIlswXSJdLFsyNCwiIl0sWzI1LCJbWzk1MzQwMjUzLDk1MzQwMjU1XV0iXSxbMjksImZhbHNlIl1dXQ90ms57ms9ms3rd
https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwOA.js73ms61ms10ms3rd

Showing top 10 of 14 scripts

C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

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
10 fonts (410 KB)
PASS
10 fonts (410 KB)
Info::
10 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

10

410 KB total

Render-blocking

0

of 10

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 2.5 s FCP 762 ms LCP 1.3 shttps://hbr.org/assets/mfe-core/fonts/GT-America-Standard-Regular.ee9c3d0d.woffGT-America-Standard-Reg... https://hbr.org/assets/mfe-core/fonts/GT-America-Standard-Regular.ee9c3d0d.woff — 47.5 KiB — 56 ms — font-display: swaphttps://hbr.org/assets/mfe-core/fonts/GT-America-Standard-Semibold.78dc2ebb.woffGT-America-Standard-Sem... https://hbr.org/assets/mfe-core/fonts/GT-America-Standard-Semibold.78dc2ebb.woff — 50.6 KiB — 81 ms — font-display: swaphttps://hbr.org/assets/mfe-core/fonts/GT-America-Standard-Bold.449f1ad7.woffGT-America-Standard-Bol... https://hbr.org/assets/mfe-core/fonts/GT-America-Standard-Bold.449f1ad7.woff — 51.8 KiB — 86 ms — font-display: swaphttps://hbr.org/assets/mfe-core/fonts/tiempos-headline-semibold.b4e52635.woff2tiempos-headline-semibo... https://hbr.org/assets/mfe-core/fonts/tiempos-headline-semibold.b4e52635.woff2 — 31.9 KiB — 61 ms — font-display: swaphttps://hbr.org/assets/mfe-core/fonts/tiempos-headline-regular.710454d3.woff2tiempos-headline-regula... https://hbr.org/assets/mfe-core/fonts/tiempos-headline-regular.710454d3.woff2 — 38.9 KiB — 71 ms — font-display: swaphttps://hbr.org/assets/mfe-core/fonts/GT-America-Standard-Medium.ba71b50c.woffGT-America-Standard-Med... https://hbr.org/assets/mfe-core/fonts/GT-America-Standard-Medium.ba71b50c.woff — 51.6 KiB — 39 ms — font-display: swaphttps://hbr.org/assets/mfe-core/fonts/GT-America-Standard-Light.0f59caef.woffGT-America-Standard-Lig... https://hbr.org/assets/mfe-core/fonts/GT-America-Standard-Light.0f59caef.woff — 49.6 KiB — 42 ms — font-display: swaphttps://hbr.org/assets/mfe-core/fonts/HBRIcons-Regular.0ed1d3a8.woff2HBRIcons-Regular.0ed1d3... https://hbr.org/assets/mfe-core/fonts/HBRIcons-Regular.0ed1d3a8.woff2 — 12.4 KiB — 64 ms — font-display: swaphttps://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2memvYaGs126MiZpBA-UvWbX... https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2 — 42.0 KiB — 58 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 33.9 KiB — 112 ms — font-display: swap
GT-America-Standard-Reg... woff swap
Size 47 KB
Load time 56 ms
Start 486 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
GT-America-Standard-Sem... woff swap
Size 51 KB
Load time 81 ms
Start 486 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
GT-America-Standard-Bol... woff swap
Size 52 KB
Load time 86 ms
Start 486 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
tiempos-headline-semibo... woff2 swap
Size 32 KB
Load time 61 ms
Start 487 ms
Risk FOUT — text flashes from fallback to web font
tiempos-headline-regula... woff2 swap
Size 39 KB
Load time 71 ms
Start 487 ms
Risk FOUT — text flashes from fallback to web font
GT-America-Standard-Med... woff swap
Size 52 KB
Load time 39 ms
Start 718 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
GT-America-Standard-Lig... woff swap
Size 50 KB
Load time 42 ms
Start 719 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
HBRIcons-Regular.0ed1d3... woff2 swap
Size 12 KB
Load time 64 ms
Start 719 ms
Risk FOUT — text flashes from fallback to web font
memvYaGs126MiZpBA-UvWbX... woff2 swap
Size 42 KB
Load time 58 ms
Start 2.1 s
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 34 KB
Load time 112 ms
Start 2.6 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)

Fixing the unchecked items could save ~75 KB and ~150 ms

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
156 requests over 5107ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 762 ms LCP 1.3 shttps://hbr.org// https://hbr.org/ — 200 — 62.9 KiB — 561 ms — h2https://static.adsafeprotected.com/iasPET.1.jsstatic.adsafeprotected.com/iasPET.1... https://static.adsafeprotected.com/iasPET.1.js — 200 — 6.6 KiB — 62 ms — h2https://assets.adobedtm.com/c0857d0b892a/7e3e4b83f0c5/launch-67dbffcc16ef.min.jsassets.adobedtm.com/c0857d0b892a/7e... https://assets.adobedtm.com/c0857d0b892a/7e3e4b83f0c5/launch-67dbffcc16ef.min.js — 200 — 163.7 KiB — 48 ms — h2https://hbr.org/assets/mfe-core/fonts/GT-America-Standard-Regular.ee9c3d0d.woff/assets/mfe-core/fonts/GT-America-S... https://hbr.org/assets/mfe-core/fonts/GT-America-Standard-Regular.ee9c3d0d.woff — 200 — 47.5 KiB — 56 ms — h2https://hbr.org/assets/mfe-core/fonts/GT-America-Standard-Semibold.78dc2ebb.woff/assets/mfe-core/fonts/GT-America-S... https://hbr.org/assets/mfe-core/fonts/GT-America-Standard-Semibold.78dc2ebb.woff — 200 — 50.6 KiB — 81 ms — h2https://hbr.org/assets/mfe-core/fonts/GT-America-Standard-Bold.449f1ad7.woff/assets/mfe-core/fonts/GT-America-S... https://hbr.org/assets/mfe-core/fonts/GT-America-Standard-Bold.449f1ad7.woff — 200 — 51.8 KiB — 86 ms — h2https://hbr.org/assets/mfe-core/fonts/tiempos-headline-semibold.b4e52635.woff2/assets/mfe-core/fonts/tiempos-head... https://hbr.org/assets/mfe-core/fonts/tiempos-headline-semibold.b4e52635.woff2 — 200 — 31.9 KiB — 61 ms — h2https://hbr.org/assets/mfe-core/fonts/tiempos-headline-regular.710454d3.woff2/assets/mfe-core/fonts/tiempos-head... https://hbr.org/assets/mfe-core/fonts/tiempos-headline-regular.710454d3.woff2 — 200 — 38.9 KiB — 71 ms — h2https://hbr.org/_next/static/chunks/f56a049e6a19764d.css/_next/static/chunks/f56a049e6a1976... https://hbr.org/_next/static/chunks/f56a049e6a19764d.css — 200 — 1.5 KiB — 29 ms — h2https://hbr.org/_next/static/chunks/497124e213e289c3.css/_next/static/chunks/497124e213e289... https://hbr.org/_next/static/chunks/497124e213e289c3.css — 200 — 25.8 KiB — 34 ms — h2https://hbr.org/_next/static/chunks/80c6cc3986bf0ea2.css/_next/static/chunks/80c6cc3986bf0e... https://hbr.org/_next/static/chunks/80c6cc3986bf0ea2.css — 200 — 629 B — 29 ms — h2https://hbr.org/_next/static/chunks/5dcdff28f942809b.css/_next/static/chunks/5dcdff28f94280... https://hbr.org/_next/static/chunks/5dcdff28f942809b.css — 200 — 11.6 KiB — 30 ms — h2https://cdn.signalfx.com/o11y-gdi-rum/v0.20.2/splunk-otel-web.jscdn.signalfx.com/o11y-gdi-rum/v0.20... https://cdn.signalfx.com/o11y-gdi-rum/v0.20.2/splunk-otel-web.js — 200 — 47.5 KiB — 74 ms — h2https://hbr.org/resources/images/article_assets/2026/03/R2603E_FEA_FLORIDA_HERO-700x394.jpg/resources/images/article_assets/20... https://hbr.org/resources/images/article_assets/2026/03/R2603E_FEA_FLORIDA_HERO-700x394.jpg — 200 — 38.4 KiB — 84 ms — h2https://hbr.org/resources/images/article_assets/2025/10/Oct25_29_3lGi0BXJ1W0-383x215.jpg/resources/images/article_assets/20... https://hbr.org/resources/images/article_assets/2025/10/Oct25_29_3lGi0BXJ1W0-383x215.jpg — 200 — 3.0 KiB — 86 ms — h2https://dpm.demdex.net/id?d_visid_ver=5.5.0&d_fieldgroup=MC&d_rtbd=json&d_ver=2&d_verify=1&d_orgid=7801965A577503E87F000101%40AdobeOrg&d_nsid=0&ts=1776362916353dpm.demdex.net/id?d_visid_ver=5.5.0... https://dpm.demdex.net/id?d_visid_ver=5.5.0&d_fieldgroup=MC&d_rtbd=json&d_ver=2&d_verify=1&d_orgid=7801965A577503E87F000101%40AdobeOrg&d_nsid=0&ts=1776362916353 — 302 — 666 B — 351 ms — h2https://hbr.org/resources/images/article_assets/2026/04/Apr26_03_gemai-383x215.jpg/resources/images/article_assets/20... https://hbr.org/resources/images/article_assets/2026/04/Apr26_03_gemai-383x215.jpg — 200 — 3.4 KiB — 83 ms — h2https://hbr.org/resources/images/article_assets/2026/03/R2603J_MY_VOLK_HERO-768x432.png/resources/images/article_assets/20... https://hbr.org/resources/images/article_assets/2026/03/R2603J_MY_VOLK_HERO-768x432.png — 200 — 16.8 KiB — 80 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.7 KiB — 167 ms — h3https://hbr.org/_next/static/chunks/703dba9bd61a51d2.js/_next/static/chunks/703dba9bd61a51... https://hbr.org/_next/static/chunks/703dba9bd61a51d2.js — 200 — 14.6 KiB — 28 ms — h2https://hbr.org/_next/static/chunks/6c992902a6509243.js/_next/static/chunks/6c992902a65092... https://hbr.org/_next/static/chunks/6c992902a6509243.js — 200 — 17.8 KiB — 32 ms — h2https://hbr.org/_next/static/chunks/441c48aa26a62756.js/_next/static/chunks/441c48aa26a627... https://hbr.org/_next/static/chunks/441c48aa26a62756.js — 200 — 60.5 KiB — 43 ms — h2https://hbr.org/_next/static/chunks/f1dd161c000dae1a.js/_next/static/chunks/f1dd161c000dae... https://hbr.org/_next/static/chunks/f1dd161c000dae1a.js — 200 — 26.8 KiB — 30 ms — h2https://hbr.org/_next/static/chunks/turbopack-ad047ca9b314e5d3.js/_next/static/chunks/turbopack-ad04... https://hbr.org/_next/static/chunks/turbopack-ad047ca9b314e5d3.js — 200 — 4.3 KiB — 38 ms — h2https://hbr.org/_next/static/chunks/aca8f250f1dc068e.js/_next/static/chunks/aca8f250f1dc06... https://hbr.org/_next/static/chunks/aca8f250f1dc068e.js — 200 — 18.0 KiB — 48 ms — h2https://hbr.org/_next/static/chunks/2c9408f27c675ab9.js/_next/static/chunks/2c9408f27c675a... https://hbr.org/_next/static/chunks/2c9408f27c675ab9.js — 200 — 270.3 KiB — 54 ms — h2https://hbr.org/_next/static/chunks/turbopack-a4d3a9c7940a9e1e.js/_next/static/chunks/turbopack-a4d3... https://hbr.org/_next/static/chunks/turbopack-a4d3a9c7940a9e1e.js — 200 — 4.2 KiB — 34 ms — h2https://hbr.org/_next/static/Mk3LLwoY796c5iUf17CxJ/_ssgManifest.js/_next/static/Mk3LLwoY796c5iUf17CxJ... https://hbr.org/_next/static/Mk3LLwoY796c5iUf17CxJ/_ssgManifest.js — 200 — 466 B — 45 ms — h2https://hbr.org/_next/static/Mk3LLwoY796c5iUf17CxJ/_buildManifest.js/_next/static/Mk3LLwoY796c5iUf17CxJ... https://hbr.org/_next/static/Mk3LLwoY796c5iUf17CxJ/_buildManifest.js — 200 — 979 B — 44 ms — h2https://assets.adobedtm.com/extensions/EP31dbb9c60e404ba1aa6e746d49be6f29/AppMeasurement.min.jsassets.adobedtm.com/extensions/EP31... https://assets.adobedtm.com/extensions/EP31dbb9c60e404ba1aa6e746d49be6f29/AppMeasurement.min.js — 200 — 13.0 KiB — 15 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 762 ms LCP 1.3 shttps://hbr.org// https://hbr.org/ — 200 — 62.9 KiB — 561 ms — h2https://static.adsafeprotected.com/iasPET.1.jsstatic.adsafeprotected.com/iasPET.1... https://static.adsafeprotected.com/iasPET.1.js — 200 — 6.6 KiB — 62 ms — h2https://assets.adobedtm.com/c0857d0b892a/7e3e4b83f0c5/launch-67dbffcc16ef.min.jsassets.adobedtm.com/c0857d0b892a/7e... https://assets.adobedtm.com/c0857d0b892a/7e3e4b83f0c5/launch-67dbffcc16ef.min.js — 200 — 163.7 KiB — 48 ms — h2https://hbr.org/assets/mfe-core/fonts/GT-America-Standard-Regular.ee9c3d0d.woff/assets/mfe-core/fonts/GT-America-S... https://hbr.org/assets/mfe-core/fonts/GT-America-Standard-Regular.ee9c3d0d.woff — 200 — 47.5 KiB — 56 ms — h2https://hbr.org/assets/mfe-core/fonts/GT-America-Standard-Semibold.78dc2ebb.woff/assets/mfe-core/fonts/GT-America-S... https://hbr.org/assets/mfe-core/fonts/GT-America-Standard-Semibold.78dc2ebb.woff — 200 — 50.6 KiB — 81 ms — h2https://hbr.org/assets/mfe-core/fonts/GT-America-Standard-Bold.449f1ad7.woff/assets/mfe-core/fonts/GT-America-S... https://hbr.org/assets/mfe-core/fonts/GT-America-Standard-Bold.449f1ad7.woff — 200 — 51.8 KiB — 86 ms — h2https://hbr.org/assets/mfe-core/fonts/tiempos-headline-semibold.b4e52635.woff2/assets/mfe-core/fonts/tiempos-head... https://hbr.org/assets/mfe-core/fonts/tiempos-headline-semibold.b4e52635.woff2 — 200 — 31.9 KiB — 61 ms — h2https://hbr.org/assets/mfe-core/fonts/tiempos-headline-regular.710454d3.woff2/assets/mfe-core/fonts/tiempos-head... https://hbr.org/assets/mfe-core/fonts/tiempos-headline-regular.710454d3.woff2 — 200 — 38.9 KiB — 71 ms — h2https://hbr.org/_next/static/chunks/f56a049e6a19764d.css/_next/static/chunks/f56a049e6a1976... https://hbr.org/_next/static/chunks/f56a049e6a19764d.css — 200 — 1.5 KiB — 29 ms — h2https://hbr.org/_next/static/chunks/497124e213e289c3.css/_next/static/chunks/497124e213e289... https://hbr.org/_next/static/chunks/497124e213e289c3.css — 200 — 25.8 KiB — 34 ms — h2https://hbr.org/_next/static/chunks/80c6cc3986bf0ea2.css/_next/static/chunks/80c6cc3986bf0e... https://hbr.org/_next/static/chunks/80c6cc3986bf0ea2.css — 200 — 629 B — 29 ms — h2https://hbr.org/_next/static/chunks/5dcdff28f942809b.css/_next/static/chunks/5dcdff28f94280... https://hbr.org/_next/static/chunks/5dcdff28f942809b.css — 200 — 11.6 KiB — 30 ms — h2https://cdn.signalfx.com/o11y-gdi-rum/v0.20.2/splunk-otel-web.jscdn.signalfx.com/o11y-gdi-rum/v0.20... https://cdn.signalfx.com/o11y-gdi-rum/v0.20.2/splunk-otel-web.js — 200 — 47.5 KiB — 74 ms — h2https://hbr.org/resources/images/article_assets/2026/03/R2603E_FEA_FLORIDA_HERO-700x394.jpg/resources/images/article_assets/20... https://hbr.org/resources/images/article_assets/2026/03/R2603E_FEA_FLORIDA_HERO-700x394.jpg — 200 — 38.4 KiB — 84 ms — h2https://hbr.org/resources/images/article_assets/2025/10/Oct25_29_3lGi0BXJ1W0-383x215.jpg/resources/images/article_assets/20... https://hbr.org/resources/images/article_assets/2025/10/Oct25_29_3lGi0BXJ1W0-383x215.jpg — 200 — 3.0 KiB — 86 ms — h2https://dpm.demdex.net/id?d_visid_ver=5.5.0&d_fieldgroup=MC&d_rtbd=json&d_ver=2&d_verify=1&d_orgid=7801965A577503E87F000101%40AdobeOrg&d_nsid=0&ts=1776362916353dpm.demdex.net/id?d_visid_ver=5.5.0... https://dpm.demdex.net/id?d_visid_ver=5.5.0&d_fieldgroup=MC&d_rtbd=json&d_ver=2&d_verify=1&d_orgid=7801965A577503E87F000101%40AdobeOrg&d_nsid=0&ts=1776362916353 — 302 — 666 B — 351 ms — h2https://hbr.org/resources/images/article_assets/2026/04/Apr26_03_gemai-383x215.jpg/resources/images/article_assets/20... https://hbr.org/resources/images/article_assets/2026/04/Apr26_03_gemai-383x215.jpg — 200 — 3.4 KiB — 83 ms — h2https://hbr.org/resources/images/article_assets/2026/03/R2603J_MY_VOLK_HERO-768x432.png/resources/images/article_assets/20... https://hbr.org/resources/images/article_assets/2026/03/R2603J_MY_VOLK_HERO-768x432.png — 200 — 16.8 KiB — 80 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.7 KiB — 167 ms — h3https://hbr.org/_next/static/chunks/703dba9bd61a51d2.js/_next/static/chunks/703dba9bd61a51... https://hbr.org/_next/static/chunks/703dba9bd61a51d2.js — 200 — 14.6 KiB — 28 ms — h2https://hbr.org/_next/static/chunks/6c992902a6509243.js/_next/static/chunks/6c992902a65092... https://hbr.org/_next/static/chunks/6c992902a6509243.js — 200 — 17.8 KiB — 32 ms — h2https://hbr.org/_next/static/chunks/441c48aa26a62756.js/_next/static/chunks/441c48aa26a627... https://hbr.org/_next/static/chunks/441c48aa26a62756.js — 200 — 60.5 KiB — 43 ms — h2https://hbr.org/_next/static/chunks/f1dd161c000dae1a.js/_next/static/chunks/f1dd161c000dae... https://hbr.org/_next/static/chunks/f1dd161c000dae1a.js — 200 — 26.8 KiB — 30 ms — h2https://hbr.org/_next/static/chunks/turbopack-ad047ca9b314e5d3.js/_next/static/chunks/turbopack-ad04... https://hbr.org/_next/static/chunks/turbopack-ad047ca9b314e5d3.js — 200 — 4.3 KiB — 38 ms — h2https://hbr.org/_next/static/chunks/aca8f250f1dc068e.js/_next/static/chunks/aca8f250f1dc06... https://hbr.org/_next/static/chunks/aca8f250f1dc068e.js — 200 — 18.0 KiB — 48 ms — h2https://hbr.org/_next/static/chunks/2c9408f27c675ab9.js/_next/static/chunks/2c9408f27c675a... https://hbr.org/_next/static/chunks/2c9408f27c675ab9.js — 200 — 270.3 KiB — 54 ms — h2https://hbr.org/_next/static/chunks/turbopack-a4d3a9c7940a9e1e.js/_next/static/chunks/turbopack-a4d3... https://hbr.org/_next/static/chunks/turbopack-a4d3a9c7940a9e1e.js — 200 — 4.2 KiB — 34 ms — h2https://hbr.org/_next/static/Mk3LLwoY796c5iUf17CxJ/_ssgManifest.js/_next/static/Mk3LLwoY796c5iUf17CxJ... https://hbr.org/_next/static/Mk3LLwoY796c5iUf17CxJ/_ssgManifest.js — 200 — 466 B — 45 ms — h2https://hbr.org/_next/static/Mk3LLwoY796c5iUf17CxJ/_buildManifest.js/_next/static/Mk3LLwoY796c5iUf17CxJ... https://hbr.org/_next/static/Mk3LLwoY796c5iUf17CxJ/_buildManifest.js — 200 — 979 B — 44 ms — h2https://assets.adobedtm.com/extensions/EP31dbb9c60e404ba1aa6e746d49be6f29/AppMeasurement.min.jsassets.adobedtm.com/extensions/EP31... https://assets.adobedtm.com/extensions/EP31dbb9c60e404ba1aa6e746d49be6f29/AppMeasurement.min.js — 200 — 13.0 KiB — 15 ms — h2https://assets.adobedtm.com/extensions/EP31dbb9c60e404ba1aa6e746d49be6f29/AppMeasurement_Module_ActivityMap.min.jsassets.adobedtm.com/extensions/EP31... https://assets.adobedtm.com/extensions/EP31dbb9c60e404ba1aa6e746d49be6f29/AppMeasurement_Module_ActivityMap.min.js — 200 — 1.8 KiB — 15 ms — h2https://snap.licdn.com/li.lms-analytics/insight.min.jssnap.licdn.com/li.lms-analytics/ins... https://snap.licdn.com/li.lms-analytics/insight.min.js — 200 — 18.7 KiB — 65 ms — h2https://www.googletagmanager.com/gtag/js?id=G-J405XEHEZEwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-J405XEHEZE — 200 — 177.0 KiB — 257 ms — h2https://hbr.org/assets/mfe-core/fonts/GT-America-Standard-Medium.ba71b50c.woff/assets/mfe-core/fonts/GT-America-S... https://hbr.org/assets/mfe-core/fonts/GT-America-Standard-Medium.ba71b50c.woff — 200 — 51.6 KiB — 39 ms — h2https://hbr.org/assets/mfe-core/fonts/GT-America-Standard-Light.0f59caef.woff/assets/mfe-core/fonts/GT-America-S... https://hbr.org/assets/mfe-core/fonts/GT-America-Standard-Light.0f59caef.woff — 200 — 49.6 KiB — 42 ms — h2https://hbr.org/assets/mfe-core/fonts/HBRIcons-Regular.0ed1d3a8.woff2/assets/mfe-core/fonts/HBRIcons-Reg... https://hbr.org/assets/mfe-core/fonts/HBRIcons-Regular.0ed1d3a8.woff2 — 200 — 12.4 KiB — 64 ms — h2https://geoip-js.com/js/apis/geoip2/v2.1/geoip2.jsgeoip-js.com/js/apis/geoip2/v2.1/ge... https://geoip-js.com/js/apis/geoip2/v2.1/geoip2.js — 200 — 1.6 KiB — 64 ms — h3https://hbr.org/_next/static/Mk3LLwoY796c5iUf17CxJ/_clientMiddlewareManifest.json/_next/static/Mk3LLwoY796c5iUf17CxJ... https://hbr.org/_next/static/Mk3LLwoY796c5iUf17CxJ/_clientMiddlewareManifest.json — 200 — 387 B — 21 ms — h2https://assets.adobedtm.com/c0857d0b892a/7e3e4b83f0c5/d7e38f846098/RCba08d3743866471391569ecfaf7583d3-source.min.jsassets.adobedtm.com/c0857d0b892a/7e... https://assets.adobedtm.com/c0857d0b892a/7e3e4b83f0c5/d7e38f846098/RCba08d3743866471391569ecfaf7583d3-source.min.js — 200 — 471 B — 3 ms — h2https://assets.adobedtm.com/c0857d0b892a/7e3e4b83f0c5/d7e38f846098/RC398155f8ad3e4c2d9dc9666d61fd81ea-source.min.jsassets.adobedtm.com/c0857d0b892a/7e... https://assets.adobedtm.com/c0857d0b892a/7e3e4b83f0c5/d7e38f846098/RC398155f8ad3e4c2d9dc9666d61fd81ea-source.min.js — 200 — 473 B — 4 ms — h2https://assets.adobedtm.com/c0857d0b892a/7e3e4b83f0c5/d7e38f846098/RCcf3e16c53e8b40f184b3fb1d639c8b29-source.min.jsassets.adobedtm.com/c0857d0b892a/7e... https://assets.adobedtm.com/c0857d0b892a/7e3e4b83f0c5/d7e38f846098/RCcf3e16c53e8b40f184b3fb1d639c8b29-source.min.js — 200 — 458 B — 6 ms — h2https://zn4pzx5r5auu7w4rx-hbp.siteintercept.qualtrics.com/WRSiteInterceptEngine/?Q_ZID=ZN_4PzX5r5aUU7W4rXzn4pzx5r5auu7w4rx-hbp.siteintercept... https://zn4pzx5r5auu7w4rx-hbp.siteintercept.qualtrics.com/WRSiteInterceptEngine/?Q_ZID=ZN_4PzX5r5aUU7W4rX — 200 — 4.6 KiB — 86 ms — h2https://bat.bing.com/bat.jsbat.bing.com/bat.js https://bat.bing.com/bat.js — 200 — 15.5 KiB — 98 ms — h2https://assets.adobedtm.com/c0857d0b892a/7e3e4b83f0c5/d7e38f846098/RC760d1325cc804a628afea7c153a72f01-source.min.jsassets.adobedtm.com/c0857d0b892a/7e... https://assets.adobedtm.com/c0857d0b892a/7e3e4b83f0c5/d7e38f846098/RC760d1325cc804a628afea7c153a72f01-source.min.js — 200 — 716 B — 3 ms — h2https://8604778.fls.doubleclick.net/activityi;src=8604778;type=wcaun0;cat=hbr_a0;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=9018749706344.0578604778.fls.doubleclick.net/activit... https://8604778.fls.doubleclick.net/activityi;src=8604778;type=wcaun0;cat=hbr_a0;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=9018749706344.057 — 302 — 572 B — 168 ms — h2https://dpm.demdex.net/id/rd?d_visid_ver=5.5.0&d_fieldgroup=MC&d_rtbd=json&d_ver=2&d_verify=1&d_orgid=7801965A577503E87F000101%40AdobeOrg&d_nsid=0&ts=1776362916353dpm.demdex.net/id/rd?d_visid_ver=5.... https://dpm.demdex.net/id/rd?d_visid_ver=5.5.0&d_fieldgroup=MC&d_rtbd=json&d_ver=2&d_verify=1&d_orgid=7801965A577503E87F000101%40AdobeOrg&d_nsid=0&ts=1776362916353 — 200 — 610 B — 41 ms — h2https://px.ads.linkedin.com/attribution_trigger?pid=6373529&time=1776362916716&url=https%3A%2F%2Fhbr.org%2Fpx.ads.linkedin.com/attribution_tri... https://px.ads.linkedin.com/attribution_trigger?pid=6373529&time=1776362916716&url=https%3A%2F%2Fhbr.org%2F — 200 — 839 B — 345 ms — h2https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=6373529&time=1776362916716&url=https%3A%2F%2Fhbr.org%2Fpx.ads.linkedin.com/collect?v=2&fmt... https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=6373529&time=1776362916716&url=https%3A%2F%2Fhbr.org%2F — 302 — 1.0 KiB — 188 ms — h2https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604140101/pubads_impl.js?cb=31097850securepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604140101/pubads_impl.js?cb=31097850 — 200 — 187.7 KiB — 117 ms — h3https://hbr.org/api/shopping-cart/api/shopping-cart https://hbr.org/api/shopping-cart — 200 — 1.5 KiB — 347 ms — h2https://smetrics.hbr.org/id?d_visid_ver=5.5.0&d_fieldgroup=MC&mcorgid=7801965A577503E87F000101%40AdobeOrg&ts=1776362916777smetrics.hbr.org/id?d_visid_ver=5.5... https://smetrics.hbr.org/id?d_visid_ver=5.5.0&d_fieldgroup=MC&mcorgid=7801965A577503E87F000101%40AdobeOrg&ts=1776362916777 — 200 — 612 B — 70 ms — h2https://platform.hbr.org/hbr/api/catalog/search/tokenplatform.hbr.org/hbr/api/catalog/se... https://platform.hbr.org/hbr/api/catalog/search/token — 200 — 1.2 KiB — 309 ms — h2https://experience.piano.io/xbuilder/experience/load?aid=mbs77qtzUzexperience.piano.io/xbuilder/experi... https://experience.piano.io/xbuilder/experience/load?aid=mbs77qtzUz — 200 — 2.0 KiB — 57 ms — h3https://www.recaptcha.net/recaptcha/enterprise.js?render=6Lfv1FopAAAAAITPqgF11MN8bP8WUniZFgiSFqAiwww.recaptcha.net/recaptcha/enterpr... https://www.recaptcha.net/recaptcha/enterprise.js?render=6Lfv1FopAAAAAITPqgF11MN8bP8WUniZFgiSFqAi — 200 — 1.7 KiB — 182 ms — h2https://platform.hbr.org/hbr/api/user/v2/profileplatform.hbr.org/hbr/api/user/v2/pr... https://platform.hbr.org/hbr/api/user/v2/profile — 200 — 1.3 KiB — 308 ms — h2https://hbr.org/_next/static/media/arrows_desktop.7fc205fb.png/_next/static/media/arrows_desktop.... https://hbr.org/_next/static/media/arrows_desktop.7fc205fb.png — 200 — 11.0 KiB — 20 ms — h2https://ak.sail-horizon.com/spm/spm.v1.min.jsak.sail-horizon.com/spm/spm.v1.min.... https://ak.sail-horizon.com/spm/spm.v1.min.js — 200 — 48.1 KiB — 75 ms — h2https://8604778.fls.doubleclick.net/activityi;dc_pre=CI_ZmMX78pMDFRswugAd6V4yeA;src=8604778;type=wcaun0;cat=hbr_a0;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=9018749706344.0578604778.fls.doubleclick.net/activit... https://8604778.fls.doubleclick.net/activityi;dc_pre=CI_ZmMX78pMDFRswugAd6V4yeA;src=8604778;type=wcaun0;cat=hbr_a0;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=9018749706344.057 — -1 — 0 B — 173 ms — https://dpm.demdex.net/id?d_visid_ver=5.5.0&d_fieldgroup=AAM&d_rtbd=json&d_ver=2&d_orgid=7801965A577503E87F000101%40AdobeOrg&d_nsid=0&d_mid=01199669351361581311032824446126297632&ts=1776362916876dpm.demdex.net/id?d_visid_ver=5.5.0... https://dpm.demdex.net/id?d_visid_ver=5.5.0&d_fieldgroup=AAM&d_rtbd=json&d_ver=2&d_orgid=7801965A577503E87F000101%40AdobeOrg&d_nsid=0&d_mid=01199669351361581311032824446126297632&ts=1776362916876 — 200 — 898 B — 42 ms — h2https://harvardbusinessrevie.tt.omtrdc.net/rest/v1/delivery?client=harvardbusinessrevie&sessionId=cd42d3b585c543f0a45bf3ad4b594648&version=2.11.7harvardbusinessrevie.tt.omtrdc.net/... https://harvardbusinessrevie.tt.omtrdc.net/rest/v1/delivery?client=harvardbusinessrevie&sessionId=cd42d3b585c543f0a45bf3ad4b594648&version=2.11.7 — 200 — 1.3 KiB — 98 ms — h2https://px4.ads.linkedin.com/collect?v=2&fmt=js&pid=6373529&time=1776362916716&url=https%3A%2F%2Fhbr.org%2F&e_ipv6=AQKC1FBRum15KwAAAZ2XewvxXVqhr3UJ2QcPrkf-b-TxxUsO-OM01MJBflnAR4zltHsZ_UyGjl1bpx4.ads.linkedin.com/collect?v=2&fm... https://px4.ads.linkedin.com/collect?v=2&fmt=js&pid=6373529&time=1776362916716&url=https%3A%2F%2Fhbr.org%2F&e_ipv6=AQKC1FBRum15KwAAAZ2XewvxXVqhr3UJ2QcPrkf-b-TxxUsO-OM01MJBflnAR4zltHsZ_UyGjl1b — 200 — 718 B — 296 ms — h2https://siteintercept.qualtrics.com/dxjsmodule/37.7ea1ffe71ad8c0799cc1.chunk.js?Q_CLIENTVERSION=2.46.0&Q_CLIENTTYPE=web&Q_BRANDID=hbr.orgsiteintercept.qualtrics.com/dxjsmod... https://siteintercept.qualtrics.com/dxjsmodule/37.7ea1ffe71ad8c0799cc1.chunk.js?Q_CLIENTVERSION=2.46.0&Q_CLIENTTYPE=web&Q_BRANDID=hbr.org — 200 — 18.6 KiB — 27 ms — h2https://siteintercept.qualtrics.com/dxjsmodule/12.1a2b7192fd54e87d3971.chunk.js?Q_CLIENTVERSION=2.46.0&Q_CLIENTTYPE=web&Q_BRANDID=hbr.orgsiteintercept.qualtrics.com/dxjsmod... https://siteintercept.qualtrics.com/dxjsmodule/12.1a2b7192fd54e87d3971.chunk.js?Q_CLIENTVERSION=2.46.0&Q_CLIENTTYPE=web&Q_BRANDID=hbr.org — 200 — 35.8 KiB — 31 ms — h2https://bat.bing.com/p/action/5795582.jsbat.bing.com/p/action/5795582.js https://bat.bing.com/p/action/5795582.js — 200 — 1.8 KiB — 36 ms — h2https://cdn.tinypass.com/api/tinypass.min.jscdn.tinypass.com/api/tinypass.min.j... https://cdn.tinypass.com/api/tinypass.min.js — 200 — 132.3 KiB — 140 ms — h3https://pixel.adsafeprotected.com/services/pub?anId=931756&slot=%7Bid:library-header-ad,ss:%5B970.90,728.90,1940.180,300.50,320.50,600.100,300.250,600.500%5D,p:/34363400/HBR_970x90,t:display%7D&slot=%7Bid:library-interstitial-mobile-ad,ss:%5B300.250%5D,p:/34363400/HBR_300x250_WelcomeAd,t:display%7D&slot=%7Bid:library-interstitial-desktop-ad,ss:%5B640.480%5D,p:/34363400/HBR_640x480_WelcomeAd,t:display%7D&slot=%7Bid:library-partnercenter-ad-first,ss:%5B230.230,460.460%5D,p:/34363400/HBR_460x460,t:display%7D&slot=%7Bid:library-partnercenter-ad-second,ss:%5B230.230,460.460%5D,p:/34363400/HBR_460x460,t:display%7D&slot=%7Bid:library-partnercenter-ad-third,ss:%5B230.230,460.460%5D,p:/34363400/HBR_460x460,t:display%7D&slot=%7Bid:library-partnercenter-ad-fourth,ss:%5B230.230,460.460%5D,p:/34363400/HBR_460x460,t:display%7D&slot=%7Bid:R4t6,ss:%5B300.250,600.500,970.250,728.90,1940.500%5D,p:/34363400/HBR_970x250,t:display%7D&wr=1350.940&sr=800.600&sessionId=f5ad30e5-8c3a-4d77-2423-18615f7f414d&url=https%253A%252F%252Fhbr.org%252Fpixel.adsafeprotected.com/services/... https://pixel.adsafeprotected.com/services/pub?anId=931756&slot=%7Bid:library-header-ad,ss:%5B970.90,728.90,1940.180,300.50,320.50,600.100,300.250,600.500%5D,p:/34363400/HBR_970x90,t:display%7D&slot=%7Bid:library-interstitial-mobile-ad,ss:%5B300.250%5D,p:/34363400/HBR_300x250_WelcomeAd,t:display%7D&slot=%7Bid:library-interstitial-desktop-ad,ss:%5B640.480%5D,p:/34363400/HBR_640x480_WelcomeAd,t:display%7D&slot=%7Bid:library-partnercenter-ad-first,ss:%5B230.230,460.460%5D,p:/34363400/HBR_460x460,t:display%7D&slot=%7Bid:library-partnercenter-ad-second,ss:%5B230.230,460.460%5D,p:/34363400/HBR_460x460,t:display%7D&slot=%7Bid:library-partnercenter-ad-third,ss:%5B230.230,460.460%5D,p:/34363400/HBR_460x460,t:display%7D&slot=%7Bid:library-partnercenter-ad-fourth,ss:%5B230.230,460.460%5D,p:/34363400/HBR_460x460,t:display%7D&slot=%7Bid:R4t6,ss:%5B300.250,600.500,970.250,728.90,1940.500%5D,p:/34363400/HBR_970x250,t:display%7D&wr=1350.940&sr=800.600&sessionId=f5ad30e5-8c3a-4d77-2423-18615f7f414d&url=https%253A%252F%252Fhbr.org%252F — 200 — 993 B — 141 ms — h2https://fundingchoicesmessages.google.com/i/34363400?ers=3fundingchoicesmessages.google.com/i... https://fundingchoicesmessages.google.com/i/34363400?ers=3 — 200 — 70.1 KiB — 223 ms — h2https://cm.everesttech.net/cm/dd?d_uuid=00748193152475405571078241384085666526cm.everesttech.net/cm/dd?d_uuid=007... https://cm.everesttech.net/cm/dd?d_uuid=00748193152475405571078241384085666526 — 302 — 517 B — 161 ms — http/1.1https://hbr.demdex.net/dest5.html?d_nsid=0hbr.demdex.net/dest5.html?d_nsid=0 https://hbr.demdex.net/dest5.html?d_nsid=0 — 200 — 3.2 KiB — 135 ms — h2https://region1.analytics.google.com/g/collect?v=2&tid=G-J405XEHEZE&gtm=45je64f0v895705781za200zd895705781&_p=1776362917068&_gaz=1&gcd=13l3lPl2l1l1&npa=1&dma_cps=a&dma=1&_eu=EAAAAGA&are=1&cid=1859634520.1776362917&frm=0&ir=1&pscdl=noapi&rcb=11&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.55%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115938466~115938469~117266400~117384405~118463262&dt=Harvard%20Business%20Review%20-%20Ideas%20and%20Advice%20for%20Leaders&dp=https%3A%2F%2Fhbr.org%2F&dl=https%3A%2F%2Fhbr.org%2F&sid=1776362917&sct=1&seg=0&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&ep.page_name=Harvard%20Business%20Review%20-%20Ideas%20and%20Advice%20for%20Leaders&ep.page_type=Homepage&ep.article_author=&ep.all_article_authors=&ep.article_content_type=&ep.article_editor_tags=&ep.article_primary_editor=Unidentified&ep.article_published_date=&ep.article_quota=2&ep.article_title=&ep.launchRuleName=HBR%20-%20Content%20MFE%3A%20GA4%20%7C%20PLR%20Bottom%20%7C%20001%20%7C%20Global%20Variables%20%7C%20Page%20View&up.user_state=Guest&tfd=1326region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-J405XEHEZE&gtm=45je64f0v895705781za200zd895705781&_p=1776362917068&_gaz=1&gcd=13l3lPl2l1l1&npa=1&dma_cps=a&dma=1&_eu=EAAAAGA&are=1&cid=1859634520.1776362917&frm=0&ir=1&pscdl=noapi&rcb=11&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.55%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115938466~115938469~117266400~117384405~118463262&dt=Harvard%20Business%20Review%20-%20Ideas%20and%20Advice%20for%20Leaders&dp=https%3A%2F%2Fhbr.org%2F&dl=https%3A%2F%2Fhbr.org%2F&sid=1776362917&sct=1&seg=0&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&ep.page_name=Harvard%20Business%20Review%20-%20Ideas%20and%20Advice%20for%20Leaders&ep.page_type=Homepage&ep.article_author=&ep.all_article_authors=&ep.article_content_type=&ep.article_editor_tags=&ep.article_primary_editor=Unidentified&ep.article_published_date=&ep.article_quota=2&ep.article_title=&ep.launchRuleName=HBR%20-%20Content%20MFE%3A%20GA4%20%7C%20PLR%20Bottom%20%7C%20001%20%7C%20Global%20Variables%20%7C%20Page%20View&up.user_state=Guest&tfd=1326 — 204 — 552 B — 65 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-J405XEHEZE&cid=1859634520.1776362917&gtm=45je64f0v895705781za200zd895705781&rcb=11&aip=1&dma=1&dma_cps=a&gcd=13l3lPl2l1l1&npa=1&frm=0&tag_exp=0~115938466~115938469~117266400~117384405~118463262stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-J405XEHEZE&cid=1859634520.1776362917&gtm=45je64f0v895705781za200zd895705781&rcb=11&aip=1&dma=1&dma_cps=a&gcd=13l3lPl2l1l1&npa=1&frm=0&tag_exp=0~115938466~115938469~117266400~117384405~118463262 — 204 — 552 B — 130 ms — h2https://b-code.liadm.com/a-057o.min.jsb-code.liadm.com/a-057o.min.js https://b-code.liadm.com/a-057o.min.js — 200 — 46.0 KiB — 80 ms — h2https://api.sail-personalize.com/v1/personalize/simple?pageviews=1&isMobile=0api.sail-personalize.com/v1/persona... https://api.sail-personalize.com/v1/personalize/simple?pageviews=1&isMobile=0 — 200 — 0 B — 319 ms — h2https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-J405XEHEZE&cid=1859634520.1776362917&gtm=45je64f0v895705781za200zd895705781&rcb=11&aip=1&dma=1&dma_cps=a&gcd=13l3lPl2l1l1&npa=1&frm=0&tag_exp=0~115938466~115938469~117266400~117384405~118463262&z=784033624www.google.es/ads/ga-audiences?v=1&... https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-J405XEHEZE&cid=1859634520.1776362917&gtm=45je64f0v895705781za200zd895705781&rcb=11&aip=1&dma=1&dma_cps=a&gcd=13l3lPl2l1l1&npa=1&frm=0&tag_exp=0~115938466~115938469~117266400~117384405~118463262&z=784033624 — 200 — 408 B — 152 ms — h2https://platform.hbr.org/hbr/api/catalog/search/tokenplatform.hbr.org/hbr/api/catalog/se... https://platform.hbr.org/hbr/api/catalog/search/token — 200 — 1.2 KiB — 106 ms — h2https://smetrics.hbr.org/b/ss/hbrmain/1/JS-2.27.0-LGPQ/s87490486672250?AQB=1&ndh=1&pf=1&t=16%2F3%2F2026%2018%3A8%3A37%204%200&sdid=5966360805DEC01D-2C7BB4A1E3F7D90B&mid=01199669351361581311032824446126297632&aamlh=6&ce=UTF-8&cdp=2&fpCookieDomainPeriods=2&pageName=Homepage%3A%20Harvard%20Business%20Review%20-%20Ideas%20and%20Advice%20for%20Leaders&g=https%3A%2F%2Fhbr.org%2F&c.&getPercentPageViewed=5.0.2&handlePPVevents=n%2Fa&p_fo=3.0&cleanStr=2.0&inList=3.0&getTimeSinceLastVisit=2.0.1&formatTime=2.0&getNewRepeat=3.0.1&pt=3.0&getPreviousValue=3.0.1&apl=4.0&rfl=2.1&.c&cc=USD&ch=HBR.org%20Content&server=https%3A%2F%2Fhbr.org&aamb=j8Odv6LonN4r3an7LhD3WZrU1bUpAkFkkiY1ncBR96t2PTI&c1=Homepage&c2=https%3A%2F%2Fhbr.org%2F&c6=Content%20Interaction&c7=Page%20View&c13=02%3A08%20PM&c14=Guest&c15=New%20Visitor&c24=Guest&v31=Guest&c32=2&v32=New&c33=2&v39=Homepage%3A%20Harvard%20Business%20Review%20-%20Ideas%20and%20Advice%20for%20Leaders&c40=D%3Dv1&v45=https%3A%2F%2Fhbr.org%2F&c47=https%3A%2F%2Fhbr.org%2F&c48=https%3A%2F%2Fhbr.org&c50=en_US&v66=04-16-2026&c74=Launch%20Loaded%20Synchronously&v112=Mozilla%2F5.0%20%28Macintosh%3B%20Intel%20Mac%20OS%20X%2010_15_7%29%20AppleWebKit%2F537.36%20%28KHTML%2C%20like%20Gecko%29%20Chrome%2F147.0.0.0%20Safari%2F537.36&v250=HBR%20-%20Content%20%28MFE%29%3A%20Analytics%20%7C%20PLR%20Bottom%20%7C%20040%20%7C%20Global%20Variables%20%7C%20Page%20View&s=800x600&c=24&j=1.6&v=N&k=Y&bw=1350&bh=940&mcorgid=7801965A577503E87F000101%40AdobeOrg&AQE=1smetrics.hbr.org/b/ss/hbrmain/1/JS-... https://smetrics.hbr.org/b/ss/hbrmain/1/JS-2.27.0-LGPQ/s87490486672250?AQB=1&ndh=1&pf=1&t=16%2F3%2F2026%2018%3A8%3A37%204%200&sdid=5966360805DEC01D-2C7BB4A1E3F7D90B&mid=01199669351361581311032824446126297632&aamlh=6&ce=UTF-8&cdp=2&fpCookieDomainPeriods=2&pageName=Homepage%3A%20Harvard%20Business%20Review%20-%20Ideas%20and%20Advice%20for%20Leaders&g=https%3A%2F%2Fhbr.org%2F&c.&getPercentPageViewed=5.0.2&handlePPVevents=n%2Fa&p_fo=3.0&cleanStr=2.0&inList=3.0&getTimeSinceLastVisit=2.0.1&formatTime=2.0&getNewRepeat=3.0.1&pt=3.0&getPreviousValue=3.0.1&apl=4.0&rfl=2.1&.c&cc=USD&ch=HBR.org%20Content&server=https%3A%2F%2Fhbr.org&aamb=j8Odv6LonN4r3an7LhD3WZrU1bUpAkFkkiY1ncBR96t2PTI&c1=Homepage&c2=https%3A%2F%2Fhbr.org%2F&c6=Content%20Interaction&c7=Page%20View&c13=02%3A08%20PM&c14=Guest&c15=New%20Visitor&c24=Guest&v31=Guest&c32=2&v32=New&c33=2&v39=Homepage%3A%20Harvard%20Business%20Review%20-%20Ideas%20and%20Advice%20for%20Leaders&c40=D%3Dv1&v45=https%3A%2F%2Fhbr.org%2F&c47=https%3A%2F%2Fhbr.org%2F&c48=https%3A%2F%2Fhbr.org&c50=en_US&v66=04-16-2026&c74=Launch%20Loaded%20Synchronously&v112=Mozilla%2F5.0%20%28Macintosh%3B%20Intel%20Mac%20OS%20X%2010_15_7%29%20AppleWebKit%2F537.36%20%28KHTML%2C%20like%20Gecko%29%20Chrome%2F147.0.0.0%20Safari%2F537.36&v250=HBR%20-%20Content%20%28MFE%29%3A%20Analytics%20%7C%20PLR%20Bottom%20%7C%20040%20%7C%20Global%20Variables%20%7C%20Page%20View&s=800x600&c=24&j=1.6&v=N&k=Y&bw=1350&bh=940&mcorgid=7801965A577503E87F000101%40AdobeOrg&AQE=1 — 200 — 324 B — 31 ms — h2https://dpm.demdex.net/ibs:dpid=411&dpuuid=aeElpQAAAK0GfQN-dpm.demdex.net/ibs:dpid=411&dpuuid=... https://dpm.demdex.net/ibs:dpid=411&dpuuid=aeElpQAAAK0GfQN- — 302 — 531 B — 46 ms — h2https://siteintercept.qualtrics.com/WRSiteInterceptEngine/Targeting.php?Q_ZoneID=ZN_4PzX5r5aUU7W4rX&Q_CLIENTVERSION=2.46.0&Q_CLIENTTYPE=webAdobeLaunchsiteintercept.qualtrics.com/WRSiteI... https://siteintercept.qualtrics.com/WRSiteInterceptEngine/Targeting.php?Q_ZoneID=ZN_4PzX5r5aUU7W4rX&Q_CLIENTVERSION=2.46.0&Q_CLIENTTYPE=webAdobeLaunch — 200 — 6.0 KiB — 137 ms — h2https://px.ads.linkedin.com/wa/?medium=fetch&fmt=gpx.ads.linkedin.com/wa/?medium=fetc... https://px.ads.linkedin.com/wa/?medium=fetch&fmt=g — 204 — 614 B — 199 ms — h2https://www.clarity.ms/tag/uet/5795582www.clarity.ms/tag/uet/5795582 https://www.clarity.ms/tag/uet/5795582 — 200 — 1.1 KiB — 116 ms — http/1.1https://bat.bing.net/actionp/0?ti=5795582&tm=al001&Ver=2&mid=8ec2ad63-4858-422b-a9d7-fa15fbab73b1&bo=1&evt=consent&src=enforced&cdb=AQAY&asc=Dbat.bing.net/actionp/0?ti=5795582&t... https://bat.bing.net/actionp/0?ti=5795582&tm=al001&Ver=2&mid=8ec2ad63-4858-422b-a9d7-fa15fbab73b1&bo=1&evt=consent&src=enforced&cdb=AQAY&asc=D — 204 — 345 B — 152 ms — h2https://bat.bing.net/action/0?ti=5795582&tm=al001&Ver=2&mid=8ec2ad63-4858-422b-a9d7-fa15fbab73b1&bo=2&pi=918639831&lg=en-US&sw=800&sh=600&sc=24&tl=Harvard%20Business%20Review%20-%20Ideas%20and%20Advice%20for%20Leaders&p=https%3A%2F%2Fhbr.org%2F&r=&lt=938&pt=1776362915763,,,,,1,2,2,2,36,16,36,476,563,482,653,914,938,,,&pn=0,0&evt=pageLoad&sv=2&asc=D&cdb=AQAY&rn=363459bat.bing.net/action/0?ti=5795582&tm... https://bat.bing.net/action/0?ti=5795582&tm=al001&Ver=2&mid=8ec2ad63-4858-422b-a9d7-fa15fbab73b1&bo=2&pi=918639831&lg=en-US&sw=800&sh=600&sc=24&tl=Harvard%20Business%20Review%20-%20Ideas%20and%20Advice%20for%20Leaders&p=https%3A%2F%2Fhbr.org%2F&r=&lt=938&pt=1776362915763,,,,,1,2,2,2,36,16,36,476,563,482,653,914,938,,,&pn=0,0&evt=pageLoad&sv=2&asc=D&cdb=AQAY&rn=363459 — 204 — 121 B — 149 ms — h2https://dpm.demdex.net/demconf.jpg?et:ibs%7cdata:dpid=411&dpuuid=aeElpQAAAK0GfQN-dpm.demdex.net/demconf.jpg?et:ibs%7... https://dpm.demdex.net/demconf.jpg?et:ibs%7cdata:dpid=411&dpuuid=aeElpQAAAK0GfQN- — 200 — 470 B — 42 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 — 362.4 KiB — 274 ms — h2https://c2.piano.io/xbuilder/experience/execute?aid=mbs77qtzUzc2.piano.io/xbuilder/experience/exe... https://c2.piano.io/xbuilder/experience/execute?aid=mbs77qtzUz — 200 — 4.9 KiB — 132 ms — h3https://analytics.tiktok.com/i18n/pixel/events.js?sdkid=C2DV602QV140ORDILH20&lib=ttqanalytics.tiktok.com/i18n/pixel/eve... https://analytics.tiktok.com/i18n/pixel/events.js?sdkid=C2DV602QV140ORDILH20&lib=ttq — 200 — 4.5 KiB — 184 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-1062985444www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-1062985444 — 200 — 137.5 KiB — 117 ms — h2https://fundingchoicesmessages.google.com/el/AGSKWxVTgvmCWLkDwKBbPIerUsahVyU8mXkX-aFQg_iuhycsKxAmeghoUeje0KkCe_Y5nT-2rCtPQ9XWC737h5waRJgD2_v1E-s9KP4rLyZ0eV2b2d5GF7eeJUDfst-TP9Uf8oQ6tC-DRA==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxVTgvmCWLkDwKBbPIerUsahVyU8mXkX-aFQg_iuhycsKxAmeghoUeje0KkCe_Y5nT-2rCtPQ9XWC737h5waRJgD2_v1E-s9KP4rLyZ0eV2b2d5GF7eeJUDfst-TP9Uf8oQ6tC-DRA== — 204 — 28 B — 128 ms — h3https://fundingchoicesmessages.google.com/el/AGSKWxVTgvmCWLkDwKBbPIerUsahVyU8mXkX-aFQg_iuhycsKxAmeghoUeje0KkCe_Y5nT-2rCtPQ9XWC737h5waRJgD2_v1E-s9KP4rLyZ0eV2b2d5GF7eeJUDfst-TP9Uf8oQ6tC-DRA==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxVTgvmCWLkDwKBbPIerUsahVyU8mXkX-aFQg_iuhycsKxAmeghoUeje0KkCe_Y5nT-2rCtPQ9XWC737h5waRJgD2_v1E-s9KP4rLyZ0eV2b2d5GF7eeJUDfst-TP9Uf8oQ6tC-DRA== — 204 — 28 B — 122 ms — h3https://fundingchoicesmessages.google.com/el/AGSKWxVTgvmCWLkDwKBbPIerUsahVyU8mXkX-aFQg_iuhycsKxAmeghoUeje0KkCe_Y5nT-2rCtPQ9XWC737h5waRJgD2_v1E-s9KP4rLyZ0eV2b2d5GF7eeJUDfst-TP9Uf8oQ6tC-DRA==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxVTgvmCWLkDwKBbPIerUsahVyU8mXkX-aFQg_iuhycsKxAmeghoUeje0KkCe_Y5nT-2rCtPQ9XWC737h5waRJgD2_v1E-s9KP4rLyZ0eV2b2d5GF7eeJUDfst-TP9Uf8oQ6tC-DRA== — 204 — 28 B — 114 ms — h3https://fundingchoicesmessages.google.com/f/AGSKWxVyFo8SxA0uPzvICSMCQGZgxjLhPlIWGBWjqoAnovyXGmC_jvpeFhY2EZFoy6snggSXJAwahqqFQEIYcrYp04L5G80CE3zCZkfNnGNm83eO8hNLBH0WF4CAHVYixYB5q85YBDxEgA==?fccs=W251bGwsbnVsbCxudWxsLG51bGwsbnVsbCxudWxsLFsxNzc2MzYyOTE3LDM4MjAwMDAwMF0sbnVsbCxudWxsLG51bGwsW251bGwsWzddXSwiaHR0cHM6Ly9oYnIub3JnLyIsbnVsbCxbWzgsIldRU2pLdGtFWWlNIl0sWzksImVuLVVTIl0sWzE4LCJbW1tudWxsLDEyMzddXV0iXSxbMzUsIjE3NzYzNjI5MTciXSxbMTksIjEiXSxbMTcsIlswXSJdLFsyNCwiIl0sWzI1LCJbWzk1MzQwMjUzLDk1MzQwMjU1XV0iXSxbMjksImZhbHNlIl1dXQfundingchoicesmessages.google.com/f... https://fundingchoicesmessages.google.com/f/AGSKWxVyFo8SxA0uPzvICSMCQGZgxjLhPlIWGBWjqoAnovyXGmC_jvpeFhY2EZFoy6snggSXJAwahqqFQEIYcrYp04L5G80CE3zCZkfNnGNm83eO8hNLBH0WF4CAHVYixYB5q85YBDxEgA==?fccs=W251bGwsbnVsbCxudWxsLG51bGwsbnVsbCxudWxsLFsxNzc2MzYyOTE3LDM4MjAwMDAwMF0sbnVsbCxudWxsLG51bGwsW251bGwsWzddXSwiaHR0cHM6Ly9oYnIub3JnLyIsbnVsbCxbWzgsIldRU2pLdGtFWWlNIl0sWzksImVuLVVTIl0sWzE4LCJbW1tudWxsLDEyMzddXV0iXSxbMzUsIjE3NzYzNjI5MTciXSxbMTksIjEiXSxbMTcsIlswXSJdLFsyNCwiIl0sWzI1LCJbWzk1MzQwMjUzLDk1MzQwMjU1XV0iXSxbMjksImZhbHNlIl1dXQ — 200 — 66.2 KiB — 127 ms — h2https://siteintercept.qualtrics.com/dxjsmodule/CoreModule.js?Q_CLIENTVERSION=2.46.0&Q_CLIENTTYPE=webAdobeLaunch&Q_BRANDID=hbpsiteintercept.qualtrics.com/dxjsmod... https://siteintercept.qualtrics.com/dxjsmodule/CoreModule.js?Q_CLIENTVERSION=2.46.0&Q_CLIENTTYPE=webAdobeLaunch&Q_BRANDID=hbp — 200 — 30.9 KiB — 29 ms — h2https://scripts.clarity.ms/0.8.59/clarity.jsscripts.clarity.ms/0.8.59/clarity.j... https://scripts.clarity.ms/0.8.59/clarity.js — 200 — 26.2 KiB — 937 ms — h2https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604160101/gptsecurepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604160101/gpt — 200 — 22.8 KiB — 88 ms — h3https://api.sail-personalize.com/v1/personalize/simple?pageviews=1&isMobile=0api.sail-personalize.com/v1/persona... https://api.sail-personalize.com/v1/personalize/simple?pageviews=1&isMobile=0 — 200 — 475 B — 111 ms — h2https://siteintercept.qualtrics.com/dxjsmodule/7.f7df015b06d8a90ce822.chunk.js?Q_CLIENTVERSION=2.46.0&Q_CLIENTTYPE=web&Q_BRANDID=hbpsiteintercept.qualtrics.com/dxjsmod... https://siteintercept.qualtrics.com/dxjsmodule/7.f7df015b06d8a90ce822.chunk.js?Q_CLIENTVERSION=2.46.0&Q_CLIENTTYPE=web&Q_BRANDID=hbp — 200 — 1.4 KiB — 25 ms — h2https://siteintercept.qualtrics.com/dxjsmodule/1.bc67e778235741631577.chunk.js?Q_CLIENTVERSION=2.46.0&Q_CLIENTTYPE=web&Q_BRANDID=hbpsiteintercept.qualtrics.com/dxjsmod... https://siteintercept.qualtrics.com/dxjsmodule/1.bc67e778235741631577.chunk.js?Q_CLIENTVERSION=2.46.0&Q_CLIENTTYPE=web&Q_BRANDID=hbp — 200 — 7.1 KiB — 26 ms — h2https://rp.liadm.com/j?dtstmp=1776362917468&aid=a-057o&se=e30&duid=fa99a107bf9d--01kpbqp3edz7c3hxv1axywymh1&tv=v3.14.0&pu=https%3A%2F%2Fhbr.org%2F&ext_s_ecid=MCMID%7C01199669351361581311032824446126297632&wpn=lc-bundle&wpv=v3.14.0&cd=.hbr.org&pv=be545562-c1a6-4f08-8312-127b4273a948rp.liadm.com/j?dtstmp=1776362917468... https://rp.liadm.com/j?dtstmp=1776362917468&aid=a-057o&se=e30&duid=fa99a107bf9d--01kpbqp3edz7c3hxv1axywymh1&tv=v3.14.0&pu=https%3A%2F%2Fhbr.org%2F&ext_s_ecid=MCMID%7C01199669351361581311032824446126297632&wpn=lc-bundle&wpv=v3.14.0&cd=.hbr.org&pv=be545562-c1a6-4f08-8312-127b4273a948 — 302 — 515 B — 308 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-366722478www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-366722478 — 200 — 144.4 KiB — 150 ms — h3https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwOA.jsanalytics.tiktok.com/i18n/pixel/sta... https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwOA.js — 200 — 117.5 KiB — 17 ms — h2https://fonts.googleapis.com/css?family=Archivo:400,500|Arimo:400,500|Bitter:400,500|EB+Garamond:400,500|Lato|Libre+Baskervill|Libre+Franklin:400,500|Lora:400,500|Google+Sans:regular,medium:400,500|Material+Icons|Google+Symbols|Merriweather|Montserrat:400,500|Mukta:400,500|Muli:400,500|Nunito:400,500|Open+Sans:400,500,600|Open+Sans+Condensed:400,600|Oswald:500|Playfair+Display:400,500|Poppins:400,500|Raleway:400,500|Roboto:400,500|Roboto+Condensed:400,500|Roboto+Slab:400,500|Slabo+27px|Source+Sans+Pro|Ubuntu:400,500|Volkhov&display=swapfonts.googleapis.com/css?family=Arc... https://fonts.googleapis.com/css?family=Archivo:400,500|Arimo:400,500|Bitter:400,500|EB+Garamond:400,500|Lato|Libre+Baskervill|Libre+Franklin:400,500|Lora:400,500|Google+Sans:regular,medium:400,500|Material+Icons|Google+Symbols|Merriweather|Montserrat:400,500|Mukta:400,500|Muli:400,500|Nunito:400,500|Open+Sans:400,500,600|Open+Sans+Condensed:400,600|Oswald:500|Playfair+Display:400,500|Poppins:400,500|Raleway:400,500|Roboto:400,500|Roboto+Condensed:400,500|Roboto+Slab:400,500|Slabo+27px|Source+Sans+Pro|Ubuntu:400,500|Volkhov&display=swap — 200 — 6.6 KiB — 255 ms — h2https://fundingchoicesmessages.google.com/el/AGSKWxVTgvmCWLkDwKBbPIerUsahVyU8mXkX-aFQg_iuhycsKxAmeghoUeje0KkCe_Y5nT-2rCtPQ9XWC737h5waRJgD2_v1E-s9KP4rLyZ0eV2b2d5GF7eeJUDfst-TP9Uf8oQ6tC-DRA==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxVTgvmCWLkDwKBbPIerUsahVyU8mXkX-aFQg_iuhycsKxAmeghoUeje0KkCe_Y5nT-2rCtPQ9XWC737h5waRJgD2_v1E-s9KP4rLyZ0eV2b2d5GF7eeJUDfst-TP9Uf8oQ6tC-DRA== — 204 — 28 B — 63 ms — h3https://fundingchoicesmessages.google.com/el/AGSKWxVTgvmCWLkDwKBbPIerUsahVyU8mXkX-aFQg_iuhycsKxAmeghoUeje0KkCe_Y5nT-2rCtPQ9XWC737h5waRJgD2_v1E-s9KP4rLyZ0eV2b2d5GF7eeJUDfst-TP9Uf8oQ6tC-DRA==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxVTgvmCWLkDwKBbPIerUsahVyU8mXkX-aFQg_iuhycsKxAmeghoUeje0KkCe_Y5nT-2rCtPQ9XWC737h5waRJgD2_v1E-s9KP4rLyZ0eV2b2d5GF7eeJUDfst-TP9Uf8oQ6tC-DRA== — 204 — 28 B — 58 ms — h3https://fundingchoicesmessages.google.com/el/AGSKWxVTgvmCWLkDwKBbPIerUsahVyU8mXkX-aFQg_iuhycsKxAmeghoUeje0KkCe_Y5nT-2rCtPQ9XWC737h5waRJgD2_v1E-s9KP4rLyZ0eV2b2d5GF7eeJUDfst-TP9Uf8oQ6tC-DRA==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxVTgvmCWLkDwKBbPIerUsahVyU8mXkX-aFQg_iuhycsKxAmeghoUeje0KkCe_Y5nT-2rCtPQ9XWC737h5waRJgD2_v1E-s9KP4rLyZ0eV2b2d5GF7eeJUDfst-TP9Uf8oQ6tC-DRA== — 204 — 28 B — 56 ms — h3https://www.google.com/ccm/collect?rcb=6&frm=0&en=page_view&dl=https%3A%2F%2Fhbr.org%2F&scrsrc=www.googletagmanager.com&rnd=1126643788.1776362918&dt=Harvard%20Business%20Review%20-%20Ideas%20and%20Advice%20for%20Leaders&auid=1164807836.1776362918&navt=n&npa=1&gtm=45be64f0v892618076za200zd892618076xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tcfd=10001&tag_exp=0~115616986~115938466~115938469~117266400&apve=1&apvf=f&apvc=1&tids=AW-1062985444&tid=AW-1062985444&tft=1776362917625&tfd=1862www.google.com/ccm/collect?rcb=6&fr... https://www.google.com/ccm/collect?rcb=6&frm=0&en=page_view&dl=https%3A%2F%2Fhbr.org%2F&scrsrc=www.googletagmanager.com&rnd=1126643788.1776362918&dt=Harvard%20Business%20Review%20-%20Ideas%20and%20Advice%20for%20Leaders&auid=1164807836.1776362918&navt=n&npa=1&gtm=45be64f0v892618076za200zd892618076xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tcfd=10001&tag_exp=0~115616986~115938466~115938469~117266400&apve=1&apvf=f&apvc=1&tids=AW-1062985444&tid=AW-1062985444&tft=1776362917625&tfd=1862 — 200 — 0 B — 60 ms — h3https://i.liadm.com/sync-container?duid=fa99a107bf9d--01kpbqp3edz7c3hxv1axywymh1&appId=a-057o&euns=0&s=&version=v3.14.0&cd=.hbr.org&pv=be545562-c1a6-4f08-8312-127b4273a948i.liadm.com/sync-container?duid=fa9... https://i.liadm.com/sync-container?duid=fa99a107bf9d--01kpbqp3edz7c3hxv1axywymh1&appId=a-057o&euns=0&s=&version=v3.14.0&cd=.hbr.org&pv=be545562-c1a6-4f08-8312-127b4273a948 — 200 — 1.6 KiB — 411 ms — http/1.1https://www.recaptcha.net/recaptcha/enterprise/anchor?ar=1&k=6Lfv1FopAAAAAITPqgF11MN8bP8WUniZFgiSFqAi&co=aHR0cHM6Ly9oYnIub3JnOjQ0Mw..&hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&size=invisible&anchor-ms=20000&execute-ms=30000&cb=8jyuwpxp9xoqwww.recaptcha.net/recaptcha/enterpr... https://www.recaptcha.net/recaptcha/enterprise/anchor?ar=1&k=6Lfv1FopAAAAAITPqgF11MN8bP8WUniZFgiSFqAi&co=aHR0cHM6Ly9oYnIub3JnOjQ0Mw..&hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&size=invisible&anchor-ms=20000&execute-ms=30000&cb=8jyuwpxp9xoq — 200 — 28.3 KiB — 226 ms — h2https://analytics.tiktok.com/i18n/pixel/static/identify_5cff1caf.jsanalytics.tiktok.com/i18n/pixel/sta... https://analytics.tiktok.com/i18n/pixel/static/identify_5cff1caf.js — 200 — 39.6 KiB — 6 ms — h2https://analytics-ipv6.tiktokw.us/ipv6/enrich_ipv6analytics-ipv6.tiktokw.us/ipv6/enri... https://analytics-ipv6.tiktokw.us/ipv6/enrich_ipv6 — 200 — 802 B — 173 ms — h2https://analytics.tiktok.com/api/v2/pixelanalytics.tiktok.com/api/v2/pixel https://analytics.tiktok.com/api/v2/pixel — 200 — 749 B — 125 ms — h2https://analytics.tiktok.com/api/v2/pixelanalytics.tiktok.com/api/v2/pixel https://analytics.tiktok.com/api/v2/pixel — 200 — 752 B — 430 ms — h2https://rp4.liadm.com/j?dtstmp=1776362917468&aid=a-057o&se=e30&duid=fa99a107bf9d--01kpbqp3edz7c3hxv1axywymh1&tv=v3.14.0&pu=https%3A%2F%2Fhbr.org%2F&ext_s_ecid=MCMID%7C01199669351361581311032824446126297632&wpn=lc-bundle&wpv=v3.14.0&cd=.hbr.org&pv=be545562-c1a6-4f08-8312-127b4273a948&i6=MjAwMTo0MWQwOmFiMDA6OjQ6MDozODY%3D&n3pc=truerp4.liadm.com/j?dtstmp=177636291746... https://rp4.liadm.com/j?dtstmp=1776362917468&aid=a-057o&se=e30&duid=fa99a107bf9d--01kpbqp3edz7c3hxv1axywymh1&tv=v3.14.0&pu=https%3A%2F%2Fhbr.org%2F&ext_s_ecid=MCMID%7C01199669351361581311032824446126297632&wpn=lc-bundle&wpv=v3.14.0&cd=.hbr.org&pv=be545562-c1a6-4f08-8312-127b4273a948&i6=MjAwMTo0MWQwOmFiMDA6OjQ6MDozODY%3D&n3pc=true — 200 — 276 B — 309 ms — h2https://cdn.pdst.fm/ping.min.jscdn.pdst.fm/ping.min.js https://cdn.pdst.fm/ping.min.js — 200 — 10.3 KiB — 66 ms — h2https://tags.srv.stackadapt.com/events.jstags.srv.stackadapt.com/events.js https://tags.srv.stackadapt.com/events.js — 200 — 7.7 KiB — 309 ms — h2https://www.google.com/ccm/collect?rcb=4&frm=0&en=page_view&dl=https%3A%2F%2Fhbr.org%2F&scrsrc=www.googletagmanager.com&rnd=1126643788.1776362918&dt=Harvard%20Business%20Review%20-%20Ideas%20and%20Advice%20for%20Leaders&auid=1164807836.1776362918&navt=n&npa=1&gtm=45be64f1h2v9212359889za200zd9212359889xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tcfd=10001&tag_exp=0~115616986~115938466~115938468~117266401~117384406&apve=1&apvf=f&apvc=0&tids=AW-366722478&tid=AW-366722478&tft=1776362917857&tfd=2094www.google.com/ccm/collect?rcb=4&fr... https://www.google.com/ccm/collect?rcb=4&frm=0&en=page_view&dl=https%3A%2F%2Fhbr.org%2F&scrsrc=www.googletagmanager.com&rnd=1126643788.1776362918&dt=Harvard%20Business%20Review%20-%20Ideas%20and%20Advice%20for%20Leaders&auid=1164807836.1776362918&navt=n&npa=1&gtm=45be64f1h2v9212359889za200zd9212359889xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tcfd=10001&tag_exp=0~115616986~115938466~115938468~117266401~117384406&apve=1&apvf=f&apvc=0&tids=AW-366722478&tid=AW-366722478&tft=1776362917857&tfd=2094 — 200 — 0 B — 28 ms — h3https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2fonts.gstatic.com/s/opensans/v44/me... https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2 — 200 — 42.0 KiB — 58 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 — 173 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 — 268 ms — h2https://pixels.spotify.com/v1/config/f454c3f74781474a8504de1f863947e7pixels.spotify.com/v1/config/f454c3... https://pixels.spotify.com/v1/config/f454c3f74781474a8504de1f863947e7 — 200 — 303 B — 88 ms — h2https://pixels.spotify.com/v1/ingestpixels.spotify.com/v1/ingest https://pixels.spotify.com/v1/ingest — 200 — 0 B — 78 ms — h2https://pixels.spotify.com/v1/ingestpixels.spotify.com/v1/ingest https://pixels.spotify.com/v1/ingest — 200 — 125 B — 79 ms — h2https://ib.adnxs.com/getuid?https://i.liadm.com/s/81081?bidder_id=91218&bidder_uuid=$UID&gdpr=0ib.adnxs.com/getuid?https://i.liadm... https://ib.adnxs.com/getuid?https://i.liadm.com/s/81081?bidder_id=91218&bidder_uuid=$UID&gdpr=0 — -1 — 0 B — 141 ms — https://live.rezync.com/sync?c=0aa2530f29e4f4a05b5d5d9bb35d60c2&p=93c1662463a616a7155169889dd99651&pid=live.rezync.com/sync?c=0aa2530f29e4... https://live.rezync.com/sync?c=0aa2530f29e4f4a05b5d5d9bb35d60c2&p=93c1662463a616a7155169889dd99651&pid= — 302 — 784 B — 216 ms — h2https://match.adsrvr.org/track/cmf/generic?ttd_pid=liveintent&ttd_tpi=1&gdpr=0match.adsrvr.org/track/cmf/generic?... https://match.adsrvr.org/track/cmf/generic?ttd_pid=liveintent&ttd_tpi=1&gdpr=0 — 200 — 149 B — 136 ms — h2https://dis.criteo.com/dis/usersync.aspx?r=77&p=311&cp=liveintent&cu=1&url=https://i.liadm.com/s/28292?bidder_id%3D71340%26bidder_uuid%3D@@CRITEO_USERID@@dis.criteo.com/dis/usersync.aspx?r=... https://dis.criteo.com/dis/usersync.aspx?r=77&p=311&cp=liveintent&cu=1&url=https://i.liadm.com/s/28292?bidder_id%3D71340%26bidder_uuid%3D@@CRITEO_USERID@@ — 200 — 581 B — 115 ms — h2https://dpm.demdex.net/ibs:dpid=127444&dpuuid=dpm.demdex.net/ibs:dpid=127444&dpuu... https://dpm.demdex.net/ibs:dpid=127444&dpuuid= — 302 — 521 B — 61 ms — h2https://b1sync.zemanta.com/usersync/liveintent/?cb=//i.liadm.com/s/35004?bidder_id%3D98254%26bidder_uuid%3D__ZUID__b1sync.zemanta.com/usersync/liveint... https://b1sync.zemanta.com/usersync/liveintent/?cb=//i.liadm.com/s/35004?bidder_id%3D98254%26bidder_uuid%3D__ZUID__ — 302 — 431 B — 298 ms — http/1.1https://mid.rkdms.com/bct?pid=bcccb40a-06d2-44fe-bdd2-a91ef4a5bfd0&&puid=&liid=&_ct=immid.rkdms.com/bct?pid=bcccb40a-06d2... https://mid.rkdms.com/bct?pid=bcccb40a-06d2-44fe-bdd2-a91ef4a5bfd0&&puid=&liid=&_ct=im — 302 — 189 B — 331 ms — h2https://sli.hbr.org/baker?dtstmp=1776362917468sli.hbr.org/baker?dtstmp=1776362917... https://sli.hbr.org/baker?dtstmp=1776362917468 — 200 — 537 B — 60 ms — h2https://analytics.tiktok.com/api/v2/pixel/actanalytics.tiktok.com/api/v2/pixel/a... https://analytics.tiktok.com/api/v2/pixel/act — 200 — 750 B — 197 ms — h2https://dpm.demdex.net/demconf.jpg?et:ibs%7cdata:dpid=127444&dpuuid=dpm.demdex.net/demconf.jpg?et:ibs%7... https://dpm.demdex.net/demconf.jpg?et:ibs%7cdata:dpid=127444&dpuuid= — 200 — 470 B — 43 ms — h2https://tags.srv.stackadapt.com/sa.csstags.srv.stackadapt.com/sa.css https://tags.srv.stackadapt.com/sa.css — 200 — 165 B — 106 ms — h2https://tags.srv.stackadapt.com/sa.jpegtags.srv.stackadapt.com/sa.jpeg https://tags.srv.stackadapt.com/sa.jpeg — 200 — 1.6 KiB — 293 ms — h2https://tags.srv.stackadapt.com/sa.jpegtags.srv.stackadapt.com/sa.jpeg https://tags.srv.stackadapt.com/sa.jpeg — 200 — 0 B — 293 ms — h2https://p.rfihub.com/cm?pub=39342&in=1&userid=a49fb9eb-a437-44dd-811b-9f5c1830e8ad%3A1776362918.2039468&forward=https%3A//idsync.rlcdn.com/501709.gif%3Fpartner_uid%3Da49fb9eb-a437-44dd-811b-9f5c1830e8ad%253A1776362918.2039468%26_%3D1776362918.2054718&cb=1776362918.2054894p.rfihub.com/cm?pub=39342&in=1&user... https://p.rfihub.com/cm?pub=39342&in=1&userid=a49fb9eb-a437-44dd-811b-9f5c1830e8ad%3A1776362918.2039468&forward=https%3A//idsync.rlcdn.com/501709.gif%3Fpartner_uid%3Da49fb9eb-a437-44dd-811b-9f5c1830e8ad%253A1776362918.2039468%26_%3D1776362918.2054718&cb=1776362918.2054894 — 302 — 1.2 KiB — 92 ms — http/1.1https://www.recaptcha.net/recaptcha/enterprise/webworker.js?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4www.recaptcha.net/recaptcha/enterpr... https://www.recaptcha.net/recaptcha/enterprise/webworker.js?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4 — 200 — 141 B — 240 ms — h2https://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 — 36 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 — 112 ms — h3https://b1sync.outbrain.com/usersync/liveintent/?cb=//i.liadm.com/s/35004?bidder_id%3D98254%26bidder_uuid%3D__ZUID__b1sync.outbrain.com/usersync/livein... https://b1sync.outbrain.com/usersync/liveintent/?cb=//i.liadm.com/s/35004?bidder_id%3D98254%26bidder_uuid%3D__ZUID__ — 200 — 200 B — 348 ms — http/1.1https://live.rezync.com/pixel?c=bd8618c307ae9885a12561b7191e2cea&cid=5144588538897051661&referrer=https%3A%2F%2Fi.liadm.com%2F&forward=https%3A%2F%2Fidsync.rlcdn.com%2F501709.gif%3Fpartner_uid%3Da49fb9eb-a437-44dd-811b-9f5c1830e8ad%253A1776362918.2039468%26_%3D1776362918.2054718live.rezync.com/pixel?c=bd8618c307a... https://live.rezync.com/pixel?c=bd8618c307ae9885a12561b7191e2cea&cid=5144588538897051661&referrer=https%3A%2F%2Fi.liadm.com%2F&forward=https%3A%2F%2Fidsync.rlcdn.com%2F501709.gif%3Fpartner_uid%3Da49fb9eb-a437-44dd-811b-9f5c1830e8ad%253A1776362918.2039468%26_%3D1776362918.2054718 — 302 — 703 B — 158 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 — 0 B — 15 ms — h2https://mid.rkdms.com/restrictedmid.rkdms.com/restricted https://mid.rkdms.com/restricted — -1 — 0 B — 118 ms — https://pagead2.googlesyndication.com/pagead/ping?e=1pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/ping?e=1 — 204 — 20 B — 152 ms — h3https://k.clarity.ms/collectk.clarity.ms/collect https://k.clarity.ms/collect — 204 — 271 B — 333 ms — http/1.1https://tags.srv.stackadapt.com/saq_pxl?uid=D_TorA2PnPxFCN1bWvN5RQ&is_js=true&landing_url=https%3A%2F%2Fhbr.org%2F&t=Harvard%20Business%20Review%20-%20Ideas%20and%20Advice%20for%20Leaders&tip=AnYm1h0sx-PGDBcKzdnkJRYOEwLqJtbfM2aRTLCuGbQ&host=https%3A%2F%2Fhbr.org&sa_conv_data_css_value=%27%27&sa_conv_data_image_value=ffd8ffe000104a46494600010101006000600000ffdb004300080606070605080707070909080a0c140d0c0b0b0c1912130f141d1a1f1e1d1a1c1c20242e2720222c231c1c2837292c30313434341f27393d38323c2e333432ffdb0043010909090c0b0c180d0d1832211c213232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232ffc00011080001000103012200021101031101ffc4001f0000010501010101010100000000000000000102030405060708090a0bffc400b5100002010303020403050504040000017d01020300041105122131410613516107227114328191a1082342b1c11552d1f02433627282090a161718191a25262728292a3435363738393a434445464748494a535455565758595a636465666768696a737475767778797a838485868788898a92939495969798999aa2a3a4a5a6a7a8a9aab2b3b4b5b6b7b8b9bac2c3c4c5c6c7c8c9cad2d3d4d5d6d7d8d9dae1e2e3e4e5e6e7e8e9eaf1f2f3f4f5f6f7f8f9faffc4001f0100030101010101010101010000000000000102030405060708090a0bffc400b51100020102040403040705040400010277000102031104052131061241510761711322328108144291a1b1c109233352f0156272d10a162434e125f11718191a262728292a35363738393a434445464748494a535455565758595a636465666768696a737475767778797a82838485868788898a92939495969798999aa2a3a4a5a6a7a8a9aab2b3b4b5b6b7b8b9bac2c3c4c5c6c7c8c9cad2d3d4d5d6d7d8d9dae2e3e4e5e6e7e8e9eaf2f3f4f5f6f7f8f9faffda000c03010002110311003f00f7fa28a2803fffd9ffa02055a17a57b96c6392632f6b02b18de3bcdc&l_src=&l_src_d=&u_src=&u_src_d=&shop=false&sa-user-id-v4=s%253A.o6W7wkJsHSTU4%252BLlDruZ%252FwNjVcUZZMvakQpSatDoAgo&sa-user-id-v3=s%253AAQAKIPd_u9vYlHS_RakQViWJ-znM5UHNp0i9nOWRaE63IVvuEMABGAQgpsuEzwYwAToETLyAOUIElkd3Og.BkRyzrPOyR5ZyKo1Kl3ZPFIcPEiWxiuZBRWFAkfaoC8&sa-user-id-v2=s%253A_6AgVaF6V7lsY5JjL2sCsY3jvNw.qSENiW%252BIu7lVUUeGSZpz1QwMLpmO8l10Zu9odUsGrKM&sa-user-id=s%253A0-ffa02055-a17a-57b9-6c63-92632f6b02b1.bvYx8HrWarjlh1Otla1xZy54iWVfSL%252Fr1gNTbFZEAfMtags.srv.stackadapt.com/saq_pxl?uid... https://tags.srv.stackadapt.com/saq_pxl?uid=D_TorA2PnPxFCN1bWvN5RQ&is_js=true&landing_url=https%3A%2F%2Fhbr.org%2F&t=Harvard%20Business%20Review%20-%20Ideas%20and%20Advice%20for%20Leaders&tip=AnYm1h0sx-PGDBcKzdnkJRYOEwLqJtbfM2aRTLCuGbQ&host=https%3A%2F%2Fhbr.org&sa_conv_data_css_value=%27%27&sa_conv_data_image_value=ffd8ffe000104a46494600010101006000600000ffdb004300080606070605080707070909080a0c140d0c0b0b0c1912130f141d1a1f1e1d1a1c1c20242e2720222c231c1c2837292c30313434341f27393d38323c2e333432ffdb0043010909090c0b0c180d0d1832211c213232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232ffc00011080001000103012200021101031101ffc4001f0000010501010101010100000000000000000102030405060708090a0bffc400b5100002010303020403050504040000017d01020300041105122131410613516107227114328191a1082342b1c11552d1f02433627282090a161718191a25262728292a3435363738393a434445464748494a535455565758595a636465666768696a737475767778797a838485868788898a92939495969798999aa2a3a4a5a6a7a8a9aab2b3b4b5b6b7b8b9bac2c3c4c5c6c7c8c9cad2d3d4d5d6d7d8d9dae1e2e3e4e5e6e7e8e9eaf1f2f3f4f5f6f7f8f9faffc4001f0100030101010101010101010000000000000102030405060708090a0bffc400b51100020102040403040705040400010277000102031104052131061241510761711322328108144291a1b1c109233352f0156272d10a162434e125f11718191a262728292a35363738393a434445464748494a535455565758595a636465666768696a737475767778797a82838485868788898a92939495969798999aa2a3a4a5a6a7a8a9aab2b3b4b5b6b7b8b9bac2c3c4c5c6c7c8c9cad2d3d4d5d6d7d8d9dae2e3e4e5e6e7e8e9eaf2f3f4f5f6f7f8f9faffda000c03010002110311003f00f7fa28a2803fffd9ffa02055a17a57b96c6392632f6b02b18de3bcdc&l_src=&l_src_d=&u_src=&u_src_d=&shop=false&sa-user-id-v4=s%253A.o6W7wkJsHSTU4%252BLlDruZ%252FwNjVcUZZMvakQpSatDoAgo&sa-user-id-v3=s%253AAQAKIPd_u9vYlHS_RakQViWJ-znM5UHNp0i9nOWRaE63IVvuEMABGAQgpsuEzwYwAToETLyAOUIElkd3Og.BkRyzrPOyR5ZyKo1Kl3ZPFIcPEiWxiuZBRWFAkfaoC8&sa-user-id-v2=s%253A_6AgVaF6V7lsY5JjL2sCsY3jvNw.qSENiW%252BIu7lVUUeGSZpz1QwMLpmO8l10Zu9odUsGrKM&sa-user-id=s%253A0-ffa02055-a17a-57b9-6c63-92632f6b02b1.bvYx8HrWarjlh1Otla1xZy54iWVfSL%252Fr1gNTbFZEAfM — 200 — 329 B — 104 ms — h2https://tags.srv.stackadapt.com/saq_pxl?uid=YvNmZXfQ1nonpADoKNOzow&is_js=true&landing_url=https%3A%2F%2Fhbr.org%2F&t=Harvard%20Business%20Review%20-%20Ideas%20and%20Advice%20for%20Leaders&tip=AnYm1h0sx-PGDBcKzdnkJRYOEwLqJtbfM2aRTLCuGbQ&host=https%3A%2F%2Fhbr.org&sa_conv_data_css_value=&sa_conv_data_image_value=ffd8ffe000104a46494600010101006000600000ffdb004300080606070605080707070909080a0c140d0c0b0b0c1912130f141d1a1f1e1d1a1c1c20242e2720222c231c1c2837292c30313434341f27393d38323c2e333432ffdb0043010909090c0b0c180d0d1832211c213232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232ffc00011080001000103012200021101031101ffc4001f0000010501010101010100000000000000000102030405060708090a0bffc400b5100002010303020403050504040000017d01020300041105122131410613516107227114328191a1082342b1c11552d1f02433627282090a161718191a25262728292a3435363738393a434445464748494a535455565758595a636465666768696a737475767778797a838485868788898a92939495969798999aa2a3a4a5a6a7a8a9aab2b3b4b5b6b7b8b9bac2c3c4c5c6c7c8c9cad2d3d4d5d6d7d8d9dae1e2e3e4e5e6e7e8e9eaf1f2f3f4f5f6f7f8f9faffc4001f0100030101010101010101010000000000000102030405060708090a0bffc400b51100020102040403040705040400010277000102031104052131061241510761711322328108144291a1b1c109233352f0156272d10a162434e125f11718191a262728292a35363738393a434445464748494a535455565758595a636465666768696a737475767778797a82838485868788898a92939495969798999aa2a3a4a5a6a7a8a9aab2b3b4b5b6b7b8b9bac2c3c4c5c6c7c8c9cad2d3d4d5d6d7d8d9dae2e3e4e5e6e7e8e9eaf2f3f4f5f6f7f8f9faffda000c03010002110311003f00f7fa28a2803fffd9ffa02055a17a57b96c6392632f6b02b18de3bcdc&l_src=&l_src_d=&u_src=&u_src_d=&shop=false&sa-user-id-v4=s%253A.o6W7wkJsHSTU4%252BLlDruZ%252FwNjVcUZZMvakQpSatDoAgo&sa-user-id-v3=s%253AAQAKIPd_u9vYlHS_RakQViWJ-znM5UHNp0i9nOWRaE63IVvuEMABGAQgpsuEzwYwAToETLyAOUIElkd3Og.BkRyzrPOyR5ZyKo1Kl3ZPFIcPEiWxiuZBRWFAkfaoC8&sa-user-id-v2=s%253A_6AgVaF6V7lsY5JjL2sCsY3jvNw.qSENiW%252BIu7lVUUeGSZpz1QwMLpmO8l10Zu9odUsGrKM&sa-user-id=s%253A0-ffa02055-a17a-57b9-6c63-92632f6b02b1.bvYx8HrWarjlh1Otla1xZy54iWVfSL%252Fr1gNTbFZEAfMtags.srv.stackadapt.com/saq_pxl?uid... https://tags.srv.stackadapt.com/saq_pxl?uid=YvNmZXfQ1nonpADoKNOzow&is_js=true&landing_url=https%3A%2F%2Fhbr.org%2F&t=Harvard%20Business%20Review%20-%20Ideas%20and%20Advice%20for%20Leaders&tip=AnYm1h0sx-PGDBcKzdnkJRYOEwLqJtbfM2aRTLCuGbQ&host=https%3A%2F%2Fhbr.org&sa_conv_data_css_value=&sa_conv_data_image_value=ffd8ffe000104a46494600010101006000600000ffdb004300080606070605080707070909080a0c140d0c0b0b0c1912130f141d1a1f1e1d1a1c1c20242e2720222c231c1c2837292c30313434341f27393d38323c2e333432ffdb0043010909090c0b0c180d0d1832211c213232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232ffc00011080001000103012200021101031101ffc4001f0000010501010101010100000000000000000102030405060708090a0bffc400b5100002010303020403050504040000017d01020300041105122131410613516107227114328191a1082342b1c11552d1f02433627282090a161718191a25262728292a3435363738393a434445464748494a535455565758595a636465666768696a737475767778797a838485868788898a92939495969798999aa2a3a4a5a6a7a8a9aab2b3b4b5b6b7b8b9bac2c3c4c5c6c7c8c9cad2d3d4d5d6d7d8d9dae1e2e3e4e5e6e7e8e9eaf1f2f3f4f5f6f7f8f9faffc4001f0100030101010101010101010000000000000102030405060708090a0bffc400b51100020102040403040705040400010277000102031104052131061241510761711322328108144291a1b1c109233352f0156272d10a162434e125f11718191a262728292a35363738393a434445464748494a535455565758595a636465666768696a737475767778797a82838485868788898a92939495969798999aa2a3a4a5a6a7a8a9aab2b3b4b5b6b7b8b9bac2c3c4c5c6c7c8c9cad2d3d4d5d6d7d8d9dae2e3e4e5e6e7e8e9eaf2f3f4f5f6f7f8f9faffda000c03010002110311003f00f7fa28a2803fffd9ffa02055a17a57b96c6392632f6b02b18de3bcdc&l_src=&l_src_d=&u_src=&u_src_d=&shop=false&sa-user-id-v4=s%253A.o6W7wkJsHSTU4%252BLlDruZ%252FwNjVcUZZMvakQpSatDoAgo&sa-user-id-v3=s%253AAQAKIPd_u9vYlHS_RakQViWJ-znM5UHNp0i9nOWRaE63IVvuEMABGAQgpsuEzwYwAToETLyAOUIElkd3Og.BkRyzrPOyR5ZyKo1Kl3ZPFIcPEiWxiuZBRWFAkfaoC8&sa-user-id-v2=s%253A_6AgVaF6V7lsY5JjL2sCsY3jvNw.qSENiW%252BIu7lVUUeGSZpz1QwMLpmO8l10Zu9odUsGrKM&sa-user-id=s%253A0-ffa02055-a17a-57b9-6c63-92632f6b02b1.bvYx8HrWarjlh1Otla1xZy54iWVfSL%252Fr1gNTbFZEAfM — 200 — 281 B — 100 ms — h2https://idsync.rlcdn.com/501709.gif?partner_uid=a49fb9eb-a437-44dd-811b-9f5c1830e8ad%3A1776362918.2039468&_=1776362918.2054718idsync.rlcdn.com/501709.gif?partner... https://idsync.rlcdn.com/501709.gif?partner_uid=a49fb9eb-a437-44dd-811b-9f5c1830e8ad%3A1776362918.2039468&_=1776362918.2054718 — 307 — 515 B — 67 ms — h2https://idsync.rlcdn.com/1000.gif?memo=CM3PHhJDCj8IARDI-AEaN2E0OWZiOWViLWE0MzctNDRkZC04MTFiLTlmNWMxODMwZThhZDoxNzc2MzYyOTE4LjIwMzk0NjgQABoNCKbLhM8GEgUI6AcQAEIASgAidsync.rlcdn.com/1000.gif?memo=CM3P... https://idsync.rlcdn.com/1000.gif?memo=CM3PHhJDCj8IARDI-AEaN2E0OWZiOWViLWE0MzctNDRkZC04MTFiLTlmNWMxODMwZThhZDoxNzc2MzYyOTE4LjIwMzk0NjgQABoNCKbLhM8GEgUI6AcQAEIASgA — 307 — 229 B — 27 ms — h2https://ib.adnxs.com/getuid?https%3A%2F%2Fidsync.rlcdn.com%2F52154.gif%3Fserved_by%3Devergreen%26partner_uid%3D%24UIDib.adnxs.com/getuid?https%3A%2F%2Fi... https://ib.adnxs.com/getuid?https%3A%2F%2Fidsync.rlcdn.com%2F52154.gif%3Fserved_by%3Devergreen%26partner_uid%3D%24UID — -1 — 0 B — 28 ms — https://k.clarity.ms/collectk.clarity.ms/collect https://k.clarity.ms/collect — 204 — 271 B — 510 ms — http/1.1https://rum-ingest.us0.signalfx.com/v1/rum?auth=8nVCRh9Gz5X3XeAL_AhMlArum-ingest.us0.signalfx.com/v1/rum?... https://rum-ingest.us0.signalfx.com/v1/rum?auth=8nVCRh9Gz5X3XeAL_AhMlA — 200 — 77 B — 630 ms — h2https://rum-ingest.us0.signalfx.com/v1/rum?auth=8nVCRh9Gz5X3XeAL_AhMlArum-ingest.us0.signalfx.com/v1/rum?... https://rum-ingest.us0.signalfx.com/v1/rum?auth=8nVCRh9Gz5X3XeAL_AhMlA — 200 — 204 B — 616 ms — h2https://hbr.org/favicon-32x32.png/favicon-32x32.png https://hbr.org/favicon-32x32.png — 200 — 1.9 KiB — 329 ms — h2https://buy.tinypass.com/api/v3/anon/assets/sdk-runtime-config.js?aid=mbs77qtzUzbuy.tinypass.com/api/v3/anon/assets... https://buy.tinypass.com/api/v3/anon/assets/sdk-runtime-config.js?aid=mbs77qtzUz — 200 — 560 B — 49 ms — h3https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 155 ms — h2https://k.clarity.ms/collectk.clarity.ms/collect https://k.clarity.ms/collect — 204 — 271 B — 100 ms — http/1.1
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
67% of JavaScript execution is third-party
First-party Third-party 1252ms · 988KB · $7/mo
cdn.signalfx.com
Other
Costly
Execution 251ms
Transfer 47 KB
Monthly Cost $1/mo
assets.adobedtm.com
Other
Costly
Execution 237ms
Transfer 164 KB
Unused 29%
Monthly Cost $1/mo
Unattributable
Other
Optional
Execution 179ms
Transfer 0 KB
Monthly Cost $1/mo
securepubads.g.doubleclick.net
Other
Optional
Execution 94ms
Transfer 188 KB
Unused 69%
Monthly Cost $1/mo
cdn.tinypass.com
Other
Optional
Execution 91ms
Transfer 132 KB
Unused 63%
Monthly Cost $1/mo
fundingchoicesmessages.google.com
Other
Optional
Execution 90ms
Transfer 66 KB
Monthly Cost $1/mo
analytics.tiktok.com
Other
Optional
Execution 73ms
Transfer 118 KB
Unused 55%
Monthly Cost $0/mo
Google Tag Manager
Tag Manager
Optional
Execution 64ms
Transfer 177 KB
Unused 38%
Monthly Cost $0/mo
Microsoft Clarity
Session Replay
Optional
Execution 60ms
Transfer 26 KB
Monthly Cost $0/mo
www.gstatic.com
Other
Optional
Execution 58ms
Transfer 0 KB
Unused 49%
Monthly Cost $0/mo
fundingchoicesmessages.google.com
Other
Optional
Execution 55ms
Transfer 70 KB
Unused 52%
Monthly Cost $0/mo

These scripts may cost more than they're worth

  • cdn.signalfx.com adds 251ms and costs ~$1/month
  • assets.adobedtm.com adds 237ms and costs ~$1/month

67% of JavaScript execution time comes from third-party scripts.

Why this matters

Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.

Learn more

Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.

Source: web.dev / HTTP Archive Web Almanac

cdn.signalfx.com takes 251ms 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

assets.adobedtm.com takes 237ms 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

69% 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

63% of cdn.tinypass.com'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

55% of analytics.tiktok.com'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

52% of fundingchoicesmessages.google.com'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