Skip to content
https://runnersworld.com

Performance

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

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

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

911 ms

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

1.87 s

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

39 ms

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

0.124

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

1.20 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.57 s

Page Load Progression

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

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

Why this matters

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

Source: web.dev

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

Why this matters

Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).

Source: web.dev font loading

Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.

Why this matters

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

Source: web.dev

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (3.3 MiB of 3.3 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
76 scripts, 875 KB unused
FIX
76 scripts, 875 KB 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://securepubads.g.doubleclick.net/pagead/mana...: 140 KB unused (75%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.runnersworld.com/_assets/moapt/2.437.0...: 85 KB unused (79%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 875 KB
875 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
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://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js362 KB177 KB (49%)3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604210101/pubads_impl.js?cb=31098008188 KB140 KB (75%)3rd
https://www.runnersworld.com/_assets/moapt/2.437.0/moapt-bidder-pb-hdm.10.23.0.js108 KB85 KB (79%)3rd
https://www.runnersworld.com/_assets/moapt/2.437.0/moapt-bundle-hdm.js58 KB47 KB (83%)3rd
https://www.runnersworld.com/_assets/moapt/2.437.0/moapt-data.js53 KB47 KB (89%)3rd
https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/main-d2f686aa31e32b32.js42 KB23 KB (56%)3rd
https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/87326-68fb888044736b0f.js3 KB3rd
https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/34666-eb5a01ab88167f97.js9 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

F
Page Weight Inventory
Action
131 resources · 3.3 MB · 875 KB savings available
FIX
131 resources · 3.3 MB · 875 KB savings available
Warning::
Page weight 2.3 MB over 1MB target
Got: 3.3 MB Expected: ≤ 1 MB
Info::
~875 KB of savings available
Warning::
130 third-party resources (100% of weight)
Info::
2 resources over 200KB
131 resources · 3.3 MiB · 130 third-party 2.3 MiB over 1MB target
JavaScript 52% · 1.7 MiB
Image 29% · 972.0 KiB
Document 7% · 242.4 KiB
Font 6% · 213.6 KiB
CSS 3% · 118.2 KiB
Other 3% · 87.4 KiB

~875.1 KiB of savings available

Remove unused JavaScript: 875.1 KiB
C
Image Optimization
Action
34 images, 0 KB saveable
REVIEW
34 images, 0 KB saveable
Warning::
https://hips.hearstapps.com/hmg-prod/images/2aeccb... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hips.hearstapps.com/hmg-prod/images/6e44af... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.runnersworld.com/_assets/design-tokens... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hips.hearstapps.com/hmg-prod/images/5368a9... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hips.hearstapps.com/hmg-prod/images/3b9808... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hips.hearstapps.com/hmg-prod/images/39a11f... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hips.hearstapps.com/hmg-prod/images/a2e17d... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hips.hearstapps.com/hmg-prod/images/78c524... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hips.hearstapps.com/hmg-prod/images/efcd3d... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hips.hearstapps.com/hmg-prod/images/6b7b3d... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hips.hearstapps.com/hmg-prod/images/32c958... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hips.hearstapps.com/hmg-prod/images/7f2fc4... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hips.hearstapps.com/hmg-prod/images/439da0... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
34 images 960 KB
0 oversized -0 KB
7 legacy format
14 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Performance issues directly impact user engagement and conversion rates.

C
JS Execution Cost
Action
1036ms total JS execution
REVIEW
1036ms total JS execution
Warning::
Unattributable: 251ms CPU time
Info::
https://www.runnersworld.com/: 194ms CPU time
Info::
https://www.runnersworld.com/_assets/fre/scopes/hd...: 178ms CPU time
Info::
https://www.runnersworld.com/_assets/fre/scopes/hd...: 178ms CPU time
Info::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 168ms CPU time
Warning::
Third-party scripts: 1036ms (100% of total)

Main Thread Breakdown

Script Evaluation 59% Other 17% Style & Layout 11% Script Parsing & Compilation 6% Rendering 3%
ScriptTotalScriptingParse/CompileParty
Unattributable251ms33ms0ms3rd
https://www.runnersworld.com/194ms7ms1ms3rd
https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/pages/_templates/feed-2ac9a8ad0d959ea6.js178ms175ms1ms3rd
https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/framework-81603682134898a6.js178ms144ms1ms3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js168ms146ms18ms3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604210101/pubads_impl.js?cb=3109800867ms40ms13ms3rd
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

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

max-age=0, must-revalidate, private

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

Web fonts

7

214 KB total

Render-blocking

0

of 7

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 911 ms LCP 1.9 shttps://www.runnersworld.com/_assets/design-tokens/runnersworld/static/fonts/LeagueGothic.6a59e12.woff2LeagueGothic.6a59e12.woff2 https://www.runnersworld.com/_assets/design-tokens/runnersworld/static/fonts/LeagueGothic.6a59e12.woff2 — 10.9 KiB — 10 ms — font-display: swaphttps://www.runnersworld.com/_assets/design-tokens/fre/static/fonts/inter-v3-latin-700.8b8011b.woff2inter-v3-latin-700.8b80... https://www.runnersworld.com/_assets/design-tokens/fre/static/fonts/inter-v3-latin-700.8b8011b.woff2 — 18.2 KiB — 7 ms — font-display: swaphttps://www.runnersworld.com/_assets/design-tokens/runnersworld/static/fonts/FuturaNowTextExtraBold.dbc897f.woff2FuturaNowTextExtraBold.... https://www.runnersworld.com/_assets/design-tokens/runnersworld/static/fonts/FuturaNowTextExtraBold.dbc897f.woff2 — 48.4 KiB — 8 ms — font-display: swaphttps://www.runnersworld.com/_assets/design-tokens/runnersworld/static/fonts/6de96ad7-2385-4636-a13f-21b65d08cd2a.b113566.woff6de96ad7-2385-4636-a13f... https://www.runnersworld.com/_assets/design-tokens/runnersworld/static/fonts/6de96ad7-2385-4636-a13f-21b65d08cd2a.b113566.woff — 37.4 KiB — 19 ms — font-display: swaphttps://www.runnersworld.com/_assets/design-tokens/fre/static/fonts/inter-v3-latin-regular.c8ad008.woff2inter-v3-latin-regular.... https://www.runnersworld.com/_assets/design-tokens/fre/static/fonts/inter-v3-latin-regular.c8ad008.woff2 — 17.4 KiB — 25 ms — font-display: swaphttps://www.runnersworld.com/_assets/design-tokens/runnersworld/static/fonts/FuturaNowTextMedium.2993055.woff2FuturaNowTextMedium.299... https://www.runnersworld.com/_assets/design-tokens/runnersworld/static/fonts/FuturaNowTextMedium.2993055.woff2 — 47.4 KiB — 10 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 33.9 KiB — 65 ms — font-display: swap
LeagueGothic.6a59e12.woff2 woff2 swap
Size 11 KB
Load time 10 ms
Start 57 ms
Risk FOUT — text flashes from fallback to web font
inter-v3-latin-700.8b80... woff2 swap
Size 18 KB
Load time 7 ms
Start 201 ms
Risk FOUT — text flashes from fallback to web font
FuturaNowTextExtraBold.... woff2 swap
Size 48 KB
Load time 8 ms
Start 201 ms
Risk FOUT — text flashes from fallback to web font
6de96ad7-2385-4636-a13f... woff swap
Size 37 KB
Load time 19 ms
Start 202 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
inter-v3-latin-regular.... woff2 swap
Size 17 KB
Load time 25 ms
Start 202 ms
Risk FOUT — text flashes from fallback to web font
FuturaNowTextMedium.299... woff2 swap
Size 47 KB
Load time 10 ms
Start 203 ms
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 34 KB
Load time 65 ms
Start 1.8 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 ~11 KB and ~22 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
131 requests over 1995ms
INFO
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 911 ms LCP 1.9 shttps://runnersworld.com// https://runnersworld.com/ — 301 — 384 B — 6 ms — h2https://www.runnersworld.com/www.runnersworld.com/ https://www.runnersworld.com/ — 200 — 117.2 KiB — 29 ms — h2https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/webpack-6a36650e379a6b61.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/webpack-6a36650e379a6b61.js — 200 — 12.6 KiB — 5 ms — h2https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/framework-81603682134898a6.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/framework-81603682134898a6.js — 200 — 14.1 KiB — 6 ms — h2https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/main-d2f686aa31e32b32.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/main-d2f686aa31e32b32.js — 200 — 41.7 KiB — 14 ms — h2https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/pages/_templates/feed-2ac9a8ad0d959ea6.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/pages/_templates/feed-2ac9a8ad0d959ea6.js — 200 — 14.9 KiB — 11 ms — h2https://www.runnersworld.com/api/styles.css?id=b7e824bb-97a6-4b37-8dd3-5412528c481b&type=section&source=section%3Acustomwww.runnersworld.com/api/styles.css... https://www.runnersworld.com/api/styles.css?id=b7e824bb-97a6-4b37-8dd3-5412528c481b&type=section&source=section%3Acustom — 200 — 34.3 KiB — 15 ms — h2https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — -1 — 0 B — 230 ms — https://www.runnersworld.com/_assets/moapt/2.437.0/moapt-data.jswww.runnersworld.com/_assets/moapt/... https://www.runnersworld.com/_assets/moapt/2.437.0/moapt-data.js — 200 — 53.4 KiB — 14 ms — h3https://www.runnersworld.com/_assets/moapt/2.437.0/moapt-bundle-hdm.jswww.runnersworld.com/_assets/moapt/... https://www.runnersworld.com/_assets/moapt/2.437.0/moapt-bundle-hdm.js — 200 — 57.7 KiB — 12 ms — h3https://www.runnersworld.com/_assets/design-tokens/runnersworld/static/fonts/LeagueGothic.6a59e12.woff2www.runnersworld.com/_assets/design... https://www.runnersworld.com/_assets/design-tokens/runnersworld/static/fonts/LeagueGothic.6a59e12.woff2 — 200 — 10.9 KiB — 10 ms — h3https://www.runnersworld.com/_assets/design-tokens/runnersworld/static/images/logos/logo.bac833a.svg?primary=%2523000000www.runnersworld.com/_assets/design... https://www.runnersworld.com/_assets/design-tokens/runnersworld/static/images/logos/logo.bac833a.svg?primary=%2523000000 — 200 — 2.1 KiB — 10 ms — h3https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/24084.a9b6c9b257c4fed5.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/24084.a9b6c9b257c4fed5.js — 200 — 3.6 KiB — 25 ms — h3https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/18492.e0fee10d4d6d64a0.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/18492.e0fee10d4d6d64a0.js — 200 — 4.7 KiB — 28 ms — h3https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/79189-7f9d3cffaa525262.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/79189-7f9d3cffaa525262.js — 200 — 3.0 KiB — 28 ms — h3https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/78999.a21b4fe0557146d0.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/78999.a21b4fe0557146d0.js — 200 — 5.6 KiB — 28 ms — h3https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/64788.07bc01df611beb78.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/64788.07bc01df611beb78.js — 200 — 2.1 KiB — 41 ms — h3https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/30722.305d6f233abcb73d.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/30722.305d6f233abcb73d.js — 200 — 2.8 KiB — 41 ms — h3https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/pages/_app-4f9afbaf363dcc46.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/pages/_app-4f9afbaf363dcc46.js — 200 — 27.6 KiB — 34 ms — h3https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/1e70892d-e98ad515256ffd0f.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/1e70892d-e98ad515256ffd0f.js — 200 — 12.4 KiB — 28 ms — h3https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/11407-e47f0fbb4466606f.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/11407-e47f0fbb4466606f.js — 200 — 10.0 KiB — 34 ms — h3https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/2110-4826507b46490df2.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/2110-4826507b46490df2.js — 200 — 6.2 KiB — 34 ms — h3https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/83498-acaf2aa3e53c64c2.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/83498-acaf2aa3e53c64c2.js — 200 — 22.3 KiB — 34 ms — h3https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/42240-a0d0da8b55d575fa.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/42240-a0d0da8b55d575fa.js — 200 — 7.5 KiB — 49 ms — h3https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/96872-7c9768b0df5117c9.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/96872-7c9768b0df5117c9.js — 200 — 14.8 KiB — 39 ms — h3https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/92949-e9259914c7313fc1.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/92949-e9259914c7313fc1.js — 200 — 16.9 KiB — 49 ms — h3https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/7921-657e3440d6399fdc.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/7921-657e3440d6399fdc.js — 200 — 10.9 KiB — 50 ms — h3https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/49910-08d2a938e9d0be4b.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/49910-08d2a938e9d0be4b.js — 200 — 9.2 KiB — 45 ms — h3https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/41847-efad3c04272c72b4.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/41847-efad3c04272c72b4.js — 200 — 7.7 KiB — 45 ms — h3https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/81399-b25cdce7e2a00e1c.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/81399-b25cdce7e2a00e1c.js — 200 — 6.9 KiB — 45 ms — h3
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 911 ms LCP 1.9 shttps://runnersworld.com// https://runnersworld.com/ — 301 — 384 B — 6 ms — h2https://www.runnersworld.com/www.runnersworld.com/ https://www.runnersworld.com/ — 200 — 117.2 KiB — 29 ms — h2https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/webpack-6a36650e379a6b61.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/webpack-6a36650e379a6b61.js — 200 — 12.6 KiB — 5 ms — h2https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/framework-81603682134898a6.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/framework-81603682134898a6.js — 200 — 14.1 KiB — 6 ms — h2https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/main-d2f686aa31e32b32.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/main-d2f686aa31e32b32.js — 200 — 41.7 KiB — 14 ms — h2https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/pages/_templates/feed-2ac9a8ad0d959ea6.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/pages/_templates/feed-2ac9a8ad0d959ea6.js — 200 — 14.9 KiB — 11 ms — h2https://www.runnersworld.com/api/styles.css?id=b7e824bb-97a6-4b37-8dd3-5412528c481b&type=section&source=section%3Acustomwww.runnersworld.com/api/styles.css... https://www.runnersworld.com/api/styles.css?id=b7e824bb-97a6-4b37-8dd3-5412528c481b&type=section&source=section%3Acustom — 200 — 34.3 KiB — 15 ms — h2https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — -1 — 0 B — 230 ms — https://www.runnersworld.com/_assets/moapt/2.437.0/moapt-data.jswww.runnersworld.com/_assets/moapt/... https://www.runnersworld.com/_assets/moapt/2.437.0/moapt-data.js — 200 — 53.4 KiB — 14 ms — h3https://www.runnersworld.com/_assets/moapt/2.437.0/moapt-bundle-hdm.jswww.runnersworld.com/_assets/moapt/... https://www.runnersworld.com/_assets/moapt/2.437.0/moapt-bundle-hdm.js — 200 — 57.7 KiB — 12 ms — h3https://www.runnersworld.com/_assets/design-tokens/runnersworld/static/fonts/LeagueGothic.6a59e12.woff2www.runnersworld.com/_assets/design... https://www.runnersworld.com/_assets/design-tokens/runnersworld/static/fonts/LeagueGothic.6a59e12.woff2 — 200 — 10.9 KiB — 10 ms — h3https://www.runnersworld.com/_assets/design-tokens/runnersworld/static/images/logos/logo.bac833a.svg?primary=%2523000000www.runnersworld.com/_assets/design... https://www.runnersworld.com/_assets/design-tokens/runnersworld/static/images/logos/logo.bac833a.svg?primary=%2523000000 — 200 — 2.1 KiB — 10 ms — h3https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/24084.a9b6c9b257c4fed5.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/24084.a9b6c9b257c4fed5.js — 200 — 3.6 KiB — 25 ms — h3https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/18492.e0fee10d4d6d64a0.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/18492.e0fee10d4d6d64a0.js — 200 — 4.7 KiB — 28 ms — h3https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/79189-7f9d3cffaa525262.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/79189-7f9d3cffaa525262.js — 200 — 3.0 KiB — 28 ms — h3https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/78999.a21b4fe0557146d0.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/78999.a21b4fe0557146d0.js — 200 — 5.6 KiB — 28 ms — h3https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/64788.07bc01df611beb78.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/64788.07bc01df611beb78.js — 200 — 2.1 KiB — 41 ms — h3https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/30722.305d6f233abcb73d.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/30722.305d6f233abcb73d.js — 200 — 2.8 KiB — 41 ms — h3https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/pages/_app-4f9afbaf363dcc46.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/pages/_app-4f9afbaf363dcc46.js — 200 — 27.6 KiB — 34 ms — h3https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/1e70892d-e98ad515256ffd0f.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/1e70892d-e98ad515256ffd0f.js — 200 — 12.4 KiB — 28 ms — h3https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/11407-e47f0fbb4466606f.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/11407-e47f0fbb4466606f.js — 200 — 10.0 KiB — 34 ms — h3https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/2110-4826507b46490df2.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/2110-4826507b46490df2.js — 200 — 6.2 KiB — 34 ms — h3https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/83498-acaf2aa3e53c64c2.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/83498-acaf2aa3e53c64c2.js — 200 — 22.3 KiB — 34 ms — h3https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/42240-a0d0da8b55d575fa.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/42240-a0d0da8b55d575fa.js — 200 — 7.5 KiB — 49 ms — h3https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/96872-7c9768b0df5117c9.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/96872-7c9768b0df5117c9.js — 200 — 14.8 KiB — 39 ms — h3https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/92949-e9259914c7313fc1.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/92949-e9259914c7313fc1.js — 200 — 16.9 KiB — 49 ms — h3https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/7921-657e3440d6399fdc.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/7921-657e3440d6399fdc.js — 200 — 10.9 KiB — 50 ms — h3https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/49910-08d2a938e9d0be4b.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/49910-08d2a938e9d0be4b.js — 200 — 9.2 KiB — 45 ms — h3https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/41847-efad3c04272c72b4.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/41847-efad3c04272c72b4.js — 200 — 7.7 KiB — 45 ms — h3https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/81399-b25cdce7e2a00e1c.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/81399-b25cdce7e2a00e1c.js — 200 — 6.9 KiB — 45 ms — h3https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/98756-a01c640eb8d92598.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/98756-a01c640eb8d92598.js — 200 — 5.3 KiB — 45 ms — h3https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/74011-55fecbe15c571fd6.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/74011-55fecbe15c571fd6.js — 200 — 43.0 KiB — 76 ms — h3https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/94370-578c836f372b7f07.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/94370-578c836f372b7f07.js — 200 — 7.2 KiB — 60 ms — h3https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/8758-d82b224e798dced0.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/8758-d82b224e798dced0.js — 200 — 10.2 KiB — 70 ms — h3https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/10016-1ca9340766716869.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/10016-1ca9340766716869.js — 200 — 13.8 KiB — 70 ms — h3https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/41403-2da79dbaee5537de.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/41403-2da79dbaee5537de.js — 200 — 1.6 KiB — 69 ms — h3https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/50756-32dbec233e51cab8.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/50756-32dbec233e51cab8.js — 200 — 17.9 KiB — 69 ms — h3https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/14687-ad249766f6a92b1d.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/14687-ad249766f6a92b1d.js — 200 — 5.5 KiB — 69 ms — h3https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/19356-b6f11d012c0c5539.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/19356-b6f11d012c0c5539.js — 200 — 4.8 KiB — 70 ms — h3https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/41926-5f0e6359f9e061fe.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/41926-5f0e6359f9e061fe.js — 200 — 13.8 KiB — 70 ms — h3https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/88526-206d599008f77ae1.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/88526-206d599008f77ae1.js — 200 — 4.6 KiB — 71 ms — h3https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/87326-68fb888044736b0f.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/87326-68fb888044736b0f.js — 200 — 2.7 KiB — 70 ms — h3https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/70150-067bd71e7388afdb.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/70150-067bd71e7388afdb.js — 200 — 14.6 KiB — 73 ms — h3https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/48261-a6f1def1e98c78be.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/48261-a6f1def1e98c78be.js — 200 — 11.0 KiB — 70 ms — h3https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/8402-5a025be8883dfe02.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/8402-5a025be8883dfe02.js — 200 — 5.2 KiB — 70 ms — h3https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/14605-5874922576fd71d1.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/14605-5874922576fd71d1.js — 200 — 6.4 KiB — 73 ms — h3https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/34666-eb5a01ab88167f97.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/34666-eb5a01ab88167f97.js — 200 — 9.1 KiB — 76 ms — h3https://www.runnersworld.com/_assets/design-tokens/fre/static/icons/magnifying-glass-regular.94a1e62.svgwww.runnersworld.com/_assets/design... https://www.runnersworld.com/_assets/design-tokens/fre/static/icons/magnifying-glass-regular.94a1e62.svg — 200 — 918 B — 15 ms — h3https://hips.hearstapps.com/hmg-prod/images/a2e17d55-46b2-48f5-976c-6e1d54d9e2fe.jpeg?crop=1xw:0.375xh;0xw,0.171xh&resize=1120:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/a2e17d55-46b2-48f5-976c-6e1d54d9e2fe.jpeg?crop=1xw:0.375xh;0xw,0.171xh&resize=1120:* — 200 — 95.8 KiB — 38 ms — h2https://hips.hearstapps.com/hmg-prod/images/6b7b3d6f-717c-4a7b-9f76-1031d8b7d19c.jpg?crop=0.666580578512xw:1xh;center,top&resize=360:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/6b7b3d6f-717c-4a7b-9f76-1031d8b7d19c.jpg?crop=0.666580578512xw:1xh;center,top&resize=360:* — 200 — 20.8 KiB — 37 ms — h2https://www.runnersworld.com/_assets/design-tokens/fre/static/icons/headphones-regular.117021e.svg?primary=%2523000000www.runnersworld.com/_assets/design... https://www.runnersworld.com/_assets/design-tokens/fre/static/icons/headphones-regular.117021e.svg?primary=%2523000000 — 200 — 795 B — 16 ms — h3https://hips.hearstapps.com/hmg-prod/images/0a0e1085-60a1-43f7-95b0-65f54f6fb1a7.jpg?crop=0.666666666667xw:1xh;center,top&resize=360:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/0a0e1085-60a1-43f7-95b0-65f54f6fb1a7.jpg?crop=0.666666666667xw:1xh;center,top&resize=360:* — 200 — 46.8 KiB — 35 ms — h2https://hips.hearstapps.com/hmg-prod/images/b412aed3-74a4-448f-b517-6e53cf0ca145.jpg?crop=0.5625xw:1xh;center,top&resize=360:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/b412aed3-74a4-448f-b517-6e53cf0ca145.jpg?crop=0.5625xw:1xh;center,top&resize=360:* — 200 — 20.5 KiB — 28 ms — h2https://hips.hearstapps.com/hmg-prod/images/garmin-venu-x1-008-68ed4e0b2d1ed.jpg?crop=0.409xw:0.613xh;0.293xw,0.281xh&resize=360:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/garmin-venu-x1-008-68ed4e0b2d1ed.jpg?crop=0.409xw:0.613xh;0.293xw,0.281xh&resize=360:* — 200 — 15.2 KiB — 28 ms — h2https://www.runnersworld.com/_assets/design-tokens/fre/static/icons/headphones-regular.117021e.svg?primary=%2523ffffffwww.runnersworld.com/_assets/design... https://www.runnersworld.com/_assets/design-tokens/fre/static/icons/headphones-regular.117021e.svg?primary=%2523ffffff — 200 — 796 B — 28 ms — h3https://hips.hearstapps.com/hmg-prod/images/rw-matt-meyer-017-675b49ba78f02.jpg?crop=0.609xw:0.913xh;0.074xw,0.039xh&resize=360:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/rw-matt-meyer-017-675b49ba78f02.jpg?crop=0.609xw:0.913xh;0.074xw,0.039xh&resize=360:* — 200 — 31.1 KiB — 35 ms — h2https://www.runnersworld.com/_assets/design-tokens/fre/static/fonts/inter-v3-latin-700.8b8011b.woff2www.runnersworld.com/_assets/design... https://www.runnersworld.com/_assets/design-tokens/fre/static/fonts/inter-v3-latin-700.8b8011b.woff2 — 200 — 18.2 KiB — 7 ms — h3https://www.runnersworld.com/_assets/design-tokens/runnersworld/static/fonts/FuturaNowTextExtraBold.dbc897f.woff2www.runnersworld.com/_assets/design... https://www.runnersworld.com/_assets/design-tokens/runnersworld/static/fonts/FuturaNowTextExtraBold.dbc897f.woff2 — 200 — 48.4 KiB — 8 ms — h3https://www.runnersworld.com/_assets/design-tokens/runnersworld/static/fonts/6de96ad7-2385-4636-a13f-21b65d08cd2a.b113566.woffwww.runnersworld.com/_assets/design... https://www.runnersworld.com/_assets/design-tokens/runnersworld/static/fonts/6de96ad7-2385-4636-a13f-21b65d08cd2a.b113566.woff — 200 — 37.4 KiB — 19 ms — h3https://www.runnersworld.com/_assets/design-tokens/fre/static/fonts/inter-v3-latin-regular.c8ad008.woff2www.runnersworld.com/_assets/design... https://www.runnersworld.com/_assets/design-tokens/fre/static/fonts/inter-v3-latin-regular.c8ad008.woff2 — 200 — 17.4 KiB — 25 ms — h3https://www.runnersworld.com/_assets/design-tokens/runnersworld/static/fonts/FuturaNowTextMedium.2993055.woff2www.runnersworld.com/_assets/design... https://www.runnersworld.com/_assets/design-tokens/runnersworld/static/fonts/FuturaNowTextMedium.2993055.woff2 — 200 — 47.4 KiB — 10 ms — h3https://hips.hearstapps.com/hmg-prod/images/2741de0a-f310-4ae6-a93f-fcb221fa1761.jpg?crop=0.516xw:0.774xh;0.214xw,0.226xh&resize=360:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/2741de0a-f310-4ae6-a93f-fcb221fa1761.jpg?crop=0.516xw:0.774xh;0.214xw,0.226xh&resize=360:* — 200 — 36.5 KiB — 29 ms — h2https://hips.hearstapps.com/hmg-prod/images/7019ff78-cfb4-4dbe-a716-1cdc0a2448e3.jpg?crop=0.632xw:0.948xh;0.169xw,0.004xh&resize=360:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/7019ff78-cfb4-4dbe-a716-1cdc0a2448e3.jpg?crop=0.632xw:0.948xh;0.169xw,0.004xh&resize=360:* — 200 — 41.4 KiB — 29 ms — h2https://hips.hearstapps.com/hmg-prod/images/6d8e3be2-9ba2-43eb-bf12-64eec72af129.jpg?crop=0.612xw:0.815xh;0xw,0.107xh&resize=360:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/6d8e3be2-9ba2-43eb-bf12-64eec72af129.jpg?crop=0.612xw:0.815xh;0xw,0.107xh&resize=360:* — 200 — 27.7 KiB — 26 ms — h2https://hips.hearstapps.com/hmg-prod/images/0d475dc8-b05a-4541-a6cd-6bc59d8bc281.jpg?crop=1xw:0.75xh;center,top&resize=1120:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/0d475dc8-b05a-4541-a6cd-6bc59d8bc281.jpg?crop=1xw:0.75xh;center,top&resize=1120:* — 200 — 97.3 KiB — 33 ms — h2https://hips.hearstapps.com/hmg-prod/images/41386d1c-69ff-43b4-acea-303658001627.jpg?crop=0.668xw:1.00xh;0.106xw,0&resize=360:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/41386d1c-69ff-43b4-acea-303658001627.jpg?crop=0.668xw:1.00xh;0.106xw,0&resize=360:* — 200 — 12.0 KiB — 31 ms — h2https://hips.hearstapps.com/hmg-prod/images/03392aa3-c636-4b9d-adab-4358114c9476.jpeg?crop=0.667xw:1xh;0.276xw,0xh&resize=360:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/03392aa3-c636-4b9d-adab-4358114c9476.jpeg?crop=0.667xw:1xh;0.276xw,0xh&resize=360:* — 200 — 47.6 KiB — 31 ms — h2https://hips.hearstapps.com/hmg-prod/images/69f18688-2d06-4425-ba72-e7da11e7dcfb.jpeg?crop=0.666666666667xw:1xh;center,top&resize=360:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/69f18688-2d06-4425-ba72-e7da11e7dcfb.jpeg?crop=0.666666666667xw:1xh;center,top&resize=360:* — 200 — 16.7 KiB — 27 ms — h2https://hips.hearstapps.com/hmg-prod/images/9df8ac0f-f27e-45d8-a107-a16a621e0f46.jpg?crop=1xw:0.976xh;center,top&resize=360:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/9df8ac0f-f27e-45d8-a107-a16a621e0f46.jpg?crop=1xw:0.976xh;center,top&resize=360:* — 200 — 40.0 KiB — 32 ms — h2https://hips.hearstapps.com/hmg-prod/images/running-training-plans-mcadams-023-67f3f86eb62ca.jpg?crop=1.00xw:0.627xh;0,0.240xh&resize=1400:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/running-training-plans-mcadams-023-67f3f86eb62ca.jpg?crop=1.00xw:0.627xh;0,0.240xh&resize=1400:* — 200 — 93.7 KiB — 95 ms — h2https://securepubads.g.doubleclick.net/tag/js/gpt.jssecurepubads.g.doubleclick.net/tag/... https://securepubads.g.doubleclick.net/tag/js/gpt.js — 200 — 33.8 KiB — 52 ms — h3https://www.runnersworld.com/_assets/moapt/2.437.0/moapt-bidder-pb-hdm.10.23.0.jswww.runnersworld.com/_assets/moapt/... https://www.runnersworld.com/_assets/moapt/2.437.0/moapt-bidder-pb-hdm.10.23.0.js — 200 — 107.7 KiB — 4 ms — h3https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/23593.2f1b5207ca1ca970.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/23593.2f1b5207ca1ca970.js — 200 — 637 B — 311 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 — 7 ms — h2https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/16007.bf16fa5d0bba7bb3.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/16007.bf16fa5d0bba7bb3.js — 200 — 6.8 KiB — 3 ms — h3https://www.runnersworld.com/api/feed-content/?id=b7e824bb-97a6-4b37-8dd3-5412528c481b&type=section&limit=12&token=1&offset=1&params=%7B%22isHomePage%22%3Atrue%2C%22contentSectionEnabled%22%3Atrue%2C%22includeClassifierResults%22%3Afalse%7Dwww.runnersworld.com/api/feed-conte... https://www.runnersworld.com/api/feed-content/?id=b7e824bb-97a6-4b37-8dd3-5412528c481b&type=section&limit=12&token=1&offset=1&params=%7B%22isHomePage%22%3Atrue%2C%22contentSectionEnabled%22%3Atrue%2C%22includeClassifierResults%22%3Afalse%7D — 200 — 7.6 KiB — 3 ms — h3https://www.runnersworld.com/news/a71088131/final-finisher-boston-marathon-2026/www.runnersworld.com/news/a71088131... https://www.runnersworld.com/news/a71088131/final-finisher-boston-marathon-2026/ — 200 — 97.7 KiB — 38 ms — h3https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/97235.3166351f6dd4ffcb.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/97235.3166351f6dd4ffcb.js — 200 — 7.3 KiB — 26 ms — h3https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/35150.b57d156d52327677.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/35150.b57d156d52327677.js — 200 — 1.8 KiB — 26 ms — h3https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/95371.c563afab535bb851.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/95371.c563afab535bb851.js — 200 — 2.2 KiB — 26 ms — h3https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/59941.837b1c4152e58e39.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/59941.837b1c4152e58e39.js — 200 — 1.3 KiB — 28 ms — h3https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/media/polyfills.script.5251d011.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/media/polyfills.script.5251d011.js — 200 — 861 B — 26 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 — 22 ms — h2https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/64301.d6a640fec93e3a76.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/64301.d6a640fec93e3a76.js — 200 — 25.4 KiB — 11 ms — h3https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/media/cmp.script.f10e1a9b.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/media/cmp.script.f10e1a9b.js — 200 — 5.4 KiB — 7 ms — h3https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/93914.cbf34291e989f9e3.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/93914.cbf34291e989f9e3.js — 200 — 1.2 KiB — 5 ms — h3https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/66386.81d1dd29b35e559e.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/66386.81d1dd29b35e559e.js — 200 — 3.1 KiB — 3 ms — h3https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/pages/_templates/standard-article-676e1d9533bab728.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/pages/_templates/standard-article-676e1d9533bab728.js — 200 — 4.1 KiB — 9 ms — h3https://www.runnersworld.com/api/styles.css?id=0edc3368-766f-4b81-be22-1eddee521647&type=site&slugs=article&source=content%3Astandard-articlewww.runnersworld.com/api/styles.css... https://www.runnersworld.com/api/styles.css?id=0edc3368-766f-4b81-be22-1eddee521647&type=site&slugs=article&source=content%3Astandard-article — 200 — 41.7 KiB — 11 ms — h3https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/31516.168991a531a40857.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/31516.168991a531a40857.js — 200 — 9.3 KiB — 6 ms — h3https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/69438.3eddb8aaf763edda.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/69438.3eddb8aaf763edda.js — 200 — 2.6 KiB — 6 ms — h3https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/82623.231b6a8105227dae.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/82623.231b6a8105227dae.js — 200 — 5.8 KiB — 4 ms — h3https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/39542.8fadc92633602a3d.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/39542.8fadc92633602a3d.js — 200 — 1.4 KiB — 2 ms — h3https://www.runnersworld.com/_assets/design-tokens/fre/static/icons/envelope-simple-regular.91a0134.svg?primary=%2523000000www.runnersworld.com/_assets/design... https://www.runnersworld.com/_assets/design-tokens/fre/static/icons/envelope-simple-regular.91a0134.svg?primary=%2523000000 — 200 — 704 B — 4 ms — h3https://www.runnersworld.com/_assets/design-tokens/fre/static/icons/globe-simple-regular.e7f303c.svg?primary=%2523000000www.runnersworld.com/_assets/design... https://www.runnersworld.com/_assets/design-tokens/fre/static/icons/globe-simple-regular.e7f303c.svg?primary=%2523000000 — 200 — 869 B — 3 ms — h3https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/29532.3d5d37978e7923d9.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/29532.3d5d37978e7923d9.js — 200 — 10.2 KiB — 5 ms — h3https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/74394.3f0caca7d935bb63.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/74394.3f0caca7d935bb63.js — 200 — 7.4 KiB — 7 ms — h3https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/97303.1ca54da8983d469f.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/97303.1ca54da8983d469f.js — 200 — 5.1 KiB — 4 ms — h3https://heimdall.hearstapps.com/voltronheimdall.hearstapps.com/voltron https://heimdall.hearstapps.com/voltron — 200 — 0 B — 90 ms — h2https://hips.hearstapps.com/hmg-prod/images/a2e17d55-46b2-48f5-976c-6e1d54d9e2fe.jpeg?crop=1xw:0.75xh;center,top&resize=360:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/a2e17d55-46b2-48f5-976c-6e1d54d9e2fe.jpeg?crop=1xw:0.75xh;center,top&resize=360:* — 200 — 29.8 KiB — 26 ms — h2https://hips.hearstapps.com/hmg-prod/images/5368a9d5-604e-444c-af03-5b4cb3525acf.jpg?crop=0.666666666667xw:1xh;center,top&resize=360:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/5368a9d5-604e-444c-af03-5b4cb3525acf.jpg?crop=0.666666666667xw:1xh;center,top&resize=360:* — 200 — 16.2 KiB — 8 ms — h2https://hips.hearstapps.com/hmg-prod/images/efcd3df6-1492-435e-a9cc-e995b664eb03.jpeg?crop=0.666666666667xw:1xh;center,top&resize=360:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/efcd3df6-1492-435e-a9cc-e995b664eb03.jpeg?crop=0.666666666667xw:1xh;center,top&resize=360:* — 200 — 24.8 KiB — 24 ms — h2https://hips.hearstapps.com/hmg-prod/images/3b980875-ff10-4c9c-99e3-477b4c28d120.jpg?crop=0.666666666667xw:1xh;center,top&resize=360:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/3b980875-ff10-4c9c-99e3-477b4c28d120.jpg?crop=0.666666666667xw:1xh;center,top&resize=360:* — 200 — 27.9 KiB — 16 ms — h2https://hips.hearstapps.com/hmg-prod/images/78c524f0-e56c-4ed7-9849-81ad24ca44d4.jpg?crop=1xw:0.8xh;center,top&resize=360:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/78c524f0-e56c-4ed7-9849-81ad24ca44d4.jpg?crop=1xw:0.8xh;center,top&resize=360:* — 200 — 45.2 KiB — 20 ms — h2https://hips.hearstapps.com/hmg-prod/images/32c958fb-9102-47bd-84c9-8f306f3c8530.jpeg?crop=0.666666666667xw:1xh;center,top&resize=360:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/32c958fb-9102-47bd-84c9-8f306f3c8530.jpeg?crop=0.666666666667xw:1xh;center,top&resize=360:* — 200 — 28.1 KiB — 22 ms — h2https://hips.hearstapps.com/hmg-prod/images/7f2fc403-9d89-4479-9985-4a71e779cf10.jpeg?crop=0.6845xw:1xh;center,top&resize=360:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/7f2fc403-9d89-4479-9985-4a71e779cf10.jpeg?crop=0.6845xw:1xh;center,top&resize=360:* — 200 — 19.1 KiB — 24 ms — h2https://hips.hearstapps.com/hmg-prod/images/39a11f42-1ccf-4de1-889f-81ab9d0c1498.jpg?crop=0.6669921875xw:1xh;center,top&resize=360:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/39a11f42-1ccf-4de1-889f-81ab9d0c1498.jpg?crop=0.6669921875xw:1xh;center,top&resize=360:* — 200 — 32.7 KiB — 15 ms — h2https://hips.hearstapps.com/hmg-prod/images/439da0cf-a17a-4c02-b842-75d46552fb7b.jpeg?crop=0.6666xw:1xh;center,top&resize=360:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/439da0cf-a17a-4c02-b842-75d46552fb7b.jpeg?crop=0.6666xw:1xh;center,top&resize=360:* — 200 — 23.1 KiB — 14 ms — h2https://hips.hearstapps.com/hmg-prod/images/2aeccb23-67b9-429f-af27-eb9a82448c2f.jpeg?crop=0.666750948167xw:1xh;center,top&resize=360:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/2aeccb23-67b9-429f-af27-eb9a82448c2f.jpeg?crop=0.666750948167xw:1xh;center,top&resize=360:* — 200 — 30.6 KiB — 18 ms — h2https://hips.hearstapps.com/hmg-prod/images/6e44aff0-7dbf-4049-a33f-45d93faed859.jpeg?crop=0.666564605021xw:1xh;center,top&resize=360:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/6e44aff0-7dbf-4049-a33f-45d93faed859.jpeg?crop=0.666564605021xw:1xh;center,top&resize=360:* — 200 — 30.4 KiB — 16 ms — h2https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/32567.77c6be1206ee852f.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/chunks/32567.77c6be1206ee852f.js — 200 — 4.2 KiB — 13 ms — h3https://heimdall.hearstapps.com/voltronheimdall.hearstapps.com/voltron https://heimdall.hearstapps.com/voltron — 200 — 72 B — 123 ms — h2https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604210101/pubads_impl.js?cb=31098008securepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604210101/pubads_impl.js?cb=31098008 — 200 — 187.6 KiB — 70 ms — h3https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604210101/gptsecurepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604210101/gpt — 200 — 23.0 KiB — 38 ms — h3https://www.runnersworld.com/_assets/design-tokens/runnersworld/static/images/favicon.7c41e8e.icowww.runnersworld.com/_assets/design... https://www.runnersworld.com/_assets/design-tokens/runnersworld/static/images/favicon.7c41e8e.ico — 200 — 12.4 KiB — 4 ms — h3https://www.google.com/recaptcha/enterprise.js?render=explicitwww.google.com/recaptcha/enterprise... https://www.google.com/recaptcha/enterprise.js?render=explicit — 200 — 1.0 KiB — 60 ms — h3https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/media/tag-manager.script.96237b8b.jswww.runnersworld.com/_assets/fre/sc... https://www.runnersworld.com/_assets/fre/scopes/hdm/_next/static/media/tag-manager.script.96237b8b.js — 200 — 1023 B — 3 ms — h3https://nexus.ensighten.com/hearst/mag/Bootstrap.jsnexus.ensighten.com/hearst/mag/Boot... https://nexus.ensighten.com/hearst/mag/Bootstrap.js — 200 — 19.0 KiB — 10 ms — h3https://nexus.ensighten.com/hearst/mag/serverComponent.php?namespace=Bootstrapper&staticJsPath=nexus.ensighten.com/hearst/mag/code/&ClientID=109&PageID=https%3A%2F%2Fwww.runnersworld.com%2F%3Fgdpr%3Dtrue%26selfhostedads%3Don%26template%3DHomepage%26brand%3Drunnersworld%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.runnersworld.com%2F%3Fgdpr%3Dtrue%26selfhostedads%3Don%26template%3DHomepage%26brand%3Drunnersworld%26locale%3Den-us — 200 — 621 B — 51 ms — h3https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 362.4 KiB — 160 ms — h2https://nexus.ensighten.com/hearst/mag/code/d093f738bcba5116482bc651285bf168.js?conditionId0=4954687nexus.ensighten.com/hearst/mag/code... https://nexus.ensighten.com/hearst/mag/code/d093f738bcba5116482bc651285bf168.js?conditionId0=4954687 — 200 — 1.8 KiB — 4 ms — h3https://nexus.ensighten.com/hearst/mag/code/87ce5733f4168e44b87288ab036c04c5.js?conditionId0=1224151nexus.ensighten.com/hearst/mag/code... https://nexus.ensighten.com/hearst/mag/code/87ce5733f4168e44b87288ab036c04c5.js?conditionId0=1224151 — 200 — 1.3 KiB — 6 ms — h3https://nexus.ensighten.com/hearst/mag/code/2f971b00a5adab2f667ff4fe2e3f9d3e.js?conditionId0=422740nexus.ensighten.com/hearst/mag/code... https://nexus.ensighten.com/hearst/mag/code/2f971b00a5adab2f667ff4fe2e3f9d3e.js?conditionId0=422740 — 200 — 1.0 KiB — 6 ms — h3https://www.google.com/recaptcha/enterprise/anchor?ar=1&k=6LexjOAqAAAAAJaG2fni4e-iDEDfg9T2h9GxkycG&co=aHR0cHM6Ly93d3cucnVubmVyc3dvcmxkLmNvbTo0NDM.&hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&size=invisible&badge=inline&anchor-ms=20000&execute-ms=30000&cb=n1iviwhpx2ffwww.google.com/recaptcha/enterprise... https://www.google.com/recaptcha/enterprise/anchor?ar=1&k=6LexjOAqAAAAAJaG2fni4e-iDEDfg9T2h9GxkycG&co=aHR0cHM6Ly93d3cucnVubmVyc3dvcmxkLmNvbTo0NDM.&hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&size=invisible&badge=inline&anchor-ms=20000&execute-ms=30000&cb=n1iviwhpx2ff — 200 — 27.5 KiB — 77 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 — 98 ms — h2https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 361.9 KiB — 165 ms — h2https://www.google.com/recaptcha/enterprise/webworker.js?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4www.google.com/recaptcha/enterprise... https://www.google.com/recaptcha/enterprise/webworker.js?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4 — 200 — 23 B — 161 ms — h3https://www.gstatic.com/recaptcha/api2/logo_48.pngwww.gstatic.com/recaptcha/api2/logo... https://www.gstatic.com/recaptcha/api2/logo_48.png — 200 — 2.3 KiB — 26 ms — h2https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 33.9 KiB — 65 ms — h3https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 0 B — 10 ms — h2https://o31459.ingest.sentry.io/api/5169640/envelope/?sentry_version=7&sentry_key=9a71f99de2794775bd280be62d9a8b15&sentry_client=sentry.javascript.browser%2F8.55.0o31459.ingest.sentry.io/api/5169640... https://o31459.ingest.sentry.io/api/5169640/envelope/?sentry_version=7&sentry_key=9a71f99de2794775bd280be62d9a8b15&sentry_client=sentry.javascript.browser%2F8.55.0 — 429 — 518 B — 83 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 1036ms · 334KB · $19/mo
Unattributable
Other
Costly
Execution 251ms
Transfer 0 KB
Monthly Cost $5/mo
www.runnersworld.com
Other
Optional
Execution 194ms
Transfer 117 KB
Monthly Cost $4/mo
www.runnersworld.com
Other
Optional
Execution 178ms
Transfer 15 KB
Monthly Cost $3/mo
www.runnersworld.com
Other
Optional
Execution 178ms
Transfer 14 KB
Monthly Cost $3/mo
www.gstatic.com
Other
Optional
Execution 168ms
Transfer 0 KB
Unused 49%
Monthly Cost $3/mo
securepubads.g.doubleclick.net
Other
Optional
Execution 67ms
Transfer 188 KB
Unused 75%
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • Unattributable adds 251ms and costs ~$5/month

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

Why this matters

When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.

Learn more

Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.

Source: web.dev

Unattributable takes 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

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