Skip to content
https://markmonitor.com

Performance

· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
78
GRADE
C
FIX
5
REVIEW
1
PASS
9
INFO
2

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

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

2.05 s

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

9.75 s

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

366 ms

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

0.001

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

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

15.21 s

Page Load Progression

613 ms
1.2 s
1.8 s
2.5 s
3.1 s
3.7 s
4.3 s
4.9 s
Checks
17
9 PASS 1 REVIEW 5 FIX
F
Page Weight Budget
Action
4.4 MB transferred, 65 requests
FIX
4.4 MB transferred, 65 requests
Critical::
Page weighs 8.2 MB (4.4 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
Info::
Fonts are 1.0 MB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 1.0 MB
Info::
65 HTTP requests
Info::
Estimated 0.93 g CO2 per page load
4.4 MB / 2.4 MB budget
4.4 MB transferred
65 requests
0.93 g CO2 per page load
Other 1.9 MiB 43%
JavaScript 1.2 MiB 26%
Fonts 1.0 MiB 23%
Images 290.5 KiB 6%
HTML 55.0 KiB 1%
CSS 8.4 KiB 0%
Other 2.8 KiB 0%
Other 1.1 KiB 0%
Other 911 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev font loading

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 (4.4 MiB of 4.4 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Execution Cost
Action
2193ms total JS execution
FIX
2193ms total JS execution
Warning::
https://www.markmonitor.com/: 589ms CPU time
Warning::
https://js.qualified.com/qualified.js?token=1dmPuC...: 484ms CPU time
Warning::
Unattributable: 434ms CPU time
Warning::
https://www.markmonitor.com/cdn-cgi/challenge-plat...: 253ms CPU time
Info::
https://js.qualified.com/packs/js/multimodal_v2-f8...: 166ms CPU time
Warning::
Third-party scripts: 2193ms (100% of total)

Main Thread Breakdown

Script Evaluation 51% Other 22% Style & Layout 15% Script Parsing & Compilation 5%
ScriptTotalScriptingParse/CompileParty
https://www.markmonitor.com/589ms107ms11ms3rd
https://js.qualified.com/qualified.js?token=1dmPuCi7zii5PDYg484ms424ms38ms3rd
Unattributable434ms12ms0ms3rd
https://www.markmonitor.com/cdn-cgi/challenge-platform/scripts/jsd/main.js253ms243ms2ms3rd
https://js.qualified.com/packs/js/multimodal_v2-f8a905b1.js166ms108ms23ms3rd
https://www.markmonitor.com/wp-content/cache/min/1/wp-content/plugins/block-slider/dist/frontend/frontend.js?ver=1773662656114ms59ms8ms3rd
https://www.markmonitor.com/wp-content/cache/min/1/wp-content/plugins/sitepress-multilingual-cms/dist/js/browser-redirect/app.js?ver=177366266096ms80ms15ms3rd
https://www.markmonitor.com/wp-includes/js/dist/interactivity.min.js?ver=6.6.256ms53ms0ms3rd
D
Page Weight Inventory
Action
65 resources · 4.4 MB · 130 KB savings available
FIX
65 resources · 4.4 MB · 130 KB savings available
Warning::
Page weight 3.4 MB over 1MB target
Got: 4.4 MB Expected: ≤ 1 MB
Info::
~130 KB of savings available
Warning::
64 third-party resources (100% of weight)
Info::
2 resources over 200KB
65 resources · 4.4 MiB · 64 third-party 3.4 MiB over 1MB target
Media 43% · 1.9 MiB
JavaScript 26% · 1.2 MiB
Font 23% · 1.0 MiB
Image 6% · 292.6 KiB
Document 1% · 55.6 KiB
CSS 0% · 8.4 KiB
Other 0% · 2.1 KiB

~130.4 KiB of savings available

Remove unused JavaScript: 130.4 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: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

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

DirectiveValueMeaning
privateOnly browser cache, not CDN/proxy
max-age0Cache for 0 seconds
no-storeNever cache this response
no-cacheCache but always revalidate first
must-revalidateMust recheck with server after expiry
post-check0
pre-check0
B
JS Bundles
22 scripts, 130 KB unused
REVIEW
22 scripts, 130 KB unused
Warning::
https://js.qualified.com/qualified.js?token=1dmPuC...: 57 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://js.qualified.com/packs/js/multimodal_v2-f8...: 28 KB unused (30%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.markmonitor.com/wp-content/cache/min/1...: 25 KB unused (50%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.markmonitor.com/wp-includes/js/jquery/...: 21 KB unused (70%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 130 KB
130 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://js.qualified.com/qualified.js?token=1dmPuCi7zii5PDYg117 KB57 KB (49%)3rd
https://js.qualified.com/packs/js/multimodal_v2-f8a905b1.js94 KB28 KB (30%)3rd
https://www.markmonitor.com/wp-content/cache/min/1/wp-content/plugins/sitepress-multilingual-cms/dist/js/browser-redirect/app.js?ver=177366266049 KB25 KB (50%)3rd
https://www.markmonitor.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.130 KB21 KB (70%)3rd
https://www.markmonitor.com/wp-content/plugins/download-monitor/assets/js/dlm-xhr.min.js?ver=5.0.213 KB3rd
https://www.markmonitor.com/wp-content/plugins/wp-rocket/assets/js/lazyload/17.8.3/lazyload.min.js3 KB3rd
https://www.markmonitor.com/wp-content/cache/min/1/wp-content/plugins/block-slider/dist/frontend/frontend.js?ver=177366265634 KB3rd
https://www.markmonitor.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.15 KB3rd
https://www.markmonitor.com/wp-includes/js/dist/interactivity.min.js?ver=6.6.213 KB3rd
https://www.markmonitor.com/wp-content/cache/min/1/docking.js?ver=17736626564 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

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+
Image Optimization
14 images, 0 KB saveable
PASS
14 images, 0 KB saveable
Info::
All images are well-optimized
14 images 291 KB
0 oversized -0 KB
0 legacy format
0 missing dimensions CLS risk
A+
Font Loading
12 fonts (1058 KB)
PASS
12 fonts (1058 KB)
Info::
12 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

12

1058 KB total

Render-blocking

0

of 12

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s FCP 2.1 s LCP 9.7 shttps://www.markmonitor.com/wp-content/uploads/fonts/inter_normal_400.ttfinter_normal_400.ttf https://www.markmonitor.com/wp-content/uploads/fonts/inter_normal_400.ttf — 144.7 KiB — 73 ms — font-display: swaphttps://www.markmonitor.com/wp-content/uploads/fonts/inter_normal_500.ttfinter_normal_500.ttf https://www.markmonitor.com/wp-content/uploads/fonts/inter_normal_500.ttf — 153.4 KiB — 79 ms — font-display: swaphttps://www.markmonitor.com/wp-content/uploads/fonts/inter_normal_600.ttfinter_normal_600.ttf https://www.markmonitor.com/wp-content/uploads/fonts/inter_normal_600.ttf — 154.5 KiB — 90 ms — font-display: swaphttps://www.markmonitor.com/wp-content/uploads/fonts/inter_normal_700.ttfinter_normal_700.ttf https://www.markmonitor.com/wp-content/uploads/fonts/inter_normal_700.ttf — 154.9 KiB — 93 ms — font-display: swaphttps://www.markmonitor.com/wp-content/uploads/fonts/nohemi-extlt_normal_200.ttfnohemi-extlt_normal_200... https://www.markmonitor.com/wp-content/uploads/fonts/nohemi-extlt_normal_200.ttf — 29.4 KiB — 90 ms — font-display: swaphttps://www.markmonitor.com/wp-content/uploads/fonts/nohemi_normal_400.ttfnohemi_normal_400.ttf https://www.markmonitor.com/wp-content/uploads/fonts/nohemi_normal_400.ttf — 28.6 KiB — 92 ms — font-display: swaphttps://www.markmonitor.com/wp-content/uploads/fonts/nohemi-med_normal_500.ttfnohemi-med_normal_500.ttf https://www.markmonitor.com/wp-content/uploads/fonts/nohemi-med_normal_500.ttf — 29.1 KiB — 92 ms — font-display: swaphttps://www.markmonitor.com/wp-content/uploads/fonts/nohemi-sembd_normal_600.ttfnohemi-sembd_normal_600... https://www.markmonitor.com/wp-content/uploads/fonts/nohemi-sembd_normal_600.ttf — 29.0 KiB — 93 ms — font-display: swaphttps://www.markmonitor.com/wp-content/uploads/fonts/nohemi_normal_700.ttfnohemi_normal_700.ttf https://www.markmonitor.com/wp-content/uploads/fonts/nohemi_normal_700.ttf — 28.8 KiB — 93 ms — font-display: swaphttps://assets.qualified.com/packs/media/Inter-Regular.f1f0c35b.woff2Inter-Regular.f1f0c35b.... https://assets.qualified.com/packs/media/Inter-Regular.f1f0c35b.woff2 — 97.2 KiB — 84 ms — font-display: swaphttps://assets.qualified.com/packs/media/Inter-SemiBold.fcb100c7.woff2Inter-SemiBold.fcb100c7... https://assets.qualified.com/packs/media/Inter-SemiBold.fcb100c7.woff2 — 103.6 KiB — 98 ms — font-display: swaphttps://js.qualified.com/packs/media/Inter-Italic.d593a8df.woff2Inter-Italic.d593a8df.w... https://js.qualified.com/packs/media/Inter-Italic.d593a8df.woff2 — 104.9 KiB — 48 ms — font-display: swap
inter_normal_400.ttf ttf swap
Size 145 KB
Load time 73 ms
Start 167 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
inter_normal_500.ttf ttf swap
Size 153 KB
Load time 79 ms
Start 167 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
inter_normal_600.ttf ttf swap
Size 155 KB
Load time 90 ms
Start 168 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
inter_normal_700.ttf ttf swap
Size 155 KB
Load time 93 ms
Start 168 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
nohemi-extlt_normal_200... ttf swap
Size 29 KB
Load time 90 ms
Start 169 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
nohemi_normal_400.ttf ttf swap
Size 29 KB
Load time 92 ms
Start 170 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
nohemi-med_normal_500.ttf ttf swap
Size 29 KB
Load time 92 ms
Start 170 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
nohemi-sembd_normal_600... ttf swap
Size 29 KB
Load time 93 ms
Start 170 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
nohemi_normal_700.ttf ttf swap
Size 29 KB
Load time 93 ms
Start 170 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
Inter-Regular.f1f0c35b.... woff2 swap
Size 97 KB
Load time 84 ms
Start 1.3 s
Risk FOUT — text flashes from fallback to web font
Inter-SemiBold.fcb100c7... woff2 swap
Size 104 KB
Load time 98 ms
Start 1.3 s
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
Inter-Italic.d593a8df.w... woff2 swap
Size 105 KB
Load time 48 ms
Start 2.5 s
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
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 ~634 KB and ~1268 ms

A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
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+
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
65 requests over 4905ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s FCP 2.1 s LCP 9.7 shttps://markmonitor.com// https://markmonitor.com/ — 302 — 581 B — 98 ms — h2https://www.markmonitor.com/www.markmonitor.com/ https://www.markmonitor.com/ — 200 — 51.2 KiB — 62 ms — h2https://www.markmonitor.com/wp-content/uploads/fonts/inter_normal_400.ttfwww.markmonitor.com/wp-content/uplo... https://www.markmonitor.com/wp-content/uploads/fonts/inter_normal_400.ttf — 200 — 144.7 KiB — 73 ms — h2https://www.markmonitor.com/wp-content/uploads/fonts/inter_normal_500.ttfwww.markmonitor.com/wp-content/uplo... https://www.markmonitor.com/wp-content/uploads/fonts/inter_normal_500.ttf — 200 — 153.4 KiB — 79 ms — h2https://www.markmonitor.com/wp-content/uploads/fonts/inter_normal_600.ttfwww.markmonitor.com/wp-content/uplo... https://www.markmonitor.com/wp-content/uploads/fonts/inter_normal_600.ttf — 200 — 154.5 KiB — 90 ms — h2https://www.markmonitor.com/wp-content/uploads/fonts/inter_normal_700.ttfwww.markmonitor.com/wp-content/uplo... https://www.markmonitor.com/wp-content/uploads/fonts/inter_normal_700.ttf — 200 — 154.9 KiB — 93 ms — h2https://www.markmonitor.com/wp-content/uploads/fonts/nohemi-extlt_normal_200.ttfwww.markmonitor.com/wp-content/uplo... https://www.markmonitor.com/wp-content/uploads/fonts/nohemi-extlt_normal_200.ttf — 200 — 29.4 KiB — 90 ms — h2https://www.markmonitor.com/wp-content/uploads/fonts/nohemi_normal_400.ttfwww.markmonitor.com/wp-content/uplo... https://www.markmonitor.com/wp-content/uploads/fonts/nohemi_normal_400.ttf — 200 — 28.6 KiB — 92 ms — h2https://www.markmonitor.com/wp-content/uploads/fonts/nohemi-med_normal_500.ttfwww.markmonitor.com/wp-content/uplo... https://www.markmonitor.com/wp-content/uploads/fonts/nohemi-med_normal_500.ttf — 200 — 29.1 KiB — 92 ms — h2https://www.markmonitor.com/wp-content/uploads/fonts/nohemi-sembd_normal_600.ttfwww.markmonitor.com/wp-content/uplo... https://www.markmonitor.com/wp-content/uploads/fonts/nohemi-sembd_normal_600.ttf — 200 — 29.0 KiB — 93 ms — h2https://www.markmonitor.com/wp-content/uploads/fonts/nohemi_normal_700.ttfwww.markmonitor.com/wp-content/uplo... https://www.markmonitor.com/wp-content/uploads/fonts/nohemi_normal_700.ttf — 200 — 28.8 KiB — 93 ms — h2https://www.markmonitor.com/wp-content/uploads/2024/01/hero-cover-markmonitor-doted-bg-768x400.webpwww.markmonitor.com/wp-content/uplo... https://www.markmonitor.com/wp-content/uploads/2024/01/hero-cover-markmonitor-doted-bg-768x400.webp — 200 — 123.2 KiB — 105 ms — h2https://www.markmonitor.com/wp-includes/blocks/navigation/view.min.js?ver=6.6.2www.markmonitor.com/wp-includes/blo... https://www.markmonitor.com/wp-includes/blocks/navigation/view.min.js?ver=6.6.2 — 200 — 1.9 KiB — 62 ms — h2https://www.markmonitor.com/wp-includes/blocks/query/view.min.js?ver=6.6.2www.markmonitor.com/wp-includes/blo... https://www.markmonitor.com/wp-includes/blocks/query/view.min.js?ver=6.6.2 — 200 — 841 B — 62 ms — h2https://www.markmonitor.com/wp-includes/js/dist/interactivity.min.js?ver=6.6.2www.markmonitor.com/wp-includes/js/... https://www.markmonitor.com/wp-includes/js/dist/interactivity.min.js?ver=6.6.2 — 200 — 13.4 KiB — 62 ms — h2https://www.markmonitor.com/wp-content/uploads/2024/06/mm-logo-n.webpwww.markmonitor.com/wp-content/uplo... https://www.markmonitor.com/wp-content/uploads/2024/06/mm-logo-n.webp — 200 — 5.3 KiB — 192 ms — h2https://js.qualified.com/qualified.js?token=1dmPuCi7zii5PDYgjs.qualified.com/qualified.js?token... https://js.qualified.com/qualified.js?token=1dmPuCi7zii5PDYg — 200 — 116.8 KiB — 120 ms — h2data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20116%2084'%3E%3C/s…www.w3.org/2000/svg'%20viewBox='0%2... data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20116%2084'%3E%3C/s… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20470%20609'%3E%3C/…www.w3.org/2000/svg'%20viewBox='0%2... data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20470%20609'%3E%3C/… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20426%20567'%3E%3C/…www.w3.org/2000/svg'%20viewBox='0%2... data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20426%20567'%3E%3C/… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201200%20675'%3E%3C…www.w3.org/2000/svg'%20viewBox='0%2... data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201200%20675'%3E%3C… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2050%2050'%3E%3C/sv…www.w3.org/2000/svg'%20viewBox='0%2... data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2050%2050'%3E%3C/sv… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20128%20128'%3E%3C/…www.w3.org/2000/svg'%20viewBox='0%2... data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20128%20128'%3E%3C/… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20131%20128'%3E%3C/…www.w3.org/2000/svg'%20viewBox='0%2... data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20131%20128'%3E%3C/… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAA…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAA… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAA…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAA… — 200 — 0 B — 0 ms — datahttps://www.markmonitor.com/wp-content/uploads/2024/07/home-page-hero-main-comp.webpwww.markmonitor.com/wp-content/uplo... https://www.markmonitor.com/wp-content/uploads/2024/07/home-page-hero-main-comp.webp — 200 — 38.7 KiB — 60 ms — h2https://www.markmonitor.com/wp-content/uploads/2024/07/Home-banner-2024-mm-768x400.webpwww.markmonitor.com/wp-content/uplo... https://www.markmonitor.com/wp-content/uploads/2024/07/Home-banner-2024-mm-768x400.webp — 200 — 121.8 KiB — 80 ms — h2https://www.markmonitor.com/wp-content/cache/min/1/wp-content/plugins/block-slider/dist/frontend/frontend.js?ver=1773662656www.markmonitor.com/wp-content/cach... https://www.markmonitor.com/wp-content/cache/min/1/wp-content/plugins/block-slider/dist/frontend/frontend.js?ver=1773662656 — 200 — 33.7 KiB — 68 ms — h2https://www.markmonitor.com/wp-content/cache/min/1/wp-content/plugins/sitepress-multilingual-cms/res/js/cookies/language-cookie.js?ver=1773662660www.markmonitor.com/wp-content/cach... https://www.markmonitor.com/wp-content/cache/min/1/wp-content/plugins/sitepress-multilingual-cms/res/js/cookies/language-cookie.js?ver=1773662660 — 200 — 275 B — 37 ms — h2
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s FCP 2.1 s LCP 9.7 shttps://markmonitor.com// https://markmonitor.com/ — 302 — 581 B — 98 ms — h2https://www.markmonitor.com/www.markmonitor.com/ https://www.markmonitor.com/ — 200 — 51.2 KiB — 62 ms — h2https://www.markmonitor.com/wp-content/uploads/fonts/inter_normal_400.ttfwww.markmonitor.com/wp-content/uplo... https://www.markmonitor.com/wp-content/uploads/fonts/inter_normal_400.ttf — 200 — 144.7 KiB — 73 ms — h2https://www.markmonitor.com/wp-content/uploads/fonts/inter_normal_500.ttfwww.markmonitor.com/wp-content/uplo... https://www.markmonitor.com/wp-content/uploads/fonts/inter_normal_500.ttf — 200 — 153.4 KiB — 79 ms — h2https://www.markmonitor.com/wp-content/uploads/fonts/inter_normal_600.ttfwww.markmonitor.com/wp-content/uplo... https://www.markmonitor.com/wp-content/uploads/fonts/inter_normal_600.ttf — 200 — 154.5 KiB — 90 ms — h2https://www.markmonitor.com/wp-content/uploads/fonts/inter_normal_700.ttfwww.markmonitor.com/wp-content/uplo... https://www.markmonitor.com/wp-content/uploads/fonts/inter_normal_700.ttf — 200 — 154.9 KiB — 93 ms — h2https://www.markmonitor.com/wp-content/uploads/fonts/nohemi-extlt_normal_200.ttfwww.markmonitor.com/wp-content/uplo... https://www.markmonitor.com/wp-content/uploads/fonts/nohemi-extlt_normal_200.ttf — 200 — 29.4 KiB — 90 ms — h2https://www.markmonitor.com/wp-content/uploads/fonts/nohemi_normal_400.ttfwww.markmonitor.com/wp-content/uplo... https://www.markmonitor.com/wp-content/uploads/fonts/nohemi_normal_400.ttf — 200 — 28.6 KiB — 92 ms — h2https://www.markmonitor.com/wp-content/uploads/fonts/nohemi-med_normal_500.ttfwww.markmonitor.com/wp-content/uplo... https://www.markmonitor.com/wp-content/uploads/fonts/nohemi-med_normal_500.ttf — 200 — 29.1 KiB — 92 ms — h2https://www.markmonitor.com/wp-content/uploads/fonts/nohemi-sembd_normal_600.ttfwww.markmonitor.com/wp-content/uplo... https://www.markmonitor.com/wp-content/uploads/fonts/nohemi-sembd_normal_600.ttf — 200 — 29.0 KiB — 93 ms — h2https://www.markmonitor.com/wp-content/uploads/fonts/nohemi_normal_700.ttfwww.markmonitor.com/wp-content/uplo... https://www.markmonitor.com/wp-content/uploads/fonts/nohemi_normal_700.ttf — 200 — 28.8 KiB — 93 ms — h2https://www.markmonitor.com/wp-content/uploads/2024/01/hero-cover-markmonitor-doted-bg-768x400.webpwww.markmonitor.com/wp-content/uplo... https://www.markmonitor.com/wp-content/uploads/2024/01/hero-cover-markmonitor-doted-bg-768x400.webp — 200 — 123.2 KiB — 105 ms — h2https://www.markmonitor.com/wp-includes/blocks/navigation/view.min.js?ver=6.6.2www.markmonitor.com/wp-includes/blo... https://www.markmonitor.com/wp-includes/blocks/navigation/view.min.js?ver=6.6.2 — 200 — 1.9 KiB — 62 ms — h2https://www.markmonitor.com/wp-includes/blocks/query/view.min.js?ver=6.6.2www.markmonitor.com/wp-includes/blo... https://www.markmonitor.com/wp-includes/blocks/query/view.min.js?ver=6.6.2 — 200 — 841 B — 62 ms — h2https://www.markmonitor.com/wp-includes/js/dist/interactivity.min.js?ver=6.6.2www.markmonitor.com/wp-includes/js/... https://www.markmonitor.com/wp-includes/js/dist/interactivity.min.js?ver=6.6.2 — 200 — 13.4 KiB — 62 ms — h2https://www.markmonitor.com/wp-content/uploads/2024/06/mm-logo-n.webpwww.markmonitor.com/wp-content/uplo... https://www.markmonitor.com/wp-content/uploads/2024/06/mm-logo-n.webp — 200 — 5.3 KiB — 192 ms — h2https://js.qualified.com/qualified.js?token=1dmPuCi7zii5PDYgjs.qualified.com/qualified.js?token... https://js.qualified.com/qualified.js?token=1dmPuCi7zii5PDYg — 200 — 116.8 KiB — 120 ms — h2data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20116%2084'%3E%3C/s…www.w3.org/2000/svg'%20viewBox='0%2... data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20116%2084'%3E%3C/s… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20470%20609'%3E%3C/…www.w3.org/2000/svg'%20viewBox='0%2... data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20470%20609'%3E%3C/… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20426%20567'%3E%3C/…www.w3.org/2000/svg'%20viewBox='0%2... data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20426%20567'%3E%3C/… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201200%20675'%3E%3C…www.w3.org/2000/svg'%20viewBox='0%2... data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201200%20675'%3E%3C… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2050%2050'%3E%3C/sv…www.w3.org/2000/svg'%20viewBox='0%2... data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2050%2050'%3E%3C/sv… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20128%20128'%3E%3C/…www.w3.org/2000/svg'%20viewBox='0%2... data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20128%20128'%3E%3C/… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20131%20128'%3E%3C/…www.w3.org/2000/svg'%20viewBox='0%2... data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20131%20128'%3E%3C/… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAA…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAA… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAA…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAA… — 200 — 0 B — 0 ms — datahttps://www.markmonitor.com/wp-content/uploads/2024/07/home-page-hero-main-comp.webpwww.markmonitor.com/wp-content/uplo... https://www.markmonitor.com/wp-content/uploads/2024/07/home-page-hero-main-comp.webp — 200 — 38.7 KiB — 60 ms — h2https://www.markmonitor.com/wp-content/uploads/2024/07/Home-banner-2024-mm-768x400.webpwww.markmonitor.com/wp-content/uplo... https://www.markmonitor.com/wp-content/uploads/2024/07/Home-banner-2024-mm-768x400.webp — 200 — 121.8 KiB — 80 ms — h2https://www.markmonitor.com/wp-content/cache/min/1/wp-content/plugins/block-slider/dist/frontend/frontend.js?ver=1773662656www.markmonitor.com/wp-content/cach... https://www.markmonitor.com/wp-content/cache/min/1/wp-content/plugins/block-slider/dist/frontend/frontend.js?ver=1773662656 — 200 — 33.7 KiB — 68 ms — h2https://www.markmonitor.com/wp-content/cache/min/1/wp-content/plugins/sitepress-multilingual-cms/res/js/cookies/language-cookie.js?ver=1773662660www.markmonitor.com/wp-content/cach... https://www.markmonitor.com/wp-content/cache/min/1/wp-content/plugins/sitepress-multilingual-cms/res/js/cookies/language-cookie.js?ver=1773662660 — 200 — 275 B — 37 ms — h2https://www.markmonitor.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1www.markmonitor.com/wp-includes/js/... https://www.markmonitor.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 29.8 KiB — 45 ms — h2https://www.markmonitor.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1www.markmonitor.com/wp-includes/js/... https://www.markmonitor.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 4.9 KiB — 44 ms — h2https://www.markmonitor.com/wp-content/cache/min/1/wp-content/plugins/sitepress-multilingual-cms/dist/js/browser-redirect/app.js?ver=1773662660www.markmonitor.com/wp-content/cach... https://www.markmonitor.com/wp-content/cache/min/1/wp-content/plugins/sitepress-multilingual-cms/dist/js/browser-redirect/app.js?ver=1773662660 — 200 — 49.4 KiB — 52 ms — h2https://www.markmonitor.com/wp-content/cache/min/1/docking.js?ver=1773662656www.markmonitor.com/wp-content/cach... https://www.markmonitor.com/wp-content/cache/min/1/docking.js?ver=1773662656 — 200 — 4.4 KiB — 49 ms — h2https://www.markmonitor.com/wp-content/plugins/download-monitor/assets/js/dlm-xhr.min.js?ver=5.0.21www.markmonitor.com/wp-content/plug... https://www.markmonitor.com/wp-content/plugins/download-monitor/assets/js/dlm-xhr.min.js?ver=5.0.21 — 200 — 3.1 KiB — 39 ms — h2https://app.qualified.com/w/1/1dmPuCi7zii5PDYg/visitor_events?wu=app.qualified.com/w/1/1dmPuCi7zii5P... https://app.qualified.com/w/1/1dmPuCi7zii5PDYg/visitor_events?wu= — 200 — 0 B — 352 ms — h2https://www.markmonitor.com/wp-content/cache/min/1/wp-content/themes/yith-wonder-child/assets/js/mm-global.js?ver=1773662659www.markmonitor.com/wp-content/cach... https://www.markmonitor.com/wp-content/cache/min/1/wp-content/themes/yith-wonder-child/assets/js/mm-global.js?ver=1773662659 — 200 — 2.8 KiB — 40 ms — h2https://www.markmonitor.com/wp-content/cache/min/1/wp-content/themes/yith-wonder-child/assets/js/data-layer.js?ver=1773662659www.markmonitor.com/wp-content/cach... https://www.markmonitor.com/wp-content/cache/min/1/wp-content/themes/yith-wonder-child/assets/js/data-layer.js?ver=1773662659 — 200 — 1.2 KiB — 36 ms — h2https://www.markmonitor.com/wp-content/plugins/wp-rocket/assets/js/lazyload/17.8.3/lazyload.min.jswww.markmonitor.com/wp-content/plug... https://www.markmonitor.com/wp-content/plugins/wp-rocket/assets/js/lazyload/17.8.3/lazyload.min.js — 200 — 3.1 KiB — 48 ms — h2https://www.markmonitor.com/cdn-cgi/challenge-platform/scripts/jsd/main.jswww.markmonitor.com/cdn-cgi/challen... https://www.markmonitor.com/cdn-cgi/challenge-platform/scripts/jsd/main.js — 302 — 165 B — 34 ms — h2https://www.markmonitor.com/cdn-cgi/challenge-platform/h/g/scripts/jsd/b0a7532ac8ec/main.js?www.markmonitor.com/cdn-cgi/challen... https://www.markmonitor.com/cdn-cgi/challenge-platform/h/g/scripts/jsd/b0a7532ac8ec/main.js? — 200 — 12.3 KiB — 28 ms — h2https://www.markmonitor.com/wp-content/themes/yith-wonder-child/assets/icons/favicon.icowww.markmonitor.com/wp-content/them... https://www.markmonitor.com/wp-content/themes/yith-wonder-child/assets/icons/favicon.ico — 200 — 2.1 KiB — 40 ms — h2https://www.markmonitor.com/cdn-cgi/challenge-platform/h/g/jsd/oneshot/b0a7532ac8ec/0.5318469050084949:1776359656:ln3RLbZdcwVQxb75aXDKAHo1AsFFcq1l_zzfP5ot_C8/9ed4fa83fca0009ewww.markmonitor.com/cdn-cgi/challen... https://www.markmonitor.com/cdn-cgi/challenge-platform/h/g/jsd/oneshot/b0a7532ac8ec/0.5318469050084949:1776359656:ln3RLbZdcwVQxb75aXDKAHo1AsFFcq1l_zzfP5ot_C8/9ed4fa83fca0009e — 200 — 761 B — 32 ms — h2https://app.qualified.com/w/1/1dmPuCi7zii5PDYg/visitor_events?wu=app.qualified.com/w/1/1dmPuCi7zii5P... https://app.qualified.com/w/1/1dmPuCi7zii5PDYg/visitor_events?wu= — 204 — 299 B — 129 ms — h2https://go.markmonitor.info/dcjs/1105752/1706/dc.jsgo.markmonitor.info/dcjs/1105752/17... https://go.markmonitor.info/dcjs/1105752/1706/dc.js — 200 — 566 B — 490 ms — http/1.1https://app.qualified.com/w/1/1dmPuCi7zii5PDYg/messenger?uuid=7f554f73-05df-4e06-94c6-9f1001a15332app.qualified.com/w/1/1dmPuCi7zii5P... https://app.qualified.com/w/1/1dmPuCi7zii5PDYg/messenger?uuid=7f554f73-05df-4e06-94c6-9f1001a15332 — 200 — 3.9 KiB — 376 ms — h2https://app.qualified.com/w/1/1dmPuCi7zii5PDYg/visitor_events?wu=d4f2970c-aabd-496a-b67f-236065bb435a&uuid=7f554f73-05df-4e06-94c6-9f1001a15332app.qualified.com/w/1/1dmPuCi7zii5P... https://app.qualified.com/w/1/1dmPuCi7zii5PDYg/visitor_events?wu=d4f2970c-aabd-496a-b67f-236065bb435a&uuid=7f554f73-05df-4e06-94c6-9f1001a15332 — 200 — 0 B — 114 ms — h2https://js.qualified.com/packs/js/analytics-5b4599f9.jsjs.qualified.com/packs/js/analytics... https://js.qualified.com/packs/js/analytics-5b4599f9.js — 200 — 1.3 KiB — 25 ms — h2https://js.qualified.com/packs/js/multimodal_v2-f8a905b1.jsjs.qualified.com/packs/js/multimoda... https://js.qualified.com/packs/js/multimodal_v2-f8a905b1.js — 200 — 93.8 KiB — 43 ms — h2https://assets.qualified.com/static-media/piperx-loading/Olivia.mp4assets.qualified.com/static-media/p... https://assets.qualified.com/static-media/piperx-loading/Olivia.mp4 — 206 — 1.9 MiB — 123 ms — h2https://js.qualified.com/packs/js/4463-0b2f2910.jsjs.qualified.com/packs/js/4463-0b2f... https://js.qualified.com/packs/js/4463-0b2f2910.js — 200 — 2.2 KiB — 32 ms — h2https://app.qualified.com/w/1/1dmPuCi7zii5PDYg/visitor_events?wu=d4f2970c-aabd-496a-b67f-236065bb435a&uuid=7f554f73-05df-4e06-94c6-9f1001a15332app.qualified.com/w/1/1dmPuCi7zii5P... https://app.qualified.com/w/1/1dmPuCi7zii5PDYg/visitor_events?wu=d4f2970c-aabd-496a-b67f-236065bb435a&uuid=7f554f73-05df-4e06-94c6-9f1001a15332 — 204 — 90 B — 127 ms — h2https://www.markmonitor.com/wp-content/uploads/2024/06/mm-mobile-logo-n-1.webpwww.markmonitor.com/wp-content/uplo... https://www.markmonitor.com/wp-content/uploads/2024/06/mm-mobile-logo-n-1.webp — 200 — 1.5 KiB — 48 ms — h2https://assets.qualified.com/packs/css/widget/sandboxed/messenger-9fcbda82.cssassets.qualified.com/packs/css/widg... https://assets.qualified.com/packs/css/widget/sandboxed/messenger-9fcbda82.css — 200 — 8.4 KiB — 26 ms — h2https://assets.qualified.com/packs/js/widget/sandboxed/messenger-9c325980.jsassets.qualified.com/packs/js/widge... https://assets.qualified.com/packs/js/widget/sandboxed/messenger-9c325980.js — 200 — 803.4 KiB — 173 ms — h2https://assets.qualified.com/packs/media/Inter-Regular.f1f0c35b.woff2assets.qualified.com/packs/media/In... https://assets.qualified.com/packs/media/Inter-Regular.f1f0c35b.woff2 — 200 — 97.2 KiB — 84 ms — h2https://assets.qualified.com/packs/media/Inter-SemiBold.fcb100c7.woff2assets.qualified.com/packs/media/In... https://assets.qualified.com/packs/media/Inter-SemiBold.fcb100c7.woff2 — 200 — 103.6 KiB — 98 ms — h2https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516 — 200 — 10.7 KiB — 91 ms — h2https://o209747.ingest.us.sentry.io/api/4508915056574464/envelope/?sentry_key=c36ec735e564530732f0d75311d173b6&sentry_version=7&sentry_client=sentry.javascript.browser%2F7.119.1o209747.ingest.us.sentry.io/api/450... https://o209747.ingest.us.sentry.io/api/4508915056574464/envelope/?sentry_key=c36ec735e564530732f0d75311d173b6&sentry_version=7&sentry_client=sentry.javascript.browser%2F7.119.1 — 200 — 281 B — 92 ms — h2https://app.qualified.com/cdn-cgi/rum?app.qualified.com/cdn-cgi/rum? https://app.qualified.com/cdn-cgi/rum? — 204 — 150 B — 20 ms — h2https://app.qualified.com/w/1/1dmPuCi7zii5PDYg/visitor_events?wu=d4f2970c-aabd-496a-b67f-236065bb435a&uuid=7f554f73-05df-4e06-94c6-9f1001a15332app.qualified.com/w/1/1dmPuCi7zii5P... https://app.qualified.com/w/1/1dmPuCi7zii5PDYg/visitor_events?wu=d4f2970c-aabd-496a-b67f-236065bb435a&uuid=7f554f73-05df-4e06-94c6-9f1001a15332 — 204 — 204 B — 126 ms — h2https://js.qualified.com/packs/js/4249-6d8637e7.jsjs.qualified.com/packs/js/4249-6d86... https://js.qualified.com/packs/js/4249-6d8637e7.js — 200 — 4.4 KiB — 25 ms — h2https://js.qualified.com/packs/media/Inter-Italic.d593a8df.woff2js.qualified.com/packs/media/Inter-... https://js.qualified.com/packs/media/Inter-Italic.d593a8df.woff2 — 200 — 104.9 KiB — 48 ms — h2https://app.qualified.com/w/1/1dmPuCi7zii5PDYg/visitor_events?wu=d4f2970c-aabd-496a-b67f-236065bb435a&uuid=7f554f73-05df-4e06-94c6-9f1001a15332app.qualified.com/w/1/1dmPuCi7zii5P... https://app.qualified.com/w/1/1dmPuCi7zii5PDYg/visitor_events?wu=d4f2970c-aabd-496a-b67f-236065bb435a&uuid=7f554f73-05df-4e06-94c6-9f1001a15332 — 204 — 204 B — 126 ms — h2https://js.qualified.com/packs/media/message-initial.5b361893.mp3js.qualified.com/packs/media/messag... https://js.qualified.com/packs/media/message-initial.5b361893.mp3 — 206 — 4.5 KiB — 25 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 2193ms · 358KB · $29/mo
www.markmonitor.com
Other
Costly
Execution 589ms
Transfer 51 KB
Monthly Cost $8/mo
js.qualified.com
Other
Costly
Execution 484ms
Transfer 117 KB
Unused 49%
Monthly Cost $6/mo
Unattributable
Other
Costly
Execution 434ms
Transfer 0 KB
Monthly Cost $6/mo
www.markmonitor.com
Other
Costly
Execution 253ms
Transfer 0 KB
Monthly Cost $3/mo
js.qualified.com
Other
Optional
Execution 166ms
Transfer 94 KB
Unused 30%
Monthly Cost $2/mo
www.markmonitor.com
Other
Optional
Execution 114ms
Transfer 34 KB
Monthly Cost $2/mo
www.markmonitor.com
Other
Optional
Execution 96ms
Transfer 49 KB
Unused 50%
Monthly Cost $1/mo
www.markmonitor.com
Other
Optional
Execution 56ms
Transfer 13 KB
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • www.markmonitor.com adds 589ms and costs ~$8/month
  • js.qualified.com adds 484ms and costs ~$6/month
  • Unattributable adds 434ms and costs ~$6/month
  • www.markmonitor.com adds 253ms and costs ~$3/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

www.markmonitor.com takes 589ms 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

js.qualified.com takes 484ms 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 434ms 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.markmonitor.com takes 253ms 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

50% of www.markmonitor.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

How third-party costs are calculated

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback