Skip to content
https://yoast.com

Performance

· 22 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
79
GRADE
C
FIX
4
REVIEW
5
PASS
9
INFO
4

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

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

813 ms

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

1.95 s

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

75 ms

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

0.241

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

1.05 s

Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.

2.51 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
22
9 PASS 5 REVIEW 4 FIX
D
Third-Party Impact
Action
65% third-party, 0 ms blocking
FIX
65% third-party, 0 ms blocking
Warning::
Third-party code accounts for 65% of page weight (1014.7 KiB of 1.5 MiB)
Info::
Third-party blocking time is low (0 ms)
35%
65%
First-party Third-party
D
JS Bundles
Action
25 scripts, 394 KB unused
FIX
25 scripts, 394 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=G-5HDJ...: 86 KB unused (51%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=AW-168...: 81 KB unused (57%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdn.cookielaw.org/scripttemplates/202510.2...: 77 KB unused (62%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-NHR...: 68 KB unused (37%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdn-4.convertexperiments.com/js/1004924-10...: 57 KB unused (55%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 394 KB
394 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=G-5HDJXYWBNB&cx=c&gtm=4e6562170 KB86 KB (51%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-16841659969&cx=c&gtm=4e6562144 KB81 KB (57%)3rd
https://cdn.cookielaw.org/scripttemplates/202510.2.0/otBannerSdk.js124 KB77 KB (62%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-NHRB36F183 KB68 KB (37%)3rd
https://cdn-4.convertexperiments.com/js/1004924-1004851.js105 KB57 KB (55%)3rd
https://beacon-v2.helpscout.net/static/js/vendor.4969c740.js25 KB25 KB (100%)3rd
https://widget.trustpilot.com/bootstrap/v5/tp.widget.bootstrap.min.js8 KB3rd
https://widget.trustpilot.com/trustboxes/5406e65db0d04a09e042d5fc/main.js26 KB3rd
https://yoast.com/app/plugins/yith-woocommerce-affiliates-premium/assets/js/yith-wcaf-shortcodes.bundle.min.js?ver=7bbf26ef29213b54f93b8 KB1st
https://yoast.com/app/themes/yoast-theme/js/yoast.min.js?ver=17702951215 KB1st

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

D
Page Weight Inventory
Action
108 resources · 1.5 MB · 394 KB savings available
FIX
108 resources · 1.5 MB · 394 KB savings available
Warning::
Page weight 1.5 MB exceeds 1 MB target by 533 KB
Got: 1.5 MB Expected: ≤ 1 MB
Info::
~394 KB of savings available
Warning::
44 third-party resources (65% of weight)
108 resources · 1.5 MiB · 44 third-party 533.0 KiB over 1MB target
JavaScript 60% · 940.6 KiB
Font 15% · 233.9 KiB
Image 12% · 189.2 KiB
CSS 7% · 106.4 KiB
Document 4% · 55.5 KiB
Other 2% · 31.3 KiB

~394.4 KiB of savings available

Remove unused JavaScript: 394.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
Page Weight Budget
1.5 MB transferred, 108 requests
REVIEW
1.5 MB transferred, 108 requests
Info::
Page weighs 4.3 MB (1.5 MB transferred)
Warning::
JavaScript is 941 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 941 KB
Info::
Fonts are 234 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 234 KB
Warning::
108 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.32 g CO2 per page load
1.5 MB / 2.4 MB budget
1.5 MB transferred
108 requests
0.32 g CO2 per page load
JavaScript 940.6 KiB 60%
Fonts 233.9 KiB 15%
Images 180.7 KiB 12%
CSS 101.8 KiB 7%
HTML 55.5 KiB 4%
Other 22.5 KiB 1%
Other 11.6 KiB 1%
Other 8.9 KiB 1%
Other 1023 B 0%
Other 474 B 0%
0 2.4 MB 4.9 MB
Approaching limit

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev font loading

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

Why this matters

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

Source: web.dev

C
Image Optimization
Action
31 images, 0 KB saveable
REVIEW
31 images, 0 KB saveable
Warning::
https://yoast.com/app/uploads/2025/04/yoast_logo_2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://yoast.com/app/uploads/2023/03/content_usp_... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://yoast.com/app/uploads/2025/11/download_ico... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://yoast.com/app/uploads/2023/03/support_usp_... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://yoast.com/app/uploads/2023/03/technical_us... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://yoast.com/app/uploads/2023/03/results_usp_... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
31 images 181 KB
0 oversized -0 KB
11 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

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

C
JS Execution Cost
Action
1199ms total JS execution
REVIEW
1199ms total JS execution
Warning::
https://yoast.com/: 391ms CPU time
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-NHR...: 252ms CPU time
Info::
Unattributable: 178ms CPU time
Info::
https://cdn-4.convertexperiments.com/js/1004924-10...: 158ms CPU time
Info::
https://yoast.com/cdn-cgi/challenge-platform/scrip...: 90ms CPU time
Warning::
Third-party scripts: 719ms (60% of total)

Main Thread Breakdown

Script Evaluation 46% Other 23% Style & Layout 14% Script Parsing & Compilation 8% Parse HTML & CSS 4% Rendering 4%
ScriptTotalScriptingParse/CompileParty
https://yoast.com/391ms25ms5ms1st
https://www.googletagmanager.com/gtm.js?id=GTM-NHRB36F252ms201ms24ms3rd
Unattributable178ms3ms0ms3rd
https://cdn-4.convertexperiments.com/js/1004924-1004851.js158ms109ms11ms3rd
https://yoast.com/cdn-cgi/challenge-platform/scripts/jsd/main.js90ms78ms5ms1st
https://www.googletagmanager.com/gtag/js?id=G-5HDJXYWBNB&cx=c&gtm=4e656276ms59ms16ms3rd
https://www.googletagmanager.com/gtag/js?id=AW-16841659969&cx=c&gtm=4e656254ms40ms14ms3rd
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.
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 (234 KB)
PASS
4 fonts (234 KB)
Info::
4 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

4

234 KB total

Render-blocking

0

of 4

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 813 ms LCP 2.0 shttps://yoast.com/app/themes/yoast-com/assets/fonts/OpenSansStatic/OpenSans-Regular.woff2OpenSans-Regular.woff2 https://yoast.com/app/themes/yoast-com/assets/fonts/OpenSansStatic/OpenSans-Regular.woff2 — 58.2 KiB — 31 ms — font-display: swaphttps://yoast.com/app/themes/yoast-com/assets/fonts/OpenSansStatic/OpenSans-Italic.woff2OpenSans-Italic.woff2 https://yoast.com/app/themes/yoast-com/assets/fonts/OpenSansStatic/OpenSans-Italic.woff2 — 61.1 KiB — 64 ms — font-display: swaphttps://yoast.com/app/themes/yoast-com/assets/fonts/OpenSansStatic/OpenSans-SemiBold.woff2OpenSans-SemiBold.woff2 https://yoast.com/app/themes/yoast-com/assets/fonts/OpenSansStatic/OpenSans-SemiBold.woff2 — 58.3 KiB — 62 ms — font-display: swaphttps://yoast.com/app/themes/yoast-com/assets/fonts/OpenSansStatic/OpenSans-Bold.woff2OpenSans-Bold.woff2 https://yoast.com/app/themes/yoast-com/assets/fonts/OpenSansStatic/OpenSans-Bold.woff2 — 56.3 KiB — 49 ms — font-display: swap
OpenSans-Regular.woff2 woff2 swap
Size 58 KB
Load time 31 ms
Start 47 ms
Risk FOUT — text flashes from fallback to web font
OpenSans-Italic.woff2 woff2 swap
Size 61 KB
Load time 64 ms
Start 48 ms
Risk FOUT — text flashes from fallback to web font
OpenSans-SemiBold.woff2 woff2 swap
Size 58 KB
Load time 62 ms
Start 48 ms
Risk FOUT — text flashes from fallback to web font
OpenSans-Bold.woff2 woff2 swap
Size 56 KB
Load time 49 ms
Start 49 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+
HTTP/3 (QUIC)
HTTP/3 advertised via Alt-Svc
PASS
HTTP/3 advertised via Alt-Svc
Info::
HTTP/3 (QUIC) is supported
First-load mobile users on cellular networks see meaningful latency improvements with HTTP/3. The QUIC transport collapses TLS + TCP handshakes into one and recovers faster from packet loss.
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: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
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
108 requests over 1484ms
INFO
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 813 ms LCP 2.0 shttps://yoast.com// https://yoast.com/ — 200 — 46.7 KiB — 34 ms — h2https://yoast.com/app/themes/yoast-theme/css/style.min.css?ver=1777465021/app/themes/yoast-theme/css/style.m... https://yoast.com/app/themes/yoast-theme/css/style.min.css?ver=1777465021 — 200 — 61.4 KiB — 30 ms — h2https://yoast.com/app/themes/yoast-theme/css/templates/menu.min.css?ver=1773650775/app/themes/yoast-theme/css/templat... https://yoast.com/app/themes/yoast-theme/css/templates/menu.min.css?ver=1773650775 — 200 — 3.1 KiB — 19 ms — h2https://cdn-4.convertexperiments.com/js/1004924-1004851.jscdn-4.convertexperiments.com/js/100... https://cdn-4.convertexperiments.com/js/1004924-1004851.js — 200 — 104.5 KiB — 117 ms — h2https://yoast.com/app/themes/yoast-com/assets/fonts/OpenSansStatic/OpenSans-Regular.woff2/app/themes/yoast-com/assets/fonts/... https://yoast.com/app/themes/yoast-com/assets/fonts/OpenSansStatic/OpenSans-Regular.woff2 — 200 — 58.2 KiB — 31 ms — h2https://yoast.com/app/themes/yoast-com/assets/fonts/OpenSansStatic/OpenSans-Italic.woff2/app/themes/yoast-com/assets/fonts/... https://yoast.com/app/themes/yoast-com/assets/fonts/OpenSansStatic/OpenSans-Italic.woff2 — 200 — 61.1 KiB — 64 ms — h2https://yoast.com/app/themes/yoast-com/assets/fonts/OpenSansStatic/OpenSans-SemiBold.woff2/app/themes/yoast-com/assets/fonts/... https://yoast.com/app/themes/yoast-com/assets/fonts/OpenSansStatic/OpenSans-SemiBold.woff2 — 200 — 58.3 KiB — 62 ms — h2https://yoast.com/app/themes/yoast-com/assets/fonts/OpenSansStatic/OpenSans-Bold.woff2/app/themes/yoast-com/assets/fonts/... https://yoast.com/app/themes/yoast-com/assets/fonts/OpenSansStatic/OpenSans-Bold.woff2 — 200 — 56.3 KiB — 49 ms — h2https://yoast.com/app/plugins/address-autocomplete/build/style-address-autocomplete-billing-block.css?ver=1.1.2/app/plugins/address-autocomplete/b... https://yoast.com/app/plugins/address-autocomplete/build/style-address-autocomplete-billing-block.css?ver=1.1.2 — 200 — 105 B — 44 ms — h2https://fonts.googleapis.com/css2?family=Inter%3Awght%40400%3B500%3B600&ver=1.14fonts.googleapis.com/css2?family=In... https://fonts.googleapis.com/css2?family=Inter%3Awght%40400%3B500%3B600&ver=1.14 — 200 — 1.2 KiB — 36 ms — h2https://yoast.com/app/plugins/helpful-pro/public/assets/css/general.css?ver=1.14/app/plugins/helpful-pro/public/ass... https://yoast.com/app/plugins/helpful-pro/public/assets/css/general.css?ver=1.14 — 200 — 1.1 KiB — 67 ms — h2https://yoast.com/app/uploads/daexthefup_uploads/custom-1.css?ver=1.14/app/uploads/daexthefup_uploads/cus... https://yoast.com/app/uploads/daexthefup_uploads/custom-1.css?ver=1.14 — 200 — 838 B — 39 ms — h2https://yoast.com/app/plugins/woocommerce/assets/css/select2.css?ver=10.0.5/app/plugins/woocommerce/assets/css... https://yoast.com/app/plugins/woocommerce/assets/css/select2.css?ver=10.0.5 — 200 — 2.0 KiB — 43 ms — h2https://yoast.com/app/plugins/yith-woocommerce-affiliates-premium/assets/css/yith-wcaf.min.css?ver=3.12.0/app/plugins/yith-woocommerce-affil... https://yoast.com/app/plugins/yith-woocommerce-affiliates-premium/assets/css/yith-wcaf.min.css?ver=3.12.0 — 200 — 5.6 KiB — 75 ms — h2https://yoast.com/app/plugins/woocommerce/assets/css/brands.css?ver=10.0.5/app/plugins/woocommerce/assets/css... https://yoast.com/app/plugins/woocommerce/assets/css/brands.css?ver=10.0.5 — 200 — 830 B — 59 ms — h2https://yoast.com/app/plugins/yith-multi-currency-switcher-for-woocommerce/plugin-fw/assets/css/yith-icon.css?ver=4.6.5/app/plugins/yith-multi-currency-sw... https://yoast.com/app/plugins/yith-multi-currency-switcher-for-woocommerce/plugin-fw/assets/css/yith-icon.css?ver=4.6.5 — 200 — 11.9 KiB — 61 ms — h2https://yoast.com/app/plugins/yith-multi-currency-switcher-for-woocommerce/assets/css/shortcodes.css?ver=1.36.1-beta-1/app/plugins/yith-multi-currency-sw... https://yoast.com/app/plugins/yith-multi-currency-switcher-for-woocommerce/assets/css/shortcodes.css?ver=1.36.1-beta-1 — 200 — 3.4 KiB — 50 ms — h2https://yoast.com/app/themes/yoast-com/assets/css/siteheader.min.css?ver=1774858901/app/themes/yoast-com/assets/css/si... https://yoast.com/app/themes/yoast-com/assets/css/siteheader.min.css?ver=1774858901 — 200 — 647 B — 47 ms — h2https://yoast.com/app/themes/yoast-com/assets/css/pages/page-wide.min.css?ver=1773742574/app/themes/yoast-com/assets/css/pa... https://yoast.com/app/themes/yoast-com/assets/css/pages/page-wide.min.css?ver=1773742574 — 200 — 2.2 KiB — 42 ms — h2https://yoast.com/app/themes/yoast-theme/css/patterns/Layout/Webinar_Page/webinar-page.min.css?ver=1774858904/app/themes/yoast-theme/css/pattern... https://yoast.com/app/themes/yoast-theme/css/patterns/Layout/Webinar_Page/webinar-page.min.css?ver=1774858904 — 200 — 900 B — 63 ms — h2https://yoast.com/app/themes/yoast-theme/js/includes/jquery-3.5.1.min.js?ver=3.5.1/app/themes/yoast-theme/js/includes... https://yoast.com/app/themes/yoast-theme/js/includes/jquery-3.5.1.min.js?ver=3.5.1 — 200 — 30.6 KiB — 50 ms — h2https://yoast.com/app/uploads/2025/11/download_icon.svg/app/uploads/2025/11/download_icon.... https://yoast.com/app/uploads/2025/11/download_icon.svg — 200 — 936 B — 64 ms — h2https://yoast.com/app/uploads/2025/04/yoast_logo_2025_homepage.svg/app/uploads/2025/04/yoast_logo_202... https://yoast.com/app/uploads/2025/04/yoast_logo_2025_homepage.svg — 200 — 3.1 KiB — 67 ms — h2https://yoast.com/app/uploads/2023/03/results_usp_optm.svg/app/uploads/2023/03/results_usp_op... https://yoast.com/app/uploads/2023/03/results_usp_optm.svg — 200 — 1.2 KiB — 28 ms — h3https://yoast.com/app/uploads/2023/03/support_usp_optm.svg/app/uploads/2023/03/support_usp_op... https://yoast.com/app/uploads/2023/03/support_usp_optm.svg — 200 — 1.2 KiB — 34 ms — h3https://yoast.com/app/uploads/2023/03/content_usp_optm.svg/app/uploads/2023/03/content_usp_op... https://yoast.com/app/uploads/2023/03/content_usp_optm.svg — 200 — 804 B — 19 ms — h3https://yoast.com/app/themes/yoast-theme/css/patterns/Text/Text_Heading/text-heading-pattern.min.css?ver=1707309996/app/themes/yoast-theme/css/pattern... https://yoast.com/app/themes/yoast-theme/css/patterns/Text/Text_Heading/text-heading-pattern.min.css?ver=1707309996 — 200 — 385 B — 22 ms — h3https://logs.convertexperiments.com/loglogs.convertexperiments.com/log https://logs.convertexperiments.com/log — 200 — 237 B — 499 ms — h2https://1004851.metrics.convertexperiments.com/log-rep/1004851.metrics.convertexperiments.... https://1004851.metrics.convertexperiments.com/log-rep/ — 200 — 237 B — 890 ms — h2https://yoast.com/app/themes/yoast-theme/css/patterns/Product/Feature_Product/feature-product.min.css?ver=1772440426/app/themes/yoast-theme/css/pattern... https://yoast.com/app/themes/yoast-theme/css/patterns/Product/Feature_Product/feature-product.min.css?ver=1772440426 — 200 — 583 B — 18 ms — h3
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 813 ms LCP 2.0 shttps://yoast.com// https://yoast.com/ — 200 — 46.7 KiB — 34 ms — h2https://yoast.com/app/themes/yoast-theme/css/style.min.css?ver=1777465021/app/themes/yoast-theme/css/style.m... https://yoast.com/app/themes/yoast-theme/css/style.min.css?ver=1777465021 — 200 — 61.4 KiB — 30 ms — h2https://yoast.com/app/themes/yoast-theme/css/templates/menu.min.css?ver=1773650775/app/themes/yoast-theme/css/templat... https://yoast.com/app/themes/yoast-theme/css/templates/menu.min.css?ver=1773650775 — 200 — 3.1 KiB — 19 ms — h2https://cdn-4.convertexperiments.com/js/1004924-1004851.jscdn-4.convertexperiments.com/js/100... https://cdn-4.convertexperiments.com/js/1004924-1004851.js — 200 — 104.5 KiB — 117 ms — h2https://yoast.com/app/themes/yoast-com/assets/fonts/OpenSansStatic/OpenSans-Regular.woff2/app/themes/yoast-com/assets/fonts/... https://yoast.com/app/themes/yoast-com/assets/fonts/OpenSansStatic/OpenSans-Regular.woff2 — 200 — 58.2 KiB — 31 ms — h2https://yoast.com/app/themes/yoast-com/assets/fonts/OpenSansStatic/OpenSans-Italic.woff2/app/themes/yoast-com/assets/fonts/... https://yoast.com/app/themes/yoast-com/assets/fonts/OpenSansStatic/OpenSans-Italic.woff2 — 200 — 61.1 KiB — 64 ms — h2https://yoast.com/app/themes/yoast-com/assets/fonts/OpenSansStatic/OpenSans-SemiBold.woff2/app/themes/yoast-com/assets/fonts/... https://yoast.com/app/themes/yoast-com/assets/fonts/OpenSansStatic/OpenSans-SemiBold.woff2 — 200 — 58.3 KiB — 62 ms — h2https://yoast.com/app/themes/yoast-com/assets/fonts/OpenSansStatic/OpenSans-Bold.woff2/app/themes/yoast-com/assets/fonts/... https://yoast.com/app/themes/yoast-com/assets/fonts/OpenSansStatic/OpenSans-Bold.woff2 — 200 — 56.3 KiB — 49 ms — h2https://yoast.com/app/plugins/address-autocomplete/build/style-address-autocomplete-billing-block.css?ver=1.1.2/app/plugins/address-autocomplete/b... https://yoast.com/app/plugins/address-autocomplete/build/style-address-autocomplete-billing-block.css?ver=1.1.2 — 200 — 105 B — 44 ms — h2https://fonts.googleapis.com/css2?family=Inter%3Awght%40400%3B500%3B600&ver=1.14fonts.googleapis.com/css2?family=In... https://fonts.googleapis.com/css2?family=Inter%3Awght%40400%3B500%3B600&ver=1.14 — 200 — 1.2 KiB — 36 ms — h2https://yoast.com/app/plugins/helpful-pro/public/assets/css/general.css?ver=1.14/app/plugins/helpful-pro/public/ass... https://yoast.com/app/plugins/helpful-pro/public/assets/css/general.css?ver=1.14 — 200 — 1.1 KiB — 67 ms — h2https://yoast.com/app/uploads/daexthefup_uploads/custom-1.css?ver=1.14/app/uploads/daexthefup_uploads/cus... https://yoast.com/app/uploads/daexthefup_uploads/custom-1.css?ver=1.14 — 200 — 838 B — 39 ms — h2https://yoast.com/app/plugins/woocommerce/assets/css/select2.css?ver=10.0.5/app/plugins/woocommerce/assets/css... https://yoast.com/app/plugins/woocommerce/assets/css/select2.css?ver=10.0.5 — 200 — 2.0 KiB — 43 ms — h2https://yoast.com/app/plugins/yith-woocommerce-affiliates-premium/assets/css/yith-wcaf.min.css?ver=3.12.0/app/plugins/yith-woocommerce-affil... https://yoast.com/app/plugins/yith-woocommerce-affiliates-premium/assets/css/yith-wcaf.min.css?ver=3.12.0 — 200 — 5.6 KiB — 75 ms — h2https://yoast.com/app/plugins/woocommerce/assets/css/brands.css?ver=10.0.5/app/plugins/woocommerce/assets/css... https://yoast.com/app/plugins/woocommerce/assets/css/brands.css?ver=10.0.5 — 200 — 830 B — 59 ms — h2https://yoast.com/app/plugins/yith-multi-currency-switcher-for-woocommerce/plugin-fw/assets/css/yith-icon.css?ver=4.6.5/app/plugins/yith-multi-currency-sw... https://yoast.com/app/plugins/yith-multi-currency-switcher-for-woocommerce/plugin-fw/assets/css/yith-icon.css?ver=4.6.5 — 200 — 11.9 KiB — 61 ms — h2https://yoast.com/app/plugins/yith-multi-currency-switcher-for-woocommerce/assets/css/shortcodes.css?ver=1.36.1-beta-1/app/plugins/yith-multi-currency-sw... https://yoast.com/app/plugins/yith-multi-currency-switcher-for-woocommerce/assets/css/shortcodes.css?ver=1.36.1-beta-1 — 200 — 3.4 KiB — 50 ms — h2https://yoast.com/app/themes/yoast-com/assets/css/siteheader.min.css?ver=1774858901/app/themes/yoast-com/assets/css/si... https://yoast.com/app/themes/yoast-com/assets/css/siteheader.min.css?ver=1774858901 — 200 — 647 B — 47 ms — h2https://yoast.com/app/themes/yoast-com/assets/css/pages/page-wide.min.css?ver=1773742574/app/themes/yoast-com/assets/css/pa... https://yoast.com/app/themes/yoast-com/assets/css/pages/page-wide.min.css?ver=1773742574 — 200 — 2.2 KiB — 42 ms — h2https://yoast.com/app/themes/yoast-theme/css/patterns/Layout/Webinar_Page/webinar-page.min.css?ver=1774858904/app/themes/yoast-theme/css/pattern... https://yoast.com/app/themes/yoast-theme/css/patterns/Layout/Webinar_Page/webinar-page.min.css?ver=1774858904 — 200 — 900 B — 63 ms — h2https://yoast.com/app/themes/yoast-theme/js/includes/jquery-3.5.1.min.js?ver=3.5.1/app/themes/yoast-theme/js/includes... https://yoast.com/app/themes/yoast-theme/js/includes/jquery-3.5.1.min.js?ver=3.5.1 — 200 — 30.6 KiB — 50 ms — h2https://yoast.com/app/uploads/2025/11/download_icon.svg/app/uploads/2025/11/download_icon.... https://yoast.com/app/uploads/2025/11/download_icon.svg — 200 — 936 B — 64 ms — h2https://yoast.com/app/uploads/2025/04/yoast_logo_2025_homepage.svg/app/uploads/2025/04/yoast_logo_202... https://yoast.com/app/uploads/2025/04/yoast_logo_2025_homepage.svg — 200 — 3.1 KiB — 67 ms — h2https://yoast.com/app/uploads/2023/03/results_usp_optm.svg/app/uploads/2023/03/results_usp_op... https://yoast.com/app/uploads/2023/03/results_usp_optm.svg — 200 — 1.2 KiB — 28 ms — h3https://yoast.com/app/uploads/2023/03/support_usp_optm.svg/app/uploads/2023/03/support_usp_op... https://yoast.com/app/uploads/2023/03/support_usp_optm.svg — 200 — 1.2 KiB — 34 ms — h3https://yoast.com/app/uploads/2023/03/content_usp_optm.svg/app/uploads/2023/03/content_usp_op... https://yoast.com/app/uploads/2023/03/content_usp_optm.svg — 200 — 804 B — 19 ms — h3https://yoast.com/app/themes/yoast-theme/css/patterns/Text/Text_Heading/text-heading-pattern.min.css?ver=1707309996/app/themes/yoast-theme/css/pattern... https://yoast.com/app/themes/yoast-theme/css/patterns/Text/Text_Heading/text-heading-pattern.min.css?ver=1707309996 — 200 — 385 B — 22 ms — h3https://logs.convertexperiments.com/loglogs.convertexperiments.com/log https://logs.convertexperiments.com/log — 200 — 237 B — 499 ms — h2https://1004851.metrics.convertexperiments.com/log-rep/1004851.metrics.convertexperiments.... https://1004851.metrics.convertexperiments.com/log-rep/ — 200 — 237 B — 890 ms — h2https://yoast.com/app/themes/yoast-theme/css/patterns/Product/Feature_Product/feature-product.min.css?ver=1772440426/app/themes/yoast-theme/css/pattern... https://yoast.com/app/themes/yoast-theme/css/patterns/Product/Feature_Product/feature-product.min.css?ver=1772440426 — 200 — 583 B — 18 ms — h3https://yoast.com/app/themes/yoast-theme/css/patterns/Text/Free_Plugin_Install_Cta/free-plugin-install-cta-pattern.min.css?ver=1772440426/app/themes/yoast-theme/css/pattern... https://yoast.com/app/themes/yoast-theme/css/patterns/Text/Free_Plugin_Install_Cta/free-plugin-install-cta-pattern.min.css?ver=1772440426 — 200 — 821 B — 19 ms — h3https://yoast.com/app/themes/yoast-theme/css/patterns/Text/Install_Cta/install-cta-pattern.min.css?ver=1772440427/app/themes/yoast-theme/css/pattern... https://yoast.com/app/themes/yoast-theme/css/patterns/Text/Install_Cta/install-cta-pattern.min.css?ver=1772440427 — 200 — 691 B — 24 ms — h3https://yoast.com/app/themes/yoast-theme/css/patterns/Layout/Pink_Bar/pink-bar-pattern.min.css?ver=1742980767/app/themes/yoast-theme/css/pattern... https://yoast.com/app/themes/yoast-theme/css/patterns/Layout/Pink_Bar/pink-bar-pattern.min.css?ver=1742980767 — 200 — 494 B — 24 ms — h3https://yoast.com/app/themes/yoast-theme/css/patterns/Newsletter/Newsletter_Block/newsletter-block.min.css?ver=1772440426/app/themes/yoast-theme/css/pattern... https://yoast.com/app/themes/yoast-theme/css/patterns/Newsletter/Newsletter_Block/newsletter-block.min.css?ver=1772440426 — 200 — 1.4 KiB — 24 ms — h3https://yoast.com/app/themes/yoast-theme/css/patterns/Text/Text_With_Image/text-with-image-pattern.min.css?ver=1772440427/app/themes/yoast-theme/css/pattern... https://yoast.com/app/themes/yoast-theme/css/patterns/Text/Text_With_Image/text-with-image-pattern.min.css?ver=1772440427 — 200 — 634 B — 25 ms — h3https://yoast.com/app/themes/yoast-theme/css/patterns/Support/Support_Row/support-row.min.css?ver=1772440426/app/themes/yoast-theme/css/pattern... https://yoast.com/app/themes/yoast-theme/css/patterns/Support/Support_Row/support-row.min.css?ver=1772440426 — 200 — 663 B — 56 ms — h3https://yoast.com/app/plugins/helpful-pro/public/assets/js/main.js?ver=1.14/app/plugins/helpful-pro/public/ass... https://yoast.com/app/plugins/helpful-pro/public/assets/js/main.js?ver=1.14 — 200 — 1.3 KiB — 57 ms — h3https://yoast.com/app/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.7.0-wc.10.0.5/app/plugins/woocommerce/assets/js/... https://yoast.com/app/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.7.0-wc.10.0.5 — 200 — 3.8 KiB — 57 ms — h3https://yoast.com/wp/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3/wp/wp-includes/js/jquery/ui/core.m... https://yoast.com/wp/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3 — 200 — 7.2 KiB — 57 ms — h3https://yoast.com/wp/wp-includes/js/jquery/ui/datepicker.min.js?ver=1.13.3/wp/wp-includes/js/jquery/ui/datepi... https://yoast.com/wp/wp-includes/js/jquery/ui/datepicker.min.js?ver=1.13.3 — 200 — 11.0 KiB — 58 ms — h3https://yoast.com/app/plugins/woocommerce/assets/js/selectWoo/selectWoo.full.min.js?ver=10.0.5/app/plugins/woocommerce/assets/js/... https://yoast.com/app/plugins/woocommerce/assets/js/selectWoo/selectWoo.full.min.js?ver=10.0.5 — 200 — 21.8 KiB — 66 ms — h3https://yoast.com/app/plugins/woocommerce/assets/js/frontend/country-select.min.js?ver=10.0.5/app/plugins/woocommerce/assets/js/... https://yoast.com/app/plugins/woocommerce/assets/js/frontend/country-select.min.js?ver=10.0.5 — 200 — 1.4 KiB — 44 ms — h3https://yoast.com/app/plugins/yith-woocommerce-affiliates-premium/assets/js/yith-wcaf-shortcodes.bundle.min.js?ver=7bbf26ef29213b54f93b/app/plugins/yith-woocommerce-affil... https://yoast.com/app/plugins/yith-woocommerce-affiliates-premium/assets/js/yith-wcaf-shortcodes.bundle.min.js?ver=7bbf26ef29213b54f93b — 200 — 8.2 KiB — 57 ms — h3https://yoast.com/app/themes/yoast-theme/js/yoast.min.js?ver=1770295121/app/themes/yoast-theme/js/yoast.mi... https://yoast.com/app/themes/yoast-theme/js/yoast.min.js?ver=1770295121 — 200 — 5.0 KiB — 35 ms — h3https://yoast.com/app/themes/yoast-theme/images/logo-diap.svg/app/themes/yoast-theme/images/logo... https://yoast.com/app/themes/yoast-theme/images/logo-diap.svg — 200 — 1.8 KiB — 62 ms — h3https://yoast.com/app/uploads/2023/06/academy_usp_optm.svg/app/uploads/2023/06/academy_usp_op... https://yoast.com/app/uploads/2023/06/academy_usp_optm.svg — 200 — 1.1 KiB — 51 ms — h3https://yoast.com/app/uploads/2023/03/technical_usp_optm.svg/app/uploads/2023/03/technical_usp_... https://yoast.com/app/uploads/2023/03/technical_usp_optm.svg — 200 — 1.4 KiB — 60 ms — h3https://yoast.com/app/themes/yoast-com/assets-external/instant_page.min.js?ver=5.1.1/app/themes/yoast-com/assets-extern... https://yoast.com/app/themes/yoast-com/assets-external/instant_page.min.js?ver=5.1.1 — 200 — 1.9 KiB — 62 ms — h3https://yoast.com/app/themes/yoast-com/assets/js/yoast_es.min.js?ver=1747733758/app/themes/yoast-com/assets/js/yoa... https://yoast.com/app/themes/yoast-com/assets/js/yoast_es.min.js?ver=1747733758 — 200 — 2.2 KiB — 56 ms — h3https://widget.trustpilot.com/bootstrap/v5/tp.widget.bootstrap.min.jswidget.trustpilot.com/bootstrap/v5/... https://widget.trustpilot.com/bootstrap/v5/tp.widget.bootstrap.min.js — 200 — 8.1 KiB — 21 ms — h2https://mbyoastbv.activehosted.com/f/embed.php?id=44mbyoastbv.activehosted.com/f/embed.... https://mbyoastbv.activehosted.com/f/embed.php?id=44 — 200 — 9.7 KiB — 87 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-NHRB36Fwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-NHRB36F — 200 — 182.8 KiB — 68 ms — h2data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox…www.w3.org/2000/svg" class="h-6 w-6... data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox… — 200 — 0 B — 0 ms — datadata:image/svg+xml,<svg width='24' fill='none' stroke='%23a4286a' height='24' viewBox='0 0 24 24' x…data:image/svg+xml,<svg width='24' ... data:image/svg+xml,<svg width='24' fill='none' stroke='%23a4286a' height='24' viewBox='0 0 24 24' x… — 200 — 0 B — 0 ms — datadata:image/svg+xml,<svg width='24' fill='none' stroke='%23a4286a' height='24' viewBox='0 0 24 24' x…data:image/svg+xml,<svg width='24' ... data:image/svg+xml,<svg width='24' fill='none' stroke='%23a4286a' height='24' viewBox='0 0 24 24' x… — 200 — 0 B — 0 ms — datadata:image/svg+xml,<svg width='24' fill='none' stroke='%23a4286a' height='24' viewBox='0 0 24 24' x…data:image/svg+xml,<svg width='24' ... data:image/svg+xml,<svg width='24' fill='none' stroke='%23a4286a' height='24' viewBox='0 0 24 24' x… — 200 — 0 B — 0 ms — datadata:image/svg+xml,<svg width='24' fill='none' stroke='%23505050' height='24' viewBox='0 0 24 24' x…data:image/svg+xml,<svg width='24' ... data:image/svg+xml,<svg width='24' fill='none' stroke='%23505050' height='24' viewBox='0 0 24 24' x… — 200 — 0 B — 0 ms — datadata:image/svg+xml,<svg fill='none' stroke='%23505050' viewBox='0 0 24 24' xmlns='http://www.w3.org…www.w3.org… data:image/svg+xml,<svg fill='none' stroke='%23505050' viewBox='0 0 24 24' xmlns='http://www.w3.org… — 200 — 0 B — 0 ms — datadata:image/svg+xml,<svg width='24' fill='none' stroke='%2377b227' height='24' viewBox='0 0 24 24' x…data:image/svg+xml,<svg width='24' ... data:image/svg+xml,<svg width='24' fill='none' stroke='%2377b227' height='24' viewBox='0 0 24 24' x… — 200 — 0 B — 0 ms — datadata:image/svg+xml,<svg width='24' fill='none' stroke='%23505050' height='24' viewBox='0 0 24 24' x…data:image/svg+xml,<svg width='24' ... data:image/svg+xml,<svg width='24' fill='none' stroke='%23505050' height='24' viewBox='0 0 24 24' x… — 200 — 0 B — 0 ms — datahttps://yoast.com/cdn-cgi/image/width=273%2Cheight=120%2Cfit=crop%2Cf=auto%2Conerror=redirect/app/uploads/2025/05/premium_1344x480.png/cdn-cgi/image/width=273%2Cheight=1... https://yoast.com/cdn-cgi/image/width=273%2Cheight=120%2Cfit=crop%2Cf=auto%2Conerror=redirect/app/uploads/2025/05/premium_1344x480.png — 200 — 2.6 KiB — 57 ms — h3https://yoast.com/cdn-cgi/image/width=273%2Cheight=120%2Cfit=crop%2Cf=auto%2Conerror=redirect/app/uploads/2021/07/shopify_1344x480.png/cdn-cgi/image/width=273%2Cheight=1... https://yoast.com/cdn-cgi/image/width=273%2Cheight=120%2Cfit=crop%2Cf=auto%2Conerror=redirect/app/uploads/2021/07/shopify_1344x480.png — 200 — 2.4 KiB — 38 ms — h3https://yoast.com/app/uploads/2025/12/free_600x421-214x150.png/app/uploads/2025/12/free_600x421-2... https://yoast.com/app/uploads/2025/12/free_600x421-214x150.png — 200 — 3.0 KiB — 21 ms — h3https://yoast.com/cdn-cgi/image/width=336%2Cheight=120%2Cfit=crop%2Cf=auto%2Conerror=redirect/app/uploads/2025/05/premium_1344x480.png/cdn-cgi/image/width=336%2Cheight=1... https://yoast.com/cdn-cgi/image/width=336%2Cheight=120%2Cfit=crop%2Cf=auto%2Conerror=redirect/app/uploads/2025/05/premium_1344x480.png — 200 — 2.1 KiB — 41 ms — h3https://yoast.com/cdn-cgi/image/width=336%2Cheight=120%2Cfit=crop%2Cf=auto%2Conerror=redirect/app/uploads/2025/05/woo_1344x480.png/cdn-cgi/image/width=336%2Cheight=1... https://yoast.com/cdn-cgi/image/width=336%2Cheight=120%2Cfit=crop%2Cf=auto%2Conerror=redirect/app/uploads/2025/05/woo_1344x480.png — 200 — 2.2 KiB — 50 ms — h3https://yoast.com/cdn-cgi/image/width=336%2Cheight=120%2Cfit=crop%2Cf=auto%2Conerror=redirect/app/uploads/2025/08/ai_insights_1344x480.png/cdn-cgi/image/width=336%2Cheight=1... https://yoast.com/cdn-cgi/image/width=336%2Cheight=120%2Cfit=crop%2Cf=auto%2Conerror=redirect/app/uploads/2025/08/ai_insights_1344x480.png — 200 — 2.1 KiB — 47 ms — h3https://yoast.com/cdn-cgi/image/width=336%2Cheight=120%2Cfit=crop%2Cf=auto%2Conerror=redirect/app/uploads/2021/07/shopify_1344x480.png/cdn-cgi/image/width=336%2Cheight=1... https://yoast.com/cdn-cgi/image/width=336%2Cheight=120%2Cfit=crop%2Cf=auto%2Conerror=redirect/app/uploads/2021/07/shopify_1344x480.png — 200 — 2.5 KiB — 47 ms — h3data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M504 256C…www.w3.org/2000/svg' viewBox='0 0 5... data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M504 256C… — 200 — 0 B — 0 ms — datadata:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'><path d='M549.655 …www.w3.org/2000/svg' viewBox='0 0 5... data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'><path d='M549.655 … — 200 — 0 B — 0 ms — datadata:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path d='M224.1 14…www.w3.org/2000/svg' viewBox='0 0 4... data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path d='M224.1 14… — 200 — 0 B — 0 ms — datadata:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path d='M416 32H3…www.w3.org/2000/svg' viewBox='0 0 4... data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path d='M416 32H3… — 200 — 0 B — 0 ms — datahttps://yoast.com/manifest.json/manifest.json https://yoast.com/manifest.json — 200 — 1023 B — 35 ms — h3https://yoast.com/cdn-cgi/image/width=672%2Cheight=240%2Cfit=crop%2Cf=auto%2Conerror=redirect/app/uploads/2025/05/premium_1344x480.png/cdn-cgi/image/width=672%2Cheight=2... https://yoast.com/cdn-cgi/image/width=672%2Cheight=240%2Cfit=crop%2Cf=auto%2Conerror=redirect/app/uploads/2025/05/premium_1344x480.png — 200 — 3.4 KiB — 34 ms — h3https://yoast.com/cdn-cgi/image/width=672%2Cheight=240%2Cfit=crop%2Cf=auto%2Conerror=redirect/app/uploads/2025/05/woo_1344x480.png/cdn-cgi/image/width=672%2Cheight=2... https://yoast.com/cdn-cgi/image/width=672%2Cheight=240%2Cfit=crop%2Cf=auto%2Conerror=redirect/app/uploads/2025/05/woo_1344x480.png — 200 — 3.8 KiB — 26 ms — h3https://yoast.com/cdn-cgi/image/width=672%2Cheight=240%2Cfit=crop%2Cf=auto%2Conerror=redirect/app/uploads/2025/08/ai_insights_1344x480.png/cdn-cgi/image/width=672%2Cheight=2... https://yoast.com/cdn-cgi/image/width=672%2Cheight=240%2Cfit=crop%2Cf=auto%2Conerror=redirect/app/uploads/2025/08/ai_insights_1344x480.png — 200 — 4.3 KiB — 29 ms — h3https://yoast.com/cdn-cgi/image/width=672%2Cheight=240%2Cfit=crop%2Cf=auto%2Conerror=redirect/app/uploads/2021/07/shopify_1344x480.png/cdn-cgi/image/width=672%2Cheight=2... https://yoast.com/cdn-cgi/image/width=672%2Cheight=240%2Cfit=crop%2Cf=auto%2Conerror=redirect/app/uploads/2021/07/shopify_1344x480.png — 200 — 4.3 KiB — 34 ms — h3https://fonts.bunny.net/css?family=ibm-plex-sans:400,600fonts.bunny.net/css?family=ibm-plex... https://fonts.bunny.net/css?family=ibm-plex-sans:400,600 — 200 — 1.3 KiB — 34 ms — h2https://widget.trustpilot.com/trustboxes/5406e65db0d04a09e042d5fc/index.html?templateId=5406e65db0d04a09e042d5fc&businessunitId=5deec8a369466f000109fd42widget.trustpilot.com/trustboxes/54... https://widget.trustpilot.com/trustboxes/5406e65db0d04a09e042d5fc/index.html?templateId=5406e65db0d04a09e042d5fc&businessunitId=5deec8a369466f000109fd42 — 200 — 3.6 KiB — 16 ms — h2https://widget.trustpilot.com/trustboxes/54ad5defc6454f065c28af8b/index.html?templateId=54ad5defc6454f065c28af8b&businessunitId=5deec8a369466f000109fd42widget.trustpilot.com/trustboxes/54... https://widget.trustpilot.com/trustboxes/54ad5defc6454f065c28af8b/index.html?templateId=54ad5defc6454f065c28af8b&businessunitId=5deec8a369466f000109fd42 — 200 — 5.2 KiB — 13 ms — h2https://yoast.com/cdn-cgi/challenge-platform/scripts/jsd/main.js/cdn-cgi/challenge-platform/scripts... https://yoast.com/cdn-cgi/challenge-platform/scripts/jsd/main.js — 302 — 449 B — 83 ms — h3https://fast.wistia.com/oembed/?url=https%3A%2F%2Fhome.wistia.com%2Fmedias%2Ffehi88zy99&format=json&callback=?fast.wistia.com/oembed/?url=https%3... https://fast.wistia.com/oembed/?url=https%3A%2F%2Fhome.wistia.com%2Fmedias%2Ffehi88zy99&format=json&callback=? — 200 — 1.4 KiB — 20 ms — h2https://widget.trustpilot.com/trustboxes/5406e65db0d04a09e042d5fc/main.jswidget.trustpilot.com/trustboxes/54... https://widget.trustpilot.com/trustboxes/5406e65db0d04a09e042d5fc/main.js — 200 — 26.1 KiB — 6 ms — h2https://widget.trustpilot.com/trustboxes/54ad5defc6454f065c28af8b/main.jswidget.trustpilot.com/trustboxes/54... https://widget.trustpilot.com/trustboxes/54ad5defc6454f065c28af8b/main.js — 200 — 18.5 KiB — 5 ms — h2https://yoast.com/cdn-cgi/challenge-platform/h/g/scripts/jsd/fe6331af5207/main.js?/cdn-cgi/challenge-platform/h/g/scr... https://yoast.com/cdn-cgi/challenge-platform/h/g/scripts/jsd/fe6331af5207/main.js? — 200 — 10.3 KiB — 11 ms — h3https://embed-ssl.wistia.com/deliveries/b2e1b3e866eb2e9e5a8bd7cff6c44d86.jpg?image_crop_resized=1280x720embed-ssl.wistia.com/deliveries/b2e... https://embed-ssl.wistia.com/deliveries/b2e1b3e866eb2e9e5a8bd7cff6c44d86.jpg?image_crop_resized=1280x720 — 200 — 133.6 KiB — 129 ms — h2https://yoast.com/app/themes/yoast-theme/images/play-button.png/app/themes/yoast-theme/images/play... https://yoast.com/app/themes/yoast-theme/images/play-button.png — 200 — 2.4 KiB — 19 ms — h3https://yoast.com/cdn-cgi/challenge-platform/h/g/jsd/oneshot/fe6331af5207/0.33067712203744704:1778314912:lncDBpxprEm2zNr52PLwllRsB8VIH8eDCendgQu35RM/9f8f83f86e2e45df/cdn-cgi/challenge-platform/h/g/jsd... https://yoast.com/cdn-cgi/challenge-platform/h/g/jsd/oneshot/fe6331af5207/0.33067712203744704:1778314912:lncDBpxprEm2zNr52PLwllRsB8VIH8eDCendgQu35RM/9f8f83f86e2e45df — 200 — 1.0 KiB — 12 ms — h3https://widget.trustpilot.com/trustbox-data/5406e65db0d04a09e042d5fc?businessUnitId=5deec8a369466f000109fd42&locale=en-USwidget.trustpilot.com/trustbox-data... https://widget.trustpilot.com/trustbox-data/5406e65db0d04a09e042d5fc?businessUnitId=5deec8a369466f000109fd42&locale=en-US — 200 — 979 B — 8 ms — h2https://widget.trustpilot.com/stats/TrustboxImpression?locale=en-US&styleHeight=28px&styleWidth=100%25&theme=light&stars=4%2C5&url=https%3A%2F%2Fyoast.com%2F&referrer=&userAgent=Mozilla%2F5.0%20(Macintosh%3B%20Intel%20Mac%20OS%20X%2010_15_7)%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F146.0.0.0%20Safari%2F537.36&language=en-US&platform=Linux%20x86_64&nosettings=1&businessUnitId=5deec8a369466f000109fd42&widgetId=5406e65db0d04a09e042d5fcwidget.trustpilot.com/stats/Trustbo... https://widget.trustpilot.com/stats/TrustboxImpression?locale=en-US&styleHeight=28px&styleWidth=100%25&theme=light&stars=4%2C5&url=https%3A%2F%2Fyoast.com%2F&referrer=&userAgent=Mozilla%2F5.0%20(Macintosh%3B%20Intel%20Mac%20OS%20X%2010_15_7)%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F146.0.0.0%20Safari%2F537.36&language=en-US&platform=Linux%20x86_64&nosettings=1&businessUnitId=5deec8a369466f000109fd42&widgetId=5406e65db0d04a09e042d5fc — 204 — 309 B — 198 ms — h2https://widget.trustpilot.com/stats/TrustboxView?locale=en-US&styleHeight=28px&styleWidth=100%25&theme=light&stars=4%2C5&url=https%3A%2F%2Fyoast.com%2F&referrer=&userAgent=Mozilla%2F5.0%20(Macintosh%3B%20Intel%20Mac%20OS%20X%2010_15_7)%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F146.0.0.0%20Safari%2F537.36&language=en-US&platform=Linux%20x86_64&nosettings=1&businessUnitId=5deec8a369466f000109fd42&widgetId=5406e65db0d04a09e042d5fcwidget.trustpilot.com/stats/Trustbo... https://widget.trustpilot.com/stats/TrustboxView?locale=en-US&styleHeight=28px&styleWidth=100%25&theme=light&stars=4%2C5&url=https%3A%2F%2Fyoast.com%2F&referrer=&userAgent=Mozilla%2F5.0%20(Macintosh%3B%20Intel%20Mac%20OS%20X%2010_15_7)%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F146.0.0.0%20Safari%2F537.36&language=en-US&platform=Linux%20x86_64&nosettings=1&businessUnitId=5deec8a369466f000109fd42&widgetId=5406e65db0d04a09e042d5fc — 204 — 310 B — 180 ms — h2https://widget.trustpilot.com/trustbox-data/54ad5defc6454f065c28af8b?businessUnitId=5deec8a369466f000109fd42&locale=en-US&reviewStars=4%2C5&reviewsPerPage=15widget.trustpilot.com/trustbox-data... https://widget.trustpilot.com/trustbox-data/54ad5defc6454f065c28af8b?businessUnitId=5deec8a369466f000109fd42&locale=en-US&reviewStars=4%2C5&reviewsPerPage=15 — 200 — 5.9 KiB — 7 ms — h2https://widget.trustpilot.com/stats/TrustboxImpression?locale=en-US&styleHeight=240px&styleWidth=100%25&theme=light&stars=4%2C5&url=https%3A%2F%2Fyoast.com%2F&referrer=&userAgent=Mozilla%2F5.0%20(Macintosh%3B%20Intel%20Mac%20OS%20X%2010_15_7)%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F146.0.0.0%20Safari%2F537.36&language=en-US&platform=Linux%20x86_64&nosettings=1&businessUnitId=5deec8a369466f000109fd42&widgetId=54ad5defc6454f065c28af8bwidget.trustpilot.com/stats/Trustbo... https://widget.trustpilot.com/stats/TrustboxImpression?locale=en-US&styleHeight=240px&styleWidth=100%25&theme=light&stars=4%2C5&url=https%3A%2F%2Fyoast.com%2F&referrer=&userAgent=Mozilla%2F5.0%20(Macintosh%3B%20Intel%20Mac%20OS%20X%2010_15_7)%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F146.0.0.0%20Safari%2F537.36&language=en-US&platform=Linux%20x86_64&nosettings=1&businessUnitId=5deec8a369466f000109fd42&widgetId=54ad5defc6454f065c28af8b — 204 — 309 B — 179 ms — h2https://cdn.cookielaw.org/scripttemplates/otSDKStub.js?did=4d430231-5dc8-4d47-aeaa-fd86ec442317cdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js?did=4d430231-5dc8-4d47-aeaa-fd86ec442317 — 200 — 9.1 KiB — 28 ms — h2https://www.googletagmanager.com/gtag/js?id=G-5HDJXYWBNB&cx=c&gtm=4e6562www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-5HDJXYWBNB&cx=c&gtm=4e6562 — 200 — 170.5 KiB — 53 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-16841659969&cx=c&gtm=4e6562www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-16841659969&cx=c&gtm=4e6562 — 200 — 143.6 KiB — 30 ms — h2https://cdn.cookielaw.org/consent/4d430231-5dc8-4d47-aeaa-fd86ec442317/4d430231-5dc8-4d47-aeaa-fd86ec442317.jsoncdn.cookielaw.org/consent/4d430231-... https://cdn.cookielaw.org/consent/4d430231-5dc8-4d47-aeaa-fd86ec442317/4d430231-5dc8-4d47-aeaa-fd86ec442317.json — 200 — 2.5 KiB — 40 ms — h2https://geolocation.onetrust.com/cookieconsentpub/v1/geo/locationgeolocation.onetrust.com/cookiecons... https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location — 200 — 273 B — 33 ms — h2https://cdn.cookielaw.org/scripttemplates/202510.2.0/otBannerSdk.jscdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202510.2.0/otBannerSdk.js — 200 — 124.1 KiB — 23 ms — h2https://cdn.cookielaw.org/consent/4d430231-5dc8-4d47-aeaa-fd86ec442317/018e8657-8c0c-726a-af8c-3b7ce0c31ad9/en.jsoncdn.cookielaw.org/consent/4d430231-... https://cdn.cookielaw.org/consent/4d430231-5dc8-4d47-aeaa-fd86ec442317/018e8657-8c0c-726a-af8c-3b7ce0c31ad9/en.json — 200 — 13.1 KiB — 24 ms — h2https://beacon-v2.helpscout.net/beacon-v2.helpscout.net/ https://beacon-v2.helpscout.net/ — 200 — 861 B — 28 ms — h2https://yoast.com/images/yoast_icon.svg/images/yoast_icon.svg https://yoast.com/images/yoast_icon.svg — 200 — 1.7 KiB — 33 ms — h3https://yoast.com/images/yoast_icon_180x180.png/images/yoast_icon_180x180.png https://yoast.com/images/yoast_icon_180x180.png — 200 — 5.2 KiB — 21 ms — h3https://cdn.cookielaw.org/scripttemplates/202510.2.0/assets/otFlat.jsoncdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202510.2.0/assets/otFlat.json — 200 — 3.4 KiB — 16 ms — h2https://cdn.cookielaw.org/scripttemplates/202510.2.0/assets/otCommonStyles.csscdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202510.2.0/assets/otCommonStyles.css — 200 — 4.6 KiB — 21 ms — h2https://yoast.com/images/yoast_icon_32x32.ico/images/yoast_icon_32x32.ico https://yoast.com/images/yoast_icon_32x32.ico — 200 — 1.6 KiB — 39 ms — h3https://beacon-v2.helpscout.net/static/js/vendor.4969c740.jsbeacon-v2.helpscout.net/static/js/v... https://beacon-v2.helpscout.net/static/js/vendor.4969c740.js — 200 — 25.3 KiB — 12 ms — h2https://beacon-v2.helpscout.net/static/js/main.a6cfe222.jsbeacon-v2.helpscout.net/static/js/m... https://beacon-v2.helpscout.net/static/js/main.a6cfe222.js — 200 — 12.9 KiB — 11 ms — h2https://cdn.cookielaw.org/logos/static/ot_close.svgcdn.cookielaw.org/logos/static/ot_c... https://cdn.cookielaw.org/logos/static/ot_close.svg — 200 — 603 B — 14 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
60% of JavaScript execution is third-party
First-party Third-party 719ms · 601KB · €4/mo
Google Tag Manager
Tag Manager
Costly
Execution 252ms
Transfer 183 KB
Unused 37%
Monthly Cost €1/mo
Unattributable
Other
Optional
Execution 178ms
Transfer 0 KB
Monthly Cost €1/mo
cdn-4.convertexperiments.com
Other
Optional
Execution 158ms
Transfer 105 KB
Unused 55%
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 76ms
Transfer 170 KB
Unused 51%
Monthly Cost €0/mo
Google Tag Manager
Tag Manager
Optional
Execution 54ms
Transfer 144 KB
Unused 57%
Monthly Cost €0/mo

These scripts may cost more than they're worth

  • Google Tag Manager adds 252ms and costs ~€1/month

60% of JavaScript execution time comes from third-party scripts.

Why this matters

Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.

Learn more

Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.

Source: web.dev / HTTP Archive Web Almanac

Google Tag Manager takes 252ms 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

55% of cdn-4.convertexperiments.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

51% of Google Tag Manager'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

57% of Google Tag Manager'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

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-04-10 — 2026-05-07)

LCP (p75)

2579 ms

74% good

INP (p75)

78 ms

92% good

CLS (p75)

0.200

42% good

FCP (p75)

1767 ms

TTFB (p75)

414 ms

Image Optimization
53 images, 9 KB total, 2 KB wasted
INFO

Image Optimization Audit

Total Images

53

Total Size

9 KB

Oversized

2

Wasted

2 KB

46 missing alt text 7 missing dimensions 5 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