Skip to content
https://blog.gov.uk

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
82
GRADE
B
FIX
2
REVIEW
4
PASS
7
INFO
2

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

81
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
97
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
100
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
83
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.39 s

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

2.50 s

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

9 ms

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

0.029

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

1.39 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.50 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
15
7 PASS 4 REVIEW 2 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
D
Page Weight Inventory
Action
26 resources · 1.7 MB · 57 KB savings available
FIX
26 resources · 1.7 MB · 57 KB savings available
Warning::
Page weight 761 KB over 1MB target
Got: 1.7 MB Expected: ≤ 1 MB
Info::
~57 KB of savings available
Warning::
25 third-party resources (100% of weight)
Info::
1 resources over 200KB
26 resources · 1.7 MiB · 25 third-party 761.3 KiB over 1MB target
Image 79% · 1.4 MiB
JavaScript 13% · 240.3 KiB
Font 4% · 64.0 KiB
CSS 3% · 46.3 KiB
Document 1% · 22.5 KiB
Other 0% · 1.7 KiB

~57.4 KiB of savings available

Remove unused JavaScript: 57.4 KiB
C
Page Weight Budget
Action
1.7 MB transferred, 26 requests
REVIEW
1.7 MB transferred, 26 requests
Info::
Page weighs 2.6 MB (1.7 MB transferred)
Warning::
Images are 1.4 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.4 MB
Info::
26 HTTP requests
Info::
Estimated 0.37 g CO2 per page load
1.7 MB / 2.4 MB budget
1.7 MB transferred
26 requests
0.37 g CO2 per page load
Images 1.4 MiB 79%
JavaScript 240.3 KiB 13%
Fonts 64.0 KiB 4%
CSS 46.3 KiB 3%
HTML 22.0 KiB 1%
Other 1.8 KiB 0%
Other 1.1 KiB 0%
Other 616 B 0%
0 2.4 MB 4.9 MB
Approaching limit

Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.

Why this matters

Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.

Source: web.dev

B
Image Optimization
3 images, 0 KB saveable
REVIEW
3 images, 0 KB saveable
Warning::
https://healthmedia.blog.gov.uk/wp-content/uploads... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://educationhub.blog.gov.uk/wp-content/upload... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
3 images 1.4 MB
0 oversized -0 KB
3 legacy format
2 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

B
JS Bundles
11 scripts, 57 KB unused
REVIEW
11 scripts, 57 KB unused
Warning::
https://cc.cdn.civiccomputing.com/9/cookieControl-...: 57 KB unused (47%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 57 KB
57 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://cc.cdn.civiccomputing.com/9/cookieControl-9.x.min.js?ver=6.9.4123 KB57 KB (47%)3rd
https://www.blog.gov.uk/wp-includes/js/jquery/jquery.min.js?ver=3.7.130 KB3rd
https://www.blog.gov.uk/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.15 KB3rd
https://www.blog.gov.uk/wp-content/themes/gds-blogs/build/main-1a574665cb89c6954a0fc51bba2076ee798236b6.min.js?ver=6.9.45 KB3rd
https://www.blog.gov.uk/wp-content/plugins/gds-cookies-and-analytics/assets/cookieControlConfig.js?ver=6.9.42 KB3rd
https://www.blog.gov.uk/wp-content/plugins/dxw-digest/assets/js/dxw-digest.js?ver=6.9.41 KB3rd
https://www.blog.gov.uk/wp-content/themes/gds-blogs-root/build/main.min.js?ver=6.9.411 KB3rd
https://www.blog.gov.uk/wp-content/themes/gds-blogs/build/govuk-frontend-load.js?ver=6.9.40 KB3rd
https://www.blog.gov.uk/wp-content/plugins/aurora-heatmap/js/aurora-heatmap.min.js?ver=1.7.139 KB3rd
https://www.blog.gov.uk/wp-content/plugins/page-links-to/dist/new-tab.js?ver=3.4.113 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

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+
JS Execution Cost
212ms total JS execution
PASS
212ms total JS execution
Info::
https://www.blog.gov.uk/: 80ms CPU time
Info::
https://cc.cdn.civiccomputing.com/9/cookieControl-...: 76ms CPU time
Info::
Unattributable: 57ms CPU time
Warning::
Third-party scripts: 212ms (100% of total)

