Skip to content
https://momwantstobreed.com

Performance

· 27 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
80
GRADE
B
FIX
5
REVIEW
6
PASS
12
INFO
4

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

67
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
84
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.
92
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

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

3.24 s

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

7.52 s

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

88 ms

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

0.039

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

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

7.63 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
27
12 PASS 6 REVIEW 5 FIX
F
Page Weight Budget
Action
6.8 MB transferred, 58 requests
FIX
6.8 MB transferred, 58 requests
Critical::
Page weighs 7.5 MB (6.8 MB transferred)
Info::
58 HTTP requests
Info::
Estimated 1.4 g CO2 per page load
6.8 MB / 2.4 MB budget
6.8 MB transferred
58 requests
1.4 g CO2 per page load
Other 5.7 MiB 84%
Images 807.9 KiB 12%
JavaScript 116.5 KiB 2%
Fonts 86.9 KiB 1%
CSS 84.5 KiB 1%
HTML 18.9 KiB 0%
Other 5.3 KiB 0%
0 2.4 MB 4.9 MB
Over budget
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 (6.7 MiB of 6.8 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Execution Cost
Action
2355ms total JS execution
FIX
2355ms total JS execution
Warning::
https://momwantstobreed.com/tube/sfw: 853ms CPU time
Warning::
Unattributable: 838ms CPU time
Info::
https://static.momlover.com/assets/bootstrapBase/j...: 208ms CPU time
Info::
https://static.momlover.com/assets/bootstrapBase/j...: 207ms CPU time
Info::
https://static.momlover.com/assets/bootstrapBase/j...: 179ms CPU time
Info::
Third-party scripts: 665ms (28% of total)

Main Thread Breakdown

Other 40% Script Evaluation 27% Style & Layout 21% Rendering 8%
ScriptTotalScriptingParse/CompileParty
https://momwantstobreed.com/tube/sfw853ms10ms2ms1st
Unattributable838ms193ms0ms1st
https://static.momlover.com/assets/bootstrapBase/js/jquery/jquery-3.6.0.js208ms142ms8ms3rd
https://static.momlover.com/assets/bootstrapBase/js/edge-cms/site-info-banner.js?cacheBust=2285207ms136ms0ms3rd
https://static.momlover.com/assets/bootstrapBase/js/edge-cms/tube-grid.js?cacheBust=2285179ms79ms0ms3rd
https://static.momlover.com/assets/bootstrapBase/js/bootstrap/bootstrap.js?cacheBust=228570ms26ms6ms3rd
D
Page Weight Inventory
Action
58 resources · 6.8 MB · 0 KB savings available
FIX
58 resources · 6.8 MB · 0 KB savings available
Warning::
Page weight 6.8 MB exceeds 1 MB target by 5.8 MB
Got: 6.8 MB Expected: ≤ 1 MB
Warning::
55 third-party resources (100% of weight)
Info::
4 resources over 200KB
58 resources · 6.8 MiB · 55 third-party 5.8 MiB over 1MB target
Media 84% · 5.7 MiB
Image 12% · 812.3 KiB
JavaScript 2% · 116.5 KiB
Font 1% · 86.9 KiB
CSS 1% · 84.5 KiB
Document 0% · 19.8 KiB
D
HTTP Caching
Action
no-store (uncacheable)
FIX
no-store (uncacheable)
Info::
Cache-Control: no-store prevents all caching
Intentional for dynamic content, but increases server load for every page view.
Got: no-store, no-cache, must-revalidate
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

no-store, no-cache, must-revalidate

DirectiveValueMeaning
no-storeNever cache this response
no-cacheCache but always revalidate first
must-revalidateMust recheck with server after expiry
C
Image Optimization
Action
28 images, 0 KB saveable
REVIEW
28 images, 0 KB saveable
Warning::
https://images.momlover.com/assets/common/images/t... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.momlover.com/assets/common/images/t... 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://images.momlover.com/assets/common/images/t... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.momlover.com/assets/common/images/t... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://static.momlover.com/assets/momLover/images... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
28 images 808 KB
0 oversized -0 KB
25 legacy format
6 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

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

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

B
HTTP/3 (QUIC)
HTTP/3 not advertised
REVIEW
HTTP/3 not advertised
Info::
HTTP/3 (QUIC) is not advertised
HTTP/3 isn't advertised via Alt-Svc and the worker didn't negotiate h3. HTTP/3 reduces handshake latency (1-RTT instead of 2-3 RTTs) and is more resilient on lossy connections. Most modern CDNs (Cloudflare, Fastly, AWS CloudFront, Google Cloud CDN) support HTTP/3 with a single config switch -- consider enabling for mobile-heavy workloads.
C
Compression Algorithm
Action
Main response served uncompressed
REVIEW
Main response served uncompressed
Info::
Main HTML response has no Content-Encoding (uncompressed)
The main HTML document is served without compression. The Text Compression section above lists the broader picture; for the main response specifically, even gzip would shave ~70-80% off most text payloads.
B
Server-Timing Observability
No Server-Timing header found
REVIEW
No Server-Timing header found
Info::
No Server-Timing header found
Server-Timing exposes backend timing breakdowns to browser DevTools (e.g., `db: 45ms; render: 120ms; cache: 2ms`). Useful for diagnosing slow pages without backend log access. Most modern frameworks (Next.js, Cloudflare Workers, Fastly) emit it automatically; absence on a managed platform usually means telemetry headers are stripped at the edge.
B
JavaScript Blocking
1 JS blocking issue(s) detected
REVIEW
1 JS blocking issue(s) detected
Warning::
6 render-blocking <script src> tag(s) without async/defer
Each `<script src=...>` without `async`, `defer`, or `type="module"` blocks HTML parsing while the browser fetches and executes it. The block lasts the entire round-trip + execution time -- on slow networks this translates directly into LCP delay. Add `defer` (executes after parse, in source order) for scripts that interact with the DOM, or `async` (executes whenever ready) for analytics / independent scripts. Module scripts (`type="module"`) are deferred by default.
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
4 fonts (87 KB)
PASS
4 fonts (87 KB)
Info::
4 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

4

87 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 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 3.2 s LCP 7.5 shttps://static.momlover.com/assets/bootstrapBase/fonts/font-awesome/fontawesome-webfont.woff?v=3.2.1fontawesome-webfont.woff https://static.momlover.com/assets/bootstrapBase/fonts/font-awesome/fontawesome-webfont.woff?v=3.2.1 — 42.8 KiB — 216 ms — font-display: swaphttps://static.momlover.com/assets/bootstrapBase/fonts/open-sans-v18-latin/open-sans-v18-latin-regular.woff2open-sans-v18-latin-reg... https://static.momlover.com/assets/bootstrapBase/fonts/open-sans-v18-latin/open-sans-v18-latin-regular.woff2 — 14.3 KiB — 215 ms — font-display: swaphttps://static.momlover.com/assets/bootstrapBase/fonts/open-sans-v18-latin/open-sans-v18-latin-700.woff2open-sans-v18-latin-700... https://static.momlover.com/assets/bootstrapBase/fonts/open-sans-v18-latin/open-sans-v18-latin-700.woff2 — 14.9 KiB — 238 ms — font-display: swaphttps://static.momlover.com/assets/bootstrapBase/fonts/open-sans-v18-latin/open-sans-v18-latin-300.woff2open-sans-v18-latin-300... https://static.momlover.com/assets/bootstrapBase/fonts/open-sans-v18-latin/open-sans-v18-latin-300.woff2 — 14.8 KiB — 238 ms — font-display: swap
fontawesome-webfont.woff woff swap
Size 43 KB
Load time 216 ms
Start 1.3 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
open-sans-v18-latin-reg... woff2 swap
Size 14 KB
Load time 215 ms
Start 1.3 s
Risk FOUT — text flashes from fallback to web font
open-sans-v18-latin-700... woff2 swap
Size 15 KB
Load time 238 ms
Start 1.3 s
Risk FOUT — text flashes from fallback to web font
open-sans-v18-latin-300... woff2 swap
Size 15 KB
Load time 238 ms
Start 1.3 s
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)

