Skip to content
https://popularmechanics.com

Performance

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

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

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

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

1.04 s

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.

80 ms

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

0.089

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

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

3.10 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.0 MB transferred, 137 requests
FIX
3.0 MB transferred, 137 requests
Warning::
Page weighs 8.0 MB (3.0 MB transferred)
Warning::
JavaScript is 1.2 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.2 MB
Warning::
Images are 1.1 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.1 MB
Warning::
137 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.63 g CO2 per page load
3.0 MB / 2.4 MB budget
3.0 MB transferred
137 requests
0.63 g CO2 per page load
JavaScript 1.2 MiB 41%
Images 1.1 MiB 36%
Other 233.6 KiB 8%
Other 164.2 KiB 5%
Fonts 114.3 KiB 4%
HTML 110.0 KiB 4%
CSS 76.3 KiB 2%
Other 6.1 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

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

Why this matters

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

Source: web.dev

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.0 MiB of 3.0 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Bundles
Action
75 scripts, 491 KB unused
FIX
75 scripts, 491 KB unused
Warning::
https://securepubads.g.doubleclick.net/pagead/mana...: 140 KB unused (75%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.popularmechanics.com/_assets/moapt/2.4...: 85 KB unused (79%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdn.cookielaw.org/scripttemplates/202602.1...: 74 KB unused (57%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://c.amazon-adsystem.com/aax2/apstag.js: 57 KB unused (63%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.popularmechanics.com/_assets/moapt/2.4...: 47 KB unused (89%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 491 KB
491 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js188 KB140 KB (75%)3rd
https://www.popularmechanics.com/_assets/moapt/2.437.0/moapt-bidder-pb-hdm.10.23.0.js108 KB85 KB (79%)3rd
https://cdn.cookielaw.org/scripttemplates/202602.1.0/otBannerSdk.js129 KB74 KB (57%)3rd
https://c.amazon-adsystem.com/aax2/apstag.js91 KB57 KB (63%)3rd
https://www.popularmechanics.com/_assets/moapt/2.437.0/moapt-data.js53 KB47 KB (89%)3rd
https://www.popularmechanics.com/_assets/moapt/2.437.0/moapt-bundle-hdm.js58 KB44 KB (77%)3rd
https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/main-d2f686aa31e32b32.js42 KB23 KB (56%)3rd
https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/74011-55fecbe15c571fd6.js43 KB21 KB (49%)3rd
https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/88526-206d599008f77ae1.js5 KB3rd
https://www.popularmechanics.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
137 resources · 3.0 MB · 491 KB savings available
FIX
137 resources · 3.0 MB · 491 KB savings available
Warning::
Page weight 2.0 MB over 1MB target
Got: 3.0 MB Expected: ≤ 1 MB
Info::
~491 KB of savings available
Warning::
136 third-party resources (100% of weight)
137 resources · 3.0 MiB · 136 third-party 2.0 MiB over 1MB target
JavaScript 42% · 1.2 MiB
Image 37% · 1.1 MiB
Other 8% · 255.3 KiB
Document 7% · 220.9 KiB
Font 4% · 114.3 KiB
CSS 3% · 81.0 KiB

~491.2 KiB of savings available

Remove unused JavaScript: 491.2 KiB
C
Image Optimization
Action
40 images, 0 KB saveable
REVIEW
40 images, 0 KB saveable
Warning::
https://hips.hearstapps.com/hmg-prod/images/ancien... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hips.hearstapps.com/hmg-prod/images/heart-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hips.hearstapps.com/hmg-prod/images/photo-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hips.hearstapps.com/hmg-prod/images/7ba8b6... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hips.hearstapps.com/hmg-prod/images/e93b8b... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hips.hearstapps.com/hmg-prod/images/e6c4ae... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hips.hearstapps.com/hmg-prod/images/pop-ki... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hips.hearstapps.com/hmg-prod/images/1e6465... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hips.hearstapps.com/hmg-prod/images/555ea0... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hips.hearstapps.com/hmg-prod/images/televi... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hips.hearstapps.com/hmg-prod/images/1c28b4... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hips.hearstapps.com/hmg-prod/images/fkt240... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.popularmechanics.com/_assets/design-to... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hips.hearstapps.com/hmg-prod/images/7652cb... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hips.hearstapps.com/hmg-prod/images/mayan-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hips.hearstapps.com/hmg-prod/images/5ead17... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hips.hearstapps.com/hmg-prod/images/608016... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hips.hearstapps.com/hmg-prod/images/b8a2ca... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hips.hearstapps.com/hmg-prod/images/5134ef... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hips.hearstapps.com/hmg-prod/images/91193a... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hips.hearstapps.com/hmg-prod/images/finger... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hips.hearstapps.com/hmg-prod/images/895800... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hips.hearstapps.com/hmg-prod/images/cc4253... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hips.hearstapps.com/hmg-prod/images/sparse... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hips.hearstapps.com/hmg-prod/images/c7a8ce... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hips.hearstapps.com/hmg-prod/images/d73cd8... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hips.hearstapps.com/hmg-prod/images/fbee59... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hips.hearstapps.com/hmg-prod/images/1b3231... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hips.hearstapps.com/hmg-prod/images/roman-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
40 images 1.1 MB
0 oversized -0 KB
5 legacy format
30 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

C
JS Execution Cost
Action
1180ms total JS execution
REVIEW
1180ms total JS execution
Warning::
Unattributable: 379ms CPU time
Info::
https://www.popularmechanics.com/_assets/fre/scope...: 218ms CPU time
Info::
https://www.popularmechanics.com/: 217ms CPU time
Info::
https://www.popularmechanics.com/_assets/fre/scope...: 177ms CPU time
Info::
https://www.popularmechanics.com/_assets/fre/scope...: 68ms CPU time
Warning::
Third-party scripts: 1180ms (100% of total)

Main Thread Breakdown

Script Evaluation 58% Other 18% Style & Layout 11% Script Parsing & Compilation 7%
ScriptTotalScriptingParse/CompileParty
Unattributable379ms131ms0ms3rd
https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/pages/_templates/feed-2ac9a8ad0d959ea6.js218ms210ms6ms3rd
https://www.popularmechanics.com/217ms7ms1ms3rd
https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/framework-81603682134898a6.js177ms135ms1ms3rd
https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/74394.3f0caca7d935bb63.js68ms59ms1ms3rd
https://www.popularmechanics.com/_assets/moapt/2.437.0/moapt-bidder-pb-hdm.10.23.0.js65ms53ms11ms3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js57ms38ms11ms3rd
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
4 fonts (114 KB)
PASS
4 fonts (114 KB)
Info::
4 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