Main Thread Breakdown

Script Evaluation 41% Other 25% Style & Layout 20% Script Parsing & Compilation 6% Parse HTML & CSS 5%
ScriptTotalScriptingParse/CompileParty
https://www.blog.gov.uk/80ms1ms1ms3rd
https://cc.cdn.civiccomputing.com/9/cookieControl-9.x.min.js?ver=6.9.476ms61ms10ms3rd
Unattributable57ms1ms0ms3rd
A+
Font Loading
2 fonts (64 KB)
PASS
2 fonts (64 KB)
Info::
2 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

2

64 KB total

Render-blocking

0

of 2

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 1.4 s LCP 2.5 shttps://www.blog.gov.uk/wp-content/themes/gds-blogs/build/govuk-assets/fonts/bold-b542beb274-v2.woff2bold-b542beb274-v2.woff2 https://www.blog.gov.uk/wp-content/themes/gds-blogs/build/govuk-assets/fonts/bold-b542beb274-v2.woff2 — 31.0 KiB — 26 ms — font-display: swaphttps://www.blog.gov.uk/wp-content/themes/gds-blogs/build/govuk-assets/fonts/light-94a07e06a1-v2.woff2light-94a07e06a1-v2.woff2 https://www.blog.gov.uk/wp-content/themes/gds-blogs/build/govuk-assets/fonts/light-94a07e06a1-v2.woff2 — 32.9 KiB — 25 ms — font-display: swap
bold-b542beb274-v2.woff2 woff2 swap
Size 31 KB
Load time 26 ms
Start 610 ms
Risk FOUT — text flashes from fallback to web font
light-94a07e06a1-v2.woff2 woff2 swap
Size 33 KB
Load time 25 ms
Start 611 ms
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A
HTTP Caching
max-age=3600 (1 hour)
PASS
max-age=3600 (1 hour)
Info::
Cache-Control header is set
Got: max-age=3600
Info::
Effective TTL: 1 hour (max-age=3600)
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

max-age=3600