Fixing the unchecked items could save ~13 KB and ~26 ms

A+
JS Bundles
19 scripts, 0 KB unused
PASS
19 scripts, 0 KB unused
0 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://static.momlover.com/assets/bootstrapBase/js/htmx/htmx.min.js16 KB3rd
https://static.momlover.com/assets/bootstrapBase/js/js.cookie.min.js1 KB3rd
https://static.momlover.com/assets/bootstrapBase/js/jquery/jquery-3.6.0.js31 KB3rd
https://static.momlover.com/assets/bootstrapBase/js/popper/popper.js?cacheBust=22856 KB3rd
https://static.momlover.com/assets/bootstrapBase/js/bootstrap/bootstrap.js?cacheBust=228523 KB3rd
https://static.momlover.com/assets/bootstrapBase/js/edge-cms/18-plus-modal.js?cacheBust=22851 KB3rd
https://www.gstatic.com/cv/js/sender/v1/cast_sender.js?cacheBust=22852 KB3rd
https://static.momlover.com/assets/bootstrapBase/js/edge-cms/age-verify-device-id.js?cacheBust=22852 KB3rd
https://static.momlover.com/assets/bootstrapBase/js/owl.carousel.js?cacheBust=228511 KB3rd
https://static.momlover.com/assets/bootstrapBase/js/edge-cms/site-info-banner.js?cacheBust=22851 KB3rd
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
4 hints, 0 missing preconnects
PASS
4 hints, 0 missing preconnects
Info::
Page uses 4 resource hint(s)

Current Resource Hints

preconnect
preload
4
dns-prefetch
prefetch

4 resource hints configured

A+
LCP Image Preload
LCP preload audit not available
PASS
LCP preload audit not available
Info::
LCP image preload audit not available for this scan
A+
Main HTML Cache-Control
Main HTML uses no-store -- correct for sensitive/dynamic content
PASS
Main HTML uses no-store -- correct for sensitive/dynamic content
Info::
Main HTML uses no-store -- correct for sensitive/dynamic content
Got: no-store, no-cache, must-revalidate
A+
Server Response Intelligence
1 server-response signal(s) detected
PASS
1 server-response signal(s) detected
Info::
No `ETag` or `Last-Modified` -- conditional GET not supported
Without either header, browsers can't issue conditional GETs and refresh always re-downloads the full response body even when nothing changed. Add `ETag: "<hash>"` (or `Last-Modified: <date>`) on cacheable responses; the server returns 304 Not Modified when the client's cached copy is still valid, saving bandwidth.
A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
A+
CSS Performance Depth
No CSS performance depth issues detected
PASS
No CSS performance depth issues detected
Info::
No CSS performance depth issues detected
Network Waterfall
58 requests over 2685ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 3.2 s LCP 7.5 shttps://momwantstobreed.com// https://momwantstobreed.com/ — 302 — 903 B — 634 ms — h2https://momwantstobreed.com/tube/sfw/tube/sfw https://momwantstobreed.com/tube/sfw — 200 — 18.9 KiB — 798 ms — h2https://static.momlover.com/assets/bootstrapBase/fonts/font-awesome/fontawesome-webfont.woff?v=3.2.1static.momlover.com/assets/bootstra... https://static.momlover.com/assets/bootstrapBase/fonts/font-awesome/fontawesome-webfont.woff?v=3.2.1 — 200 — 42.8 KiB — 216 ms — h2https://static.momlover.com/assets/bootstrapBase/fonts/open-sans-v18-latin/open-sans-v18-latin-regular.woff2static.momlover.com/assets/bootstra... https://static.momlover.com/assets/bootstrapBase/fonts/open-sans-v18-latin/open-sans-v18-latin-regular.woff2 — 200 — 14.3 KiB — 215 ms — h2https://static.momlover.com/assets/bootstrapBase/fonts/open-sans-v18-latin/open-sans-v18-latin-700.woff2static.momlover.com/assets/bootstra... https://static.momlover.com/assets/bootstrapBase/fonts/open-sans-v18-latin/open-sans-v18-latin-700.woff2 — 200 — 14.9 KiB — 238 ms — h2https://static.momlover.com/assets/bootstrapBase/fonts/open-sans-v18-latin/open-sans-v18-latin-300.woff2static.momlover.com/assets/bootstra... https://static.momlover.com/assets/bootstrapBase/fonts/open-sans-v18-latin/open-sans-v18-latin-300.woff2 — 200 — 14.8 KiB — 238 ms — h2https://static.momlover.com/assets/momLover/css/styles.css?cacheBust=2285static.momlover.com/assets/momLover... https://static.momlover.com/assets/momLover/css/styles.css?cacheBust=2285 — 200 — 84.5 KiB — 251 ms — h2https://static.momlover.com/assets/bootstrapBase/js/htmx/htmx.min.jsstatic.momlover.com/assets/bootstra... https://static.momlover.com/assets/bootstrapBase/js/htmx/htmx.min.js — 200 — 15.6 KiB — 262 ms — h2https://static.momlover.com/assets/bootstrapBase/js/js.cookie.min.jsstatic.momlover.com/assets/bootstra... https://static.momlover.com/assets/bootstrapBase/js/js.cookie.min.js — 200 — 1.1 KiB — 261 ms — h2https://static.momlover.com/assets/bootstrapBase/js/jquery/jquery-3.6.0.jsstatic.momlover.com/assets/bootstra... https://static.momlover.com/assets/bootstrapBase/js/jquery/jquery-3.6.0.js — 200 — 30.5 KiB — 260 ms — h2https://static.momlover.com/assets/bootstrapBase/js/popper/popper.js?cacheBust=2285static.momlover.com/assets/bootstra... https://static.momlover.com/assets/bootstrapBase/js/popper/popper.js?cacheBust=2285 — 200 — 6.5 KiB — 238 ms — h2https://static.momlover.com/assets/bootstrapBase/js/bootstrap/bootstrap.js?cacheBust=2285static.momlover.com/assets/bootstra... https://static.momlover.com/assets/bootstrapBase/js/bootstrap/bootstrap.js?cacheBust=2285 — 200 — 23.3 KiB — 260 ms — h2https://static.momlover.com/assets/bootstrapBase/js/edge-cms/18-plus-modal.js?cacheBust=2285static.momlover.com/assets/bootstra... https://static.momlover.com/assets/bootstrapBase/js/edge-cms/18-plus-modal.js?cacheBust=2285 — 200 — 590 B — 131 ms — h2https://static.momlover.com/assets/momLover/images/logos/ml_logo.svgstatic.momlover.com/assets/momLover... https://static.momlover.com/assets/momLover/images/logos/ml_logo.svg — 200 — 3.1 KiB — 35 ms — h2https://static.momlover.com/assets/momLover/images/logos/mwtb_logo_long.svgstatic.momlover.com/assets/momLover... https://static.momlover.com/assets/momLover/images/logos/mwtb_logo_long.svg — 200 — 8.2 KiB — 56 ms — h2https://images.momlover.com/assets/common/images/tubeTourThumbs/921/218/921218/thumbCropped_921218.jpg?st=uUKIhDIbofy-NHTGbD0BRQ&e=1785520800images.momlover.com/assets/common/i... https://images.momlover.com/assets/common/images/tubeTourThumbs/921/218/921218/thumbCropped_921218.jpg?st=uUKIhDIbofy-NHTGbD0BRQ&e=1785520800 — 200 — 37.5 KiB — 26 ms — h2https://static.momlover.com/assets/momLover/images/tube/speaker-unmuted.svgstatic.momlover.com/assets/momLover... https://static.momlover.com/assets/momLover/images/tube/speaker-unmuted.svg — 200 — 691 B — 31 ms — h2https://images.momlover.com/assets/common/images/tubeTourThumbs/921/230/921230/thumbCropped_921230.jpg?st=zvMvWVq_V6NOJtI3X6zxVw&e=1785520800images.momlover.com/assets/common/i... https://images.momlover.com/assets/common/images/tubeTourThumbs/921/230/921230/thumbCropped_921230.jpg?st=zvMvWVq_V6NOJtI3X6zxVw&e=1785520800 — 200 — 40.9 KiB — 45 ms — h2https://www.gstatic.com/cv/js/sender/v1/cast_sender.js?cacheBust=2285www.gstatic.com/cv/js/sender/v1/cas... https://www.gstatic.com/cv/js/sender/v1/cast_sender.js?cacheBust=2285 — 200 — 2.5 KiB — 171 ms — h2https://static.momlover.com/assets/bootstrapBase/js/edge-cms/age-verify-device-id.js?cacheBust=2285static.momlover.com/assets/bootstra... https://static.momlover.com/assets/bootstrapBase/js/edge-cms/age-verify-device-id.js?cacheBust=2285 — 200 — 1.9 KiB — 41 ms — h2https://static.momlover.com/assets/bootstrapBase/js/owl.carousel.js?cacheBust=2285static.momlover.com/assets/bootstra... https://static.momlover.com/assets/bootstrapBase/js/owl.carousel.js?cacheBust=2285 — 200 — 10.8 KiB — 40 ms — h2https://static.momlover.com/assets/bootstrapBase/js/edge-cms/site-info-banner.js?cacheBust=2285static.momlover.com/assets/bootstra... https://static.momlover.com/assets/bootstrapBase/js/edge-cms/site-info-banner.js?cacheBust=2285 — 200 — 515 B — 38 ms — h2https://static.momlover.com/assets/bootstrapBase/js/lazyload.min.js?cacheBust=2285static.momlover.com/assets/bootstra... https://static.momlover.com/assets/bootstrapBase/js/lazyload.min.js?cacheBust=2285 — 200 — 2.0 KiB — 38 ms — h2https://static.momlover.com/assets/bootstrapBase/js/edge-cms/fallback.js?cacheBust=2285static.momlover.com/assets/bootstra... https://static.momlover.com/assets/bootstrapBase/js/edge-cms/fallback.js?cacheBust=2285 — 200 — 702 B — 38 ms — h2https://static.momlover.com/assets/bootstrapBase/js/edge-cms/content-grid.js?cacheBust=2285static.momlover.com/assets/bootstra... https://static.momlover.com/assets/bootstrapBase/js/edge-cms/content-grid.js?cacheBust=2285 — 200 — 867 B — 38 ms — h2https://static.momlover.com/assets/bootstrapBase/js/edge-cms/tube-grid.js?cacheBust=2285static.momlover.com/assets/bootstra... https://static.momlover.com/assets/bootstrapBase/js/edge-cms/tube-grid.js?cacheBust=2285 — 200 — 1.5 KiB — 38 ms — h2https://static.momlover.com/assets/bootstrapBase/js/edge-cms/join-form-prompt.js?cacheBust=2285static.momlover.com/assets/bootstra... https://static.momlover.com/assets/bootstrapBase/js/edge-cms/join-form-prompt.js?cacheBust=2285 — 200 — 2.0 KiB — 38 ms — h2https://static.momlover.com/assets/bootstrapBase/js/edge-cms/scroll-hover-join-form.js?cacheBust=2285static.momlover.com/assets/bootstra... https://static.momlover.com/assets/bootstrapBase/js/edge-cms/scroll-hover-join-form.js?cacheBust=2285 — 200 — 973 B — 38 ms — h2https://static.momlover.com/assets/bootstrapBase/js/edge-cms/notifications.js?cacheBust=2285static.momlover.com/assets/bootstra... https://static.momlover.com/assets/bootstrapBase/js/edge-cms/notifications.js?cacheBust=2285 — 200 — 1.0 KiB — 38 ms — h2https://static.momlover.com/assets/bootstrapBase/js/edge-cms/viewport-user-settings.js?cacheBust=2285static.momlover.com/assets/bootstra... https://static.momlover.com/assets/bootstrapBase/js/edge-cms/viewport-user-settings.js?cacheBust=2285 — 200 — 976 B — 38 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 3.2 s LCP 7.5 shttps://momwantstobreed.com// https://momwantstobreed.com/ — 302 — 903 B — 634 ms — h2https://momwantstobreed.com/tube/sfw/tube/sfw https://momwantstobreed.com/tube/sfw — 200 — 18.9 KiB — 798 ms — h2https://static.momlover.com/assets/bootstrapBase/fonts/font-awesome/fontawesome-webfont.woff?v=3.2.1static.momlover.com/assets/bootstra... https://static.momlover.com/assets/bootstrapBase/fonts/font-awesome/fontawesome-webfont.woff?v=3.2.1 — 200 — 42.8 KiB — 216 ms — h2https://static.momlover.com/assets/bootstrapBase/fonts/open-sans-v18-latin/open-sans-v18-latin-regular.woff2static.momlover.com/assets/bootstra... https://static.momlover.com/assets/bootstrapBase/fonts/open-sans-v18-latin/open-sans-v18-latin-regular.woff2 — 200 — 14.3 KiB — 215 ms — h2https://static.momlover.com/assets/bootstrapBase/fonts/open-sans-v18-latin/open-sans-v18-latin-700.woff2static.momlover.com/assets/bootstra... https://static.momlover.com/assets/bootstrapBase/fonts/open-sans-v18-latin/open-sans-v18-latin-700.woff2 — 200 — 14.9 KiB — 238 ms — h2https://static.momlover.com/assets/bootstrapBase/fonts/open-sans-v18-latin/open-sans-v18-latin-300.woff2static.momlover.com/assets/bootstra... https://static.momlover.com/assets/bootstrapBase/fonts/open-sans-v18-latin/open-sans-v18-latin-300.woff2 — 200 — 14.8 KiB — 238 ms — h2https://static.momlover.com/assets/momLover/css/styles.css?cacheBust=2285static.momlover.com/assets/momLover... https://static.momlover.com/assets/momLover/css/styles.css?cacheBust=2285 — 200 — 84.5 KiB — 251 ms — h2https://static.momlover.com/assets/bootstrapBase/js/htmx/htmx.min.jsstatic.momlover.com/assets/bootstra... https://static.momlover.com/assets/bootstrapBase/js/htmx/htmx.min.js — 200 — 15.6 KiB — 262 ms — h2https://static.momlover.com/assets/bootstrapBase/js/js.cookie.min.jsstatic.momlover.com/assets/bootstra... https://static.momlover.com/assets/bootstrapBase/js/js.cookie.min.js — 200 — 1.1 KiB — 261 ms — h2https://static.momlover.com/assets/bootstrapBase/js/jquery/jquery-3.6.0.jsstatic.momlover.com/assets/bootstra... https://static.momlover.com/assets/bootstrapBase/js/jquery/jquery-3.6.0.js — 200 — 30.5 KiB — 260 ms — h2https://static.momlover.com/assets/bootstrapBase/js/popper/popper.js?cacheBust=2285static.momlover.com/assets/bootstra... https://static.momlover.com/assets/bootstrapBase/js/popper/popper.js?cacheBust=2285 — 200 — 6.5 KiB — 238 ms — h2https://static.momlover.com/assets/bootstrapBase/js/bootstrap/bootstrap.js?cacheBust=2285static.momlover.com/assets/bootstra... https://static.momlover.com/assets/bootstrapBase/js/bootstrap/bootstrap.js?cacheBust=2285 — 200 — 23.3 KiB — 260 ms — h2https://static.momlover.com/assets/bootstrapBase/js/edge-cms/18-plus-modal.js?cacheBust=2285static.momlover.com/assets/bootstra... https://static.momlover.com/assets/bootstrapBase/js/edge-cms/18-plus-modal.js?cacheBust=2285 — 200 — 590 B — 131 ms — h2https://static.momlover.com/assets/momLover/images/logos/ml_logo.svgstatic.momlover.com/assets/momLover... https://static.momlover.com/assets/momLover/images/logos/ml_logo.svg — 200 — 3.1 KiB — 35 ms — h2https://static.momlover.com/assets/momLover/images/logos/mwtb_logo_long.svgstatic.momlover.com/assets/momLover... https://static.momlover.com/assets/momLover/images/logos/mwtb_logo_long.svg — 200 — 8.2 KiB — 56 ms — h2https://images.momlover.com/assets/common/images/tubeTourThumbs/921/218/921218/thumbCropped_921218.jpg?st=uUKIhDIbofy-NHTGbD0BRQ&e=1785520800images.momlover.com/assets/common/i... https://images.momlover.com/assets/common/images/tubeTourThumbs/921/218/921218/thumbCropped_921218.jpg?st=uUKIhDIbofy-NHTGbD0BRQ&e=1785520800 — 200 — 37.5 KiB — 26 ms — h2https://static.momlover.com/assets/momLover/images/tube/speaker-unmuted.svgstatic.momlover.com/assets/momLover... https://static.momlover.com/assets/momLover/images/tube/speaker-unmuted.svg — 200 — 691 B — 31 ms — h2https://images.momlover.com/assets/common/images/tubeTourThumbs/921/230/921230/thumbCropped_921230.jpg?st=zvMvWVq_V6NOJtI3X6zxVw&e=1785520800images.momlover.com/assets/common/i... https://images.momlover.com/assets/common/images/tubeTourThumbs/921/230/921230/thumbCropped_921230.jpg?st=zvMvWVq_V6NOJtI3X6zxVw&e=1785520800 — 200 — 40.9 KiB — 45 ms — h2https://www.gstatic.com/cv/js/sender/v1/cast_sender.js?cacheBust=2285www.gstatic.com/cv/js/sender/v1/cas... https://www.gstatic.com/cv/js/sender/v1/cast_sender.js?cacheBust=2285 — 200 — 2.5 KiB — 171 ms — h2https://static.momlover.com/assets/bootstrapBase/js/edge-cms/age-verify-device-id.js?cacheBust=2285static.momlover.com/assets/bootstra... https://static.momlover.com/assets/bootstrapBase/js/edge-cms/age-verify-device-id.js?cacheBust=2285 — 200 — 1.9 KiB — 41 ms — h2https://static.momlover.com/assets/bootstrapBase/js/owl.carousel.js?cacheBust=2285static.momlover.com/assets/bootstra... https://static.momlover.com/assets/bootstrapBase/js/owl.carousel.js?cacheBust=2285 — 200 — 10.8 KiB — 40 ms — h2https://static.momlover.com/assets/bootstrapBase/js/edge-cms/site-info-banner.js?cacheBust=2285static.momlover.com/assets/bootstra... https://static.momlover.com/assets/bootstrapBase/js/edge-cms/site-info-banner.js?cacheBust=2285 — 200 — 515 B — 38 ms — h2https://static.momlover.com/assets/bootstrapBase/js/lazyload.min.js?cacheBust=2285static.momlover.com/assets/bootstra... https://static.momlover.com/assets/bootstrapBase/js/lazyload.min.js?cacheBust=2285 — 200 — 2.0 KiB — 38 ms — h2https://static.momlover.com/assets/bootstrapBase/js/edge-cms/fallback.js?cacheBust=2285static.momlover.com/assets/bootstra... https://static.momlover.com/assets/bootstrapBase/js/edge-cms/fallback.js?cacheBust=2285 — 200 — 702 B — 38 ms — h2https://static.momlover.com/assets/bootstrapBase/js/edge-cms/content-grid.js?cacheBust=2285static.momlover.com/assets/bootstra... https://static.momlover.com/assets/bootstrapBase/js/edge-cms/content-grid.js?cacheBust=2285 — 200 — 867 B — 38 ms — h2https://static.momlover.com/assets/bootstrapBase/js/edge-cms/tube-grid.js?cacheBust=2285static.momlover.com/assets/bootstra... https://static.momlover.com/assets/bootstrapBase/js/edge-cms/tube-grid.js?cacheBust=2285 — 200 — 1.5 KiB — 38 ms — h2https://static.momlover.com/assets/bootstrapBase/js/edge-cms/join-form-prompt.js?cacheBust=2285static.momlover.com/assets/bootstra... https://static.momlover.com/assets/bootstrapBase/js/edge-cms/join-form-prompt.js?cacheBust=2285 — 200 — 2.0 KiB — 38 ms — h2https://static.momlover.com/assets/bootstrapBase/js/edge-cms/scroll-hover-join-form.js?cacheBust=2285static.momlover.com/assets/bootstra... https://static.momlover.com/assets/bootstrapBase/js/edge-cms/scroll-hover-join-form.js?cacheBust=2285 — 200 — 973 B — 38 ms — h2https://static.momlover.com/assets/bootstrapBase/js/edge-cms/notifications.js?cacheBust=2285static.momlover.com/assets/bootstra... https://static.momlover.com/assets/bootstrapBase/js/edge-cms/notifications.js?cacheBust=2285 — 200 — 1.0 KiB — 38 ms — h2https://static.momlover.com/assets/bootstrapBase/js/edge-cms/viewport-user-settings.js?cacheBust=2285static.momlover.com/assets/bootstra... https://static.momlover.com/assets/bootstrapBase/js/edge-cms/viewport-user-settings.js?cacheBust=2285 — 200 — 976 B — 38 ms — h2https://static.momlover.com/assets/momLover/images/icons/mwtb_icon.svgstatic.momlover.com/assets/momLover... https://static.momlover.com/assets/momLover/images/icons/mwtb_icon.svg — 200 — 4.0 KiB — 42 ms — h2https://images.momlover.com/assets/common/images/tubeTourThumbs/888/860/888860/thumbCropped_888860.jpg?st=EOIU-28Lr_JgTlXgVuvLEQ&e=1785520800images.momlover.com/assets/common/i... https://images.momlover.com/assets/common/images/tubeTourThumbs/888/860/888860/thumbCropped_888860.jpg?st=EOIU-28Lr_JgTlXgVuvLEQ&e=1785520800 — 200 — 38.2 KiB — 49 ms — h2https://images.momlover.com/assets/common/images/tubeTourThumbs/869/882/869882/thumbCropped_869882.jpg?st=iFWW47O4ICWn497sIJmCDg&e=1785520800images.momlover.com/assets/common/i... https://images.momlover.com/assets/common/images/tubeTourThumbs/869/882/869882/thumbCropped_869882.jpg?st=iFWW47O4ICWn497sIJmCDg&e=1785520800 — 200 — 39.7 KiB — 53 ms — h2data:image/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0…data:image/svg+xml;charset=utf-8,%3... data:image/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='…www.w3.org/2000/svg' viewBox='0 0 3... data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='… — 200 — 0 B — 0 ms — datahttps://static.momlover.com/assets/momLover/images/black-felt.pngstatic.momlover.com/assets/momLover... https://static.momlover.com/assets/momLover/images/black-felt.png — 200 — 55.5 KiB — 57 ms — h2https://images.momlover.com/assets/common/images/tubeTourThumbs/921/218/921218/video_921218.mp4?st=epWGZzRZ_6wKy6R5pf0q8Q&e=1785520800images.momlover.com/assets/common/i... https://images.momlover.com/assets/common/images/tubeTourThumbs/921/218/921218/video_921218.mp4?st=epWGZzRZ_6wKy6R5pf0q8Q&e=1785520800 — 206 — 2.0 MiB — 273 ms — h2https://images.momlover.com/assets/common/images/tubeTourThumbs/921/230/921230/video_921230.mp4?st=7yRXsqIL34n_yZ6O_lrrVw&e=1785520800images.momlover.com/assets/common/i... https://images.momlover.com/assets/common/images/tubeTourThumbs/921/230/921230/video_921230.mp4?st=7yRXsqIL34n_yZ6O_lrrVw&e=1785520800 — 206 — 1.2 MiB — 252 ms — h2https://images.momlover.com/assets/common/images/tubeTourThumbs/888/860/888860/video_888860.mp4?st=3_4IEhHceiXMOCBLgamXmg&e=1785520800images.momlover.com/assets/common/i... https://images.momlover.com/assets/common/images/tubeTourThumbs/888/860/888860/video_888860.mp4?st=3_4IEhHceiXMOCBLgamXmg&e=1785520800 — 206 — 1.4 MiB — 283 ms — h2https://images.momlover.com/assets/common/images/tubeTourThumbs/869/882/869882/video_869882.mp4?st=mVlN38rnr1VrVDhH9lDmXA&e=1785520800images.momlover.com/assets/common/i... https://images.momlover.com/assets/common/images/tubeTourThumbs/869/882/869882/video_869882.mp4?st=mVlN38rnr1VrVDhH9lDmXA&e=1785520800 — 206 — 1.1 MiB — 283 ms — h2https://www.gstatic.com/eureka/clank/150/cast_sender.jswww.gstatic.com/eureka/clank/150/ca... https://www.gstatic.com/eureka/clank/150/cast_sender.js — 200 — 13.4 KiB — 42 ms — h2https://static.momlover.com/assets/momLover/images/banner_logos/ms_logo.svgstatic.momlover.com/assets/momLover... https://static.momlover.com/assets/momLover/images/banner_logos/ms_logo.svg — 200 — 10.3 KiB — 72 ms — h2https://static.momlover.com/assets/momLover/images/banner_logos/mwtb_logo.svgstatic.momlover.com/assets/momLover... https://static.momlover.com/assets/momLover/images/banner_logos/mwtb_logo.svg — 200 — 11.2 KiB — 72 ms — h2https://static.momlover.com/assets/momLover/images/banner_logos/mwc_logo.svgstatic.momlover.com/assets/momLover... https://static.momlover.com/assets/momLover/images/banner_logos/mwc_logo.svg — 200 — 9.4 KiB — 72 ms — h2https://static.momlover.com/assets/momLover/images/banner_logos/mt_logo.svgstatic.momlover.com/assets/momLover... https://static.momlover.com/assets/momLover/images/banner_logos/mt_logo.svg — 200 — 46.2 KiB — 78 ms — h2https://static.momlover.com/assets/momLover/images/banner_logos/mfs_logo.svgstatic.momlover.com/assets/momLover... https://static.momlover.com/assets/momLover/images/banner_logos/mfs_logo.svg — 200 — 19.0 KiB — 72 ms — h2https://static.momlover.com/assets/momLover/images/banner_logos/ym_logo.svgstatic.momlover.com/assets/momLover... https://static.momlover.com/assets/momLover/images/banner_logos/ym_logo.svg — 200 — 6.2 KiB — 73 ms — h2https://static.momlover.com/assets/momLover/images/banner_logos/inym_logo.svgstatic.momlover.com/assets/momLover... https://static.momlover.com/assets/momLover/images/banner_logos/inym_logo.svg — 200 — 18.4 KiB — 73 ms — h2https://static.momlover.com/assets/momLover/images/banner_logos/bm_logo.svgstatic.momlover.com/assets/momLover... https://static.momlover.com/assets/momLover/images/banner_logos/bm_logo.svg — 200 — 7.5 KiB — 74 ms — h2https://static.momlover.com/assets/momLover/images/banner_logos/dms.svgstatic.momlover.com/assets/momLover... https://static.momlover.com/assets/momLover/images/banner_logos/dms.svg — 200 — 11.3 KiB — 74 ms — h2https://static.momlover.com/assets/momLover/images/banner_logos/cm_logo_banner.svgstatic.momlover.com/assets/momLover... https://static.momlover.com/assets/momLover/images/banner_logos/cm_logo_banner.svg — 200 — 9.7 KiB — 73 ms — h2https://static.momlover.com/assets/momLover/images/banner_logos/mc_logo_banner.svgstatic.momlover.com/assets/momLover... https://static.momlover.com/assets/momLover/images/banner_logos/mc_logo_banner.svg — 200 — 7.2 KiB — 73 ms — h2https://static.momlover.com/assets/momLover/images/banner_logos/DoublePies.svgstatic.momlover.com/assets/momLover... https://static.momlover.com/assets/momLover/images/banner_logos/DoublePies.svg — 200 — 111.3 KiB — 78 ms — h2https://images.momlover.com/assets/common/images/tubeTourThumbs/1177/767/1177767/thumbCropped_1177767.jpg?st=3pmvFkDsm_nEK_kVyeeX2g&e=1785520800images.momlover.com/assets/common/i... https://images.momlover.com/assets/common/images/tubeTourThumbs/1177/767/1177767/thumbCropped_1177767.jpg?st=3pmvFkDsm_nEK_kVyeeX2g&e=1785520800 — 200 — 100.7 KiB — 33 ms — h2https://images.momlover.com/assets/common/images/tubeTourThumbs/879/86/879086/thumbCropped_879086.jpg?st=P_lUcFh5CUggBQK8y8UF6A&e=1785520800images.momlover.com/assets/common/i... https://images.momlover.com/assets/common/images/tubeTourThumbs/879/86/879086/thumbCropped_879086.jpg?st=P_lUcFh5CUggBQK8y8UF6A&e=1785520800 — 200 — 42.6 KiB — 30 ms — h2https://images.momlover.com/assets/common/images/tubeTourThumbs/816/716/816716/thumbCropped_816716.jpg?st=LmbYZ3tGyswV8klMincM3g&e=1785520800images.momlover.com/assets/common/i... https://images.momlover.com/assets/common/images/tubeTourThumbs/816/716/816716/thumbCropped_816716.jpg?st=LmbYZ3tGyswV8klMincM3g&e=1785520800 — 200 — 88.2 KiB — 31 ms — h2https://images.momlover.com/assets/common/images/tubeTourThumbs/1085/114/1085114/thumbCropped_1085114.jpg?st=z_G_a31H7h4Kjdc0d8c_nQ&e=1785520800images.momlover.com/assets/common/i... https://images.momlover.com/assets/common/images/tubeTourThumbs/1085/114/1085114/thumbCropped_1085114.jpg?st=z_G_a31H7h4Kjdc0d8c_nQ&e=1785520800 — 200 — 80.7 KiB — 32 ms — h2https://momwantstobreed.com/favicon.ico/favicon.ico https://momwantstobreed.com/favicon.ico — 200 — 4.4 KiB — 569 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
28% of JavaScript execution is third-party
First-party Third-party 665ms · 56KB · $9/mo
static.momlover.com
Other
Costly
Execution 208ms
Transfer 31 KB
Monthly Cost $3/mo
static.momlover.com
Other
Costly
Execution 207ms
Transfer 1 KB
Monthly Cost $3/mo
static.momlover.com
Other
Optional
Execution 179ms
Transfer 2 KB
Monthly Cost $2/mo
static.momlover.com
Other
Optional
Execution 70ms
Transfer 23 KB
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • static.momlover.com adds 208ms and costs ~$3/month
  • static.momlover.com adds 207ms and costs ~$3/month

static.momlover.com takes 208ms 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

static.momlover.com takes 207ms 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

Real-User Performance (CrUX)
Field metrics from the Chrome User Experience Report
INFO

Chrome User Experience (CrUX)

Real-user metrics from the Chrome UX Report (2026-07-02 — 2026-07-29)

LCP (p75)

3912 ms

53% good

INP (p75)

131 ms

87% good

CLS (p75)

0.030

89% good

FCP (p75)

3291 ms

TTFB (p75)

1632 ms

Image Optimization
200 images, 0 KB total, 0 KB wasted
INFO

Image Optimization Audit

Total Images

200

Total Size

0 KB

81 missing alt text 42 missing dimensions 174 missing lazy loading
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback