Skip to content
https://familyhandyman.com

Performance

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

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

93
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
99
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
81
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
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.

877 ms

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

1.28 s

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

107 ms

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

0.000

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

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

1.48 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
15
6 PASS 3 REVIEW 4 FIX
D
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 (1.6 MiB of 1.6 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Bundles
Action
24 scripts, 156 KB unused
FIX
24 scripts, 156 KB unused
Warning::
https://cdn.ketchjs.com/ketchtag/stable/v2.12/ketc...: 106 KB unused (41%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.familyhandyman.com/wp-includes/js/jque...: 49 KB unused (59%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.familyhandyman.com/wp-includes/js/jque...: unminified — 43 KB could be saved
Info::
Total unused JavaScript: 156 KB
156 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://cdn.ketchjs.com/ketchtag/stable/v2.12/ketch-sdk.js259 KB106 KB (41%)3rd
https://www.familyhandyman.com/wp-includes/js/jquery/jquery.js?ver=1.0.084 KB49 KB (59%)3rd
https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da177152312451611 KB3rd
https://www.familyhandyman.com/wp-content/plugins/tmbi-generic-data-api/js/tmbi-carousel-shortcode.js?ver=1.0.01 KB3rd
https://www.familyhandyman.com/wp-content/plugins/tmbi-ad-density/js/ad-density-ga-integration.js?ver=9.0.01 KB3rd
https://www.familyhandyman.com/wp-content/plugins/tmbi-ad-density/js/ad-density-gam-integration.js?ver=9.0.00 KB3rd
https://www.familyhandyman.com/wp-content/mu-plugins/tmbi-js-utils/js/js-util-query.js?ver=1.2.01 KB3rd
https://www.familyhandyman.com/wp-content/themes/bumblebee/js/cm-ribbon.js?ver=28.1.11 KB3rd
https://www.familyhandyman.com/wp-content/themes/bumblebee/js/src/carousel.js?ver=28.1.13 KB3rd
https://www.familyhandyman.com/wp-content/plugins/tmbi-amazon-affiliate/assets/js/amazon-affiliate-tracking.js?ver=3.0.11 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

D
Page Weight Inventory
Action
94 resources · 1.6 MB · 156 KB savings available
FIX
94 resources · 1.6 MB · 156 KB savings available
Warning::
Page weight 622 KB over 1MB target
Got: 1.6 MB Expected: ≤ 1 MB
Info::
~156 KB of savings available
Warning::
93 third-party resources (100% of weight)
Info::
1 resources over 200KB
94 resources · 1.6 MiB · 93 third-party 622.4 KiB over 1MB target
Image 34% · 565.1 KiB
JavaScript 24% · 401.8 KiB
Other 17% · 277.2 KiB
Font 17% · 274.9 KiB
CSS 5% · 83.0 KiB
Document 3% · 44.4 KiB

~155.7 KiB of savings available

Remove unused JavaScript: 155.7 KiB
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

C
Page Weight Budget
Action
1.6 MB transferred, 94 requests
REVIEW
1.6 MB transferred, 94 requests
Info::
Page weighs 9.9 MB (1.6 MB transferred)
Info::
Fonts are 275 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 275 KB
Info::
94 HTTP requests
Info::
Estimated 0.34 g CO2 per page load
1.6 MB / 2.4 MB budget
1.6 MB transferred
94 requests
0.34 g CO2 per page load
Images 564.4 KiB 34%
JavaScript 401.8 KiB 24%
Fonts 274.9 KiB 17%
Other 186.2 KiB 11%
Other 89.9 KiB 5%
CSS 83.0 KiB 5%
HTML 44.4 KiB 3%
Other 1.5 KiB 0%
Other 358 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Approaching limit

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

C
Image Optimization
Action
41 images, 0 KB saveable
REVIEW
41 images, 0 KB saveable
Warning::
https://www.familyhandyman.com/wp-content/uploads/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.familyhandyman.com/wp-content/uploads/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.familyhandyman.com/wp-content/uploads/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.familyhandyman.com/wp-content/uploads/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.familyhandyman.com/wp-content/uploads/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.familyhandyman.com/wp-content/uploads/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.familyhandyman.com/wp-content/uploads/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://global.ketchcdn.com/web/v2/assetsv1/orgs/t... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.familyhandyman.com/wp-content/uploads/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.familyhandyman.com/wp-content/uploads/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.familyhandyman.com/wp-content/uploads/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.familyhandyman.com/wp-content/uploads/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.familyhandyman.com/wp-content/uploads/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.familyhandyman.com/wp-content/uploads/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.familyhandyman.com/wp-content/uploads/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.familyhandyman.com/wp-content/uploads/... 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.
41 images 564 KB
0 oversized -0 KB
37 legacy format
17 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

Performance issues directly impact user engagement and conversion rates.

B
JS Execution Cost
800ms total JS execution
REVIEW
800ms total JS execution
Warning::
https://cdn.ketchjs.com/ketchtag/stable/v2.12/ketc...: 294ms CPU time
Info::
Unattributable: 241ms CPU time
Info::
https://www.familyhandyman.com/: 203ms CPU time
Info::
https://www.familyhandyman.com/cdn-cgi/challenge-p...: 62ms CPU time
Warning::
Third-party scripts: 800ms (100% of total)

Main Thread Breakdown

Script Evaluation 45% Other 28% Style & Layout 14% Script Parsing & Compilation 5% Parse HTML & CSS 4%
ScriptTotalScriptingParse/CompileParty
https://cdn.ketchjs.com/ketchtag/stable/v2.12/ketch-sdk.js294ms237ms30ms3rd
Unattributable241ms28ms0ms3rd
https://www.familyhandyman.com/203ms22ms2ms3rd
https://www.familyhandyman.com/cdn-cgi/challenge-platform/scripts/jsd/main.js62ms59ms1ms3rd
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
6 fonts (275 KB)
PASS
6 fonts (275 KB)
Info::
6 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

6

275 KB total

Render-blocking

0

of 6

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s FCP 877 ms LCP 1.3 shttps://www.familyhandyman.com/wp-content/themes/bumblebee/google-fonts/Mulish-Regular.woff2Mulish-Regular.woff2 https://www.familyhandyman.com/wp-content/themes/bumblebee/google-fonts/Mulish-Regular.woff2 — 35.6 KiB — 84 ms — font-display: swaphttps://www.familyhandyman.com/wp-content/themes/bumblebee/google-fonts/Mulish-Bold.woff2Mulish-Bold.woff2 https://www.familyhandyman.com/wp-content/themes/bumblebee/google-fonts/Mulish-Bold.woff2 — 35.4 KiB — 46 ms — font-display: swaphttps://www.familyhandyman.com/wp-content/themes/bumblebee/google-fonts/Mulish-ExtraBold.woff2Mulish-ExtraBold.woff2 https://www.familyhandyman.com/wp-content/themes/bumblebee/google-fonts/Mulish-ExtraBold.woff2 — 35.8 KiB — 43 ms — font-display: swaphttps://www.familyhandyman.com/wp-content/themes/bumblebee/google-fonts/Mulish-Italic.woff2Mulish-Italic.woff2 https://www.familyhandyman.com/wp-content/themes/bumblebee/google-fonts/Mulish-Italic.woff2 — 38.2 KiB — 84 ms — font-display: swaphttps://www.familyhandyman.com/wp-content/themes/bumblebee/google-fonts/Bitter-Bold.woff2Bitter-Bold.woff2 https://www.familyhandyman.com/wp-content/themes/bumblebee/google-fonts/Bitter-Bold.woff2 — 63.8 KiB — 84 ms — font-display: swaphttps://www.familyhandyman.com/wp-content/themes/bumblebee/google-fonts/Bitter-ExtraBold.woff2Bitter-ExtraBold.woff2 https://www.familyhandyman.com/wp-content/themes/bumblebee/google-fonts/Bitter-ExtraBold.woff2 — 66.2 KiB — 34 ms — font-display: swap
Mulish-Regular.woff2 woff2 swap
Size 36 KB
Load time 84 ms
Start 111 ms
Risk FOUT — text flashes from fallback to web font
Mulish-Bold.woff2 woff2 swap
Size 35 KB
Load time 46 ms
Start 112 ms
Risk FOUT — text flashes from fallback to web font
Mulish-ExtraBold.woff2 woff2 swap
Size 36 KB
Load time 43 ms
Start 112 ms
Risk FOUT — text flashes from fallback to web font
Mulish-Italic.woff2 woff2 swap
Size 38 KB
Load time 84 ms
Start 113 ms
Risk FOUT — text flashes from fallback to web font
Bitter-Bold.woff2 woff2 swap
Size 64 KB
Load time 84 ms
Start 113 ms
Risk FOUT — text flashes from fallback to web font
Bitter-ExtraBold.woff2 woff2 swap
Size 66 KB
Load time 34 ms
Start 313 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
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Cloudflare

Network Waterfall
94 requests over 2126ms
INFO
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 877 ms LCP 1.3 shttps://familyhandyman.com// https://familyhandyman.com/ — 301 — 389 B — 59 ms — h2https://www.familyhandyman.com/www.familyhandyman.com/ https://www.familyhandyman.com/ — 200 — 44.4 KiB — 43 ms — h2https://www.familyhandyman.com/wp-content/themes/bumblebee/google-fonts/Mulish-Regular.woff2www.familyhandyman.com/wp-content/t... https://www.familyhandyman.com/wp-content/themes/bumblebee/google-fonts/Mulish-Regular.woff2 — 200 — 35.6 KiB — 84 ms — h2https://www.familyhandyman.com/wp-content/themes/bumblebee/google-fonts/Mulish-Bold.woff2www.familyhandyman.com/wp-content/t... https://www.familyhandyman.com/wp-content/themes/bumblebee/google-fonts/Mulish-Bold.woff2 — 200 — 35.4 KiB — 46 ms — h2https://www.familyhandyman.com/wp-content/themes/bumblebee/google-fonts/Mulish-ExtraBold.woff2www.familyhandyman.com/wp-content/t... https://www.familyhandyman.com/wp-content/themes/bumblebee/google-fonts/Mulish-ExtraBold.woff2 — 200 — 35.8 KiB — 43 ms — h2https://www.familyhandyman.com/wp-content/themes/bumblebee/google-fonts/Mulish-Italic.woff2www.familyhandyman.com/wp-content/t... https://www.familyhandyman.com/wp-content/themes/bumblebee/google-fonts/Mulish-Italic.woff2 — 200 — 38.2 KiB — 84 ms — h2https://www.familyhandyman.com/wp-content/themes/bumblebee/google-fonts/Bitter-Bold.woff2www.familyhandyman.com/wp-content/t... https://www.familyhandyman.com/wp-content/themes/bumblebee/google-fonts/Bitter-Bold.woff2 — 200 — 63.8 KiB — 84 ms — h2https://www.familyhandyman.com/wp-content/themes/bumblebee/homepage-2022.css?ver=28.1.1www.familyhandyman.com/wp-content/t... https://www.familyhandyman.com/wp-content/themes/bumblebee/homepage-2022.css?ver=28.1.1 — 200 — 7.9 KiB — 78 ms — h2https://www.familyhandyman.com/wp-content/themes/bumblebee/header.css?ver=28.1.1www.familyhandyman.com/wp-content/t... https://www.familyhandyman.com/wp-content/themes/bumblebee/header.css?ver=28.1.1 — 200 — 7.6 KiB — 72 ms — h2https://www.familyhandyman.com/wp-content/themes/bumblebee/style.css?ver=28.1.1www.familyhandyman.com/wp-content/t... https://www.familyhandyman.com/wp-content/themes/bumblebee/style.css?ver=28.1.1 — 200 — 18.0 KiB — 75 ms — h2https://www.familyhandyman.com/wp-includes/css/dist/block-library/style.min.css?ver=6.8.2www.familyhandyman.com/wp-includes/... https://www.familyhandyman.com/wp-includes/css/dist/block-library/style.min.css?ver=6.8.2 — 200 — 15.4 KiB — 74 ms — h2https://www.familyhandyman.com/wp-content/plugins/tmbi-affiliate-product-pricing/css/affiliate-button.css?ver=2.3.2www.familyhandyman.com/wp-content/p... https://www.familyhandyman.com/wp-content/plugins/tmbi-affiliate-product-pricing/css/affiliate-button.css?ver=2.3.2 — 200 — 286 B — 77 ms — h2https://www.familyhandyman.com/wp-content/plugins/widget-options/assets/css/widget-options.csswww.familyhandyman.com/wp-content/p... https://www.familyhandyman.com/wp-content/plugins/widget-options/assets/css/widget-options.css — 200 — 496 B — 73 ms — h2https://www.familyhandyman.com/wp-content/plugins/elasticpress/dist/css/facets-styles.css?ver=7d568203f3965dc85d8awww.familyhandyman.com/wp-content/p... https://www.familyhandyman.com/wp-content/plugins/elasticpress/dist/css/facets-styles.css?ver=7d568203f3965dc85d8a — 200 — 1.2 KiB — 72 ms — h2https://www.familyhandyman.com/wp-includes/js/jquery/jquery.js?ver=1.0.0www.familyhandyman.com/wp-includes/... https://www.familyhandyman.com/wp-includes/js/jquery/jquery.js?ver=1.0.0 — 200 — 83.6 KiB — 82 ms — h2https://www.familyhandyman.com/wp-includes/js/dist/hooks.min.js?ver=4d63a3d491d11ffd8ac6www.familyhandyman.com/wp-includes/... https://www.familyhandyman.com/wp-includes/js/dist/hooks.min.js?ver=4d63a3d491d11ffd8ac6 — 200 — 1.7 KiB — 76 ms — h2https://www.familyhandyman.com/wp-content/plugins/tmbi-cookie-compliance-v2-ketch-helper/scripts/helper.js?ver=1.3.1www.familyhandyman.com/wp-content/p... https://www.familyhandyman.com/wp-content/plugins/tmbi-cookie-compliance-v2-ketch-helper/scripts/helper.js?ver=1.3.1 — 200 — 1.7 KiB — 76 ms — h2https://www.familyhandyman.com/wp-content/plugins/tmbi-cookie-compliance-v2/scripts/common.js?ver=1.2.0www.familyhandyman.com/wp-content/p... https://www.familyhandyman.com/wp-content/plugins/tmbi-cookie-compliance-v2/scripts/common.js?ver=1.2.0 — 200 — 1.7 KiB — 76 ms — h2https://www.familyhandyman.com/wp-content/plugins/tmbi-ad-density/js/ad-density-ga-integration.js?ver=9.0.0www.familyhandyman.com/wp-content/p... https://www.familyhandyman.com/wp-content/plugins/tmbi-ad-density/js/ad-density-ga-integration.js?ver=9.0.0 — 200 — 686 B — 76 ms — h2https://www.familyhandyman.com/wp-content/plugins/tmbi-ad-density/js/ad-density-gam-integration.js?ver=9.0.0www.familyhandyman.com/wp-content/p... https://www.familyhandyman.com/wp-content/plugins/tmbi-ad-density/js/ad-density-gam-integration.js?ver=9.0.0 — 200 — 350 B — 76 ms — h2https://www.familyhandyman.com/wp-content/mu-plugins/tmbi-js-utils/js/js-util-query.js?ver=1.2.0www.familyhandyman.com/wp-content/m... https://www.familyhandyman.com/wp-content/mu-plugins/tmbi-js-utils/js/js-util-query.js?ver=1.2.0 — 200 — 565 B — 77 ms — h2https://www.familyhandyman.com/wp-content/themes/bumblebee/js/cm-ribbon.js?ver=28.1.1www.familyhandyman.com/wp-content/t... https://www.familyhandyman.com/wp-content/themes/bumblebee/js/cm-ribbon.js?ver=28.1.1 — 200 — 1.1 KiB — 77 ms — h2https://www.familyhandyman.com/wp-content/uploads/2021/09/fhm-logo.svgwww.familyhandyman.com/wp-content/u... https://www.familyhandyman.com/wp-content/uploads/2021/09/fhm-logo.svg — 200 — 3.9 KiB — 34 ms — h2https://www.familyhandyman.com/wp-content/uploads/2026/02/FHMD26_DIY-Diaries_Colin-Davis-Dana-Jenkins_10_SSedit.jpg?resize=250%2C250&w=680www.familyhandyman.com/wp-content/u... https://www.familyhandyman.com/wp-content/uploads/2026/02/FHMD26_DIY-Diaries_Colin-Davis-Dana-Jenkins_10_SSedit.jpg?resize=250%2C250&w=680 — 200 — 14.1 KiB — 32 ms — h2https://cdn.jsdelivr.net/npm/bootstrap@4.3.1/dist/css/bootstrap.min.csscdn.jsdelivr.net/npm/bootstrap@4.3.... https://cdn.jsdelivr.net/npm/bootstrap@4.3.1/dist/css/bootstrap.min.css — 200 — 25.5 KiB — 10 ms — h2https://www.familyhandyman.com/wp-content/uploads/2026/03/FHM_One-Sheet-Plywood-Challenge_FT_AdobeStock_479561244.jpg?resize=250%2C250&w=680www.familyhandyman.com/wp-content/u... https://www.familyhandyman.com/wp-content/uploads/2026/03/FHM_One-Sheet-Plywood-Challenge_FT_AdobeStock_479561244.jpg?resize=250%2C250&w=680 — 200 — 15.2 KiB — 29 ms — h2https://www.familyhandyman.com/wp-content/uploads/2026/03/One-Sheet-Plywood-Challenge-2026_FMH26_OSB_Plywood_Coffee_Table_LEDE_MD_P2_02_10_2b.jpg?w=680www.familyhandyman.com/wp-content/u... https://www.familyhandyman.com/wp-content/uploads/2026/03/One-Sheet-Plywood-Challenge-2026_FMH26_OSB_Plywood_Coffee_Table_LEDE_MD_P2_02_10_2b.jpg?w=680 — 200 — 97.1 KiB — 29 ms — h2https://www.familyhandyman.com/wp-content/uploads/2026/04/Land-Rovers-Recalled-Over-Dangerous-Faulty-Seat-Belts_GettyImages-2205383257_DKedit_FT.jpg?resize=100%2C100&w=680www.familyhandyman.com/wp-content/u... https://www.familyhandyman.com/wp-content/uploads/2026/04/Land-Rovers-Recalled-Over-Dangerous-Faulty-Seat-Belts_GettyImages-2205383257_DKedit_FT.jpg?resize=100%2C100&w=680 — 200 — 4.1 KiB — 36 ms — h2https://www.familyhandyman.com/wp-content/themes/bumblebee/footer.css?ver=28.1.1www.familyhandyman.com/wp-content/t... https://www.familyhandyman.com/wp-content/themes/bumblebee/footer.css?ver=28.1.1 — 200 — 6.6 KiB — 35 ms — h2https://www.familyhandyman.com/wp-content/themes/bumblebee/js/src/carousel.js?ver=28.1.1www.familyhandyman.com/wp-content/t... https://www.familyhandyman.com/wp-content/themes/bumblebee/js/src/carousel.js?ver=28.1.1 — 200 — 2.6 KiB — 37 ms — h2
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 877 ms LCP 1.3 shttps://familyhandyman.com// https://familyhandyman.com/ — 301 — 389 B — 59 ms — h2https://www.familyhandyman.com/www.familyhandyman.com/ https://www.familyhandyman.com/ — 200 — 44.4 KiB — 43 ms — h2https://www.familyhandyman.com/wp-content/themes/bumblebee/google-fonts/Mulish-Regular.woff2www.familyhandyman.com/wp-content/t... https://www.familyhandyman.com/wp-content/themes/bumblebee/google-fonts/Mulish-Regular.woff2 — 200 — 35.6 KiB — 84 ms — h2https://www.familyhandyman.com/wp-content/themes/bumblebee/google-fonts/Mulish-Bold.woff2www.familyhandyman.com/wp-content/t... https://www.familyhandyman.com/wp-content/themes/bumblebee/google-fonts/Mulish-Bold.woff2 — 200 — 35.4 KiB — 46 ms — h2https://www.familyhandyman.com/wp-content/themes/bumblebee/google-fonts/Mulish-ExtraBold.woff2www.familyhandyman.com/wp-content/t... https://www.familyhandyman.com/wp-content/themes/bumblebee/google-fonts/Mulish-ExtraBold.woff2 — 200 — 35.8 KiB — 43 ms — h2https://www.familyhandyman.com/wp-content/themes/bumblebee/google-fonts/Mulish-Italic.woff2www.familyhandyman.com/wp-content/t... https://www.familyhandyman.com/wp-content/themes/bumblebee/google-fonts/Mulish-Italic.woff2 — 200 — 38.2 KiB — 84 ms — h2https://www.familyhandyman.com/wp-content/themes/bumblebee/google-fonts/Bitter-Bold.woff2www.familyhandyman.com/wp-content/t... https://www.familyhandyman.com/wp-content/themes/bumblebee/google-fonts/Bitter-Bold.woff2 — 200 — 63.8 KiB — 84 ms — h2https://www.familyhandyman.com/wp-content/themes/bumblebee/homepage-2022.css?ver=28.1.1www.familyhandyman.com/wp-content/t... https://www.familyhandyman.com/wp-content/themes/bumblebee/homepage-2022.css?ver=28.1.1 — 200 — 7.9 KiB — 78 ms — h2https://www.familyhandyman.com/wp-content/themes/bumblebee/header.css?ver=28.1.1www.familyhandyman.com/wp-content/t... https://www.familyhandyman.com/wp-content/themes/bumblebee/header.css?ver=28.1.1 — 200 — 7.6 KiB — 72 ms — h2https://www.familyhandyman.com/wp-content/themes/bumblebee/style.css?ver=28.1.1www.familyhandyman.com/wp-content/t... https://www.familyhandyman.com/wp-content/themes/bumblebee/style.css?ver=28.1.1 — 200 — 18.0 KiB — 75 ms — h2https://www.familyhandyman.com/wp-includes/css/dist/block-library/style.min.css?ver=6.8.2www.familyhandyman.com/wp-includes/... https://www.familyhandyman.com/wp-includes/css/dist/block-library/style.min.css?ver=6.8.2 — 200 — 15.4 KiB — 74 ms — h2https://www.familyhandyman.com/wp-content/plugins/tmbi-affiliate-product-pricing/css/affiliate-button.css?ver=2.3.2www.familyhandyman.com/wp-content/p... https://www.familyhandyman.com/wp-content/plugins/tmbi-affiliate-product-pricing/css/affiliate-button.css?ver=2.3.2 — 200 — 286 B — 77 ms — h2https://www.familyhandyman.com/wp-content/plugins/widget-options/assets/css/widget-options.csswww.familyhandyman.com/wp-content/p... https://www.familyhandyman.com/wp-content/plugins/widget-options/assets/css/widget-options.css — 200 — 496 B — 73 ms — h2https://www.familyhandyman.com/wp-content/plugins/elasticpress/dist/css/facets-styles.css?ver=7d568203f3965dc85d8awww.familyhandyman.com/wp-content/p... https://www.familyhandyman.com/wp-content/plugins/elasticpress/dist/css/facets-styles.css?ver=7d568203f3965dc85d8a — 200 — 1.2 KiB — 72 ms — h2https://www.familyhandyman.com/wp-includes/js/jquery/jquery.js?ver=1.0.0www.familyhandyman.com/wp-includes/... https://www.familyhandyman.com/wp-includes/js/jquery/jquery.js?ver=1.0.0 — 200 — 83.6 KiB — 82 ms — h2https://www.familyhandyman.com/wp-includes/js/dist/hooks.min.js?ver=4d63a3d491d11ffd8ac6www.familyhandyman.com/wp-includes/... https://www.familyhandyman.com/wp-includes/js/dist/hooks.min.js?ver=4d63a3d491d11ffd8ac6 — 200 — 1.7 KiB — 76 ms — h2https://www.familyhandyman.com/wp-content/plugins/tmbi-cookie-compliance-v2-ketch-helper/scripts/helper.js?ver=1.3.1www.familyhandyman.com/wp-content/p... https://www.familyhandyman.com/wp-content/plugins/tmbi-cookie-compliance-v2-ketch-helper/scripts/helper.js?ver=1.3.1 — 200 — 1.7 KiB — 76 ms — h2https://www.familyhandyman.com/wp-content/plugins/tmbi-cookie-compliance-v2/scripts/common.js?ver=1.2.0www.familyhandyman.com/wp-content/p... https://www.familyhandyman.com/wp-content/plugins/tmbi-cookie-compliance-v2/scripts/common.js?ver=1.2.0 — 200 — 1.7 KiB — 76 ms — h2https://www.familyhandyman.com/wp-content/plugins/tmbi-ad-density/js/ad-density-ga-integration.js?ver=9.0.0www.familyhandyman.com/wp-content/p... https://www.familyhandyman.com/wp-content/plugins/tmbi-ad-density/js/ad-density-ga-integration.js?ver=9.0.0 — 200 — 686 B — 76 ms — h2https://www.familyhandyman.com/wp-content/plugins/tmbi-ad-density/js/ad-density-gam-integration.js?ver=9.0.0www.familyhandyman.com/wp-content/p... https://www.familyhandyman.com/wp-content/plugins/tmbi-ad-density/js/ad-density-gam-integration.js?ver=9.0.0 — 200 — 350 B — 76 ms — h2https://www.familyhandyman.com/wp-content/mu-plugins/tmbi-js-utils/js/js-util-query.js?ver=1.2.0www.familyhandyman.com/wp-content/m... https://www.familyhandyman.com/wp-content/mu-plugins/tmbi-js-utils/js/js-util-query.js?ver=1.2.0 — 200 — 565 B — 77 ms — h2https://www.familyhandyman.com/wp-content/themes/bumblebee/js/cm-ribbon.js?ver=28.1.1www.familyhandyman.com/wp-content/t... https://www.familyhandyman.com/wp-content/themes/bumblebee/js/cm-ribbon.js?ver=28.1.1 — 200 — 1.1 KiB — 77 ms — h2https://www.familyhandyman.com/wp-content/uploads/2021/09/fhm-logo.svgwww.familyhandyman.com/wp-content/u... https://www.familyhandyman.com/wp-content/uploads/2021/09/fhm-logo.svg — 200 — 3.9 KiB — 34 ms — h2https://www.familyhandyman.com/wp-content/uploads/2026/02/FHMD26_DIY-Diaries_Colin-Davis-Dana-Jenkins_10_SSedit.jpg?resize=250%2C250&w=680www.familyhandyman.com/wp-content/u... https://www.familyhandyman.com/wp-content/uploads/2026/02/FHMD26_DIY-Diaries_Colin-Davis-Dana-Jenkins_10_SSedit.jpg?resize=250%2C250&w=680 — 200 — 14.1 KiB — 32 ms — h2https://cdn.jsdelivr.net/npm/bootstrap@4.3.1/dist/css/bootstrap.min.csscdn.jsdelivr.net/npm/bootstrap@4.3.... https://cdn.jsdelivr.net/npm/bootstrap@4.3.1/dist/css/bootstrap.min.css — 200 — 25.5 KiB — 10 ms — h2https://www.familyhandyman.com/wp-content/uploads/2026/03/FHM_One-Sheet-Plywood-Challenge_FT_AdobeStock_479561244.jpg?resize=250%2C250&w=680www.familyhandyman.com/wp-content/u... https://www.familyhandyman.com/wp-content/uploads/2026/03/FHM_One-Sheet-Plywood-Challenge_FT_AdobeStock_479561244.jpg?resize=250%2C250&w=680 — 200 — 15.2 KiB — 29 ms — h2https://www.familyhandyman.com/wp-content/uploads/2026/03/One-Sheet-Plywood-Challenge-2026_FMH26_OSB_Plywood_Coffee_Table_LEDE_MD_P2_02_10_2b.jpg?w=680www.familyhandyman.com/wp-content/u... https://www.familyhandyman.com/wp-content/uploads/2026/03/One-Sheet-Plywood-Challenge-2026_FMH26_OSB_Plywood_Coffee_Table_LEDE_MD_P2_02_10_2b.jpg?w=680 — 200 — 97.1 KiB — 29 ms — h2https://www.familyhandyman.com/wp-content/uploads/2026/04/Land-Rovers-Recalled-Over-Dangerous-Faulty-Seat-Belts_GettyImages-2205383257_DKedit_FT.jpg?resize=100%2C100&w=680www.familyhandyman.com/wp-content/u... https://www.familyhandyman.com/wp-content/uploads/2026/04/Land-Rovers-Recalled-Over-Dangerous-Faulty-Seat-Belts_GettyImages-2205383257_DKedit_FT.jpg?resize=100%2C100&w=680 — 200 — 4.1 KiB — 36 ms — h2https://www.familyhandyman.com/wp-content/themes/bumblebee/footer.css?ver=28.1.1www.familyhandyman.com/wp-content/t... https://www.familyhandyman.com/wp-content/themes/bumblebee/footer.css?ver=28.1.1 — 200 — 6.6 KiB — 35 ms — h2https://www.familyhandyman.com/wp-content/themes/bumblebee/js/src/carousel.js?ver=28.1.1www.familyhandyman.com/wp-content/t... https://www.familyhandyman.com/wp-content/themes/bumblebee/js/src/carousel.js?ver=28.1.1 — 200 — 2.6 KiB — 37 ms — h2https://www.familyhandyman.com/wp-content/plugins/tmbi-amazon-affiliate/assets/js/amazon-affiliate-tracking.js?ver=3.0.1www.familyhandyman.com/wp-content/p... https://www.familyhandyman.com/wp-content/plugins/tmbi-amazon-affiliate/assets/js/amazon-affiliate-tracking.js?ver=3.0.1 — 200 — 538 B — 38 ms — h2https://global.ketchcdn.com/web/v3/config/trustedmediabrands/family_handy_man/boot.jsglobal.ketchcdn.com/web/v3/config/t... https://global.ketchcdn.com/web/v3/config/trustedmediabrands/family_handy_man/boot.js — 200 — 4.8 KiB — 9 ms — h2https://static.trueanthem.com/scripts/ta.js?ver=1.0.0static.trueanthem.com/scripts/ta.js... https://static.trueanthem.com/scripts/ta.js?ver=1.0.0 — 200 — 1.3 KiB — 58 ms — h3https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516 — 200 — 10.7 KiB — 28 ms — h2https://www.familyhandyman.com/wp-content/plugins/tmbi-generic-data-api/js/tmbi-carousel-shortcode.js?ver=1.0.0www.familyhandyman.com/wp-content/p... https://www.familyhandyman.com/wp-content/plugins/tmbi-generic-data-api/js/tmbi-carousel-shortcode.js?ver=1.0.0 — 200 — 745 B — 28 ms — h2https://www.familyhandyman.com/wp-content/themes/bumblebee/js/util/slinky.min.js?ver=4.1.0www.familyhandyman.com/wp-content/t... https://www.familyhandyman.com/wp-content/themes/bumblebee/js/util/slinky.min.js?ver=4.1.0 — 200 — 1.6 KiB — 30 ms — h2https://www.familyhandyman.com/wp-content/themes/bumblebee/js/navigation.js?ver=28.1.1www.familyhandyman.com/wp-content/t... https://www.familyhandyman.com/wp-content/themes/bumblebee/js/navigation.js?ver=28.1.1 — 200 — 1.9 KiB — 31 ms — h2https://www.familyhandyman.com/wp-content/themes/bumblebee/js/navigation-2021.js?ver=28.1.1www.familyhandyman.com/wp-content/t... https://www.familyhandyman.com/wp-content/themes/bumblebee/js/navigation-2021.js?ver=28.1.1 — 200 — 1.4 KiB — 35 ms — h2https://www.familyhandyman.com/wp-content/themes/bumblebee/js/sticky-header.js?ver=28.1.1www.familyhandyman.com/wp-content/t... https://www.familyhandyman.com/wp-content/themes/bumblebee/js/sticky-header.js?ver=28.1.1 — 200 — 980 B — 32 ms — h2https://www.familyhandyman.com/wp-content/themes/bumblebee/js/IE11-check.js?ver=1.0.2www.familyhandyman.com/wp-content/t... https://www.familyhandyman.com/wp-content/themes/bumblebee/js/IE11-check.js?ver=1.0.2 — 200 — 285 B — 36 ms — h2https://www.familyhandyman.com/wp-content/themes/bumblebee/js/newsletter-module.js?ver=1.1.3www.familyhandyman.com/wp-content/t... https://www.familyhandyman.com/wp-content/themes/bumblebee/js/newsletter-module.js?ver=1.1.3 — 200 — 1.6 KiB — 30 ms — h2https://www.familyhandyman.com/wp-content/plugins/tmbi-brandmetrics//js/tmbi-brandmetrics.js?ver=1.0.0www.familyhandyman.com/wp-content/p... https://www.familyhandyman.com/wp-content/plugins/tmbi-brandmetrics//js/tmbi-brandmetrics.js?ver=1.0.0 — 200 — 333 B — 38 ms — h2https://www.familyhandyman.com/wp-content/uploads/2018/03/shutterstock_190825097.jpg?resize=100%2C100&w=680www.familyhandyman.com/wp-content/u... https://www.familyhandyman.com/wp-content/uploads/2018/03/shutterstock_190825097.jpg?resize=100%2C100&w=680 — 200 — 3.2 KiB — 39 ms — h2https://www.familyhandyman.com/wp-content/uploads/2026/04/The-EPA-to-Allow-Gas-Stations-Dilute-Your-Gas-More_GettyImages-1573210818_FT.jpg?resize=100%2C100&w=680www.familyhandyman.com/wp-content/u... https://www.familyhandyman.com/wp-content/uploads/2026/04/The-EPA-to-Allow-Gas-Stations-Dilute-Your-Gas-More_GettyImages-1573210818_FT.jpg?resize=100%2C100&w=680 — 200 — 4.1 KiB — 28 ms — h2https://www.familyhandyman.com/wp-content/uploads/2026/04/The-Only-Toilet-Broke-on-the-Artemis_GettyImages-2268802266_FT.jpg?resize=100%2C100&w=680www.familyhandyman.com/wp-content/u... https://www.familyhandyman.com/wp-content/uploads/2026/04/The-Only-Toilet-Broke-on-the-Artemis_GettyImages-2268802266_FT.jpg?resize=100%2C100&w=680 — 200 — 5.9 KiB — 35 ms — h2https://www.familyhandyman.com/wp-content/themes/bumblebee/assets/icons/icon-search.svgwww.familyhandyman.com/wp-content/t... https://www.familyhandyman.com/wp-content/themes/bumblebee/assets/icons/icon-search.svg — 200 — 608 B — 40 ms — h2https://www.familyhandyman.com/wp-content/themes/bumblebee/google-fonts/Bitter-ExtraBold.woff2www.familyhandyman.com/wp-content/t... https://www.familyhandyman.com/wp-content/themes/bumblebee/google-fonts/Bitter-ExtraBold.woff2 — 200 — 66.2 KiB — 34 ms — h2data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iNDAzI…data:image/svg+xml;base64,PD94bWwgd... data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iNDAzI… — 200 — 0 B — 0 ms — datahttps://www.familyhandyman.com/wp-content/themes/bumblebee/images/close-icon.pngwww.familyhandyman.com/wp-content/t... https://www.familyhandyman.com/wp-content/themes/bumblebee/images/close-icon.png — 200 — 1.7 KiB — 30 ms — h2https://www.familyhandyman.com/wp-content/themes/bumblebee/images/homepage/dots.webpwww.familyhandyman.com/wp-content/t... https://www.familyhandyman.com/wp-content/themes/bumblebee/images/homepage/dots.webp — 200 — 23.8 KiB — 31 ms — h2https://www.familyhandyman.com/wp-content/themes/bumblebee/images/homepage/bottom-dots.webpwww.familyhandyman.com/wp-content/t... https://www.familyhandyman.com/wp-content/themes/bumblebee/images/homepage/bottom-dots.webp — 200 — 32.7 KiB — 37 ms — h2https://www.familyhandyman.com/wp-content/uploads/2026/03/Make-a-Building-Block-Table-the-Whole-Family-Will-Love_TFHD26_Building-Block-Table_DR_02_10_02b_FT1.jpg?resize=300%2C300&w=680www.familyhandyman.com/wp-content/u... https://www.familyhandyman.com/wp-content/uploads/2026/03/Make-a-Building-Block-Table-the-Whole-Family-Will-Love_TFHD26_Building-Block-Table_DR_02_10_02b_FT1.jpg?resize=300%2C300&w=680 — 200 — 21.3 KiB — 40 ms — h2https://www.familyhandyman.com/wp-content/uploads/2026/03/One-Sheet-Plywood-Challenge-2026_FMH26_OSB_Plywood_Coffee_Table_LEDE_MD_P2_02_10_2b.jpg?resize=300%2C300&w=680www.familyhandyman.com/wp-content/u... https://www.familyhandyman.com/wp-content/uploads/2026/03/One-Sheet-Plywood-Challenge-2026_FMH26_OSB_Plywood_Coffee_Table_LEDE_MD_P2_02_10_2b.jpg?resize=300%2C300&w=680 — 200 — 23.3 KiB — 33 ms — h2https://www.familyhandyman.com/wp-content/uploads/2026/02/GettyImages-547216474-e1772013651815.jpg?resize=300%2C300&w=680www.familyhandyman.com/wp-content/u... https://www.familyhandyman.com/wp-content/uploads/2026/02/GettyImages-547216474-e1772013651815.jpg?resize=300%2C300&w=680 — 200 — 15.7 KiB — 37 ms — h2https://www.familyhandyman.com/wp-content/uploads/2025/10/How-to-Build-the-Entryway-Hall-Tree-Youve-Been-Dreaming-Of_FHMDJ26_Entryway-Hall-Tree_DR_09_02_04b-1_FT.jpg?resize=300%2C300&w=680www.familyhandyman.com/wp-content/u... https://www.familyhandyman.com/wp-content/uploads/2025/10/How-to-Build-the-Entryway-Hall-Tree-Youve-Been-Dreaming-Of_FHMDJ26_Entryway-Hall-Tree_DR_09_02_04b-1_FT.jpg?resize=300%2C300&w=680 — 200 — 16.8 KiB — 39 ms — h2https://www.familyhandyman.com/wp-content/uploads/2021/04/couple-holding-keys-GettyImages-565887175.jpg?resize=100%2C100&w=680www.familyhandyman.com/wp-content/u... https://www.familyhandyman.com/wp-content/uploads/2021/04/couple-holding-keys-GettyImages-565887175.jpg?resize=100%2C100&w=680 — 200 — 2.9 KiB — 59 ms — h2https://www.familyhandyman.com/wp-content/uploads/2022/08/Woman-woodworking-with-chopsaw-FH20MAR_600_55_014.jpg?resize=100%2C100&w=680www.familyhandyman.com/wp-content/u... https://www.familyhandyman.com/wp-content/uploads/2022/08/Woman-woodworking-with-chopsaw-FH20MAR_600_55_014.jpg?resize=100%2C100&w=680 — 200 — 3.8 KiB — 40 ms — h2https://www.familyhandyman.com/wp-content/uploads/2022/08/asdfdsafdsaf.png?resize=100%2C100&w=680www.familyhandyman.com/wp-content/u... https://www.familyhandyman.com/wp-content/uploads/2022/08/asdfdsafdsaf.png?resize=100%2C100&w=680 — 200 — 9.0 KiB — 43 ms — h2https://www.familyhandyman.com/wp-content/uploads/2022/05/FH22D_APPROVED_YETI_GENERATOR_1500X_03_22_001-GoalZero-Yeti-1500X-Power-Station.jpg?resize=100%2C100&w=680www.familyhandyman.com/wp-content/u... https://www.familyhandyman.com/wp-content/uploads/2022/05/FH22D_APPROVED_YETI_GENERATOR_1500X_03_22_001-GoalZero-Yeti-1500X-Power-Station.jpg?resize=100%2C100&w=680 — 200 — 3.7 KiB — 31 ms — h2https://www.familyhandyman.com/wp-content/uploads/2022/07/TIKI-Brand-36-FT-Mosquito-Repellent-BiteFighter-Outdoor-LED-String-Lights_ecomm-amazon.com_.jpg?resize=100%2C100&w=680www.familyhandyman.com/wp-content/u... https://www.familyhandyman.com/wp-content/uploads/2022/07/TIKI-Brand-36-FT-Mosquito-Repellent-BiteFighter-Outdoor-LED-String-Lights_ecomm-amazon.com_.jpg?resize=100%2C100&w=680 — 200 — 3.3 KiB — 39 ms — h2https://www.familyhandyman.com/wp-content/uploads/2023/03/GettyImages-864535776.jpg?resize=100%2C100&w=680www.familyhandyman.com/wp-content/u... https://www.familyhandyman.com/wp-content/uploads/2023/03/GettyImages-864535776.jpg?resize=100%2C100&w=680 — 200 — 4.4 KiB — 36 ms — h2https://www.familyhandyman.com/wp-content/uploads/2022/12/GettyImages-1332356423-e1671644548333.jpg?resize=400%2C400&w=680www.familyhandyman.com/wp-content/u... https://www.familyhandyman.com/wp-content/uploads/2022/12/GettyImages-1332356423-e1671644548333.jpg?resize=400%2C400&w=680 — 200 — 14.7 KiB — 37 ms — h2https://www.familyhandyman.com/wp-content/uploads/2022/12/GettyImages-1315188637-e1670431057922.jpg?resize=400%2C400&w=680www.familyhandyman.com/wp-content/u... https://www.familyhandyman.com/wp-content/uploads/2022/12/GettyImages-1315188637-e1670431057922.jpg?resize=400%2C400&w=680 — 200 — 37.8 KiB — 39 ms — h2https://www.familyhandyman.com/wp-content/uploads/2021/02/ceramic-and-terracotta-patio-tiles-GettyImages-176129375.jpg?resize=100%2C100&w=680www.familyhandyman.com/wp-content/u... https://www.familyhandyman.com/wp-content/uploads/2021/02/ceramic-and-terracotta-patio-tiles-GettyImages-176129375.jpg?resize=100%2C100&w=680 — 200 — 3.0 KiB — 33 ms — h2https://www.familyhandyman.com/wp-content/uploads/2024/08/A-Girl-Installing-Peel-and-Stick-Tiles-On-Wall-GettyImages-1676229233_KSedit_FT.jpg?resize=100%2C100&w=680www.familyhandyman.com/wp-content/u... https://www.familyhandyman.com/wp-content/uploads/2024/08/A-Girl-Installing-Peel-and-Stick-Tiles-On-Wall-GettyImages-1676229233_KSedit_FT.jpg?resize=100%2C100&w=680 — 200 — 3.6 KiB — 34 ms — h2https://www.familyhandyman.com/wp-content/uploads/2024/08/How-To-Regrout-a-Shower_FH07APR_476_53_100.jpg?resize=100%2C100&w=680www.familyhandyman.com/wp-content/u... https://www.familyhandyman.com/wp-content/uploads/2024/08/How-To-Regrout-a-Shower_FH07APR_476_53_100.jpg?resize=100%2C100&w=680 — 200 — 3.2 KiB — 33 ms — h2https://cdn.ketchjs.com/ketchtag/stable/v2.12/ketch-sdk.jscdn.ketchjs.com/ketchtag/stable/v2.... https://cdn.ketchjs.com/ketchtag/stable/v2.12/ketch-sdk.js — 200 — 259.2 KiB — 27 ms — h2https://static.trueanthem.com/scripts/ta.c34341.jsstatic.trueanthem.com/scripts/ta.c3... https://static.trueanthem.com/scripts/ta.c34341.js — 200 — 10.7 KiB — 42 ms — h3https://www.familyhandyman.com/wp-content/uploads/2026/03/FH_How_To_Build_Greenhouse_EF_070125_049_Lede_v2.jpg?resize=300%2C300&w=680www.familyhandyman.com/wp-content/u... https://www.familyhandyman.com/wp-content/uploads/2026/03/FH_How_To_Build_Greenhouse_EF_070125_049_Lede_v2.jpg?resize=300%2C300&w=680 — 200 — 25.7 KiB — 40 ms — h2https://www.familyhandyman.com/wp-content/uploads/2023/02/FH12MAR_526_50_520-backyard-waterfall-feature-FHM.jpeg?resize=300%2C300&w=680www.familyhandyman.com/wp-content/u... https://www.familyhandyman.com/wp-content/uploads/2023/02/FH12MAR_526_50_520-backyard-waterfall-feature-FHM.jpeg?resize=300%2C300&w=680 — 200 — 32.4 KiB — 40 ms — h2https://www.familyhandyman.com/wp-content/uploads/2023/06/FHM-studio-shed-courtesy-@studioshed-instagram.jpg?resize=300%2C300&w=680www.familyhandyman.com/wp-content/u... https://www.familyhandyman.com/wp-content/uploads/2023/06/FHM-studio-shed-courtesy-@studioshed-instagram.jpg?resize=300%2C300&w=680 — 200 — 23.2 KiB — 32 ms — h2https://www.familyhandyman.com/wp-content/uploads/2026/02/Tiki-Brand-BiteFighter_via-tikibrand.com_FT.jpg?resize=300%2C300&w=680www.familyhandyman.com/wp-content/u... https://www.familyhandyman.com/wp-content/uploads/2026/02/Tiki-Brand-BiteFighter_via-tikibrand.com_FT.jpg?resize=300%2C300&w=680 — 200 — 14.8 KiB — 31 ms — h2https://www.familyhandyman.com/wp-content/uploads/2025/02/Can-Microfiber-Cloths-Go-In-the-Dryer_GettyImages-1456295184-scaled.jpg?resize=300%2C300&w=680www.familyhandyman.com/wp-content/u... https://www.familyhandyman.com/wp-content/uploads/2025/02/Can-Microfiber-Cloths-Go-In-the-Dryer_GettyImages-1456295184-scaled.jpg?resize=300%2C300&w=680 — 200 — 21.9 KiB — 37 ms — h2https://www.familyhandyman.com/wp-content/themes/bumblebee/images/facebook-icon.svgwww.familyhandyman.com/wp-content/t... https://www.familyhandyman.com/wp-content/themes/bumblebee/images/facebook-icon.svg — 200 — 560 B — 33 ms — h2https://www.familyhandyman.com/wp-content/themes/bumblebee/images/pinterest-icon.svgwww.familyhandyman.com/wp-content/t... https://www.familyhandyman.com/wp-content/themes/bumblebee/images/pinterest-icon.svg — 200 — 695 B — 40 ms — h2https://www.familyhandyman.com/wp-content/themes/bumblebee/images/twitter-icon.svgwww.familyhandyman.com/wp-content/t... https://www.familyhandyman.com/wp-content/themes/bumblebee/images/twitter-icon.svg — 200 — 774 B — 31 ms — h2https://www.familyhandyman.com/wp-content/themes/bumblebee/images/youtube-icon.svgwww.familyhandyman.com/wp-content/t... https://www.familyhandyman.com/wp-content/themes/bumblebee/images/youtube-icon.svg — 200 — 430 B — 33 ms — h2https://www.familyhandyman.com/wp-content/themes/bumblebee/images/instagram-icon.svgwww.familyhandyman.com/wp-content/t... https://www.familyhandyman.com/wp-content/themes/bumblebee/images/instagram-icon.svg — 200 — 892 B — 32 ms — h2https://www.familyhandyman.com/wp-content/themes/bumblebee/images/newsletter-icon.svgwww.familyhandyman.com/wp-content/t... https://www.familyhandyman.com/wp-content/themes/bumblebee/images/newsletter-icon.svg — 200 — 957 B — 34 ms — h2https://www.familyhandyman.com/cdn-cgi/challenge-platform/scripts/jsd/main.jswww.familyhandyman.com/cdn-cgi/chal... https://www.familyhandyman.com/cdn-cgi/challenge-platform/scripts/jsd/main.js — 302 — 402 B — 121 ms — h2https://global.ketchcdn.com/web/v3/ipglobal.ketchcdn.com/web/v3/ip https://global.ketchcdn.com/web/v3/ip — 200 — 434 B — 4 ms — h3https://www.familyhandyman.com/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js?www.familyhandyman.com/cdn-cgi/chal... https://www.familyhandyman.com/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js? — 200 — 11.7 KiB — 23 ms — h2https://www.familyhandyman.com/cdn-cgi/rum?www.familyhandyman.com/cdn-cgi/rum? https://www.familyhandyman.com/cdn-cgi/rum? — 204 — 170 B — 21 ms — h2https://global.ketchcdn.com/web/v3/config/trustedmediabrands/family_handy_man/production/gdpr/en-US/config.json?hash=4718200920537884116global.ketchcdn.com/web/v3/config/t... https://global.ketchcdn.com/web/v3/config/trustedmediabrands/family_handy_man/production/gdpr/en-US/config.json?hash=4718200920537884116 — 200 — 182.3 KiB — 23 ms — h3https://www.familyhandyman.com/wp-content/uploads/2017/05/cropped-fhm-favicon.jpg?resize=32,32www.familyhandyman.com/wp-content/u... https://www.familyhandyman.com/wp-content/uploads/2017/05/cropped-fhm-favicon.jpg?resize=32,32 — 200 — 748 B — 29 ms — h2https://global.ketchcdn.com/web/v2/log?hasConsent=false&url=https%3A%2F%2Fwww.familyhandyman.com%2F&property=family_handy_man&environment=production&jurisdiction=gdpr&tenant=trustedmediabrands&dver=1773148659&event_type=once_identities&ids=eyJzd2JfZmFtaWx5X2hhbmR5X21hbiI6ImMwMmMxOTkyLTc1MGEtNDk5Zi1hNDg5LTRlZTc1ZTNmMzQwMSJ9&region=ESglobal.ketchcdn.com/web/v2/log?hasC... https://global.ketchcdn.com/web/v2/log?hasConsent=false&url=https%3A%2F%2Fwww.familyhandyman.com%2F&property=family_handy_man&environment=production&jurisdiction=gdpr&tenant=trustedmediabrands&dver=1773148659&event_type=once_identities&ids=eyJzd2JfZmFtaWx5X2hhbmR5X21hbiI6ImMwMmMxOTkyLTc1MGEtNDk5Zi1hNDg5LTRlZTc1ZTNmMzQwMSJ9&region=ES — 204 — 358 B — 4 ms — h3https://global.ketchcdn.com/web/v3/consent/trustedmediabrands/getglobal.ketchcdn.com/web/v3/consent/... https://global.ketchcdn.com/web/v3/consent/trustedmediabrands/get — 200 — 0 B — 147 ms — h3https://www.familyhandyman.com/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.701626560664917:1776892374:gQJljF0aZZrIO3IynWNGsIOLzRNC3tjn0Mr3NcjBzVE/9f07bd47c892986bwww.familyhandyman.com/cdn-cgi/chal... https://www.familyhandyman.com/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.701626560664917:1776892374:gQJljF0aZZrIO3IynWNGsIOLzRNC3tjn0Mr3NcjBzVE/9f07bd47c892986b — 200 — 1.2 KiB — 24 ms — h2https://global.ketchcdn.com/web/v3/consent/trustedmediabrands/getglobal.ketchcdn.com/web/v3/consent/... https://global.ketchcdn.com/web/v3/consent/trustedmediabrands/get — 200 — 1.4 KiB — 361 ms — h3https://global.ketchcdn.com/web/v3/consent/trustedmediabrands/updateglobal.ketchcdn.com/web/v3/consent/... https://global.ketchcdn.com/web/v3/consent/trustedmediabrands/update — 200 — 0 B — 158 ms — h3https://global.ketchcdn.com/web/v3/consent/trustedmediabrands/updateglobal.ketchcdn.com/web/v3/consent/... https://global.ketchcdn.com/web/v3/consent/trustedmediabrands/update — 200 — 2.1 KiB — 504 ms — h3https://global.ketchcdn.com/gvl/eu/vendor-list.jsonglobal.ketchcdn.com/gvl/eu/vendor-l... https://global.ketchcdn.com/gvl/eu/vendor-list.json — 200 — 88.5 KiB — 9 ms — h3https://global.ketchcdn.com/gvl/eu/vendor-list.jsonglobal.ketchcdn.com/gvl/eu/vendor-l... https://global.ketchcdn.com/gvl/eu/vendor-list.json — 200 — 0 B — 4 ms — h3https://global.ketchcdn.com/web/v2/assetsv1/orgs/trustedmediabrands/1742403337183/test/FHM_Stacked_Logo_Black.pngglobal.ketchcdn.com/web/v2/assetsv1... https://global.ketchcdn.com/web/v2/assetsv1/orgs/trustedmediabrands/1742403337183/test/FHM_Stacked_Logo_Black.png — 200 — 69.2 KiB — 4 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 800ms · 304KB · $5/mo
cdn.ketchjs.com
Other
Costly
Execution 294ms
Transfer 259 KB
Unused 41%
Monthly Cost $2/mo
Unattributable
Other
Costly
Execution 241ms
Transfer 0 KB
Monthly Cost $1/mo
www.familyhandyman.com
Other
Costly
Execution 203ms
Transfer 44 KB
Monthly Cost $1/mo
www.familyhandyman.com
Other
Optional
Execution 62ms
Transfer 0 KB
Monthly Cost $0/mo

These scripts may cost more than they're worth

  • cdn.ketchjs.com adds 294ms and costs ~$2/month
  • Unattributable adds 241ms and costs ~$1/month
  • www.familyhandyman.com adds 203ms and costs ~$1/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

cdn.ketchjs.com takes 294ms 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

Unattributable takes 241ms 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.familyhandyman.com takes 203ms 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

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