Performance
· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.Performance-focused optimization plan with CWV assessment, top offenders, and time estimates
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
3.26 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
6.03 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
682 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.724
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.90 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.
14.88 s
Page Load Progression
DPage Weight BudgetAction2.5 MB transferred, 71 requestsFIX
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
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.
Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).
Source: web.dev font loading
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
DJS Execution CostAction3269ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.eiu.com/n/ | 515ms | 25ms | 10ms | 3rd |
| Unattributable | 472ms | 8ms | 0ms | 3rd |
| https://consent.eiu.com/index.html?hasCsp=true&message_id=1457700&consentUUID=null&consent_origin=https%3A%2F%2Fconsent.eiu.com%2Fconsent%2Ftcfv2&preload_message=true&version=v1 | 470ms | 0ms | 1ms | 3rd |
| https://consent.eiu.com/Notice.8f529.js | 394ms | 308ms | 31ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-T8GN4FV | 279ms | 224ms | 54ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-MBKB5H5HCP&cx=c>m=4e64k0 | 277ms | 227ms | 49ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-877114695 | 256ms | 217ms | 38ms | 3rd |
| https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 185ms | 103ms | 82ms | 3rd |
| https://consent.eiu.com/unified/wrapperMessagingWithoutDetection.js | 153ms | 107ms | 11ms | 3rd |
| https://www.eiu.com/n/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 | 84ms | 72ms | 9ms | 3rd |
Showing top 10 of 13 scripts
DJS BundlesAction31 scripts, 495 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 362 KB | 242 KB (67%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-T8GN4FV | 167 KB | 68 KB (41%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-MBKB5H5HCP&cx=c>m=4e64k0 | 164 KB | 65 KB (40%) | ✓ | 3rd |
| https://consent.eiu.com/Notice.8f529.js | 91 KB | 61 KB (68%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-877114695 | 144 KB | 59 KB (41%) | ✓ | 3rd |
| https://www.eiu.com/n/wp-content/plugins/woocommerce/assets/js/frontend/order-attribution.min.js?ver=10.4.3 | 1 KB | — | ✓ | 3rd |
| https://www.eiu.com/n/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js?ver=10.4.3 | 2 KB | — | ✓ | 3rd |
| https://www.eiu.com/n/wp-content/plugins/woocommerce-multi-currency/js/woocommerce-multi-currency-switcher.js?ver=2.3.2 | 2 KB | — | ✓ | 3rd |
| https://www.eiu.com/n/wp-content/plugins/woo-discount-rules/v2/Assets/Js/site_main.js?ver=2.6.13 | 2 KB | — | ✓ | 3rd |
| https://www.eiu.com/n/wp-content/plugins/woo-discount-rules/v2/Assets/Js/awdr-dynamic-price.js?ver=2.6.13 | 1 KB | — | ✓ | 3rd |
Consider code splitting or tree shaking to reduce unused code.
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.
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.
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.
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.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
FPage Weight InventoryAction71 resources · 2.5 MB · 495 KB savings availableFIX
~494.9 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 71 resources | 2.5 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization6 images, 0 KB saveableREVIEW
Set explicit width and height to prevent CLS.
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.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
A+Text CompressionAll text resources are compressedPASS
A+Font Loading9 fonts (484 KB)PASS
Web fonts
9
484 KB total
Render-blocking
0
of 9
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
Optimization checklist
- Preload critical fonts (priority=high)
- Use woff2 format for all fonts
- Set font-display to swap, optional, or fallback
- Subset large fonts (≤100 KB each)
Fixing the unchecked items could save ~107 KB and ~214 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints3 hints, 0 missing preconnectsPASS
Current Resource Hints
3 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall71 requests over 2088msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.eiu.com www.eiu.com | Other | 515ms | 20 KB | — | £3/mo | Costly |
Unattributable Unattributable | Other | 472ms | 0 KB | — | £2/mo | Costly |
consent.eiu.com consent.eiu.com | Other | 470ms | 2 KB | — | £2/mo | Costly |
consent.eiu.com consent.eiu.com | Other | 394ms | 91 KB | 68% | £2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 279ms | 167 KB | 41% | £1/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 277ms | 164 KB | 40% | £1/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 256ms | 144 KB | 41% | £1/mo | Costly |
www.gstatic.com www.gstatic.com | Other | 185ms | 362 KB | 67% | £1/mo | Optional |
consent.eiu.com consent.eiu.com | Other | 153ms | 42 KB | — | £1/mo | Optional |
www.eiu.com www.eiu.com | Other | 84ms | 31 KB | — | £0/mo | Optional |
www.eiu.com www.eiu.com | Other | 75ms | 4 KB | — | £0/mo | Optional |
d3s4ulwbm8ve8c.cloudfront.net d3s4ulwbm8ve8c.cloudfront.net | Other | 55ms | 5 KB | — | £0/mo | Optional |
consent.eiu.com consent.eiu.com | Other | 53ms | 29 KB | — | £0/mo | Optional |
These scripts may cost more than they're worth
- www.eiu.com adds 515ms and costs ~£3/month
- Unattributable adds 472ms and costs ~£2/month
- consent.eiu.com adds 470ms and costs ~£2/month
- consent.eiu.com adds 394ms and costs ~£2/month
- Google Tag Manager adds 279ms and costs ~£1/month
- Google Tag Manager adds 277ms and costs ~£1/month
- Google Tag Manager adds 256ms and costs ~£1/month
100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.
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.eiu.com takes 515ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Unattributable takes 472ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
consent.eiu.com takes 470ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
consent.eiu.com takes 394ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
68% of consent.eiu.com's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
Google Tag Manager takes 279ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Google Tag Manager takes 277ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Google Tag Manager takes 256ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
67% of www.gstatic.com's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev