Skip to content
https://lrb.co.uk

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
73
GRADE
C
FIX
4
REVIEW
4
PASS
5
INFO
2

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

75
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
95
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
96
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.

1.03 s

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

2.86 s

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

107 ms

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

0.116

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

1.80 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.86 s

Page Load Progression

415 ms
830 ms
1.2 s
1.7 s
2.1 s
2.5 s
2.9 s
3.3 s
Checks
15
5 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.7 MiB of 1.7 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
13 scripts, 627 KB unused
FIX
13 scripts, 627 KB unused
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 243 KB unused (67%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.lrb.co.uk/lrb_assets/build/js/vendor.j...: 220 KB unused (74%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-JE69...: 66 KB unused (38%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdn.consentmanager.net/delivery/js/cmp_fin...: 36 KB unused (36%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.lrb.co.uk/lrb_assets/build/js/main.js?...: 31 KB unused (55%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 627 KB
627 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js362 KB243 KB (67%)3rd
https://www.lrb.co.uk/lrb_assets/build/js/vendor.js?v=20260416309 KB220 KB (74%)3rd
https://www.googletagmanager.com/gtag/js?id=G-JE69ELWJLM172 KB66 KB (38%)3rd
https://cdn.consentmanager.net/delivery/js/cmp_final.min.js?t=2026-4-22101 KB36 KB (36%)3rd
https://www.lrb.co.uk/lrb_assets/build/js/main.js?v=2026041656 KB31 KB (55%)3rd
https://browser.sentry-cdn.com/10.49.0/bundle.tracing.replay.min.js81 KB30 KB (37%)3rd
https://js.sentry-cdn.com/df903b546d604809adfeedb11b4f6c10.min.js3 KB3rd
https://cdn.speedcurve.com/js/lux.js?id=434456334911 KB3rd
https://www.google.com/recaptcha/api.js?render=explicit1 KB3rd
https://cdn.consentmanager.net/delivery/customdata/bV8xLndfMTQ0OTIzLnJfR0RQUi5sX2VuLmRfNDcyMzcueF85Mi52LnAudF80NzIzNy54dF8yMzE.js10 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

F
Page Weight Inventory
Action
44 resources · 1.7 MB · 627 KB savings available
FIX
44 resources · 1.7 MB · 627 KB savings available
Warning::
Page weight 744 KB over 1MB target
Got: 1.7 MB Expected: ≤ 1 MB
Info::
~627 KB of savings available
Warning::
43 third-party resources (100% of weight)
Info::
2 resources over 200KB
44 resources · 1.7 MiB · 43 third-party 744.0 KiB over 1MB target
JavaScript 63% · 1.1 MiB
Font 16% · 279.3 KiB
Image 11% · 193.8 KiB
Document 7% · 115.0 KiB
CSS 4% · 63.4 KiB
Other 0% · 6.4 KiB

~626.6 KiB of savings available

Remove unused JavaScript: 626.6 KiB
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

C
Page Weight Budget
Action
1.7 MB transferred, 44 requests
REVIEW
1.7 MB transferred, 44 requests
Info::
Page weighs 4.6 MB (1.7 MB transferred)
Warning::
JavaScript is 1.1 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.1 MB
Info::
Fonts are 279 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 279 KB
Info::
44 HTTP requests
Info::
Estimated 0.36 g CO2 per page load
1.7 MB / 2.4 MB budget
1.7 MB transferred
44 requests
0.36 g CO2 per page load
JavaScript 1.1 MiB 63%
Fonts 279.3 KiB 16%
Images 191.0 KiB 11%
HTML 113.0 KiB 6%
CSS 63.4 KiB 4%
Other 4.4 KiB 0%
Other 3.1 KiB 0%
Other 2.6 KiB 0%
Other 1.1 KiB 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

B
Image Optimization
11 images, 0 KB saveable
REVIEW
11 images, 0 KB saveable
Warning::
is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
11 images 191 KB
0 oversized -0 KB
7 legacy format
1 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

Performance issues directly impact user engagement and conversion rates.

B
JS Execution Cost
807ms total JS execution
REVIEW
807ms total JS execution
Warning::
https://www.lrb.co.uk/lrb_assets/build/js/main.js?...: 286ms CPU time
Info::
https://www.lrb.co.uk/: 186ms CPU time
Info::
https://js.sentry-cdn.com/df903b546d604809adfeedb1...: 113ms CPU time
Info::
Unattributable: 91ms CPU time
Info::
https://www.lrb.co.uk/lrb_assets/build/js/vendor.j...: 79ms CPU time
Warning::
Third-party scripts: 807ms (100% of total)

Main Thread Breakdown

Script Evaluation 53% Style & Layout 15% Other 14% Script Parsing & Compilation 7% Parse HTML & CSS 7%
ScriptTotalScriptingParse/CompileParty
https://www.lrb.co.uk/lrb_assets/build/js/main.js?v=20260416286ms191ms4ms3rd
https://www.lrb.co.uk/186ms30ms1ms3rd
https://js.sentry-cdn.com/df903b546d604809adfeedb11b4f6c10.min.js113ms112ms0ms3rd
Unattributable91ms4ms0ms3rd
https://www.lrb.co.uk/lrb_assets/build/js/vendor.js?v=2026041679ms35ms21ms3rd
https://browser.sentry-cdn.com/10.49.0/bundle.tracing.replay.min.js52ms45ms4ms3rd
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
7 fonts (279 KB)
PASS
7 fonts (279 KB)
Info::
7 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

7

279 KB total

Render-blocking

0

of 7

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 FCP 1.0 s LCP 2.9 shttps://www.lrb.co.uk/lrb_assets/fonts/IdealSans-Medium.woff2IdealSans-Medium.woff2 https://www.lrb.co.uk/lrb_assets/fonts/IdealSans-Medium.woff2 — 32.8 KiB — 3 ms — font-display: swaphttps://www.lrb.co.uk/lrb_assets/fonts/QuadraatPro.woff2QuadraatPro.woff2 https://www.lrb.co.uk/lrb_assets/fonts/QuadraatPro.woff2 — 50.5 KiB — 12 ms — font-display: swaphttps://www.lrb.co.uk/lrb_assets/fonts/IdealSans-Light.woff2IdealSans-Light.woff2 https://www.lrb.co.uk/lrb_assets/fonts/IdealSans-Light.woff2 — 32.9 KiB — 5 ms — font-display: swaphttps://www.lrb.co.uk/lrb_assets/fonts/IdealSans-Book.woff2IdealSans-Book.woff2 https://www.lrb.co.uk/lrb_assets/fonts/IdealSans-Book.woff2 — 30.1 KiB — 12 ms — font-display: swaphttps://www.lrb.co.uk/lrb_assets/fonts/QuadraatPro-Ita.woff2QuadraatPro-Ita.woff2 https://www.lrb.co.uk/lrb_assets/fonts/QuadraatPro-Ita.woff2 — 47.9 KiB — 15 ms — font-display: swaphttps://www.lrb.co.uk/lrb_assets/fonts/QuadraatPro-Bold.woff2QuadraatPro-Bold.woff2 https://www.lrb.co.uk/lrb_assets/fonts/QuadraatPro-Bold.woff2 — 51.4 KiB — 6 ms — font-display: swaphttps://www.lrb.co.uk/lrb_assets/fonts/IdealSans-LightItalic.woff2IdealSans-LightItalic.w... https://www.lrb.co.uk/lrb_assets/fonts/IdealSans-LightItalic.woff2 — 33.9 KiB — 7 ms — font-display: swap
IdealSans-Medium.woff2 woff2 swap
Size 33 KB
Load time 3 ms
Start 224 ms
Risk FOUT — text flashes from fallback to web font
QuadraatPro.woff2 woff2 swap
Size 51 KB
Load time 12 ms
Start 224 ms
Risk FOUT — text flashes from fallback to web font
IdealSans-Light.woff2 woff2 swap
Size 33 KB
Load time 5 ms
Start 341 ms
Risk FOUT — text flashes from fallback to web font
IdealSans-Book.woff2 woff2 swap
Size 30 KB
Load time 12 ms
Start 341 ms
Risk FOUT — text flashes from fallback to web font
QuadraatPro-Ita.woff2 woff2 swap
Size 48 KB
Load time 15 ms
Start 341 ms
Risk FOUT — text flashes from fallback to web font
QuadraatPro-Bold.woff2 woff2 swap
Size 51 KB
Load time 6 ms
Start 341 ms
Risk FOUT — text flashes from fallback to web font
IdealSans-LightItalic.w... woff2 swap
Size 34 KB
Load time 7 ms
Start 341 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
Network Waterfall
44 requests over 3143ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 1.0 s LCP 2.9 shttps://lrb.co.uk// https://lrb.co.uk/ — 301 — 265 B — 40 ms — h2https://www.lrb.co.uk/www.lrb.co.uk/ https://www.lrb.co.uk/ — 200 — 112.0 KiB — 201 ms — h2https://www.lrb.co.uk/lrb_assets/build/js/vendor.js?v=20260416www.lrb.co.uk/lrb_assets/build/js/v... https://www.lrb.co.uk/lrb_assets/build/js/vendor.js?v=20260416 — 200 — 309.1 KiB — 26 ms — h2https://www.lrb.co.uk/lrb_assets/build/js/main.js?v=20260416www.lrb.co.uk/lrb_assets/build/js/m... https://www.lrb.co.uk/lrb_assets/build/js/main.js?v=20260416 — 200 — 56.2 KiB — 23 ms — h2https://www.lrb.co.uk/lrb_assets/fonts/IdealSans-Medium.woff2www.lrb.co.uk/lrb_assets/fonts/Idea... https://www.lrb.co.uk/lrb_assets/fonts/IdealSans-Medium.woff2 — 200 — 32.8 KiB — 3 ms — h2https://www.lrb.co.uk/lrb_assets/fonts/QuadraatPro.woff2www.lrb.co.uk/lrb_assets/fonts/Quad... https://www.lrb.co.uk/lrb_assets/fonts/QuadraatPro.woff2 — 200 — 50.5 KiB — 12 ms — h2https://www.lrb.co.uk/lrb_assets/build/css/main.css?v=20260416www.lrb.co.uk/lrb_assets/build/css/... https://www.lrb.co.uk/lrb_assets/build/css/main.css?v=20260416 — 200 — 63.4 KiB — 12 ms — h2https://d.delivery.consentmanager.net/delivery/cmp.php?&cdid=e84d132552193&h=https%3A%2F%2Fwww.lrb.co.uk%2F&&__cmpfcc=1&l=en&ls=EN_EN_EN&lp=EN&o=1776899924528d.delivery.consentmanager.net/deliv... https://d.delivery.consentmanager.net/delivery/cmp.php?&cdid=e84d132552193&h=https%3A%2F%2Fwww.lrb.co.uk%2F&&__cmpfcc=1&l=en&ls=EN_EN_EN&lp=EN&o=1776899924528 — 200 — 2.5 KiB — 95 ms — h2https://cdn.consentmanager.net/delivery/js/cmp_final.min.js?t=2026-4-22cdn.consentmanager.net/delivery/js/... https://cdn.consentmanager.net/delivery/js/cmp_final.min.js?t=2026-4-22 — 200 — 101.2 KiB — 99 ms — h2https://stats.lrb.co.uk/hello.jsstats.lrb.co.uk/hello.js https://stats.lrb.co.uk/hello.js — 200 — 1.9 KiB — 102 ms — h2data:image/svg+xml;charset=utf8,%3Csvg version='1.1' width='17' height='17' baseProfile='tiny' clas…data:image/svg+xml;charset=utf8,%3C... data:image/svg+xml;charset=utf8,%3Csvg version='1.1' width='17' height='17' baseProfile='tiny' clas… — 200 — 0 B — 0 ms — datadata:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 14'%3E%3…www.w3.org/2000/svg' viewBox='0 0 1... data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 14'%3E%3… — 200 — 0 B — 0 ms — datadata:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 14'%3E%3…www.w3.org/2000/svg' viewBox='0 0 1... data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 14'%3E%3… — 200 — 0 B — 0 ms — datahttps://www.lrb.co.uk/lrb_assets/build/images/book-icon.2f785f35.svgwww.lrb.co.uk/lrb_assets/build/imag... https://www.lrb.co.uk/lrb_assets/build/images/book-icon.2f785f35.svg — 200 — 880 B — 2 ms — h2data:image/svg+xml;charset=utf8,%3Csvg version='1.1' width='60' height='60' class='backtotopIcon-sv…data:image/svg+xml;charset=utf8,%3C... data:image/svg+xml;charset=utf8,%3Csvg version='1.1' width='60' height='60' class='backtotopIcon-sv… — 200 — 0 B — 0 ms — datahttps://www.lrb.co.uk/lrb_assets/fonts/IdealSans-Light.woff2www.lrb.co.uk/lrb_assets/fonts/Idea... https://www.lrb.co.uk/lrb_assets/fonts/IdealSans-Light.woff2 — 200 — 32.9 KiB — 5 ms — h2https://www.lrb.co.uk/lrb_assets/fonts/IdealSans-Book.woff2www.lrb.co.uk/lrb_assets/fonts/Idea... https://www.lrb.co.uk/lrb_assets/fonts/IdealSans-Book.woff2 — 200 — 30.1 KiB — 12 ms — h2https://www.lrb.co.uk/lrb_assets/fonts/QuadraatPro-Ita.woff2www.lrb.co.uk/lrb_assets/fonts/Quad... https://www.lrb.co.uk/lrb_assets/fonts/QuadraatPro-Ita.woff2 — 200 — 47.9 KiB — 15 ms — h2https://www.lrb.co.uk/lrb_assets/fonts/QuadraatPro-Bold.woff2www.lrb.co.uk/lrb_assets/fonts/Quad... https://www.lrb.co.uk/lrb_assets/fonts/QuadraatPro-Bold.woff2 — 200 — 51.4 KiB — 6 ms — h2https://www.lrb.co.uk/lrb_assets/fonts/IdealSans-LightItalic.woff2www.lrb.co.uk/lrb_assets/fonts/Idea... https://www.lrb.co.uk/lrb_assets/fonts/IdealSans-LightItalic.woff2 — 200 — 33.9 KiB — 7 ms — h2https://www.lrb.co.uk/site.webmanifestwww.lrb.co.uk/site.webmanifest https://www.lrb.co.uk/site.webmanifest — 200 — 2.6 KiB — 153 ms — h2https://www.lrb.co.uk/lrb_assets/build/images/lrb-monogram-faded.2ae3ec58.svgwww.lrb.co.uk/lrb_assets/build/imag... https://www.lrb.co.uk/lrb_assets/build/images/lrb-monogram-faded.2ae3ec58.svg — 200 — 1004 B — 2 ms — h2https://stats.lrb.co.uk/cache?www.lrb.co.ukstats.lrb.co.uk/cache?www.lrb.co.uk https://stats.lrb.co.uk/cache?www.lrb.co.uk — 200 — 728 B — 399 ms — h2https://stats.lrb.co.uk/cache?www.lrb.co.uk/stats.lrb.co.uk/cache?www.lrb.co.uk... https://stats.lrb.co.uk/cache?www.lrb.co.uk/ — 200 — 50 B — 399 ms — h2https://www.lrb.co.uk/data/lrbpwwww.lrb.co.uk/data/lrbpw https://www.lrb.co.uk/data/lrbpw — 200 — 2.4 KiB — 100 ms — h2https://www.lrb.co.uk/customer-number?_=1776899924712www.lrb.co.uk/customer-number?_=177... https://www.lrb.co.uk/customer-number?_=1776899924712 — 200 — 1.2 KiB — 292 ms — h2https://www.lrb.co.uk/storage/800_filter/images/2/4/7/1/31071742-1-eng-GB/51a03ea7adb0-the-beach-boys.jpgwww.lrb.co.uk/storage/800_filter/im... https://www.lrb.co.uk/storage/800_filter/images/2/4/7/1/31071742-1-eng-GB/51a03ea7adb0-the-beach-boys.jpg — 200 — 100.9 KiB — 4 ms — h2https://www.lrb.co.uk/storage/800_filter/images/6/3/7/1/31071736-1-eng-GB/f1bf6131ba61-glass-flowers.jpgwww.lrb.co.uk/storage/800_filter/im... https://www.lrb.co.uk/storage/800_filter/images/6/3/7/1/31071736-1-eng-GB/f1bf6131ba61-glass-flowers.jpg — 200 — 86.2 KiB — 5 ms — h2https://cdn.consentmanager.net/delivery/customdata/bV8xLndfMTQ0OTIzLnJfR0RQUi5sX2VuLmRfNDcyMzcueF85Mi52LnAudF80NzIzNy54dF8yMzE.jscdn.consentmanager.net/delivery/cus... https://cdn.consentmanager.net/delivery/customdata/bV8xLndfMTQ0OTIzLnJfR0RQUi5sX2VuLmRfNDcyMzcueF85Mi52LnAudF80NzIzNy54dF8yMzE.js — 200 — 9.5 KiB — 19 ms — h2https://cdn.consentmanager.net/delivery/crossdomain.htmlcdn.consentmanager.net/delivery/cro... https://cdn.consentmanager.net/delivery/crossdomain.html — 200 — 1.0 KiB — 94 ms — h2
0 ms 1.0 s 2.0 s 3.0 s FCP 1.0 s LCP 2.9 shttps://lrb.co.uk// https://lrb.co.uk/ — 301 — 265 B — 40 ms — h2https://www.lrb.co.uk/www.lrb.co.uk/ https://www.lrb.co.uk/ — 200 — 112.0 KiB — 201 ms — h2https://www.lrb.co.uk/lrb_assets/build/js/vendor.js?v=20260416www.lrb.co.uk/lrb_assets/build/js/v... https://www.lrb.co.uk/lrb_assets/build/js/vendor.js?v=20260416 — 200 — 309.1 KiB — 26 ms — h2https://www.lrb.co.uk/lrb_assets/build/js/main.js?v=20260416www.lrb.co.uk/lrb_assets/build/js/m... https://www.lrb.co.uk/lrb_assets/build/js/main.js?v=20260416 — 200 — 56.2 KiB — 23 ms — h2https://www.lrb.co.uk/lrb_assets/fonts/IdealSans-Medium.woff2www.lrb.co.uk/lrb_assets/fonts/Idea... https://www.lrb.co.uk/lrb_assets/fonts/IdealSans-Medium.woff2 — 200 — 32.8 KiB — 3 ms — h2https://www.lrb.co.uk/lrb_assets/fonts/QuadraatPro.woff2www.lrb.co.uk/lrb_assets/fonts/Quad... https://www.lrb.co.uk/lrb_assets/fonts/QuadraatPro.woff2 — 200 — 50.5 KiB — 12 ms — h2https://www.lrb.co.uk/lrb_assets/build/css/main.css?v=20260416www.lrb.co.uk/lrb_assets/build/css/... https://www.lrb.co.uk/lrb_assets/build/css/main.css?v=20260416 — 200 — 63.4 KiB — 12 ms — h2https://d.delivery.consentmanager.net/delivery/cmp.php?&cdid=e84d132552193&h=https%3A%2F%2Fwww.lrb.co.uk%2F&&__cmpfcc=1&l=en&ls=EN_EN_EN&lp=EN&o=1776899924528d.delivery.consentmanager.net/deliv... https://d.delivery.consentmanager.net/delivery/cmp.php?&cdid=e84d132552193&h=https%3A%2F%2Fwww.lrb.co.uk%2F&&__cmpfcc=1&l=en&ls=EN_EN_EN&lp=EN&o=1776899924528 — 200 — 2.5 KiB — 95 ms — h2https://cdn.consentmanager.net/delivery/js/cmp_final.min.js?t=2026-4-22cdn.consentmanager.net/delivery/js/... https://cdn.consentmanager.net/delivery/js/cmp_final.min.js?t=2026-4-22 — 200 — 101.2 KiB — 99 ms — h2https://stats.lrb.co.uk/hello.jsstats.lrb.co.uk/hello.js https://stats.lrb.co.uk/hello.js — 200 — 1.9 KiB — 102 ms — h2data:image/svg+xml;charset=utf8,%3Csvg version='1.1' width='17' height='17' baseProfile='tiny' clas…data:image/svg+xml;charset=utf8,%3C... data:image/svg+xml;charset=utf8,%3Csvg version='1.1' width='17' height='17' baseProfile='tiny' clas… — 200 — 0 B — 0 ms — datadata:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 14'%3E%3…www.w3.org/2000/svg' viewBox='0 0 1... data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 14'%3E%3… — 200 — 0 B — 0 ms — datadata:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 14'%3E%3…www.w3.org/2000/svg' viewBox='0 0 1... data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 14'%3E%3… — 200 — 0 B — 0 ms — datahttps://www.lrb.co.uk/lrb_assets/build/images/book-icon.2f785f35.svgwww.lrb.co.uk/lrb_assets/build/imag... https://www.lrb.co.uk/lrb_assets/build/images/book-icon.2f785f35.svg — 200 — 880 B — 2 ms — h2data:image/svg+xml;charset=utf8,%3Csvg version='1.1' width='60' height='60' class='backtotopIcon-sv…data:image/svg+xml;charset=utf8,%3C... data:image/svg+xml;charset=utf8,%3Csvg version='1.1' width='60' height='60' class='backtotopIcon-sv… — 200 — 0 B — 0 ms — datahttps://www.lrb.co.uk/lrb_assets/fonts/IdealSans-Light.woff2www.lrb.co.uk/lrb_assets/fonts/Idea... https://www.lrb.co.uk/lrb_assets/fonts/IdealSans-Light.woff2 — 200 — 32.9 KiB — 5 ms — h2https://www.lrb.co.uk/lrb_assets/fonts/IdealSans-Book.woff2www.lrb.co.uk/lrb_assets/fonts/Idea... https://www.lrb.co.uk/lrb_assets/fonts/IdealSans-Book.woff2 — 200 — 30.1 KiB — 12 ms — h2https://www.lrb.co.uk/lrb_assets/fonts/QuadraatPro-Ita.woff2www.lrb.co.uk/lrb_assets/fonts/Quad... https://www.lrb.co.uk/lrb_assets/fonts/QuadraatPro-Ita.woff2 — 200 — 47.9 KiB — 15 ms — h2https://www.lrb.co.uk/lrb_assets/fonts/QuadraatPro-Bold.woff2www.lrb.co.uk/lrb_assets/fonts/Quad... https://www.lrb.co.uk/lrb_assets/fonts/QuadraatPro-Bold.woff2 — 200 — 51.4 KiB — 6 ms — h2https://www.lrb.co.uk/lrb_assets/fonts/IdealSans-LightItalic.woff2www.lrb.co.uk/lrb_assets/fonts/Idea... https://www.lrb.co.uk/lrb_assets/fonts/IdealSans-LightItalic.woff2 — 200 — 33.9 KiB — 7 ms — h2https://www.lrb.co.uk/site.webmanifestwww.lrb.co.uk/site.webmanifest https://www.lrb.co.uk/site.webmanifest — 200 — 2.6 KiB — 153 ms — h2https://www.lrb.co.uk/lrb_assets/build/images/lrb-monogram-faded.2ae3ec58.svgwww.lrb.co.uk/lrb_assets/build/imag... https://www.lrb.co.uk/lrb_assets/build/images/lrb-monogram-faded.2ae3ec58.svg — 200 — 1004 B — 2 ms — h2https://stats.lrb.co.uk/cache?www.lrb.co.ukstats.lrb.co.uk/cache?www.lrb.co.uk https://stats.lrb.co.uk/cache?www.lrb.co.uk — 200 — 728 B — 399 ms — h2https://stats.lrb.co.uk/cache?www.lrb.co.uk/stats.lrb.co.uk/cache?www.lrb.co.uk... https://stats.lrb.co.uk/cache?www.lrb.co.uk/ — 200 — 50 B — 399 ms — h2https://www.lrb.co.uk/data/lrbpwwww.lrb.co.uk/data/lrbpw https://www.lrb.co.uk/data/lrbpw — 200 — 2.4 KiB — 100 ms — h2https://www.lrb.co.uk/customer-number?_=1776899924712www.lrb.co.uk/customer-number?_=177... https://www.lrb.co.uk/customer-number?_=1776899924712 — 200 — 1.2 KiB — 292 ms — h2https://www.lrb.co.uk/storage/800_filter/images/2/4/7/1/31071742-1-eng-GB/51a03ea7adb0-the-beach-boys.jpgwww.lrb.co.uk/storage/800_filter/im... https://www.lrb.co.uk/storage/800_filter/images/2/4/7/1/31071742-1-eng-GB/51a03ea7adb0-the-beach-boys.jpg — 200 — 100.9 KiB — 4 ms — h2https://www.lrb.co.uk/storage/800_filter/images/6/3/7/1/31071736-1-eng-GB/f1bf6131ba61-glass-flowers.jpgwww.lrb.co.uk/storage/800_filter/im... https://www.lrb.co.uk/storage/800_filter/images/6/3/7/1/31071736-1-eng-GB/f1bf6131ba61-glass-flowers.jpg — 200 — 86.2 KiB — 5 ms — h2https://cdn.consentmanager.net/delivery/customdata/bV8xLndfMTQ0OTIzLnJfR0RQUi5sX2VuLmRfNDcyMzcueF85Mi52LnAudF80NzIzNy54dF8yMzE.jscdn.consentmanager.net/delivery/cus... https://cdn.consentmanager.net/delivery/customdata/bV8xLndfMTQ0OTIzLnJfR0RQUi5sX2VuLmRfNDcyMzcueF85Mi52LnAudF80NzIzNy54dF8yMzE.js — 200 — 9.5 KiB — 19 ms — h2https://cdn.consentmanager.net/delivery/crossdomain.htmlcdn.consentmanager.net/delivery/cro... https://cdn.consentmanager.net/delivery/crossdomain.html — 200 — 1.0 KiB — 94 ms — h2https://www.lrb.co.uk/assets/icons/favicon-32x32.pngwww.lrb.co.uk/assets/icons/favicon-... https://www.lrb.co.uk/assets/icons/favicon-32x32.png — 200 — 2.8 KiB — 3 ms — h2https://js.sentry-cdn.com/df903b546d604809adfeedb11b4f6c10.min.jsjs.sentry-cdn.com/df903b546d604809a... https://js.sentry-cdn.com/df903b546d604809adfeedb11b4f6c10.min.js — 200 — 2.7 KiB — 9 ms — h2https://cdn.speedcurve.com/js/lux.js?id=4344563349cdn.speedcurve.com/js/lux.js?id=434... https://cdn.speedcurve.com/js/lux.js?id=4344563349 — 200 — 11.3 KiB — 3 ms — h2https://www.google.com/recaptcha/api.js?render=explicitwww.google.com/recaptcha/api.js?ren... https://www.google.com/recaptcha/api.js?render=explicit — 200 — 1013 B — 71 ms — h3https://d.delivery.consentmanager.net/delivery/info/?id=144923&did=1&cfdid=52342&t=pv.d_ncs.d_ancs.d_bncs.cf.cfx&h=https%3A%2F%2Fwww.lrb.co.uk%2F&o=1776899925160&l=EN&lv=164736&d=1&ct=14&e=&e2=&e3=&i=&sv=231&dv=92&d.delivery.consentmanager.net/deliv... https://d.delivery.consentmanager.net/delivery/info/?id=144923&did=1&cfdid=52342&t=pv.d_ncs.d_ancs.d_bncs.cf.cfx&h=https%3A%2F%2Fwww.lrb.co.uk%2F&o=1776899925160&l=EN&lv=164736&d=1&ct=14&e=&e2=&e3=&i=&sv=231&dv=92& — 200 — 320 B — 33 ms — h2https://browser.sentry-cdn.com/10.49.0/bundle.tracing.replay.min.jsbrowser.sentry-cdn.com/10.49.0/bund... https://browser.sentry-cdn.com/10.49.0/bundle.tracing.replay.min.js — 200 — 80.5 KiB — 6 ms — h2https://stats.lrb.co.uk/hello?r=&w=800&s=0&t=0&p=https%3A%2F%2Fwww.lrb.co.uk%2F&u=0&up=0stats.lrb.co.uk/hello?r=&w=800&s=0&... https://stats.lrb.co.uk/hello?r=&w=800&s=0&t=0&p=https%3A%2F%2Fwww.lrb.co.uk%2F&u=0&up=0 — 200 — 69 B — 33 ms — h2blob:https://www.lrb.co.uk/ae13d7d8-abf9-4d11-abdc-f35e95941eb2www.lrb.co.uk/ae13d7d8-abf9-4d11-ab... blob:https://www.lrb.co.uk/ae13d7d8-abf9-4d11-abdc-f35e95941eb2 — 200 — -1 B — 125 ms — blobhttps://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 362.4 KiB — 196 ms — h2https://www.googletagmanager.com/gtag/js?id=G-JE69ELWJLMwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-JE69ELWJLM — 200 — 171.9 KiB — 170 ms — h2https://d.delivery.consentmanager.net/delivery/info/?id=144923&did=1&cfdid=1&t=cv&h=https%3A%2F%2Fwww.lrb.co.uk%2F&o=1776899926161&l=EN&lv=164736&d=1&ct=14&e=&e2=&e3=&i=&sv=231&dv=92&d.delivery.consentmanager.net/deliv... https://d.delivery.consentmanager.net/delivery/info/?id=144923&did=1&cfdid=1&t=cv&h=https%3A%2F%2Fwww.lrb.co.uk%2F&o=1776899926161&l=EN&lv=164736&d=1&ct=14&e=&e2=&e3=&i=&sv=231&dv=92& — 200 — 321 B — 117 ms — h2https://cdn.consentmanager.net/delivery/whitelabel/cmplogo.svgcdn.consentmanager.net/delivery/whi... https://cdn.consentmanager.net/delivery/whitelabel/cmplogo.svg — 200 — 1.5 KiB — 18 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-JE69ELWJLM&gtm=45je64k1v894940817za200zd894940817&_p=1776899925688&gcs=G100&gcd=13p3pPp2p5l1&npa=1&dma_cps=-&dma=1&gdid=dMzk4MW&_eu=AAAAAGA&are=1&cid=1483902929.1776899926&frm=0&pscdl=denied&rcb=14&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938468~117266401~117512543&sid=1776899925&sct=1&seg=0&dl=https%3A%2F%2Fwww.lrb.co.uk%2F&dt=London%20Review%20of%20Books&_tu=QA&uid=&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&ep.anonymize_ip=true&ep.content_group=Homepage&up.user_email=&up.logged_in=false&up.product_user_email=&up.has_article_access=false&up.article_access_type=hide&up.has_personal_sub=false&up.subscription_type=&upn.issues_left=0&up.has_inst_access=false&up.is_inst_admin=false&up.has_disc_access=false&up.inst_access_method=value%20not%20set&up.inst_name=&tfd=1916region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-JE69ELWJLM&gtm=45je64k1v894940817za200zd894940817&_p=1776899925688&gcs=G100&gcd=13p3pPp2p5l1&npa=1&dma_cps=-&dma=1&gdid=dMzk4MW&_eu=AAAAAGA&are=1&cid=1483902929.1776899926&frm=0&pscdl=denied&rcb=14&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938468~117266401~117512543&sid=1776899925&sct=1&seg=0&dl=https%3A%2F%2Fwww.lrb.co.uk%2F&dt=London%20Review%20of%20Books&_tu=QA&uid=&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&ep.anonymize_ip=true&ep.content_group=Homepage&up.user_email=&up.logged_in=false&up.product_user_email=&up.has_article_access=false&up.article_access_type=hide&up.has_personal_sub=false&up.subscription_type=&upn.issues_left=0&up.has_inst_access=false&up.is_inst_admin=false&up.has_disc_access=false&up.inst_access_method=value%20not%20set&up.inst_name=&tfd=1916 — 204 — 557 B — 79 ms — h2https://o4504724259995648.ingest.us.sentry.io/api/4505029936742400/envelope/?sentry_version=7&sentry_key=df903b546d604809adfeedb11b4f6c10&sentry_client=sentry.javascript.browser%2F10.49.0o4504724259995648.ingest.us.sentry.... https://o4504724259995648.ingest.us.sentry.io/api/4505029936742400/envelope/?sentry_version=7&sentry_key=df903b546d604809adfeedb11b4f6c10&sentry_client=sentry.javascript.browser%2F10.49.0 — 429 — 555 B — 116 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 807ms · 560KB · £12/mo
www.lrb.co.uk
Other
Costly
Execution 286ms
Transfer 56 KB
Unused 55%
Monthly Cost £4/mo
www.lrb.co.uk
Other
Optional
Execution 186ms
Transfer 112 KB
Monthly Cost £3/mo
js.sentry-cdn.com
Other
Optional
Execution 113ms
Transfer 3 KB
Monthly Cost £2/mo
Unattributable
Other
Optional
Execution 91ms
Transfer 0 KB
Monthly Cost £1/mo
www.lrb.co.uk
Other
Optional
Execution 79ms
Transfer 309 KB
Unused 74%
Monthly Cost £1/mo
browser.sentry-cdn.com
Other
Optional
Execution 52ms
Transfer 81 KB
Unused 37%
Monthly Cost £1/mo

These scripts may cost more than they're worth

  • www.lrb.co.uk adds 286ms and costs ~£4/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.lrb.co.uk takes 286ms 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 www.lrb.co.uk'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

74% of www.lrb.co.uk's code is unused. The script may be loading features you don't use.

Why this matters

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

Source: web.dev

How third-party costs are calculated

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

Send Feedback