Skip to content
https://mindtools.com

Performance

· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
76
GRADE
C
FIX
4
REVIEW
4
PASS
7
INFO
2

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

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

3.14 s

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

7.32 s

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

1.78 s

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

0.021

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

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

13.67 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
17
7 PASS 4 REVIEW 4 FIX
D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (1.8 MiB of 1.8 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Execution Cost
Action
7572ms total JS execution
FIX
7572ms total JS execution
Warning::
https://www.mindtools.com/: 2459ms CPU time
Warning::
https://cdn-cookieyes.com/client_data/d464018ff5ed...: 1518ms CPU time
Warning::
Unattributable: 1035ms CPU time
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-N54...: 549ms CPU time
Warning::
https://www.mindtools.com/cdn-cgi/challenge-platfo...: 417ms CPU time
Warning::
Third-party scripts: 7572ms (100% of total)

Main Thread Breakdown

Script Evaluation 51% Other 19% Style & Layout 14% Script Parsing & Compilation 7% Rendering 5%
ScriptTotalScriptingParse/CompileParty
https://www.mindtools.com/2459ms710ms200ms3rd
https://cdn-cookieyes.com/client_data/d464018ff5ed3cb7e6d8737c/banner.js1518ms1186ms24ms3rd
Unattributable1035ms162ms0ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-N54ZTVX9549ms438ms89ms3rd
https://www.mindtools.com/cdn-cgi/challenge-platform/scripts/jsd/main.js417ms392ms5ms3rd
https://www.googletagmanager.com/gtag/js?id=G-1BCQTWL64G&cx=c&gtm=4e64k0h2392ms306ms82ms3rd
https://www.mindtools.com/wp-content/themes/mindtools-theme/frontend/js/vendor/gsap/gsap.min.js?ver=0.264312ms54ms10ms3rd
https://www.googletagmanager.com/gtag/js?id=AW-382358260&cx=c&gtm=4e64k0h2306ms228ms75ms3rd
https://www.mindtools.com/wp-content/themes/mindtools-theme/build/frontend/app.bundle.js?ver=0.264249ms154ms28ms3rd
https://www.mindtools.com/wp-content/themes/mindtools-theme/blocks/acf/testimonial-carousel/script.js?ver=1.0.0210ms107ms1ms3rd

Showing top 10 of 11 scripts

D
Page Weight Inventory
Action
81 resources · 1.8 MB · 283 KB savings available
FIX
81 resources · 1.8 MB · 283 KB savings available
Warning::
Page weight 823 KB over 1MB target
Got: 1.8 MB Expected: ≤ 1 MB
Info::
~283 KB of savings available
Warning::
80 third-party resources (100% of weight)
81 resources · 1.8 MiB · 80 third-party 823.2 KiB over 1MB target
JavaScript 51% · 943.1 KiB
Image 25% · 464.1 KiB
Font 12% · 221.0 KiB
Other 9% · 162.5 KiB
CSS 2% · 31.7 KiB
Document 1% · 24.8 KiB

~283.4 KiB of savings available

Remove unused JavaScript: 283.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: no-store
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

no-store

DirectiveValueMeaning
no-storeNever cache this response
C
Page Weight Budget
Action
1.8 MB transferred, 81 requests
REVIEW
1.8 MB transferred, 81 requests
Info::
Page weighs 5.2 MB (1.8 MB transferred)
Warning::
JavaScript is 739 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 739 KB
Info::
Fonts are 221 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 221 KB
Info::
81 HTTP requests
Info::
Estimated 0.38 g CO2 per page load
1.8 MB / 2.4 MB budget
1.8 MB transferred
81 requests
0.38 g CO2 per page load
JavaScript 739.0 KiB 40%
Images 462.3 KiB 25%
Other 343.2 KiB 19%
Fonts 221.0 KiB 12%
CSS 31.7 KiB 2%
HTML 23.7 KiB 1%
Other 21.8 KiB 1%
Other 4.2 KiB 0%
Other 260 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

C
Image Optimization
Action
32 images, 0 KB saveable
REVIEW
32 images, 0 KB saveable
Warning::
https://www.mindtools.com/wp-content/uploads/2024/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.mindtools.com/wp-content/uploads/2024/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.mindtools.com/wp-content/uploads/2025/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
32 images 462 KB
0 oversized -0 KB
7 legacy format
3 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

C
JS Bundles
Action
22 scripts, 283 KB unused
REVIEW
22 scripts, 283 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=G-1BCQ...: 66 KB unused (37%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-N54...: 64 KB unused (39%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=AW-382...: 64 KB unused (43%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.mindtools.com/wp-content/themes/mindto...: 39 KB unused (97%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.mindtools.com/wp-content/themes/mindto...: 28 KB unused (61%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 283 KB
283 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=G-1BCQTWL64G&cx=c&gtm=4e64k0h2178 KB66 KB (37%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-N54ZTVX9164 KB64 KB (39%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-382358260&cx=c&gtm=4e64k0h2147 KB64 KB (43%)3rd
https://www.mindtools.com/wp-content/themes/mindtools-theme/frontend/js/vendor/swiperjs/swiper.min.js?ver=0.26441 KB39 KB (97%)3rd
https://www.mindtools.com/wp-content/themes/mindtools-theme/build/frontend/app.bundle.js?ver=0.26447 KB28 KB (61%)3rd
https://www.mindtools.com/wp-content/themes/mindtools-theme/frontend/js/vendor/swiperjs/swiper.min.js?ver=1.0.041 KB24 KB (59%)3rd
https://www.mindtools.com/wp-content/themes/mindtools-theme/frontend/js/vendor/gsap/ScrollTrigger.min.js?ver=0.26412 KB3rd
https://dev.visualwebsiteoptimizer.com/cdn/edrv/nc-367e6623b8f828e1b7169e212977ec69.br.js26 KB3rd
https://www.mindtools.com/wp-content/themes/mindtools-theme/blocks/acf/testimonial-carousel/script.js?ver=1.0.01 KB3rd
https://www.mindtools.com/wp-content/themes/mindtools-theme/frontend/js/vendor/gsap/gsap.min.js?ver=0.26427 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

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

Web fonts

6

221 KB total

Render-blocking

0

of 6

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 3.1 s LCP 7.3 sdata:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAA…font-woff;charset=utf-8... data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAA… — 1.6 KiB — 78 ms — font-display: swaphttps://www.mindtools.com/wp-content/themes/mindtools-theme/build/frontend/baeb6c5276015bdfbafd.woff2baeb6c5276015bdfbafd.woff2 https://www.mindtools.com/wp-content/themes/mindtools-theme/build/frontend/baeb6c5276015bdfbafd.woff2 — 41.6 KiB — 82 ms — font-display: swaphttps://fonts.gstatic.com/s/librefranklin/v20/jizDREVItHgc8qDIbSTKq4XkRiUf2zcZiVbJ.woff2jizDREVItHgc8qDIbSTKq4X... https://fonts.gstatic.com/s/librefranklin/v20/jizDREVItHgc8qDIbSTKq4XkRiUf2zcZiVbJ.woff2 — 28.7 KiB — 23 ms — font-display: swaphttps://www.mindtools.com/wp-content/themes/mindtools-theme/build/frontend/3664d378240660fa15c5.woff23664d378240660fa15c5.woff2 https://www.mindtools.com/wp-content/themes/mindtools-theme/build/frontend/3664d378240660fa15c5.woff2 — 87.1 KiB — 130 ms — font-display: swaphttps://fonts.gstatic.com/s/redhatdisplay/v21/8vIQ7wUr0m80wwYf0QCXZzYzUoTg_T6hR4jNCA.woff28vIQ7wUr0m80wwYf0QCXZzY... https://fonts.gstatic.com/s/redhatdisplay/v21/8vIQ7wUr0m80wwYf0QCXZzYzUoTg_T6hR4jNCA.woff2 — 30.0 KiB — 24 ms — font-display: swaphttps://fonts.gstatic.com/s/librefranklin/v20/jizBREVItHgc8qDIbSTKq4XkRiUa6zUTjnTLgNs.woff2jizBREVItHgc8qDIbSTKq4X... https://fonts.gstatic.com/s/librefranklin/v20/jizBREVItHgc8qDIbSTKq4XkRiUa6zUTjnTLgNs.woff2 — 32.1 KiB — 6 ms — font-display: swap
font-woff;charset=utf-8... woff swap
Size 2 KB
Load time 78 ms
Start 810 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
baeb6c5276015bdfbafd.woff2 woff2 swap
Size 42 KB
Load time 82 ms
Start 882 ms
Risk FOUT — text flashes from fallback to web font
jizDREVItHgc8qDIbSTKq4X... woff2 swap
Size 29 KB
Load time 23 ms
Start 886 ms
Risk FOUT — text flashes from fallback to web font
3664d378240660fa15c5.woff2 woff2 swap
Size 87 KB
Load time 130 ms
Start 890 ms
Risk FOUT — text flashes from fallback to web font
8vIQ7wUr0m80wwYf0QCXZzY... woff2 swap
Size 30 KB
Load time 24 ms
Start 891 ms
Risk FOUT — text flashes from fallback to web font
jizBREVItHgc8qDIbSTKq4X... woff2 swap
Size 32 KB
Load time 6 ms
Start 2.3 s
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
4 hints, 0 missing preconnects
PASS
4 hints, 0 missing preconnects
Info::
Page uses 4 resource hint(s)

Current Resource Hints

preconnect
3
preload
dns-prefetch
1
prefetch

4 resource hints configured

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
Network Waterfall
81 requests over 2421ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 3.1 s LCP 7.3 shttps://mindtools.com// https://mindtools.com/ — 302 — 434 B — 22 ms — h2https://www.mindtools.com/www.mindtools.com/ https://www.mindtools.com/ — 200 — 23.7 KiB — 470 ms — h2https://www.mindtools.com/wp-content/themes/mindtools-theme/build/frontend/style.css?ver=0.264www.mindtools.com/wp-content/themes... https://www.mindtools.com/wp-content/themes/mindtools-theme/build/frontend/style.css?ver=0.264 — 200 — 24.0 KiB — 66 ms — h2https://www.mindtools.com/wp-content/themes/mindtools-theme/frontend/js/vendor/swiperjs/swiper.min.css%20?ver=1.0.0www.mindtools.com/wp-content/themes... https://www.mindtools.com/wp-content/themes/mindtools-theme/frontend/js/vendor/swiperjs/swiper.min.css%20?ver=1.0.0 — 301 — 1.1 KiB — 97 ms — h2https://www.mindtools.com/wp-content/themes/mindtools-theme/build/frontend/app.bundle.js?ver=0.264www.mindtools.com/wp-content/themes... https://www.mindtools.com/wp-content/themes/mindtools-theme/build/frontend/app.bundle.js?ver=0.264 — 200 — 46.6 KiB — 83 ms — h2https://www.mindtools.com/wp-content/themes/mindtools-theme/build/frontend/legacy.js?ver=0.264www.mindtools.com/wp-content/themes... https://www.mindtools.com/wp-content/themes/mindtools-theme/build/frontend/legacy.js?ver=0.264 — 200 — 6.4 KiB — 61 ms — h2https://www.mindtools.com/wp-content/themes/mindtools-theme/frontend/js/vendor/swiperjs/swiper.min.js?ver=0.264www.mindtools.com/wp-content/themes... https://www.mindtools.com/wp-content/themes/mindtools-theme/frontend/js/vendor/swiperjs/swiper.min.js?ver=0.264 — 200 — 40.8 KiB — 83 ms — h2https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swapfonts.googleapis.com/css2?family=Mo... https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap — 200 — 1.1 KiB — 27 ms — h2https://www.mindtools.com/wp-content/uploads/2024/10/Mindtools-logo-Black.svgwww.mindtools.com/wp-content/upload... https://www.mindtools.com/wp-content/uploads/2024/10/Mindtools-logo-Black.svg — 200 — 3.9 KiB — 74 ms — h2https://www.mindtools.com/wp-content/uploads/external/6b97c2dce27f7c9231c75d973f9ee716@2x.pngwww.mindtools.com/wp-content/upload... https://www.mindtools.com/wp-content/uploads/external/6b97c2dce27f7c9231c75d973f9ee716@2x.png — 200 — 1.6 KiB — 127 ms — h2https://dev.visualwebsiteoptimizer.com/j.php?a=737079&u=https%3A%2F%2Fwww.mindtools.com%2F&vn=2.1&x=truedev.visualwebsiteoptimizer.com/j.ph... https://dev.visualwebsiteoptimizer.com/j.php?a=737079&u=https%3A%2F%2Fwww.mindtools.com%2F&vn=2.1&x=true — 200 — 10.2 KiB — 30 ms — h2https://dev.visualwebsiteoptimizer.com/cdn/edrv/worker-57f1b8d94a5f9167e9bcdcf861046428.br.jsdev.visualwebsiteoptimizer.com/cdn/... https://dev.visualwebsiteoptimizer.com/cdn/edrv/worker-57f1b8d94a5f9167e9bcdcf861046428.br.js — 200 — 71.7 KiB — 53 ms — h3https://dev.visualwebsiteoptimizer.com/cdn/edrv/va_gq-d728c477f0f4777c8be7f1f120d0c70b.br.jsdev.visualwebsiteoptimizer.com/cdn/... https://dev.visualwebsiteoptimizer.com/cdn/edrv/va_gq-d728c477f0f4777c8be7f1f120d0c70b.br.js — 200 — 96.5 KiB — 52 ms — h3https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,400;0,600;1,400;1,600&display=swapfonts.googleapis.com/css2?family=Li... https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,400;0,600;1,400;1,600&display=swap — 200 — 806 B — 23 ms — h2https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@400;600&display=swapfonts.googleapis.com/css2?family=Re... https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@400;600&display=swap — 200 — 503 B — 24 ms — h2https://www.mindtools.com/wp-content/themes/mindtools-theme/frontend/js/vendor/swiperjs/swiper.min.js?ver=1.0.0www.mindtools.com/wp-content/themes... https://www.mindtools.com/wp-content/themes/mindtools-theme/frontend/js/vendor/swiperjs/swiper.min.js?ver=1.0.0 — 200 — 40.8 KiB — 76 ms — h2https://www.mindtools.com/wp-content/themes/mindtools-theme/frontend/js/vendor/swiperjs/swiper.min.css?ver=1.0.0www.mindtools.com/wp-content/themes... https://www.mindtools.com/wp-content/themes/mindtools-theme/frontend/js/vendor/swiperjs/swiper.min.css?ver=1.0.0 — 200 — 5.4 KiB — 69 ms — h2blob:https://www.mindtools.com/d0480e7a-97eb-4e04-a1d7-2d10258fe262www.mindtools.com/d0480e7a-97eb-4e0... blob:https://www.mindtools.com/d0480e7a-97eb-4e04-a1d7-2d10258fe262 — 200 — -1 B — 156 ms — blobhttps://www.mindtools.com/wp-content/themes/mindtools-theme/blocks/acf/testimonial-carousel/script.js?ver=1.0.0www.mindtools.com/wp-content/themes... https://www.mindtools.com/wp-content/themes/mindtools-theme/blocks/acf/testimonial-carousel/script.js?ver=1.0.0 — 200 — 1.2 KiB — 64 ms — h2https://www.mindtools.com/wp-content/uploads/2025/12/virgin-trains-logo-home.pngwww.mindtools.com/wp-content/upload... https://www.mindtools.com/wp-content/uploads/2025/12/virgin-trains-logo-home.png — 200 — 5.2 KiB — 65 ms — h2https://www.mindtools.com/wp-content/themes/mindtools-theme/frontend/js/vendor/gsap/gsap.min.js?ver=0.264www.mindtools.com/wp-content/themes... https://www.mindtools.com/wp-content/themes/mindtools-theme/frontend/js/vendor/gsap/gsap.min.js?ver=0.264 — 200 — 26.5 KiB — 76 ms — h2https://www.mindtools.com/wp-content/themes/mindtools-theme/frontend/js/vendor/gsap/ScrollTrigger.min.js?ver=0.264www.mindtools.com/wp-content/themes... https://www.mindtools.com/wp-content/themes/mindtools-theme/frontend/js/vendor/gsap/ScrollTrigger.min.js?ver=0.264 — 200 — 11.7 KiB — 81 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-N54ZTVX9www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-N54ZTVX9 — 200 — 164.1 KiB — 49 ms — h2https://dev.visualwebsiteoptimizer.com/eu01/v.gif?cd=0&a=737079&d=mindtools.com&u=D4412CFE59018DB40641206884926F20C&h=4215c641bf725ef78a6642ee1701d3bf&t=falsedev.visualwebsiteoptimizer.com/eu01... https://dev.visualwebsiteoptimizer.com/eu01/v.gif?cd=0&a=737079&d=mindtools.com&u=D4412CFE59018DB40641206884926F20C&h=4215c641bf725ef78a6642ee1701d3bf&t=false — 200 — 147 B — 24 ms — h2data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fil…www.w3.org/2000/svg" width="20" hei... data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fil… — 200 — 0 B — 0 ms — datahttps://www.mindtools.com/wp-content/uploads/2026/02/Mindtools-mobile-website-background-2-1.pngwww.mindtools.com/wp-content/upload... https://www.mindtools.com/wp-content/uploads/2026/02/Mindtools-mobile-website-background-2-1.png — 200 — 93.4 KiB — 125 ms — h2https://www.mindtools.com/wp-content/uploads/2026/02/Mindtools-mobile-website-background-4-1.pngwww.mindtools.com/wp-content/upload... https://www.mindtools.com/wp-content/uploads/2026/02/Mindtools-mobile-website-background-4-1.png — 200 — 109.5 KiB — 117 ms — h2https://www.mindtools.com/wp-content/uploads/2026/02/Mindtools-mobile-website-background-3-1.pngwww.mindtools.com/wp-content/upload... https://www.mindtools.com/wp-content/uploads/2026/02/Mindtools-mobile-website-background-3-1.png — 200 — 117.1 KiB — 123 ms — h2data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='309' height='31' …www.w3.org/2000/svg' width='309' he... data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='309' height='31' … — 200 — 0 B — 0 ms — datahttps://www.mindtools.com/wp-content/uploads/2025/12/home-banner-left-2-500x0-c-default.jpgwww.mindtools.com/wp-content/upload... https://www.mindtools.com/wp-content/uploads/2025/12/home-banner-left-2-500x0-c-default.jpg — 200 — 32.6 KiB — 117 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 3.1 s LCP 7.3 shttps://mindtools.com// https://mindtools.com/ — 302 — 434 B — 22 ms — h2https://www.mindtools.com/www.mindtools.com/ https://www.mindtools.com/ — 200 — 23.7 KiB — 470 ms — h2https://www.mindtools.com/wp-content/themes/mindtools-theme/build/frontend/style.css?ver=0.264www.mindtools.com/wp-content/themes... https://www.mindtools.com/wp-content/themes/mindtools-theme/build/frontend/style.css?ver=0.264 — 200 — 24.0 KiB — 66 ms — h2https://www.mindtools.com/wp-content/themes/mindtools-theme/frontend/js/vendor/swiperjs/swiper.min.css%20?ver=1.0.0www.mindtools.com/wp-content/themes... https://www.mindtools.com/wp-content/themes/mindtools-theme/frontend/js/vendor/swiperjs/swiper.min.css%20?ver=1.0.0 — 301 — 1.1 KiB — 97 ms — h2https://www.mindtools.com/wp-content/themes/mindtools-theme/build/frontend/app.bundle.js?ver=0.264www.mindtools.com/wp-content/themes... https://www.mindtools.com/wp-content/themes/mindtools-theme/build/frontend/app.bundle.js?ver=0.264 — 200 — 46.6 KiB — 83 ms — h2https://www.mindtools.com/wp-content/themes/mindtools-theme/build/frontend/legacy.js?ver=0.264www.mindtools.com/wp-content/themes... https://www.mindtools.com/wp-content/themes/mindtools-theme/build/frontend/legacy.js?ver=0.264 — 200 — 6.4 KiB — 61 ms — h2https://www.mindtools.com/wp-content/themes/mindtools-theme/frontend/js/vendor/swiperjs/swiper.min.js?ver=0.264www.mindtools.com/wp-content/themes... https://www.mindtools.com/wp-content/themes/mindtools-theme/frontend/js/vendor/swiperjs/swiper.min.js?ver=0.264 — 200 — 40.8 KiB — 83 ms — h2https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swapfonts.googleapis.com/css2?family=Mo... https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap — 200 — 1.1 KiB — 27 ms — h2https://www.mindtools.com/wp-content/uploads/2024/10/Mindtools-logo-Black.svgwww.mindtools.com/wp-content/upload... https://www.mindtools.com/wp-content/uploads/2024/10/Mindtools-logo-Black.svg — 200 — 3.9 KiB — 74 ms — h2https://www.mindtools.com/wp-content/uploads/external/6b97c2dce27f7c9231c75d973f9ee716@2x.pngwww.mindtools.com/wp-content/upload... https://www.mindtools.com/wp-content/uploads/external/6b97c2dce27f7c9231c75d973f9ee716@2x.png — 200 — 1.6 KiB — 127 ms — h2https://dev.visualwebsiteoptimizer.com/j.php?a=737079&u=https%3A%2F%2Fwww.mindtools.com%2F&vn=2.1&x=truedev.visualwebsiteoptimizer.com/j.ph... https://dev.visualwebsiteoptimizer.com/j.php?a=737079&u=https%3A%2F%2Fwww.mindtools.com%2F&vn=2.1&x=true — 200 — 10.2 KiB — 30 ms — h2https://dev.visualwebsiteoptimizer.com/cdn/edrv/worker-57f1b8d94a5f9167e9bcdcf861046428.br.jsdev.visualwebsiteoptimizer.com/cdn/... https://dev.visualwebsiteoptimizer.com/cdn/edrv/worker-57f1b8d94a5f9167e9bcdcf861046428.br.js — 200 — 71.7 KiB — 53 ms — h3https://dev.visualwebsiteoptimizer.com/cdn/edrv/va_gq-d728c477f0f4777c8be7f1f120d0c70b.br.jsdev.visualwebsiteoptimizer.com/cdn/... https://dev.visualwebsiteoptimizer.com/cdn/edrv/va_gq-d728c477f0f4777c8be7f1f120d0c70b.br.js — 200 — 96.5 KiB — 52 ms — h3https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,400;0,600;1,400;1,600&display=swapfonts.googleapis.com/css2?family=Li... https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,400;0,600;1,400;1,600&display=swap — 200 — 806 B — 23 ms — h2https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@400;600&display=swapfonts.googleapis.com/css2?family=Re... https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@400;600&display=swap — 200 — 503 B — 24 ms — h2https://www.mindtools.com/wp-content/themes/mindtools-theme/frontend/js/vendor/swiperjs/swiper.min.js?ver=1.0.0www.mindtools.com/wp-content/themes... https://www.mindtools.com/wp-content/themes/mindtools-theme/frontend/js/vendor/swiperjs/swiper.min.js?ver=1.0.0 — 200 — 40.8 KiB — 76 ms — h2https://www.mindtools.com/wp-content/themes/mindtools-theme/frontend/js/vendor/swiperjs/swiper.min.css?ver=1.0.0www.mindtools.com/wp-content/themes... https://www.mindtools.com/wp-content/themes/mindtools-theme/frontend/js/vendor/swiperjs/swiper.min.css?ver=1.0.0 — 200 — 5.4 KiB — 69 ms — h2blob:https://www.mindtools.com/d0480e7a-97eb-4e04-a1d7-2d10258fe262www.mindtools.com/d0480e7a-97eb-4e0... blob:https://www.mindtools.com/d0480e7a-97eb-4e04-a1d7-2d10258fe262 — 200 — -1 B — 156 ms — blobhttps://www.mindtools.com/wp-content/themes/mindtools-theme/blocks/acf/testimonial-carousel/script.js?ver=1.0.0www.mindtools.com/wp-content/themes... https://www.mindtools.com/wp-content/themes/mindtools-theme/blocks/acf/testimonial-carousel/script.js?ver=1.0.0 — 200 — 1.2 KiB — 64 ms — h2https://www.mindtools.com/wp-content/uploads/2025/12/virgin-trains-logo-home.pngwww.mindtools.com/wp-content/upload... https://www.mindtools.com/wp-content/uploads/2025/12/virgin-trains-logo-home.png — 200 — 5.2 KiB — 65 ms — h2https://www.mindtools.com/wp-content/themes/mindtools-theme/frontend/js/vendor/gsap/gsap.min.js?ver=0.264www.mindtools.com/wp-content/themes... https://www.mindtools.com/wp-content/themes/mindtools-theme/frontend/js/vendor/gsap/gsap.min.js?ver=0.264 — 200 — 26.5 KiB — 76 ms — h2https://www.mindtools.com/wp-content/themes/mindtools-theme/frontend/js/vendor/gsap/ScrollTrigger.min.js?ver=0.264www.mindtools.com/wp-content/themes... https://www.mindtools.com/wp-content/themes/mindtools-theme/frontend/js/vendor/gsap/ScrollTrigger.min.js?ver=0.264 — 200 — 11.7 KiB — 81 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-N54ZTVX9www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-N54ZTVX9 — 200 — 164.1 KiB — 49 ms — h2https://dev.visualwebsiteoptimizer.com/eu01/v.gif?cd=0&a=737079&d=mindtools.com&u=D4412CFE59018DB40641206884926F20C&h=4215c641bf725ef78a6642ee1701d3bf&t=falsedev.visualwebsiteoptimizer.com/eu01... https://dev.visualwebsiteoptimizer.com/eu01/v.gif?cd=0&a=737079&d=mindtools.com&u=D4412CFE59018DB40641206884926F20C&h=4215c641bf725ef78a6642ee1701d3bf&t=false — 200 — 147 B — 24 ms — h2data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fil…www.w3.org/2000/svg" width="20" hei... data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fil… — 200 — 0 B — 0 ms — datahttps://www.mindtools.com/wp-content/uploads/2026/02/Mindtools-mobile-website-background-2-1.pngwww.mindtools.com/wp-content/upload... https://www.mindtools.com/wp-content/uploads/2026/02/Mindtools-mobile-website-background-2-1.png — 200 — 93.4 KiB — 125 ms — h2https://www.mindtools.com/wp-content/uploads/2026/02/Mindtools-mobile-website-background-4-1.pngwww.mindtools.com/wp-content/upload... https://www.mindtools.com/wp-content/uploads/2026/02/Mindtools-mobile-website-background-4-1.png — 200 — 109.5 KiB — 117 ms — h2https://www.mindtools.com/wp-content/uploads/2026/02/Mindtools-mobile-website-background-3-1.pngwww.mindtools.com/wp-content/upload... https://www.mindtools.com/wp-content/uploads/2026/02/Mindtools-mobile-website-background-3-1.png — 200 — 117.1 KiB — 123 ms — h2data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='309' height='31' …www.w3.org/2000/svg' width='309' he... data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='309' height='31' … — 200 — 0 B — 0 ms — datahttps://www.mindtools.com/wp-content/uploads/2025/12/home-banner-left-2-500x0-c-default.jpgwww.mindtools.com/wp-content/upload... https://www.mindtools.com/wp-content/uploads/2025/12/home-banner-left-2-500x0-c-default.jpg — 200 — 32.6 KiB — 117 ms — h2https://www.mindtools.com/wp-content/uploads/2025/12/home-banner-right-500x0-c-default.jpgwww.mindtools.com/wp-content/upload... https://www.mindtools.com/wp-content/uploads/2025/12/home-banner-right-500x0-c-default.jpg — 200 — 40.8 KiB — 121 ms — h2data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAA…data:application/font-woff;charset=... data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAA… — 200 — 1.6 KiB — 78 ms — datahttps://www.mindtools.com/wp-content/uploads/2024/11/BBC-180x0-c-default.pngwww.mindtools.com/wp-content/upload... https://www.mindtools.com/wp-content/uploads/2024/11/BBC-180x0-c-default.png — 200 — 2.4 KiB — 105 ms — h2https://www.mindtools.com/wp-content/uploads/2024/06/tesco-bank-logo-180x0-c-default.pngwww.mindtools.com/wp-content/upload... https://www.mindtools.com/wp-content/uploads/2024/06/tesco-bank-logo-180x0-c-default.png — 200 — 3.4 KiB — 108 ms — h2https://www.mindtools.com/wp-content/uploads/2024/11/ASOS-180x0-c-default.pngwww.mindtools.com/wp-content/upload... https://www.mindtools.com/wp-content/uploads/2024/11/ASOS-180x0-c-default.png — 200 — 5.9 KiB — 121 ms — h2https://www.mindtools.com/wp-content/uploads/2024/11/NHS-1.svgwww.mindtools.com/wp-content/upload... https://www.mindtools.com/wp-content/uploads/2024/11/NHS-1.svg — 200 — 1.5 KiB — 136 ms — h2https://www.mindtools.com/wp-content/uploads/2024/06/Burberry_Logo-1-180x0-c-default.pngwww.mindtools.com/wp-content/upload... https://www.mindtools.com/wp-content/uploads/2024/06/Burberry_Logo-1-180x0-c-default.png — 200 — 2.7 KiB — 148 ms — h2https://www.mindtools.com/wp-content/uploads/2024/06/image-7-180x0-c-default.pngwww.mindtools.com/wp-content/upload... https://www.mindtools.com/wp-content/uploads/2024/06/image-7-180x0-c-default.png — 200 — 3.8 KiB — 124 ms — h2https://www.mindtools.com/wp-content/uploads/2024/06/mlb-180x0-c-default.pngwww.mindtools.com/wp-content/upload... https://www.mindtools.com/wp-content/uploads/2024/06/mlb-180x0-c-default.png — 200 — 2.9 KiB — 128 ms — h2https://www.mindtools.com/wp-content/uploads/2024/06/astra-zeneca-180x0-c-default.pngwww.mindtools.com/wp-content/upload... https://www.mindtools.com/wp-content/uploads/2024/06/astra-zeneca-180x0-c-default.png — 200 — 3.8 KiB — 871 ms — h2https://www.mindtools.com/wp-content/uploads/2025/03/Rspcalogo-optimised-180x0-c-default.pngwww.mindtools.com/wp-content/upload... https://www.mindtools.com/wp-content/uploads/2025/03/Rspcalogo-optimised-180x0-c-default.png — 200 — 4.2 KiB — 135 ms — h2https://www.mindtools.com/wp-content/uploads/2024/06/rolls-royce-180x0-c-default.pngwww.mindtools.com/wp-content/upload... https://www.mindtools.com/wp-content/uploads/2024/06/rolls-royce-180x0-c-default.png — 200 — 3.7 KiB — 140 ms — h2https://clients.yomdel.com/tools/chat_script.js?url=https://www.mindtools.com/clients.yomdel.com/tools/chat_scrip... https://clients.yomdel.com/tools/chat_script.js?url=https://www.mindtools.com/ — -1 — 0 B — 270 ms — https://www.mindtools.com/wp-content/uploads/2024/06/princes-group-180x0-c-default.pngwww.mindtools.com/wp-content/upload... https://www.mindtools.com/wp-content/uploads/2024/06/princes-group-180x0-c-default.png — 200 — 4.4 KiB — 141 ms — h2https://www.mindtools.com/wp-content/themes/mindtools-theme/build/frontend/baeb6c5276015bdfbafd.woff2www.mindtools.com/wp-content/themes... https://www.mindtools.com/wp-content/themes/mindtools-theme/build/frontend/baeb6c5276015bdfbafd.woff2 — 200 — 41.6 KiB — 82 ms — h2https://fonts.gstatic.com/s/librefranklin/v20/jizDREVItHgc8qDIbSTKq4XkRiUf2zcZiVbJ.woff2fonts.gstatic.com/s/librefranklin/v... https://fonts.gstatic.com/s/librefranklin/v20/jizDREVItHgc8qDIbSTKq4XkRiUf2zcZiVbJ.woff2 — 200 — 28.7 KiB — 23 ms — h3https://www.mindtools.com/wp-content/themes/mindtools-theme/build/frontend/3664d378240660fa15c5.woff2www.mindtools.com/wp-content/themes... https://www.mindtools.com/wp-content/themes/mindtools-theme/build/frontend/3664d378240660fa15c5.woff2 — 200 — 87.1 KiB — 130 ms — h2https://fonts.gstatic.com/s/redhatdisplay/v21/8vIQ7wUr0m80wwYf0QCXZzYzUoTg_T6hR4jNCA.woff2fonts.gstatic.com/s/redhatdisplay/v... https://fonts.gstatic.com/s/redhatdisplay/v21/8vIQ7wUr0m80wwYf0QCXZzYzUoTg_T6hR4jNCA.woff2 — 200 — 30.0 KiB — 24 ms — h3https://www.mindtools.com/wp-content/uploads/2024/10/Mask-group-6-1600x0-c-default.pngwww.mindtools.com/wp-content/upload... https://www.mindtools.com/wp-content/uploads/2024/10/Mask-group-6-1600x0-c-default.png — 200 — 16.9 KiB — 115 ms — h2data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 2…www.w3.org/2000/svg" fill="none" vi... data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 2… — 200 — 0 B — 0 ms — datadata:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' stroke='%2…www.w3.org/2000/svg' fill='%23fff' ... data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' stroke='%2… — 200 — 0 B — 0 ms — datadata:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' vie…www.w3.org/2000/svg' xml:space='pre... data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' vie… — 200 — 0 B — 0 ms — datadata:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' fil…www.w3.org/2000/svg' xml:space='pre... data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' fil… — 200 — 0 B — 0 ms — datadata:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' stroke='%2…www.w3.org/2000/svg' fill='%23fff' ... data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' stroke='%2… — 200 — 0 B — 0 ms — datadata:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -3 20 20'%3E%…www.w3.org/2000/svg' viewBox='0 -3 ... data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -3 20 20'%3E%… — 200 — 0 B — 0 ms — datadata:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="37" height="28" fil…www.w3.org/2000/svg" width="37" hei... data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="37" height="28" fil… — 200 — 0 B — 0 ms — datahttps://dev.visualwebsiteoptimizer.com/cdn/edrv/nc-367e6623b8f828e1b7169e212977ec69.br.jsdev.visualwebsiteoptimizer.com/cdn/... https://dev.visualwebsiteoptimizer.com/cdn/edrv/nc-367e6623b8f828e1b7169e212977ec69.br.js — 200 — 25.6 KiB — 11 ms — h3blob:https://www.mindtools.com/692d5a51-a8dc-446e-9845-b441f7a6ba39www.mindtools.com/692d5a51-a8dc-446... blob:https://www.mindtools.com/692d5a51-a8dc-446e-9845-b441f7a6ba39 — 200 — -1 B — 185 ms — blobhttps://www.mindtools.com/cdn-cgi/challenge-platform/scripts/jsd/main.jswww.mindtools.com/cdn-cgi/challenge... https://www.mindtools.com/cdn-cgi/challenge-platform/scripts/jsd/main.js — 302 — 895 B — 106 ms — h2https://dev.visualwebsiteoptimizer.com/dcdn/settings.js?a=737079&settings_type=4&ts=1776790884&dt=mobile&cc=NLdev.visualwebsiteoptimizer.com/dcdn... https://dev.visualwebsiteoptimizer.com/dcdn/settings.js?a=737079&settings_type=4&ts=1776790884&dt=mobile&cc=NL — 200 — 5.6 KiB — 25 ms — h3https://www.mindtools.com/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js?www.mindtools.com/cdn-cgi/challenge... https://www.mindtools.com/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js? — 200 — 13.6 KiB — 60 ms — h2https://www.mindtools.com/wp-includes/js/wp-emoji-release.min.js?ver=6.9.4www.mindtools.com/wp-includes/js/wp... https://www.mindtools.com/wp-includes/js/wp-emoji-release.min.js?ver=6.9.4 — 200 — 6.2 KiB — 63 ms — h2https://cdn-cookieyes.com/client_data/d464018ff5ed3cb7e6d8737c/script.jscdn-cookieyes.com/client_data/d4640... https://cdn-cookieyes.com/client_data/d464018ff5ed3cb7e6d8737c/script.js — 200 — 12.0 KiB — 23 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-382358260&cx=c&gtm=4e64k0h2www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-382358260&cx=c&gtm=4e64k0h2 — 200 — 146.6 KiB — 44 ms — h2https://www.googletagmanager.com/gtag/js?id=G-1BCQTWL64G&cx=c&gtm=4e64k0h2www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-1BCQTWL64G&cx=c&gtm=4e64k0h2 — 200 — 178.0 KiB — 45 ms — h2https://www.mindtools.com/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.4714978936070089:1776812996:j8uynlWDUR8SlXiUuV7-tPLZmgWc__KphGQZxjzECIs/9f005529ccefdbffwww.mindtools.com/cdn-cgi/challenge... https://www.mindtools.com/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.4714978936070089:1776812996:j8uynlWDUR8SlXiUuV7-tPLZmgWc__KphGQZxjzECIs/9f005529ccefdbff — 200 — 1.5 KiB — 57 ms — h2https://log.cookieyes.com/api/v1/loglog.cookieyes.com/api/v1/log https://log.cookieyes.com/api/v1/log — 200 — 260 B — 40 ms — h3https://cdn-cookieyes.com/client_data/d464018ff5ed3cb7e6d8737c/banner.jscdn-cookieyes.com/client_data/d4640... https://cdn-cookieyes.com/client_data/d464018ff5ed3cb7e6d8737c/banner.js — 200 — 38.9 KiB — 13 ms — h2https://cdn-cookieyes.com/common/iab-gvl-v3.jsoncdn-cookieyes.com/common/iab-gvl-v3... https://cdn-cookieyes.com/common/iab-gvl-v3.json — 200 — 137.6 KiB — 29 ms — h2https://www.mindtools.com/wp-content/uploads/2024/10/cropped-favicon-13-32x32.pngwww.mindtools.com/wp-content/upload... https://www.mindtools.com/wp-content/uploads/2024/10/cropped-favicon-13-32x32.png — 200 — 1.8 KiB — 98 ms — h2https://cdn-cookieyes.com/client_data/d464018ff5ed3cb7e6d8737c/Y9DyzTXW.jsoncdn-cookieyes.com/client_data/d4640... https://cdn-cookieyes.com/client_data/d464018ff5ed3cb7e6d8737c/Y9DyzTXW.json — 200 — 272 B — 25 ms — h2https://directory.cookieyes.com/api/v1/ipdirectory.cookieyes.com/api/v1/ip https://directory.cookieyes.com/api/v1/ip — 200 — 420 B — 46 ms — h3https://cdn-cookieyes.com/client_data/d464018ff5ed3cb7e6d8737c/config/P1E7tefH.jsoncdn-cookieyes.com/client_data/d4640... https://cdn-cookieyes.com/client_data/d464018ff5ed3cb7e6d8737c/config/P1E7tefH.json — 200 — 9.8 KiB — 12 ms — h2https://cdn-cookieyes.com/client_data/d464018ff5ed3cb7e6d8737c/translations/m-2mpfMQ.jsoncdn-cookieyes.com/client_data/d4640... https://cdn-cookieyes.com/client_data/d464018ff5ed3cb7e6d8737c/translations/m-2mpfMQ.json — 200 — 2.1 KiB — 11 ms — h2https://cdn-cookieyes.com/client_data/d464018ff5ed3cb7e6d8737c/audit-table/FNiQIDvM.jsoncdn-cookieyes.com/client_data/d4640... https://cdn-cookieyes.com/client_data/d464018ff5ed3cb7e6d8737c/audit-table/FNiQIDvM.json — 200 — 8.6 KiB — 15 ms — h2https://cdn-cookieyes.com/assets/images/close.svgcdn-cookieyes.com/assets/images/clo... https://cdn-cookieyes.com/assets/images/close.svg — 200 — 859 B — 11 ms — h2https://cdn-cookieyes.com/assets/images/poweredbtcky.svgcdn-cookieyes.com/assets/images/pow... https://cdn-cookieyes.com/assets/images/poweredbtcky.svg — 200 — 1.5 KiB — 13 ms — h2https://pagead2.googlesyndication.com/ccm/collect?rcb=4&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.mindtools.com%2F&scrsrc=www.googletagmanager.com&rnd=399275813.1776815865&navt=n&npa=1&gdpr=1&gdpr_consent=tcempty&ep.ads_data_redaction=0&gdid=dY2Q2ZW&_tu=CA&gtm=45He64k0h2v9197840385za200zd9197840385xea&gcs=G100&gcd=13q3p3W2q5l1&dma_cps=-&dma=1&tcfd=16h5b&tag_exp=0~115616985~115938466~115938468~117266400~118128922&apve=1&apvf=f&gap.plf=4.5.3&apvc=1&tft=1776815865498&tfd=2261pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=4&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.mindtools.com%2F&scrsrc=www.googletagmanager.com&rnd=399275813.1776815865&navt=n&npa=1&gdpr=1&gdpr_consent=tcempty&ep.ads_data_redaction=0&gdid=dY2Q2ZW&_tu=CA&gtm=45He64k0h2v9197840385za200zd9197840385xea&gcs=G100&gcd=13q3p3W2q5l1&dma_cps=-&dma=1&tcfd=16h5b&tag_exp=0~115616985~115938466~115938468~117266400~118128922&apve=1&apvf=f&gap.plf=4.5.3&apvc=1&tft=1776815865498&tfd=2261 — 200 — 21 B — 155 ms — h3https://pagead2.googlesyndication.com/ccm/collect?rcb=1&frm=0&en=page_view&dl=https%3A%2F%2Fwww.mindtools.com%2F&scrsrc=www.googletagmanager.com&rnd=399275813.1776815865&navt=n&npa=1&gdpr=1&gdpr_consent=tcempty&did=dY2Q2ZW&gdid=dY2Q2ZW&_tu=CA&gtm=45be64k0h2v9193077893z89197840385za20gzb9197840385zd9197840385xec&gcs=G100&gcd=13q3p3W2q5l1&dma_cps=-&dma=1&tcfd=16h5b&tag_exp=0~115616986~115938466~115938468~117266400&apve=1&apvf=f&apvc=0&tids=AW-382358260&tid=AW-382358260&tft=1776815865500&tfd=2262pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=1&frm=0&en=page_view&dl=https%3A%2F%2Fwww.mindtools.com%2F&scrsrc=www.googletagmanager.com&rnd=399275813.1776815865&navt=n&npa=1&gdpr=1&gdpr_consent=tcempty&did=dY2Q2ZW&gdid=dY2Q2ZW&_tu=CA&gtm=45be64k0h2v9193077893z89197840385za20gzb9197840385zd9197840385xec&gcs=G100&gcd=13q3p3W2q5l1&dma_cps=-&dma=1&tcfd=16h5b&tag_exp=0~115616986~115938466~115938468~117266400&apve=1&apvf=f&apvc=0&tids=AW-382358260&tid=AW-382358260&tft=1776815865500&tfd=2262 — 200 — 21 B — 150 ms — h3https://fonts.gstatic.com/s/librefranklin/v20/jizBREVItHgc8qDIbSTKq4XkRiUa6zUTjnTLgNs.woff2fonts.gstatic.com/s/librefranklin/v... https://fonts.gstatic.com/s/librefranklin/v20/jizBREVItHgc8qDIbSTKq4XkRiUa6zUTjnTLgNs.woff2 — 200 — 32.1 KiB — 6 ms — h3https://region1.google-analytics.com/g/collect?v=2&tid=G-1BCQTWL64G&gtm=45je64k0h2v9182972918z89197840385za20gzb9197840385zd9197840385&_p=1776815863763&gcs=G100&gcd=13q3q3W2q5l1&npa=1&dma_cps=-&dma=1&tcfd=16h5b&gdid=dY2Q2ZW&ecid=1101266036&_eu=AAAAAEA&are=1&cid=1106982623.1776815866&ec_mode=a&frm=0&pscdl=denied&rcb=11&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938468~117266401~117512542~118463262&sid=1776815865&sct=1&seg=0&dl=https%3A%2F%2Fwww.mindtools.com%2F&dt=Leadership%20%26%20Management%20Learning%20Solutions%20For%20Leaders%20%26%20Managers%20-%20Mindtools&_tu=CA&en=page_view&_fv=1&_nsi=1&_ss=1&ep.timestamp=2026-04-21T23%3A57%3A44.664%2B00%3A00&ep.site_name=MindTools%20Main&ep.container_id=GTM-N54ZTVX9&ep.breadcrumb_1=null&ep.breadcrumb_2=null&ep.breadcrumb_3=null&ep.breadcrumb_4=null&up.member_status=false&tfd=2371region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-1BCQTWL64G&gtm=45je64k0h2v9182972918z89197840385za20gzb9197840385zd9197840385&_p=1776815863763&gcs=G100&gcd=13q3q3W2q5l1&npa=1&dma_cps=-&dma=1&tcfd=16h5b&gdid=dY2Q2ZW&ecid=1101266036&_eu=AAAAAEA&are=1&cid=1106982623.1776815866&ec_mode=a&frm=0&pscdl=denied&rcb=11&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938468~117266401~117512542~118463262&sid=1776815865&sct=1&seg=0&dl=https%3A%2F%2Fwww.mindtools.com%2F&dt=Leadership%20%26%20Management%20Learning%20Solutions%20For%20Leaders%20%26%20Managers%20-%20Mindtools&_tu=CA&en=page_view&_fv=1&_nsi=1&_ss=1&ep.timestamp=2026-04-21T23%3A57%3A44.664%2B00%3A00&ep.site_name=MindTools%20Main&ep.container_id=GTM-N54ZTVX9&ep.breadcrumb_1=null&ep.breadcrumb_2=null&ep.breadcrumb_3=null&ep.breadcrumb_4=null&up.member_status=false&tfd=2371 — 204 — 550 B — 49 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 7572ms · 638KB · €82/mo
www.mindtools.com
Other
Costly
Execution 2459ms
Transfer 24 KB
Monthly Cost €27/mo
cdn-cookieyes.com
Other
Costly
Execution 1518ms
Transfer 39 KB
Monthly Cost €16/mo
Unattributable
Other
Costly
Execution 1035ms
Transfer 0 KB
Monthly Cost €11/mo
Google Tag Manager
Tag Manager
Costly
Execution 549ms
Transfer 164 KB
Unused 39%
Monthly Cost €6/mo
www.mindtools.com
Other
Costly
Execution 417ms
Transfer 1 KB
Monthly Cost €5/mo
Google Tag Manager
Tag Manager
Costly
Execution 392ms
Transfer 178 KB
Unused 37%
Monthly Cost €4/mo
www.mindtools.com
Other
Costly
Execution 312ms
Transfer 27 KB
Monthly Cost €3/mo
Google Tag Manager
Tag Manager
Costly
Execution 306ms
Transfer 147 KB
Unused 43%
Monthly Cost €3/mo
www.mindtools.com
Other
Costly
Execution 249ms
Transfer 47 KB
Unused 61%
Monthly Cost €3/mo
www.mindtools.com
Other
Costly
Execution 210ms
Transfer 1 KB
Monthly Cost €2/mo
cdn-cookieyes.com
Other
Optional
Execution 124ms
Transfer 12 KB
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • www.mindtools.com adds 2459ms and costs ~€27/month
  • cdn-cookieyes.com adds 1518ms and costs ~€16/month
  • Unattributable adds 1035ms and costs ~€11/month
  • Google Tag Manager adds 549ms and costs ~€6/month
  • www.mindtools.com adds 417ms and costs ~€5/month
  • Google Tag Manager adds 392ms and costs ~€4/month
  • www.mindtools.com adds 312ms and costs ~€3/month
  • Google Tag Manager adds 306ms and costs ~€3/month
  • www.mindtools.com adds 249ms and costs ~€3/month
  • www.mindtools.com adds 210ms and costs ~€2/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.mindtools.com takes 2459ms 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

cdn-cookieyes.com takes 1518ms 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 1035ms 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

Google Tag Manager takes 549ms 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.mindtools.com takes 417ms 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

Google Tag Manager takes 392ms 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.mindtools.com takes 312ms 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

Google Tag Manager takes 306ms 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.mindtools.com takes 249ms 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

61% of www.mindtools.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

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

Why this matters

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

Source: web.dev

How third-party costs are calculated

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

Send Feedback