DirectiveValueMeaning
max-age3600Cache for 1 hour
Effective TTL: 3600 seconds
Network Waterfall
26 requests over 701ms
INFO
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 1.4 s LCP 2.5 shttps://blog.gov.uk// https://blog.gov.uk/ — 301 — 567 B — 274 ms — h2https://www.blog.gov.uk/www.blog.gov.uk/ https://www.blog.gov.uk/ — 200 — 22.0 KiB — 53 ms — h3https://www.blog.gov.uk/wp-includes/css/dist/block-library/style.min.css?ver=6.9.4www.blog.gov.uk/wp-includes/css/dis... https://www.blog.gov.uk/wp-includes/css/dist/block-library/style.min.css?ver=6.9.4 — 200 — 15.9 KiB — 31 ms — h3https://www.blog.gov.uk/wp-content/plugins/dxw-digest/assets/css/dxw-digest.css?ver=6.9.4www.blog.gov.uk/wp-content/plugins/... https://www.blog.gov.uk/wp-content/plugins/dxw-digest/assets/css/dxw-digest.css?ver=6.9.4 — 200 — 1.2 KiB — 32 ms — h3https://www.blog.gov.uk/wp-content/themes/gds-blogs/build/main-5548fee29e9bd345159070adb41e6f1fa36f075c.min.css?ver=6.9.4www.blog.gov.uk/wp-content/themes/g... https://www.blog.gov.uk/wp-content/themes/gds-blogs/build/main-5548fee29e9bd345159070adb41e6f1fa36f075c.min.css?ver=6.9.4 — 200 — 26.6 KiB — 32 ms — h3https://www.blog.gov.uk/wp-content/plugins/aurora-heatmap/style.css?ver=1.7.1www.blog.gov.uk/wp-content/plugins/... https://www.blog.gov.uk/wp-content/plugins/aurora-heatmap/style.css?ver=1.7.1 — 200 — 2.5 KiB — 55 ms — h3https://www.blog.gov.uk/wp-includes/js/jquery/jquery.min.js?ver=3.7.1www.blog.gov.uk/wp-includes/js/jque... https://www.blog.gov.uk/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 30.3 KiB — 52 ms — h3https://www.blog.gov.uk/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1www.blog.gov.uk/wp-includes/js/jque... https://www.blog.gov.uk/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 5.1 KiB — 56 ms — h3https://www.blog.gov.uk/wp-content/themes/gds-blogs/build/main-1a574665cb89c6954a0fc51bba2076ee798236b6.min.js?ver=6.9.4www.blog.gov.uk/wp-content/themes/g... https://www.blog.gov.uk/wp-content/themes/gds-blogs/build/main-1a574665cb89c6954a0fc51bba2076ee798236b6.min.js?ver=6.9.4 — 200 — 4.9 KiB — 55 ms — h3https://cc.cdn.civiccomputing.com/9/cookieControl-9.x.min.js?ver=6.9.4cc.cdn.civiccomputing.com/9/cookieC... https://cc.cdn.civiccomputing.com/9/cookieControl-9.x.min.js?ver=6.9.4 — 200 — 123.2 KiB — 137 ms — h3https://www.blog.gov.uk/wp-content/plugins/gds-cookies-and-analytics/assets/cookieControlConfig.js?ver=6.9.4www.blog.gov.uk/wp-content/plugins/... https://www.blog.gov.uk/wp-content/plugins/gds-cookies-and-analytics/assets/cookieControlConfig.js?ver=6.9.4 — 200 — 1.6 KiB — 53 ms — h3https://www.blog.gov.uk/wp-content/plugins/dxw-digest/assets/js/dxw-digest.js?ver=6.9.4www.blog.gov.uk/wp-content/plugins/... https://www.blog.gov.uk/wp-content/plugins/dxw-digest/assets/js/dxw-digest.js?ver=6.9.4 — 200 — 530 B — 49 ms — h3https://www.blog.gov.uk/wp-content/themes/gds-blogs-root/build/main.min.js?ver=6.9.4www.blog.gov.uk/wp-content/themes/g... https://www.blog.gov.uk/wp-content/themes/gds-blogs-root/build/main.min.js?ver=6.9.4 — 200 — 10.9 KiB — 55 ms — h3https://www.blog.gov.uk/wp-content/themes/gds-blogs/build/govuk-frontend-load.js?ver=6.9.4www.blog.gov.uk/wp-content/themes/g... https://www.blog.gov.uk/wp-content/themes/gds-blogs/build/govuk-frontend-load.js?ver=6.9.4 — 200 — 352 B — 52 ms — h3https://www.blog.gov.uk/wp-content/plugins/aurora-heatmap/js/aurora-heatmap.min.js?ver=1.7.1www.blog.gov.uk/wp-content/plugins/... https://www.blog.gov.uk/wp-content/plugins/aurora-heatmap/js/aurora-heatmap.min.js?ver=1.7.1 — 200 — 38.7 KiB — 56 ms — h3https://healthmedia.blog.gov.uk/wp-content/uploads/sites/169/2023/10/SmokingVaping.jpghealthmedia.blog.gov.uk/wp-content/... https://healthmedia.blog.gov.uk/wp-content/uploads/sites/169/2023/10/SmokingVaping.jpg — 200 — 126.1 KiB — 57 ms — h3https://educationhub.blog.gov.uk/wp-content/uploads/sites/185/2024/04/Childminder_Hubheader_0424.pngeducationhub.blog.gov.uk/wp-content... https://educationhub.blog.gov.uk/wp-content/uploads/sites/185/2024/04/Childminder_Hubheader_0424.png — 200 — 1.2 MiB — 137 ms — h3https://www.blog.gov.uk/wp-content/plugins/page-links-to/dist/new-tab.js?ver=3.4.1www.blog.gov.uk/wp-content/plugins/... https://www.blog.gov.uk/wp-content/plugins/page-links-to/dist/new-tab.js?ver=3.4.1 — 200 — 13.3 KiB — 36 ms — h3https://www.blog.gov.uk/wp-content/themes/gds-blogs/build/govuk-assets/manifest.jsonwww.blog.gov.uk/wp-content/themes/g... https://www.blog.gov.uk/wp-content/themes/gds-blogs/build/govuk-assets/manifest.json — 200 — 1.1 KiB — 49 ms — h3https://www.blog.gov.uk/wp-content/themes/gds-blogs/build/govuk-frontend.min.jswww.blog.gov.uk/wp-content/themes/g... https://www.blog.gov.uk/wp-content/themes/gds-blogs/build/govuk-frontend.min.js — 200 — 11.4 KiB — 26 ms — h3https://www.blog.gov.uk/wp-content/themes/gds-blogs/build/govuk-assets/images/govuk-crest.svgwww.blog.gov.uk/wp-content/themes/g... https://www.blog.gov.uk/wp-content/themes/gds-blogs/build/govuk-assets/images/govuk-crest.svg — 200 — 14.7 KiB — 28 ms — h3https://www.blog.gov.uk/wp-content/themes/gds-blogs/build/govuk-assets/fonts/bold-b542beb274-v2.woff2www.blog.gov.uk/wp-content/themes/g... https://www.blog.gov.uk/wp-content/themes/gds-blogs/build/govuk-assets/fonts/bold-b542beb274-v2.woff2 — 200 — 31.0 KiB — 26 ms — h3https://www.blog.gov.uk/wp-content/themes/gds-blogs/build/govuk-assets/fonts/light-94a07e06a1-v2.woff2www.blog.gov.uk/wp-content/themes/g... https://www.blog.gov.uk/wp-content/themes/gds-blogs/build/govuk-assets/fonts/light-94a07e06a1-v2.woff2 — 200 — 32.9 KiB — 25 ms — h3https://apikeys.civiccomputing.com/c/v?d=www.blog.gov.uk&p=CookieControl%20Single-Site&v=9&k=c8b1d37ba682b6d122f1360da011322b3b755539&format=jsonapikeys.civiccomputing.com/c/v?d=ww... https://apikeys.civiccomputing.com/c/v?d=www.blog.gov.uk&p=CookieControl%20Single-Site&v=9&k=c8b1d37ba682b6d122f1360da011322b3b755539&format=json — 200 — 616 B — 49 ms — h3https://www.blog.gov.uk/wp-content/themes/gds-blogs/build/govuk-assets/images/favicon.svgwww.blog.gov.uk/wp-content/themes/g... https://www.blog.gov.uk/wp-content/themes/gds-blogs/build/govuk-assets/images/favicon.svg — 200 — 1.2 KiB — 23 ms — h3https://www.blog.gov.uk/wp-content/themes/gds-blogs/build/govuk-assets/images/favicon.svgwww.blog.gov.uk/wp-content/themes/g... https://www.blog.gov.uk/wp-content/themes/gds-blogs/build/govuk-assets/images/favicon.svg — 200 — 0 B — 2 ms — h3
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 212ms · 145KB · £2/mo
www.blog.gov.uk
Other
Optional
Execution 80ms
Transfer 22 KB
Monthly Cost £1/mo
cc.cdn.civiccomputing.com
Other
Optional
Execution 76ms
Transfer 123 KB
Unused 47%
Monthly Cost £1/mo
Unattributable
Other
Optional
Execution 57ms
Transfer 0 KB
Monthly Cost £1/mo

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

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