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.
7.25 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
36.11 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.44 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
11.57 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.
36.50 s
Page Load Progression
FPage Weight BudgetAction6.3 MB transferred, 102 requestsFIX
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.
Source: web.dev
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
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.
Source: web.dev
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.
Source: web.dev
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction5835ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.english-heritage.org.uk/ | 1630ms | 24ms | 5ms | 3rd |
| Unattributable | 640ms | 11ms | 0ms | 3rd |
| https://www.english-heritage.org.uk/bundles/js_post_main_content?v=GYAGGeBAmVtYAWHOf2_28zxj7hsHoByHd_cHW7p0hRw1 | 589ms | 130ms | 33ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-KF5D86 | 465ms | 406ms | 47ms | 3rd |
| https://cdn.checkout.ventrata.com/v3/production/ventrata-checkout.min.js | 353ms | 161ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-QK86RM1N34&cx=c>m=4e64k0 | 337ms | 242ms | 38ms | 3rd |
| https://cdn.cookie-script.com/s/f4e7e1ee81fa8fb33e400f57fa93afb5.js | 304ms | 275ms | 12ms | 3rd |
| https://www.english-heritage.org.uk/bundles/js_pre_main_content?v=dZJA92ABTyjvwTaH4Viak-dmTT73fYBdBaxBwrJcK541 | 241ms | 198ms | 25ms | 3rd |
| https://scripts.clarity.ms/0.8.60-beta/clarity.js | 196ms | 188ms | 5ms | 3rd |
| https://translate.googleapis.com/_/translate_http/_/js/k=translate_http.tr.es.eNjH1Jo6ldQ.O/am=AAAAAQ/d=1/exm=el_conf/ed=1/rs=AN8SPfq_osd-q7vwQm5aouAQRZibUmx4sg/m=el_main | 184ms | 125ms | 27ms | 3rd |
Showing top 10 of 18 scripts
FJS BundlesAction25 scripts, 770 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://cdn.checkout.ventrata.com/v3/production/assets/index-CVF5e-YI.js | 166 KB | 122 KB (73%) | ✓ | 3rd |
| https://www.english-heritage.org.uk/bundles/js_pre_main_content?v=dZJA92ABTyjvwTaH4Viak-dmTT73fYBdBaxBwrJcK541 | 132 KB | 97 KB (73%) | ✓ | 3rd |
| https://translate.googleapis.com/_/translate_http/_/js/k=translate_http.tr.es.eNjH1Jo6ldQ.O/am=AAAAAQ/d=1/exm=el_conf/ed=1/rs=AN8SPfq_osd-q7vwQm5aouAQRZibUmx4sg/m=el_main | 119 KB | 93 KB (78%) | ✓ | 3rd |
| https://www.english-heritage.org.uk/bundles/js_post_main_content?v=GYAGGeBAmVtYAWHOf2_28zxj7hsHoByHd_cHW7p0hRw1 | 108 KB | 78 KB (73%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-859685842&cx=c>m=4e64k0 | 134 KB | 67 KB (50%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-955260448&cx=c>m=4e64k0 | 134 KB | 66 KB (50%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-QK86RM1N34&cx=c>m=4e64k0 | 180 KB | 66 KB (37%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-10880701255&cx=c>m=4e64k0 | 144 KB | 64 KB (45%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-KF5D86 | 194 KB | 64 KB (33%) | ✓ | 3rd |
| https://cdn.checkout.ventrata.com/v3/production/assets/prevention-ByXp18r8.js | 101 KB | 54 KB (53%) | ✓ | 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 InventoryAction102 resources · 6.3 MB · 770 KB savings availableFIX
~770.5 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 102 resources | 6.3 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization35 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
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Text CompressionAll text resources are compressedPASS
A+Font Loading13 fonts (500 KB)PASS
Web fonts
13
500 KB total
Render-blocking
0
of 13
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
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 ~150 KB and ~300 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints10 hints, 0 missing preconnectsPASS
Current Resource Hints
10 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall102 requests over 3455msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.english-heritage.org.uk www.english-heritage.org.uk | Other | 1630ms | 17 KB | — | £8/mo | Costly |
Unattributable Unattributable | Other | 640ms | 0 KB | — | £3/mo | Costly |
www.english-heritage.org.uk www.english-heritage.org.uk | Other | 589ms | 108 KB | 73% | £3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 465ms | 194 KB | 33% | £2/mo | Costly |
cdn.checkout.ventrata.com cdn.checkout.ventrata.com | Other | 353ms | 31 KB | — | £2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 337ms | 180 KB | 37% | £2/mo | Costly |
Cookie Script cdn.cookie-script.com | Consent | 304ms | 31 KB | — | £2/mo | Essential |
www.english-heritage.org.uk www.english-heritage.org.uk | Other | 241ms | 132 KB | 73% | £1/mo | Costly |
Microsoft Clarity scripts.clarity.ms | Session Replay | 196ms | 25 KB | — | £1/mo | Optional |
translate.googleapis.com translate.googleapis.com | Other | 184ms | 119 KB | 78% | £1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 168ms | 144 KB | 45% | £1/mo | Optional |
Bing UET bat.bing.com | Advertising | 166ms | 15 KB | — | £1/mo | Optional |
cdn.checkout.ventrata.com cdn.checkout.ventrata.com | Other | 163ms | 166 KB | 73% | £1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 112ms | 134 KB | 50% | £1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 99ms | 134 KB | 50% | £1/mo | Optional |
www.english-heritage.org.uk www.english-heritage.org.uk | Other | 76ms | 236 KB | — | £0/mo | Optional |
js.monitor.azure.com js.monitor.azure.com | Other | 59ms | 22 KB | — | £0/mo | Optional |
www.english-heritage.org.uk www.english-heritage.org.uk | Other | 52ms | 52 KB | — | £0/mo | Optional |
These scripts may cost more than they're worth
- www.english-heritage.org.uk adds 1630ms and costs ~£8/month
- Unattributable adds 640ms and costs ~£3/month
- www.english-heritage.org.uk adds 589ms and costs ~£3/month
- Google Tag Manager adds 465ms and costs ~£2/month
- cdn.checkout.ventrata.com adds 353ms and costs ~£2/month
- Google Tag Manager adds 337ms and costs ~£2/month
- www.english-heritage.org.uk adds 241ms 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.english-heritage.org.uk takes 1630ms 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 640ms 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
www.english-heritage.org.uk takes 589ms 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
73% of www.english-heritage.org.uk'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 465ms 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
cdn.checkout.ventrata.com takes 353ms 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 337ms 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
www.english-heritage.org.uk takes 241ms 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
73% of www.english-heritage.org.uk'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
78% of translate.googleapis.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
73% of cdn.checkout.ventrata.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
50% of Google Tag Manager'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