4

114 KB total

Render-blocking

0

of 4

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s FCP 1.0 s LCP 1.9 shttps://www.popularmechanics.com/_assets/design-tokens/popularmechanics/static/fonts/RobotoMono.b9f4a81.woff2RobotoMono.b9f4a81.woff2 https://www.popularmechanics.com/_assets/design-tokens/popularmechanics/static/fonts/RobotoMono.b9f4a81.woff2 — 32.7 KiB — 50 ms — font-display: swaphttps://www.popularmechanics.com/_assets/design-tokens/fre/static/fonts/inter-v3-latin-700.8b8011b.woff2inter-v3-latin-700.8b80... https://www.popularmechanics.com/_assets/design-tokens/fre/static/fonts/inter-v3-latin-700.8b8011b.woff2 — 18.2 KiB — 7 ms — font-display: swaphttps://www.popularmechanics.com/_assets/design-tokens/popularmechanics/static/fonts/work-sans-latin-600.62f942d.woff2work-sans-latin-600.62f... https://www.popularmechanics.com/_assets/design-tokens/popularmechanics/static/fonts/work-sans-latin-600.62f942d.woff2 — 21.2 KiB — 8 ms — font-display: swaphttps://www.popularmechanics.com/_assets/design-tokens/popularmechanics/static/fonts/UnitedSansCdBk.cde089b.woff2UnitedSansCdBk.cde089b.... https://www.popularmechanics.com/_assets/design-tokens/popularmechanics/static/fonts/UnitedSansCdBk.cde089b.woff2 — 42.2 KiB — 19 ms — font-display: swap
RobotoMono.b9f4a81.woff2 woff2 swap
Size 33 KB
Load time 50 ms
Start 145 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 318 ms
Risk FOUT — text flashes from fallback to web font
work-sans-latin-600.62f... woff2 swap
Size 21 KB
Load time 8 ms
Start 319 ms
Risk FOUT — text flashes from fallback to web font
UnitedSansCdBk.cde089b.... woff2 swap
Size 42 KB
Load time 19 ms
Start 319 ms
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
Network Waterfall
137 requests over 1816ms
INFO
0 ms 500 ms 1.0 s 1.5 s FCP 1.0 s LCP 1.9 shttps://popularmechanics.com// https://popularmechanics.com/ — 301 — 385 B — 8 ms — h2https://www.popularmechanics.com/www.popularmechanics.com/ https://www.popularmechanics.com/ — 200 — 110.0 KiB — 116 ms — h2https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/webpack-6a36650e379a6b61.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/webpack-6a36650e379a6b61.js — 200 — 12.5 KiB — 14 ms — h2https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/framework-81603682134898a6.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/framework-81603682134898a6.js — 200 — 13.9 KiB — 8 ms — h2https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/main-d2f686aa31e32b32.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/main-d2f686aa31e32b32.js — 200 — 41.8 KiB — 24 ms — h2https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/pages/_templates/feed-2ac9a8ad0d959ea6.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/pages/_templates/feed-2ac9a8ad0d959ea6.js — 200 — 14.9 KiB — 8 ms — h2https://www.popularmechanics.com/api/styles.css?id=b90dc2c0-9798-4080-af18-08c125fbc8da&type=section&source=section%3Acustomwww.popularmechanics.com/api/styles... https://www.popularmechanics.com/api/styles.css?id=b90dc2c0-9798-4080-af18-08c125fbc8da&type=section&source=section%3Acustom — 200 — 34.6 KiB — 27 ms — h2https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — 200 — 9.1 KiB — 100 ms — h2https://www.popularmechanics.com/_assets/moapt/2.437.0/moapt-data.jswww.popularmechanics.com/_assets/mo... https://www.popularmechanics.com/_assets/moapt/2.437.0/moapt-data.js — 200 — 53.4 KiB — 43 ms — h3https://www.popularmechanics.com/_assets/moapt/2.437.0/moapt-bundle-hdm.jswww.popularmechanics.com/_assets/mo... https://www.popularmechanics.com/_assets/moapt/2.437.0/moapt-bundle-hdm.js — 200 — 57.7 KiB — 63 ms — h3https://www.popularmechanics.com/_assets/design-tokens/popularmechanics/static/fonts/RobotoMono.b9f4a81.woff2www.popularmechanics.com/_assets/de... https://www.popularmechanics.com/_assets/design-tokens/popularmechanics/static/fonts/RobotoMono.b9f4a81.woff2 — 200 — 32.7 KiB — 50 ms — h3https://www.popularmechanics.com/_assets/design-tokens/popularmechanics/static/images/logos/logo.a957255.svg?primary=%25231c6a65www.popularmechanics.com/_assets/de... https://www.popularmechanics.com/_assets/design-tokens/popularmechanics/static/images/logos/logo.a957255.svg?primary=%25231c6a65 — 200 — 2.4 KiB — 50 ms — h3https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/24084.a9b6c9b257c4fed5.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/24084.a9b6c9b257c4fed5.js — 200 — 3.6 KiB — 33 ms — h3https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/18492.e0fee10d4d6d64a0.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/18492.e0fee10d4d6d64a0.js — 200 — 4.7 KiB — 33 ms — h3https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/79189-7f9d3cffaa525262.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/79189-7f9d3cffaa525262.js — 200 — 3.0 KiB — 33 ms — h3https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/78999.a21b4fe0557146d0.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/78999.a21b4fe0557146d0.js — 200 — 5.6 KiB — 55 ms — h3https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/64788.07bc01df611beb78.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/64788.07bc01df611beb78.js — 200 — 2.1 KiB — 48 ms — h3https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/30722.305d6f233abcb73d.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/30722.305d6f233abcb73d.js — 200 — 2.8 KiB — 48 ms — h3https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/pages/_app-4f9afbaf363dcc46.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/pages/_app-4f9afbaf363dcc46.js — 200 — 27.6 KiB — 47 ms — h3https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/1e70892d-e98ad515256ffd0f.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/1e70892d-e98ad515256ffd0f.js — 200 — 12.4 KiB — 47 ms — h3https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/11407-e47f0fbb4466606f.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/11407-e47f0fbb4466606f.js — 200 — 10.0 KiB — 47 ms — h3https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/2110-4826507b46490df2.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/2110-4826507b46490df2.js — 200 — 6.2 KiB — 47 ms — h3https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/83498-acaf2aa3e53c64c2.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/83498-acaf2aa3e53c64c2.js — 200 — 22.3 KiB — 66 ms — h3https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/42240-a0d0da8b55d575fa.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/42240-a0d0da8b55d575fa.js — 200 — 7.5 KiB — 52 ms — h3https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/96872-7c9768b0df5117c9.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/96872-7c9768b0df5117c9.js — 200 — 14.8 KiB — 65 ms — h3https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/92949-e9259914c7313fc1.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/92949-e9259914c7313fc1.js — 200 — 16.9 KiB — 56 ms — h3https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/7921-657e3440d6399fdc.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/7921-657e3440d6399fdc.js — 200 — 10.9 KiB — 56 ms — h3https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/49910-08d2a938e9d0be4b.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/49910-08d2a938e9d0be4b.js — 200 — 9.2 KiB — 68 ms — h3https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/41847-efad3c04272c72b4.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/41847-efad3c04272c72b4.js — 200 — 7.7 KiB — 64 ms — h3https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/81399-b25cdce7e2a00e1c.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/81399-b25cdce7e2a00e1c.js — 200 — 6.9 KiB — 63 ms — h3
0 ms 500 ms 1.0 s 1.5 s FCP 1.0 s LCP 1.9 shttps://popularmechanics.com// https://popularmechanics.com/ — 301 — 385 B — 8 ms — h2https://www.popularmechanics.com/www.popularmechanics.com/ https://www.popularmechanics.com/ — 200 — 110.0 KiB — 116 ms — h2https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/webpack-6a36650e379a6b61.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/webpack-6a36650e379a6b61.js — 200 — 12.5 KiB — 14 ms — h2https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/framework-81603682134898a6.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/framework-81603682134898a6.js — 200 — 13.9 KiB — 8 ms — h2https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/main-d2f686aa31e32b32.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/main-d2f686aa31e32b32.js — 200 — 41.8 KiB — 24 ms — h2https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/pages/_templates/feed-2ac9a8ad0d959ea6.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/pages/_templates/feed-2ac9a8ad0d959ea6.js — 200 — 14.9 KiB — 8 ms — h2https://www.popularmechanics.com/api/styles.css?id=b90dc2c0-9798-4080-af18-08c125fbc8da&type=section&source=section%3Acustomwww.popularmechanics.com/api/styles... https://www.popularmechanics.com/api/styles.css?id=b90dc2c0-9798-4080-af18-08c125fbc8da&type=section&source=section%3Acustom — 200 — 34.6 KiB — 27 ms — h2https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — 200 — 9.1 KiB — 100 ms — h2https://www.popularmechanics.com/_assets/moapt/2.437.0/moapt-data.jswww.popularmechanics.com/_assets/mo... https://www.popularmechanics.com/_assets/moapt/2.437.0/moapt-data.js — 200 — 53.4 KiB — 43 ms — h3https://www.popularmechanics.com/_assets/moapt/2.437.0/moapt-bundle-hdm.jswww.popularmechanics.com/_assets/mo... https://www.popularmechanics.com/_assets/moapt/2.437.0/moapt-bundle-hdm.js — 200 — 57.7 KiB — 63 ms — h3https://www.popularmechanics.com/_assets/design-tokens/popularmechanics/static/fonts/RobotoMono.b9f4a81.woff2www.popularmechanics.com/_assets/de... https://www.popularmechanics.com/_assets/design-tokens/popularmechanics/static/fonts/RobotoMono.b9f4a81.woff2 — 200 — 32.7 KiB — 50 ms — h3https://www.popularmechanics.com/_assets/design-tokens/popularmechanics/static/images/logos/logo.a957255.svg?primary=%25231c6a65www.popularmechanics.com/_assets/de... https://www.popularmechanics.com/_assets/design-tokens/popularmechanics/static/images/logos/logo.a957255.svg?primary=%25231c6a65 — 200 — 2.4 KiB — 50 ms — h3https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/24084.a9b6c9b257c4fed5.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/24084.a9b6c9b257c4fed5.js — 200 — 3.6 KiB — 33 ms — h3https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/18492.e0fee10d4d6d64a0.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/18492.e0fee10d4d6d64a0.js — 200 — 4.7 KiB — 33 ms — h3https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/79189-7f9d3cffaa525262.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/79189-7f9d3cffaa525262.js — 200 — 3.0 KiB — 33 ms — h3https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/78999.a21b4fe0557146d0.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/78999.a21b4fe0557146d0.js — 200 — 5.6 KiB — 55 ms — h3https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/64788.07bc01df611beb78.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/64788.07bc01df611beb78.js — 200 — 2.1 KiB — 48 ms — h3https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/30722.305d6f233abcb73d.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/30722.305d6f233abcb73d.js — 200 — 2.8 KiB — 48 ms — h3https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/pages/_app-4f9afbaf363dcc46.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/pages/_app-4f9afbaf363dcc46.js — 200 — 27.6 KiB — 47 ms — h3https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/1e70892d-e98ad515256ffd0f.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/1e70892d-e98ad515256ffd0f.js — 200 — 12.4 KiB — 47 ms — h3https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/11407-e47f0fbb4466606f.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/11407-e47f0fbb4466606f.js — 200 — 10.0 KiB — 47 ms — h3https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/2110-4826507b46490df2.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/2110-4826507b46490df2.js — 200 — 6.2 KiB — 47 ms — h3https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/83498-acaf2aa3e53c64c2.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/83498-acaf2aa3e53c64c2.js — 200 — 22.3 KiB — 66 ms — h3https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/42240-a0d0da8b55d575fa.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/42240-a0d0da8b55d575fa.js — 200 — 7.5 KiB — 52 ms — h3https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/96872-7c9768b0df5117c9.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/96872-7c9768b0df5117c9.js — 200 — 14.8 KiB — 65 ms — h3https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/92949-e9259914c7313fc1.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/92949-e9259914c7313fc1.js — 200 — 16.9 KiB — 56 ms — h3https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/7921-657e3440d6399fdc.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/7921-657e3440d6399fdc.js — 200 — 10.9 KiB — 56 ms — h3https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/49910-08d2a938e9d0be4b.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/49910-08d2a938e9d0be4b.js — 200 — 9.2 KiB — 68 ms — h3https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/41847-efad3c04272c72b4.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/41847-efad3c04272c72b4.js — 200 — 7.7 KiB — 64 ms — h3https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/81399-b25cdce7e2a00e1c.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/81399-b25cdce7e2a00e1c.js — 200 — 6.9 KiB — 63 ms — h3https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/98756-a01c640eb8d92598.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/98756-a01c640eb8d92598.js — 200 — 5.3 KiB — 63 ms — h3https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/74011-55fecbe15c571fd6.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/74011-55fecbe15c571fd6.js — 200 — 43.0 KiB — 90 ms — h3https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/94370-578c836f372b7f07.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/94370-578c836f372b7f07.js — 200 — 7.2 KiB — 84 ms — h3https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/8758-d82b224e798dced0.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/8758-d82b224e798dced0.js — 200 — 10.2 KiB — 78 ms — h3https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/10016-1ca9340766716869.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/10016-1ca9340766716869.js — 200 — 13.8 KiB — 78 ms — h3https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/41403-2da79dbaee5537de.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/41403-2da79dbaee5537de.js — 200 — 1.6 KiB — 78 ms — h3https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/50756-32dbec233e51cab8.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/50756-32dbec233e51cab8.js — 200 — 18.0 KiB — 83 ms — h3https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/14687-ad249766f6a92b1d.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/14687-ad249766f6a92b1d.js — 200 — 5.5 KiB — 83 ms — h3https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/19356-b6f11d012c0c5539.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/19356-b6f11d012c0c5539.js — 200 — 4.8 KiB — 83 ms — h3https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/41926-5f0e6359f9e061fe.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/41926-5f0e6359f9e061fe.js — 200 — 13.8 KiB — 83 ms — h3https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/88526-206d599008f77ae1.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/88526-206d599008f77ae1.js — 200 — 4.6 KiB — 75 ms — h3https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/87326-68fb888044736b0f.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/87326-68fb888044736b0f.js — 200 — 2.7 KiB — 75 ms — h3https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/70150-067bd71e7388afdb.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/70150-067bd71e7388afdb.js — 200 — 14.6 KiB — 88 ms — h3https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/48261-a6f1def1e98c78be.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/48261-a6f1def1e98c78be.js — 200 — 11.0 KiB — 87 ms — h3https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/8402-5a025be8883dfe02.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/8402-5a025be8883dfe02.js — 200 — 5.2 KiB — 87 ms — h3https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/14605-5874922576fd71d1.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/14605-5874922576fd71d1.js — 200 — 6.4 KiB — 87 ms — h3https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/34666-eb5a01ab88167f97.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/34666-eb5a01ab88167f97.js — 200 — 9.1 KiB — 87 ms — h3https://www.popularmechanics.com/_assets/design-tokens/fre/static/icons/magnifying-glass-regular.94a1e62.svgwww.popularmechanics.com/_assets/de... https://www.popularmechanics.com/_assets/design-tokens/fre/static/icons/magnifying-glass-regular.94a1e62.svg — 200 — 919 B — 16 ms — h3https://hips.hearstapps.com/hmg-prod/images/an-old-abandoned-medieval-shipwrecked-a-sunken-royalty-free-image-1747774970.pjpeg?crop=1xw:0.88874xh;center,top&resize=1120:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/an-old-abandoned-medieval-shipwrecked-a-sunken-royalty-free-image-1747774970.pjpeg?crop=1xw:0.88874xh;center,top&resize=1120:* — 200 — 75.8 KiB — 44 ms — h2https://www.popularmechanics.com/_assets/design-tokens/fre/static/icons/headphones-regular.117021e.svg?primary=%2523000000www.popularmechanics.com/_assets/de... https://www.popularmechanics.com/_assets/design-tokens/fre/static/icons/headphones-regular.117021e.svg?primary=%2523000000 — 200 — 795 B — 28 ms — h3https://hips.hearstapps.com/hmg-prod/images/data-lines-ripple-with-us-flag-royalty-free-image-1622640957.jpg?crop=0.64703xw:1xh;center,top&resize=360:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/data-lines-ripple-with-us-flag-royalty-free-image-1622640957.jpg?crop=0.64703xw:1xh;center,top&resize=360:* — 200 — 51.3 KiB — 44 ms — h2https://hips.hearstapps.com/hmg-prod/images/4b05ae53-ec85-435a-9948-6a50679fed43.png?crop=0.665xw:1.00xh;0.168xw,0&resize=360:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/4b05ae53-ec85-435a-9948-6a50679fed43.png?crop=0.665xw:1.00xh;0.168xw,0&resize=360:* — 200 — 7.5 KiB — 43 ms — h2https://hips.hearstapps.com/hmg-prod/images/710f4c68-6cf9-41e1-9aed-059fe4c3cb34.jpeg?crop=0.777154724818xw:1xh;center,top&resize=360:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/710f4c68-6cf9-41e1-9aed-059fe4c3cb34.jpeg?crop=0.777154724818xw:1xh;center,top&resize=360:* — 200 — 15.2 KiB — 45 ms — h2https://hips.hearstapps.com/hmg-prod/images/62bf2eb1-1cb1-4822-9986-80275216b974.jpeg?crop=0.6666015625xw:1xh;center,top&resize=360:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/62bf2eb1-1cb1-4822-9986-80275216b974.jpeg?crop=0.6666015625xw:1xh;center,top&resize=360:* — 200 — 32.2 KiB — 45 ms — h2https://hips.hearstapps.com/hmg-prod/images/heart-trace-and-da-vinci-drawing-royalty-free-illustration-1754657296.pjpeg?crop=1.00xw:1.00xh;0,0&resize=360:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/heart-trace-and-da-vinci-drawing-royalty-free-illustration-1754657296.pjpeg?crop=1.00xw:1.00xh;0,0&resize=360:* — 200 — 40.2 KiB — 43 ms — h2https://www.popularmechanics.com/_assets/design-tokens/fre/static/fonts/inter-v3-latin-700.8b8011b.woff2www.popularmechanics.com/_assets/de... https://www.popularmechanics.com/_assets/design-tokens/fre/static/fonts/inter-v3-latin-700.8b8011b.woff2 — 200 — 18.2 KiB — 7 ms — h3https://www.popularmechanics.com/_assets/design-tokens/popularmechanics/static/fonts/work-sans-latin-600.62f942d.woff2www.popularmechanics.com/_assets/de... https://www.popularmechanics.com/_assets/design-tokens/popularmechanics/static/fonts/work-sans-latin-600.62f942d.woff2 — 200 — 21.2 KiB — 8 ms — h3https://www.popularmechanics.com/_assets/design-tokens/popularmechanics/static/fonts/UnitedSansCdBk.cde089b.woff2www.popularmechanics.com/_assets/de... https://www.popularmechanics.com/_assets/design-tokens/popularmechanics/static/fonts/UnitedSansCdBk.cde089b.woff2 — 200 — 42.2 KiB — 19 ms — h3https://securepubads.g.doubleclick.net/tag/js/gpt.jssecurepubads.g.doubleclick.net/tag/... https://securepubads.g.doubleclick.net/tag/js/gpt.js — 200 — 34.2 KiB — 58 ms — h3https://hips.hearstapps.com/hmg-prod/images/7652cb1e-68b8-4d6c-ac96-b62a18cda215.jpg?crop=0.666666666667xw:1xh;center,top&resize=360:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/7652cb1e-68b8-4d6c-ac96-b62a18cda215.jpg?crop=0.666666666667xw:1xh;center,top&resize=360:* — 200 — 60.9 KiB — 32 ms — h2https://hips.hearstapps.com/hmg-prod/images/e93b8b68-eed7-4e4d-abc2-744214f21fb7.jpg?crop=0.666571428571xw:1xh;center,top&resize=360:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/e93b8b68-eed7-4e4d-abc2-744214f21fb7.jpg?crop=0.666571428571xw:1xh;center,top&resize=360:* — 200 — 38.2 KiB — 28 ms — h2https://hips.hearstapps.com/hmg-prod/images/mayan-culture-wall-art-royalty-free-image-1719604333.jpg?crop=0.665xw:1.00xh;0.168xw,0&resize=360:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/mayan-culture-wall-art-royalty-free-image-1719604333.jpg?crop=0.665xw:1.00xh;0.168xw,0&resize=360:* — 200 — 41.2 KiB — 26 ms — h2https://hips.hearstapps.com/hmg-prod/images/cc42530c-c199-47d9-b79c-8bf7bc3d597a.jpeg?crop=1xw:1.0xh;center,top&resize=360:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/cc42530c-c199-47d9-b79c-8bf7bc3d597a.jpeg?crop=1xw:1.0xh;center,top&resize=360:* — 200 — 11.3 KiB — 34 ms — h2https://hips.hearstapps.com/hmg-prod/images/1b3231bc-a442-4161-a647-1988c3d00051.jpeg?crop=0.666666666667xw:1xh;center,top&resize=360:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/1b3231bc-a442-4161-a647-1988c3d00051.jpeg?crop=0.666666666667xw:1xh;center,top&resize=360:* — 200 — 20.4 KiB — 36 ms — h2https://hips.hearstapps.com/hmg-prod/images/roman-necropolis-on-the-coast-in-san-giovanni-in-royalty-free-image-1761080154.pjpeg?crop=0.66418xw:1xh;center,top&resize=360:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/roman-necropolis-on-the-coast-in-san-giovanni-in-royalty-free-image-1761080154.pjpeg?crop=0.66418xw:1xh;center,top&resize=360:* — 200 — 43.8 KiB — 34 ms — h2https://hips.hearstapps.com/hmg-prod/images/sparse-hair-and-bald-head-problem-on-a-grey-royalty-free-image-1752084841.pjpeg?crop=0.670xw:1.00xh;0.165xw,0&resize=360:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/sparse-hair-and-bald-head-problem-on-a-grey-royalty-free-image-1752084841.pjpeg?crop=0.670xw:1.00xh;0.165xw,0&resize=360:* — 200 — 12.3 KiB — 44 ms — h2https://hips.hearstapps.com/hmg-prod/images/5ead1717-0f80-4f8e-bc93-ec9137cad3db.jpeg?crop=0.562461538462xw:1xh;center,top&resize=360:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/5ead1717-0f80-4f8e-bc93-ec9137cad3db.jpeg?crop=0.562461538462xw:1xh;center,top&resize=360:* — 200 — 45.9 KiB — 35 ms — h2https://hips.hearstapps.com/hmg-prod/images/c7a8cec6-9e55-4766-902c-72ae08008b34.jpeg?crop=0.666666666667xw:1xh;center,top&resize=360:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/c7a8cec6-9e55-4766-902c-72ae08008b34.jpeg?crop=0.666666666667xw:1xh;center,top&resize=360:* — 200 — 51.8 KiB — 28 ms — h2https://hips.hearstapps.com/hmg-prod/images/60801611-3d79-4f12-ac3a-24632d37e027.jpeg?crop=0.472xw:0.84xh;0.264xw,0.16xh&resize=360:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/60801611-3d79-4f12-ac3a-24632d37e027.jpeg?crop=0.472xw:0.84xh;0.264xw,0.16xh&resize=360:* — 200 — 9.8 KiB — 44 ms — h2https://www.popularmechanics.com/_assets/moapt/2.437.0/moapt-bidder-pb-hdm.10.23.0.jswww.popularmechanics.com/_assets/mo... https://www.popularmechanics.com/_assets/moapt/2.437.0/moapt-bidder-pb-hdm.10.23.0.js — 200 — 107.7 KiB — 31 ms — h3https://hips.hearstapps.com/hmg-prod/images/ancient-map-showing-phases-of-moon-with-photos-of-royalty-free-image-1722519802.jpg?crop=0.668xw:1.00xh;0.0680xw,0&resize=360:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/ancient-map-showing-phases-of-moon-with-photos-of-royalty-free-image-1722519802.jpg?crop=0.668xw:1.00xh;0.0680xw,0&resize=360:* — 200 — 26.9 KiB — 44 ms — h2https://hips.hearstapps.com/hmg-prod/images/1c28b416-661d-4123-a85a-a7e11da8077a.jpeg?crop=0.666730769231xw:1xh;center,top&resize=360:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/1c28b416-661d-4123-a85a-a7e11da8077a.jpeg?crop=0.666730769231xw:1xh;center,top&resize=360:* — 200 — 9.7 KiB — 45 ms — h2https://hips.hearstapps.com/hmg-prod/images/555ea0e5-a3d0-4d8e-8707-6dc99c9b351c.jpeg?crop=0.66729589429xw:1xh;center,top&resize=360:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/555ea0e5-a3d0-4d8e-8707-6dc99c9b351c.jpeg?crop=0.66729589429xw:1xh;center,top&resize=360:* — 200 — 50.6 KiB — 48 ms — h2https://hips.hearstapps.com/hmg-prod/images/fkt240708-after-mapping-kw14176-enhanced-66e1d052d5475.jpg?crop=1.00xw:0.923xh;0,0&resize=360:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/fkt240708-after-mapping-kw14176-enhanced-66e1d052d5475.jpg?crop=1.00xw:0.923xh;0,0&resize=360:* — 200 — 24.6 KiB — 38 ms — h2https://hips.hearstapps.com/hmg-prod/images/e6c4aefc-e3c9-40bc-a087-015cd8bcfac7.jpeg?crop=0.666195190948xw:1xh;center,top&resize=360:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/e6c4aefc-e3c9-40bc-a087-015cd8bcfac7.jpeg?crop=0.666195190948xw:1xh;center,top&resize=360:* — 200 — 27.4 KiB — 34 ms — h2https://hips.hearstapps.com/hmg-prod/images/f2f806ab-745b-4cc1-8341-ae7c74595e37.jpeg?crop=0.964xw:0.727xh;0.022xw,0.07xh&resize=1120:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/f2f806ab-745b-4cc1-8341-ae7c74595e37.jpeg?crop=0.964xw:0.727xh;0.022xw,0.07xh&resize=1120:* — 200 — 143.1 KiB — 49 ms — h2https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/23593.2f1b5207ca1ca970.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/23593.2f1b5207ca1ca970.js — 200 — 643 B — 379 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 — 10 ms — h2https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/16007.bf16fa5d0bba7bb3.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/16007.bf16fa5d0bba7bb3.js — 200 — 6.8 KiB — 3 ms — h3https://www.popularmechanics.com/api/feed-content/?id=b90dc2c0-9798-4080-af18-08c125fbc8da&type=section&limit=12&token=1&offset=1&params=%7B%22isHomePage%22%3Atrue%2C%22contentSectionEnabled%22%3Atrue%2C%22includeClassifierResults%22%3Afalse%7Dwww.popularmechanics.com/api/feed-c... https://www.popularmechanics.com/api/feed-content/?id=b90dc2c0-9798-4080-af18-08c125fbc8da&type=section&limit=12&token=1&offset=1&params=%7B%22isHomePage%22%3Atrue%2C%22contentSectionEnabled%22%3Atrue%2C%22includeClassifierResults%22%3Afalse%7D — 200 — 7.8 KiB — 4 ms — h3https://cdn.cookielaw.org/consent/4a26cfdb-2c0c-40f8-972f-558d4bebc170/4a26cfdb-2c0c-40f8-972f-558d4bebc170.jsoncdn.cookielaw.org/consent/4a26cfdb-... https://cdn.cookielaw.org/consent/4a26cfdb-2c0c-40f8-972f-558d4bebc170/4a26cfdb-2c0c-40f8-972f-558d4bebc170.json — 200 — 2.7 KiB — 97 ms — h2https://www.popularmechanics.com/science/archaeology/a71085888/sweden-six-shipwrecks-discovery/www.popularmechanics.com/science/ar... https://www.popularmechanics.com/science/archaeology/a71085888/sweden-six-shipwrecks-discovery/ — 200 — 110.9 KiB — 21 ms — h3https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/97235.3166351f6dd4ffcb.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/97235.3166351f6dd4ffcb.js — 200 — 7.3 KiB — 12 ms — h3https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/35150.b57d156d52327677.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/35150.b57d156d52327677.js — 200 — 1.8 KiB — 11 ms — h3https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/95371.c563afab535bb851.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/95371.c563afab535bb851.js — 200 — 2.2 KiB — 13 ms — h3https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/59941.837b1c4152e58e39.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/59941.837b1c4152e58e39.js — 200 — 1.3 KiB — 9 ms — h3https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/media/polyfills.script.5251d011.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/media/polyfills.script.5251d011.js — 200 — 868 B — 10 ms — h3https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/64301.d6a640fec93e3a76.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/64301.d6a640fec93e3a76.js — 200 — 25.4 KiB — 8 ms — h3https://assets.hearstapps.com/commerce/release/affiliate-bundle.8.8.2.jsassets.hearstapps.com/commerce/rele... https://assets.hearstapps.com/commerce/release/affiliate-bundle.8.8.2.js — 200 — 18.6 KiB — 4 ms — h2https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/media/cmp.script.f10e1a9b.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/media/cmp.script.f10e1a9b.js — 200 — 5.4 KiB — 3 ms — h3https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/93914.cbf34291e989f9e3.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/93914.cbf34291e989f9e3.js — 200 — 1.2 KiB — 3 ms — h3https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/66386.81d1dd29b35e559e.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/66386.81d1dd29b35e559e.js — 200 — 3.1 KiB — 3 ms — h3https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/pages/_templates/standard-article-676e1d9533bab728.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/pages/_templates/standard-article-676e1d9533bab728.js — 200 — 4.1 KiB — 8 ms — h3https://www.popularmechanics.com/api/styles.css?id=a4f9566a-1fd0-484c-b731-150b9bda9ffa&type=site&slugs=article&source=content%3Astandard-articlewww.popularmechanics.com/api/styles... https://www.popularmechanics.com/api/styles.css?id=a4f9566a-1fd0-484c-b731-150b9bda9ffa&type=site&slugs=article&source=content%3Astandard-article — 200 — 41.7 KiB — 23 ms — h3https://geolocation.onetrust.com/cookieconsentpub/v1/geo/locationgeolocation.onetrust.com/cookiecons... https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location — 200 — 303 B — 97 ms — h2https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/31516.168991a531a40857.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/31516.168991a531a40857.js — 200 — 9.3 KiB — 14 ms — h3https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/69438.3eddb8aaf763edda.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/69438.3eddb8aaf763edda.js — 200 — 2.6 KiB — 13 ms — h3https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/82623.231b6a8105227dae.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/82623.231b6a8105227dae.js — 200 — 5.8 KiB — 5 ms — h3https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/39542.8fadc92633602a3d.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/39542.8fadc92633602a3d.js — 200 — 1.4 KiB — 3 ms — h3https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/29532.3d5d37978e7923d9.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/29532.3d5d37978e7923d9.js — 200 — 10.2 KiB — 5 ms — h3https://www.popularmechanics.com/_assets/design-tokens/fre/static/icons/envelope-simple-regular.91a0134.svg?primary=%2523ffffffwww.popularmechanics.com/_assets/de... https://www.popularmechanics.com/_assets/design-tokens/fre/static/icons/envelope-simple-regular.91a0134.svg?primary=%2523ffffff — 200 — 712 B — 5 ms — h3https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/74394.3f0caca7d935bb63.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/74394.3f0caca7d935bb63.js — 200 — 7.4 KiB — 7 ms — h3https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/97303.1ca54da8983d469f.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/97303.1ca54da8983d469f.js — 200 — 5.1 KiB — 4 ms — h3https://cdn.cookielaw.org/scripttemplates/202602.1.0/otBannerSdk.jscdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202602.1.0/otBannerSdk.js — 200 — 129.0 KiB — 49 ms — h2https://heimdall.hearstapps.com/voltronheimdall.hearstapps.com/voltron https://heimdall.hearstapps.com/voltron — 200 — 0 B — 107 ms — h2https://hips.hearstapps.com/hmg-prod/images/pop-kids-electric-scooter-6758a67a56bf5.jpg?crop=0.502xw:1.00xh;0.498xw,0&resize=360:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/pop-kids-electric-scooter-6758a67a56bf5.jpg?crop=0.502xw:1.00xh;0.498xw,0&resize=360:* — 200 — 18.9 KiB — 9 ms — h2https://hips.hearstapps.com/hmg-prod/images/televisions-001-68af6a92df181.jpg?crop=0.572xw:0.858xh;0.204xw,0.0660xh&resize=360:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/televisions-001-68af6a92df181.jpg?crop=0.572xw:0.858xh;0.204xw,0.0660xh&resize=360:* — 200 — 44.9 KiB — 28 ms — h2https://hips.hearstapps.com/hmg-prod/images/5134efac-c4c0-4708-8a31-8e89cad6111c.jpg?crop=0.75xw:1xh;center,top&resize=360:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/5134efac-c4c0-4708-8a31-8e89cad6111c.jpg?crop=0.75xw:1xh;center,top&resize=360:* — 200 — 15.2 KiB — 23 ms — h2https://hips.hearstapps.com/hmg-prod/images/91193a6c-4a45-4bcd-bfb5-d754306687e8.jpeg?crop=0.666736886455xw:1xh;center,top&resize=360:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/91193a6c-4a45-4bcd-bfb5-d754306687e8.jpeg?crop=0.666736886455xw:1xh;center,top&resize=360:* — 200 — 30.1 KiB — 14 ms — h2https://hips.hearstapps.com/hmg-prod/images/b8a2ca1b-3ff3-42cd-ad7e-d8d434b58370.jpeg?crop=0.666666666667xw:1xh;center,top&resize=360:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/b8a2ca1b-3ff3-42cd-ad7e-d8d434b58370.jpeg?crop=0.666666666667xw:1xh;center,top&resize=360:* — 200 — 47.6 KiB — 9 ms — h2https://hips.hearstapps.com/hmg-prod/images/photo-shows-what-former-rodeo-rider-roger-patterson-said-is-news-photo-517258962-1559760429.jpg?crop=1.00xw:0.680xh;0,0&resize=360:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/photo-shows-what-former-rodeo-rider-roger-patterson-said-is-news-photo-517258962-1559760429.jpg?crop=1.00xw:0.680xh;0,0&resize=360:* — 200 — 15.7 KiB — 24 ms — h2https://hips.hearstapps.com/hmg-prod/images/fingerprint-markings-on-a-memory-necklace-shaped-as-royalty-free-image-1734384582.pjpeg?crop=0.66667xw:1xh;center,top&resize=360:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/fingerprint-markings-on-a-memory-necklace-shaped-as-royalty-free-image-1734384582.pjpeg?crop=0.66667xw:1xh;center,top&resize=360:* — 200 — 8.2 KiB — 13 ms — h2https://hips.hearstapps.com/hmg-prod/images/1e646580-342e-4d84-bd97-955748785089.jpg?crop=0.497xw:0.663xh;0.254xw,0.121xh&resize=360:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/1e646580-342e-4d84-bd97-955748785089.jpg?crop=0.497xw:0.663xh;0.254xw,0.121xh&resize=360:* — 200 — 12.9 KiB — 22 ms — h2https://hips.hearstapps.com/hmg-prod/images/895800fd-fdaa-4a2f-8a9a-9e448727ca10.jpg?crop=0.666666666667xw:1xh;center,top&resize=360:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/895800fd-fdaa-4a2f-8a9a-9e448727ca10.jpg?crop=0.666666666667xw:1xh;center,top&resize=360:* — 200 — 21.9 KiB — 25 ms — h2https://hips.hearstapps.com/hmg-prod/images/d73cd8d3-bea7-44f7-8fd1-528fd91c202b.jpeg?crop=0.761xw:1xh;center,top&resize=360:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/d73cd8d3-bea7-44f7-8fd1-528fd91c202b.jpeg?crop=0.761xw:1xh;center,top&resize=360:* — 200 — 12.5 KiB — 17 ms — h2https://hips.hearstapps.com/hmg-prod/images/7ba8b6b1-9aa7-47d9-8d5a-cbc2b732ec5c.jpg?crop=0.5xw:1xh;0.5xw,0xh&resize=360:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/7ba8b6b1-9aa7-47d9-8d5a-cbc2b732ec5c.jpg?crop=0.5xw:1xh;0.5xw,0xh&resize=360:* — 200 — 13.8 KiB — 26 ms — h2https://hips.hearstapps.com/hmg-prod/images/fbee591a-610d-49c3-bdd5-bf42a6f048c5.jpg?crop=0.65xw:0.975xh;0.192xw,0.025xh&resize=360:*hips.hearstapps.com/hmg-prod/images... https://hips.hearstapps.com/hmg-prod/images/fbee591a-610d-49c3-bdd5-bf42a6f048c5.jpg?crop=0.65xw:0.975xh;0.192xw,0.025xh&resize=360:* — 200 — 25.8 KiB — 31 ms — h2https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/32567.77c6be1206ee852f.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/chunks/32567.77c6be1206ee852f.js — 200 — 4.2 KiB — 18 ms — h3https://heimdall.hearstapps.com/voltronheimdall.hearstapps.com/voltron https://heimdall.hearstapps.com/voltron — 200 — 72 B — 122 ms — h2https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.jssecurepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js — 200 — 187.7 KiB — 72 ms — h3https://cdn.cookielaw.org/consent/4a26cfdb-2c0c-40f8-972f-558d4bebc170/01965dc6-7616-7f64-a40f-9614ab143e38/en.jsoncdn.cookielaw.org/consent/4a26cfdb-... https://cdn.cookielaw.org/consent/4a26cfdb-2c0c-40f8-972f-558d4bebc170/01965dc6-7616-7f64-a40f-9614ab143e38/en.json — 200 — 56.1 KiB — 68 ms — h2https://cdn.cookielaw.org/vendorlist/iab2V2Data.jsoncdn.cookielaw.org/vendorlist/iab2V2... https://cdn.cookielaw.org/vendorlist/iab2V2Data.json — 200 — 86.8 KiB — 59 ms — h2https://cdn.cookielaw.org/vendorlist/googleData.jsoncdn.cookielaw.org/vendorlist/google... https://cdn.cookielaw.org/vendorlist/googleData.json — 200 — 19.4 KiB — 57 ms — h2https://cdn.cookielaw.org/scripttemplates/202602.1.0/otTCF.jscdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202602.1.0/otTCF.js — 200 — 17.7 KiB — 34 ms — h2https://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 — 41 ms — h3https://cdn.cookielaw.org/scripttemplates/202602.1.0/assets/otCenterRounded.jsoncdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202602.1.0/assets/otCenterRounded.json — 200 — 2.9 KiB — 37 ms — h2https://cdn.cookielaw.org/scripttemplates/202602.1.0/assets/otCommonStyles.csscdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202602.1.0/assets/otCommonStyles.css — 200 — 4.7 KiB — 35 ms — h2https://c.amazon-adsystem.com/aax2/apstag.jsc.amazon-adsystem.com/aax2/apstag.j... https://c.amazon-adsystem.com/aax2/apstag.js — 200 — 91.0 KiB — 85 ms — h2https://www.popularmechanics.com/_assets/design-tokens/popularmechanics/static/images/logos/logo.a957255.svgwww.popularmechanics.com/_assets/de... https://www.popularmechanics.com/_assets/design-tokens/popularmechanics/static/images/logos/logo.a957255.svg — 200 — 2.7 KiB — 4 ms — h3https://www.popularmechanics.com/_assets/design-tokens/popularmechanics/static/images/favicon.ee0d102.icowww.popularmechanics.com/_assets/de... https://www.popularmechanics.com/_assets/design-tokens/popularmechanics/static/images/favicon.ee0d102.ico — 200 — 4.5 KiB — 6 ms — h3https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/media/tag-manager.script.96237b8b.jswww.popularmechanics.com/_assets/fr... https://www.popularmechanics.com/_assets/fre/scopes/hdm/_next/static/media/tag-manager.script.96237b8b.js — 200 — 1.0 KiB — 5 ms — h3https://nexus.ensighten.com/hearst/mag/Bootstrap.jsnexus.ensighten.com/hearst/mag/Boot... https://nexus.ensighten.com/hearst/mag/Bootstrap.js — 200 — 18.6 KiB — 44 ms — h3https://c.amazon-adsystem.com/bao-csm/aps-comm/aps_csm.jsc.amazon-adsystem.com/bao-csm/aps-c... https://c.amazon-adsystem.com/bao-csm/aps-comm/aps_csm.js — 200 — 3.1 KiB — 54 ms — h2https://nexus.ensighten.com/hearst/mag/serverComponent.php?namespace=Bootstrapper&staticJsPath=nexus.ensighten.com/hearst/mag/code/&ClientID=109&PageID=https%3A%2F%2Fwww.popularmechanics.com%2F%3Fgdpr%3Dtrue%26selfhostedads%3Don%26template%3DHomepage%26brand%3Dpopularmechanics%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.popularmechanics.com%2F%3Fgdpr%3Dtrue%26selfhostedads%3Don%26template%3DHomepage%26brand%3Dpopularmechanics%26locale%3Den-us — 200 — 621 B — 81 ms — h3https://nexus.ensighten.com/hearst/mag/code/8a68658ae16f17a83a49d4d4959ebbbf.js?conditionId0=256210nexus.ensighten.com/hearst/mag/code... https://nexus.ensighten.com/hearst/mag/code/8a68658ae16f17a83a49d4d4959ebbbf.js?conditionId0=256210 — 200 — 1.2 KiB — 27 ms — h3https://nexus.ensighten.com/hearst/mag/code/d093f738bcba5116482bc651285bf168.js?conditionId0=4954687nexus.ensighten.com/hearst/mag/code... https://nexus.ensighten.com/hearst/mag/code/d093f738bcba5116482bc651285bf168.js?conditionId0=4954687 — 200 — 1.8 KiB — 24 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 — 27 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 1180ms · 442KB · $22/mo
Unattributable
Other
Costly
Execution 379ms
Transfer 0 KB
Monthly Cost $7/mo
www.popularmechanics.com
Other
Costly
Execution 218ms
Transfer 15 KB
Monthly Cost $4/mo
www.popularmechanics.com
Other
Costly
Execution 217ms
Transfer 110 KB
Monthly Cost $4/mo
www.popularmechanics.com
Other
Optional
Execution 177ms
Transfer 14 KB
Monthly Cost $3/mo
www.popularmechanics.com
Other
Optional
Execution 68ms
Transfer 7 KB
Monthly Cost $1/mo
www.popularmechanics.com
Other
Optional
Execution 65ms
Transfer 108 KB
Unused 79%
Monthly Cost $1/mo
securepubads.g.doubleclick.net
Other
Optional
Execution 57ms
Transfer 188 KB
Unused 75%
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • Unattributable adds 379ms and costs ~$7/month
  • www.popularmechanics.com adds 218ms and costs ~$4/month
  • www.popularmechanics.com adds 217ms and costs ~$4/month

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

Why this matters

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

Learn more

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

Source: web.dev

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

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

Why this matters

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

Source: web.dev

www.popularmechanics.com takes 217ms 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

79% of www.popularmechanics.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

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