Skip to content
https://appeal.org.uk

Performance

· 23 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
85
GRADE
B
FIX
3
REVIEW
9
PASS
7
INFO
4

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

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

701 ms

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

1.37 s

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

2 ms

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

0.055

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

1.38 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.00 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
23
7 PASS 9 REVIEW 3 FIX
F
Page Weight Budget
Action
2.9 MB transferred, 132 requests
FIX
2.9 MB transferred, 132 requests
Warning::
Page weighs 7.8 MB (2.9 MB transferred)
Warning::
Images are 1.3 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.3 MB
Warning::
JavaScript is 1004 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1004 KB
Info::
Fonts are 481 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 481 KB
Warning::
132 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.61 g CO2 per page load
2.9 MB / 2.4 MB budget
2.9 MB transferred
132 requests
0.61 g CO2 per page load
Images 1.3 MiB 46%
JavaScript 1003.9 KiB 34%
Fonts 481.0 KiB 16%
CSS 82.3 KiB 3%
Other 30.0 KiB 1%
HTML 30.0 KiB 1%
Other 1.1 KiB 0%
Other 238 B 0%
0 2.4 MB 4.9 MB
Over budget

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

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

Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.

Why this matters

High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.

Source: web.dev

D
Page Weight Inventory
Action
132 resources · 2.9 MB · 142 KB savings available
FIX
132 resources · 2.9 MB · 142 KB savings available
Warning::
Page weight 2.9 MB exceeds 1 MB target by 1.9 MB
Got: 2.9 MB Expected: ≤ 1 MB
Info::
~142 KB of savings available
Warning::
95 third-party resources (50% of weight)
Info::
1 resources over 200KB
132 resources · 2.9 MiB · 95 third-party 1.9 MiB over 1MB target
Image 46% · 1.3 MiB
JavaScript 34% · 1003.9 KiB
Font 16% · 481.0 KiB
CSS 4% · 111.0 KiB
Document 1% · 30.0 KiB
Other 0% · 1.6 KiB

~141.8 KiB of savings available

Remove unused JavaScript: 141.8 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.

B
Third-Party Impact
50% third-party, 0 ms blocking
REVIEW
50% third-party, 0 ms blocking
Warning::
Third-party code accounts for 50% of page weight (1.5 MiB of 2.9 MiB)
Info::
Third-party blocking time is low (0 ms)
50%
50%
First-party Third-party
B
Image Optimization
19 images, 0 KB saveable
REVIEW
19 images, 0 KB saveable
Warning::
https://appeal.org.uk/wp-content/uploads/2026/06/p... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
19 images 1.3 MB
0 oversized -0 KB
15 legacy format
1 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

B
JS Execution Cost
630ms total JS execution
REVIEW
630ms total JS execution
Info::
https://appeal.org.uk/: 212ms CPU time
Info::
https://appeal.org.uk/wp-includes/js/jquery/jquery...: 168ms CPU time
Info::
Unattributable: 159ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=GT-NBJ...: 91ms CPU time
Info::
Third-party scripts: 91ms (14% of total)

Main Thread Breakdown

Script Evaluation 39% Other 24% Style & Layout 23% Script Parsing & Compilation 4% Parse HTML & CSS 4% Rendering 3%
ScriptTotalScriptingParse/CompileParty
https://appeal.org.uk/212ms2ms2ms1st
https://appeal.org.uk/wp-includes/js/jquery/jquery.min.js?ver=3.7.1168ms124ms2ms1st
Unattributable159ms3ms0ms1st
https://www.googletagmanager.com/gtag/js?id=GT-NBJ83N6891ms71ms12ms3rd
B
JS Bundles
56 scripts, 142 KB unused
REVIEW
56 scripts, 142 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=GT-NBJ...: 68 KB unused (42%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://appeal.org.uk/wp-content/plugins/3d-flipbo...: 51 KB unused (83%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://appeal.org.uk/wp-content/plugins/real-time...: 22 KB unused (75%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 142 KB
142 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=GT-NBJ83N68163 KB68 KB (42%)3rd
https://appeal.org.uk/wp-content/plugins/3d-flipbook-dflip-lite/assets/js/dflip.min.js?ver=2.4.3062 KB51 KB (83%)1st
https://appeal.org.uk/wp-content/plugins/real-time-auto-find-and-replace/assets/js/rtafar.app.min.js?ver=1.9.330 KB22 KB (75%)1st
https://embed-cdn.spotifycdn.com/_next/static/chunks/8494-228b98ef7673b262.js4 KB3rd
https://embed-cdn.spotifycdn.com/_next/static/chunks/5039.a54f1bd47316601a.js0 KB3rd
https://appeal.org.uk/wp-content/plugins/bb-plugin/js/libs/jquery.imagesloaded.min.js?ver=2.10.0.62 KB1st
https://appeal.org.uk/wp-content/plugins/bb-plugin/js/libs/jquery.infinitescroll.min.js?ver=2.10.0.612 KB1st
https://appeal.org.uk/wp-content/uploads/bb-plugin/cache/10-layout.js?ver=b65d18580798f6ee219eb240ce22c6a910 KB1st
https://appeal.org.uk/wp-content/plugins/real-time-auto-find-and-replace/assets/js/rtafar.local.js?ver=1.9.30 KB1st
https://appeal.org.uk/wp-content/plugins/bb-plugin/js/libs/jquery.fitvids.min.js?ver=1.21 KB1st

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

B
HTTP/3 (QUIC)
HTTP/3 not advertised
REVIEW
HTTP/3 not advertised
Info::
HTTP/3 (QUIC) is not advertised
HTTP/3 isn't advertised via Alt-Svc and the worker didn't negotiate h3. HTTP/3 reduces handshake latency (1-RTT instead of 2-3 RTTs) and is more resilient on lossy connections. Most modern CDNs (Cloudflare, Fastly, AWS CloudFront, Google Cloud CDN) support HTTP/3 with a single config switch -- consider enabling for mobile-heavy workloads.
B
Compression Algorithm
Main response uses gzip; brotli would be ~20% smaller
REVIEW
Main response uses gzip; brotli would be ~20% smaller
Info::
Main HTML response uses gzip (brotli would be ~20% smaller)
All current browsers support brotli. Most CDNs (Cloudflare, Fastly, AWS CloudFront, Vercel, Netlify) can switch from gzip to brotli with a single config flag. Origin servers (nginx, Apache) need a brotli module compiled in -- nginx-brotli or Apache mod_brotli.
B
Main HTML Cache-Control
No Cache-Control header on main HTML response
REVIEW
No Cache-Control header on main HTML response
Info::
Main HTML response has no Cache-Control header
Without an explicit Cache-Control, browsers fall back to heuristic caching (~10% of Last-Modified age). Set `Cache-Control: no-cache` or `max-age=300` for HTML to control freshness explicitly -- prevents stale auth state and SPA shell drift.
B
Server-Timing Observability
No Server-Timing header found
REVIEW
No Server-Timing header found
Info::
No Server-Timing header found
Server-Timing exposes backend timing breakdowns to browser DevTools (e.g., `db: 45ms; render: 120ms; cache: 2ms`). Useful for diagnosing slow pages without backend log access. Most modern frameworks (Next.js, Cloudflare Workers, Fastly) emit it automatically; absence on a managed platform usually means telemetry headers are stripped at the edge.
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 (481 KB)
PASS
7 fonts (481 KB)
Info::
7 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

7

481 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 500 ms 1.0 s FCP 701 ms LCP 1.4 shttps://fonts.gstatic.com/s/librefranklin/v20/jizDREVItHgc8qDIbSTKq4XkRiUf2zcZiVbJ.woff2jizDREVItHgc8qDIbSTKq4X... https://fonts.gstatic.com/s/librefranklin/v20/jizDREVItHgc8qDIbSTKq4XkRiUf2zcZiVbJ.woff2 — 28.7 KiB — 71 ms — font-display: swaphttps://fonts.gstatic.com/s/fjallaone/v16/Yq6R-LCAWCX3-6Ky7FAFrOF6kjouQb4.woff2Yq6R-LCAWCX3-6Ky7FAFrOF... https://fonts.gstatic.com/s/fjallaone/v16/Yq6R-LCAWCX3-6Ky7FAFrOF6kjouQb4.woff2 — 37.1 KiB — 90 ms — font-display: swaphttps://ka-f.fontawesome.com/releases/v6.7.2/webfonts/free-fa-solid-900.woff2free-fa-solid-900.woff2 https://ka-f.fontawesome.com/releases/v6.7.2/webfonts/free-fa-solid-900.woff2 — 155.3 KiB — 92 ms — font-display: swaphttps://ka-f.fontawesome.com/releases/v6.7.2/webfonts/free-fa-brands-400.woff2free-fa-brands-400.woff2 https://ka-f.fontawesome.com/releases/v6.7.2/webfonts/free-fa-brands-400.woff2 — 116.7 KiB — 84 ms — font-display: swaphttps://encore.scdn.co/fonts/SpotifyMixUITitle-Bold-2c79abf9c6697da8b2bf5af3f11e6913.woff2SpotifyMixUITitle-Bold-... https://encore.scdn.co/fonts/SpotifyMixUITitle-Bold-2c79abf9c6697da8b2bf5af3f11e6913.woff2 — 52.4 KiB — 18 ms — font-display: swaphttps://encore.scdn.co/fonts/SpotifyMixUI-Bold-09c45a3a0ce9d2971e62cb26e97760fb.woff2SpotifyMixUI-Bold-09c45... https://encore.scdn.co/fonts/SpotifyMixUI-Bold-09c45a3a0ce9d2971e62cb26e97760fb.woff2 — 46.9 KiB — 17 ms — font-display: swaphttps://encore.scdn.co/fonts/SpotifyMixUI-Regular-76c92fb1a35c462f73429fa8865163eb.woff2SpotifyMixUI-Regular-76... https://encore.scdn.co/fonts/SpotifyMixUI-Regular-76c92fb1a35c462f73429fa8865163eb.woff2 — 43.9 KiB — 16 ms — font-display: swap
jizDREVItHgc8qDIbSTKq4X... woff2 swap
Size 29 KB
Load time 71 ms
Start 726 ms
Risk FOUT — text flashes from fallback to web font
Yq6R-LCAWCX3-6Ky7FAFrOF... woff2 swap
Size 37 KB
Load time 90 ms
Start 732 ms
Risk FOUT — text flashes from fallback to web font
free-fa-solid-900.woff2 woff2 swap
Size 155 KB
Load time 92 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
free-fa-brands-400.woff2 woff2 swap
Size 117 KB
Load time 84 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
SpotifyMixUITitle-Bold-... woff2 swap
Size 52 KB
Load time 18 ms
Start 1.4 s
Risk FOUT — text flashes from fallback to web font
SpotifyMixUI-Bold-09c45... woff2 swap
Size 47 KB
Load time 17 ms
Start 1.4 s
Risk FOUT — text flashes from fallback to web font
SpotifyMixUI-Regular-76... woff2 swap
Size 44 KB
Load time 16 ms
Start 1.4 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)

Fixing the unchecked items could save ~136 KB and ~272 ms

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+
LCP Image Preload
LCP preload audit not available
PASS
LCP preload audit not available
Info::
LCP image preload audit not available for this scan
A+
Server Response Intelligence
2 server-response signal(s) detected
PASS
2 server-response signal(s) detected
Info::
`Vary` header declared: Accept-Encoding
The page declares a `Vary` header, telling downstream caches which request headers the response varies on. Critical for content-negotiated responses (compression, language, cookies, device class).
Info::
No `ETag` or `Last-Modified` -- conditional GET not supported
Without either header, browsers can't issue conditional GETs and refresh always re-downloads the full response body even when nothing changed. Add `ETag: "<hash>"` (or `Last-Modified: <date>`) on cacheable responses; the server returns 304 Not Modified when the client's cached copy is still valid, saving bandwidth.
Network Waterfall
132 requests over 5776ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 701 ms LCP 1.4 shttps://appeal.org.uk// https://appeal.org.uk/ — 200 — 19.6 KiB — 500 ms — h2https://appeal.org.uk/wp-content/plugins/bb-plugin/css/jquery.bxslider.css?ver=2.10.0.6/wp-content/plugins/bb-plugin/css/j... https://appeal.org.uk/wp-content/plugins/bb-plugin/css/jquery.bxslider.css?ver=2.10.0.6 — 200 — 1.1 KiB — 41 ms — h2https://appeal.org.uk/wp-content/uploads/bb-plugin/cache/10-layout.css?ver=1dca0cacebf651d339ee16ab29bc8d0c/wp-content/uploads/bb-plugin/cache... https://appeal.org.uk/wp-content/uploads/bb-plugin/cache/10-layout.css?ver=1dca0cacebf651d339ee16ab29bc8d0c — 200 — 8.3 KiB — 53 ms — h2https://appeal.org.uk/wp-content/plugins/3d-flipbook-dflip-lite/assets/css/dflip.min.css?ver=2.4.30/wp-content/plugins/3d-flipbook-dfl... https://appeal.org.uk/wp-content/plugins/3d-flipbook-dflip-lite/assets/css/dflip.min.css?ver=2.4.30 — 200 — 12.9 KiB — 51 ms — h2https://appeal.org.uk/wp-content/plugins/bb-plugin/css/jquery.magnificpopup.min.css?ver=2.10.0.6/wp-content/plugins/bb-plugin/css/j... https://appeal.org.uk/wp-content/plugins/bb-plugin/css/jquery.magnificpopup.min.css?ver=2.10.0.6 — 200 — 1.6 KiB — 58 ms — h2https://appeal.org.uk/wp-content/themes/bb-theme/css/base.min.css?ver=1.7.19.2/wp-content/themes/bb-theme/css/bas... https://appeal.org.uk/wp-content/themes/bb-theme/css/base.min.css?ver=1.7.19.2 — 200 — 9.1 KiB — 45 ms — h2https://appeal.org.uk/wp-content/uploads/bb-theme/skin-698103e7858c2.css?ver=1.7.19.2/wp-content/uploads/bb-theme/skin-6... https://appeal.org.uk/wp-content/uploads/bb-theme/skin-698103e7858c2.css?ver=1.7.19.2 — 200 — 9.1 KiB — 77 ms — h2https://fonts.googleapis.com/css?family=Libre%20Franklin:300,400,700,700|Fjalla%20One:400&ver=7.0.2fonts.googleapis.com/css?family=Lib... https://fonts.googleapis.com/css?family=Libre%20Franklin:300,400,700,700|Fjalla%20One:400&ver=7.0.2 — 200 — 1.2 KiB — 97 ms — h2https://appeal.org.uk/wp-includes/js/jquery/jquery.min.js?ver=3.7.1/wp-includes/js/jquery/jquery.min.j... https://appeal.org.uk/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 29.7 KiB — 71 ms — h2https://appeal.org.uk/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1/wp-includes/js/jquery/jquery-migra... https://appeal.org.uk/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 4.9 KiB — 54 ms — h2https://appeal.org.uk/wp-content/uploads/2024/05/Appeal-logo.png/wp-content/uploads/2024/05/Appeal-... https://appeal.org.uk/wp-content/uploads/2024/05/Appeal-logo.png — 200 — 36.0 KiB — 133 ms — h2https://appeal.org.uk/wp-content/uploads/2025/05/Compensation-Postcard-Website-Banner-1536x864.jpg/wp-content/uploads/2025/05/Compens... https://appeal.org.uk/wp-content/uploads/2025/05/Compensation-Postcard-Website-Banner-1536x864.jpg — 200 — 118.7 KiB — 127 ms — h2https://appeal.org.uk/wp-content/uploads/2026/06/p0nklqcx.jpg.webp/wp-content/uploads/2026/06/p0nklqc... https://appeal.org.uk/wp-content/uploads/2026/06/p0nklqcx.jpg.webp — 200 — 14.2 KiB — 50 ms — h2http://appeal.org.uk/wp-content/uploads/font-awesome/v6.6.0/css/svg-with-js.css/wp-content/uploads/font-awesome/v6... http://appeal.org.uk/wp-content/uploads/font-awesome/v6.6.0/css/svg-with-js.css — -1 — 0 B — 0 ms — https://appeal.org.uk/wp-content/plugins/bb-plugin/js/libs/jquery.easing.min.js?ver=1.4/wp-content/plugins/bb-plugin/js/li... https://appeal.org.uk/wp-content/plugins/bb-plugin/js/libs/jquery.easing.min.js?ver=1.4 — 200 — 903 B — 79 ms — h2https://appeal.org.uk/wp-content/plugins/bb-plugin/js/libs/jquery.fitvids.min.js?ver=1.2/wp-content/plugins/bb-plugin/js/li... https://appeal.org.uk/wp-content/plugins/bb-plugin/js/libs/jquery.fitvids.min.js?ver=1.2 — 200 — 859 B — 53 ms — h2https://appeal.org.uk/wp-content/plugins/bb-plugin/js/libs/jquery.bxslider.min.js?ver=2.10.0.6/wp-content/plugins/bb-plugin/js/li... https://appeal.org.uk/wp-content/plugins/bb-plugin/js/libs/jquery.bxslider.min.js?ver=2.10.0.6 — 200 — 6.2 KiB — 49 ms — h2https://appeal.org.uk/wp-content/plugins/bb-plugin/js/libs/jquery.imagesloaded.min.js?ver=2.10.0.6/wp-content/plugins/bb-plugin/js/li... https://appeal.org.uk/wp-content/plugins/bb-plugin/js/libs/jquery.imagesloaded.min.js?ver=2.10.0.6 — 200 — 1.8 KiB — 45 ms — h2https://appeal.org.uk/wp-content/plugins/bb-plugin/js/libs/jquery.infinitescroll.min.js?ver=2.10.0.6/wp-content/plugins/bb-plugin/js/li... https://appeal.org.uk/wp-content/plugins/bb-plugin/js/libs/jquery.infinitescroll.min.js?ver=2.10.0.6 — 200 — 11.7 KiB — 54 ms — h2https://appeal.org.uk/wp-content/uploads/bb-plugin/cache/10-layout.js?ver=b65d18580798f6ee219eb240ce22c6a9/wp-content/uploads/bb-plugin/cache... https://appeal.org.uk/wp-content/uploads/bb-plugin/cache/10-layout.js?ver=b65d18580798f6ee219eb240ce22c6a9 — 200 — 10.3 KiB — 46 ms — h2https://appeal.org.uk/wp-content/plugins/real-time-auto-find-and-replace/assets/js/rtafar.local.js?ver=1.9.3/wp-content/plugins/real-time-auto-... https://appeal.org.uk/wp-content/plugins/real-time-auto-find-and-replace/assets/js/rtafar.local.js?ver=1.9.3 — 200 — 94 B — 52 ms — h2https://appeal.org.uk/wp-content/plugins/3d-flipbook-dflip-lite/assets/js/dflip.min.js?ver=2.4.30/wp-content/plugins/3d-flipbook-dfl... https://appeal.org.uk/wp-content/plugins/3d-flipbook-dflip-lite/assets/js/dflip.min.js?ver=2.4.30 — 200 — 61.8 KiB — 86 ms — h2https://appeal.org.uk/wp-content/plugins/real-time-auto-find-and-replace/assets/js/rtafar.app.min.js?ver=1.9.3/wp-content/plugins/real-time-auto-... https://appeal.org.uk/wp-content/plugins/real-time-auto-find-and-replace/assets/js/rtafar.app.min.js?ver=1.9.3 — 200 — 29.8 KiB — 70 ms — h2https://appeal.org.uk/wp-content/plugins/bb-plugin/js/libs/jquery.ba-throttle-debounce.min.js?ver=2.10.0.6/wp-content/plugins/bb-plugin/js/li... https://appeal.org.uk/wp-content/plugins/bb-plugin/js/libs/jquery.ba-throttle-debounce.min.js?ver=2.10.0.6 — 200 — 520 B — 61 ms — h2https://appeal.org.uk/wp-content/plugins/bb-plugin/js/libs/jquery.magnificpopup.min.js?ver=2.10.0.6/wp-content/plugins/bb-plugin/js/li... https://appeal.org.uk/wp-content/plugins/bb-plugin/js/libs/jquery.magnificpopup.min.js?ver=2.10.0.6 — 200 — 7.4 KiB — 63 ms — h2https://appeal.org.uk/wp-content/themes/bb-theme/js/theme.min.js?ver=1.7.19.2/wp-content/themes/bb-theme/js/them... https://appeal.org.uk/wp-content/themes/bb-theme/js/theme.min.js?ver=1.7.19.2 — 200 — 5.6 KiB — 53 ms — h2https://kit.fontawesome.com/259628c539.jskit.fontawesome.com/259628c539.js https://kit.fontawesome.com/259628c539.js — 200 — 5.8 KiB — 112 ms — h2https://www.googletagmanager.com/gtag/js?id=GT-NBJ83N68www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=GT-NBJ83N68 — 200 — 163.0 KiB — 253 ms — h2https://cdn.yoshki.com/iframe/55849r.htmlcdn.yoshki.com/iframe/55849r.html https://cdn.yoshki.com/iframe/55849r.html — 200 — 1.2 KiB — 10 ms — http/1.1https://appeal.org.uk/wp-content/uploads/2025/06/Compensation-Website-Homepage-Banner1.jpg/wp-content/uploads/2025/06/Compens... https://appeal.org.uk/wp-content/uploads/2025/06/Compensation-Website-Homepage-Banner1.jpg — 200 — 130.2 KiB — 68 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 701 ms LCP 1.4 shttps://appeal.org.uk// https://appeal.org.uk/ — 200 — 19.6 KiB — 500 ms — h2https://appeal.org.uk/wp-content/plugins/bb-plugin/css/jquery.bxslider.css?ver=2.10.0.6/wp-content/plugins/bb-plugin/css/j... https://appeal.org.uk/wp-content/plugins/bb-plugin/css/jquery.bxslider.css?ver=2.10.0.6 — 200 — 1.1 KiB — 41 ms — h2https://appeal.org.uk/wp-content/uploads/bb-plugin/cache/10-layout.css?ver=1dca0cacebf651d339ee16ab29bc8d0c/wp-content/uploads/bb-plugin/cache... https://appeal.org.uk/wp-content/uploads/bb-plugin/cache/10-layout.css?ver=1dca0cacebf651d339ee16ab29bc8d0c — 200 — 8.3 KiB — 53 ms — h2https://appeal.org.uk/wp-content/plugins/3d-flipbook-dflip-lite/assets/css/dflip.min.css?ver=2.4.30/wp-content/plugins/3d-flipbook-dfl... https://appeal.org.uk/wp-content/plugins/3d-flipbook-dflip-lite/assets/css/dflip.min.css?ver=2.4.30 — 200 — 12.9 KiB — 51 ms — h2https://appeal.org.uk/wp-content/plugins/bb-plugin/css/jquery.magnificpopup.min.css?ver=2.10.0.6/wp-content/plugins/bb-plugin/css/j... https://appeal.org.uk/wp-content/plugins/bb-plugin/css/jquery.magnificpopup.min.css?ver=2.10.0.6 — 200 — 1.6 KiB — 58 ms — h2https://appeal.org.uk/wp-content/themes/bb-theme/css/base.min.css?ver=1.7.19.2/wp-content/themes/bb-theme/css/bas... https://appeal.org.uk/wp-content/themes/bb-theme/css/base.min.css?ver=1.7.19.2 — 200 — 9.1 KiB — 45 ms — h2https://appeal.org.uk/wp-content/uploads/bb-theme/skin-698103e7858c2.css?ver=1.7.19.2/wp-content/uploads/bb-theme/skin-6... https://appeal.org.uk/wp-content/uploads/bb-theme/skin-698103e7858c2.css?ver=1.7.19.2 — 200 — 9.1 KiB — 77 ms — h2https://fonts.googleapis.com/css?family=Libre%20Franklin:300,400,700,700|Fjalla%20One:400&ver=7.0.2fonts.googleapis.com/css?family=Lib... https://fonts.googleapis.com/css?family=Libre%20Franklin:300,400,700,700|Fjalla%20One:400&ver=7.0.2 — 200 — 1.2 KiB — 97 ms — h2https://appeal.org.uk/wp-includes/js/jquery/jquery.min.js?ver=3.7.1/wp-includes/js/jquery/jquery.min.j... https://appeal.org.uk/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 29.7 KiB — 71 ms — h2https://appeal.org.uk/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1/wp-includes/js/jquery/jquery-migra... https://appeal.org.uk/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 4.9 KiB — 54 ms — h2https://appeal.org.uk/wp-content/uploads/2024/05/Appeal-logo.png/wp-content/uploads/2024/05/Appeal-... https://appeal.org.uk/wp-content/uploads/2024/05/Appeal-logo.png — 200 — 36.0 KiB — 133 ms — h2https://appeal.org.uk/wp-content/uploads/2025/05/Compensation-Postcard-Website-Banner-1536x864.jpg/wp-content/uploads/2025/05/Compens... https://appeal.org.uk/wp-content/uploads/2025/05/Compensation-Postcard-Website-Banner-1536x864.jpg — 200 — 118.7 KiB — 127 ms — h2https://appeal.org.uk/wp-content/uploads/2026/06/p0nklqcx.jpg.webp/wp-content/uploads/2026/06/p0nklqc... https://appeal.org.uk/wp-content/uploads/2026/06/p0nklqcx.jpg.webp — 200 — 14.2 KiB — 50 ms — h2http://appeal.org.uk/wp-content/uploads/font-awesome/v6.6.0/css/svg-with-js.css/wp-content/uploads/font-awesome/v6... http://appeal.org.uk/wp-content/uploads/font-awesome/v6.6.0/css/svg-with-js.css — -1 — 0 B — 0 ms — https://appeal.org.uk/wp-content/plugins/bb-plugin/js/libs/jquery.easing.min.js?ver=1.4/wp-content/plugins/bb-plugin/js/li... https://appeal.org.uk/wp-content/plugins/bb-plugin/js/libs/jquery.easing.min.js?ver=1.4 — 200 — 903 B — 79 ms — h2https://appeal.org.uk/wp-content/plugins/bb-plugin/js/libs/jquery.fitvids.min.js?ver=1.2/wp-content/plugins/bb-plugin/js/li... https://appeal.org.uk/wp-content/plugins/bb-plugin/js/libs/jquery.fitvids.min.js?ver=1.2 — 200 — 859 B — 53 ms — h2https://appeal.org.uk/wp-content/plugins/bb-plugin/js/libs/jquery.bxslider.min.js?ver=2.10.0.6/wp-content/plugins/bb-plugin/js/li... https://appeal.org.uk/wp-content/plugins/bb-plugin/js/libs/jquery.bxslider.min.js?ver=2.10.0.6 — 200 — 6.2 KiB — 49 ms — h2https://appeal.org.uk/wp-content/plugins/bb-plugin/js/libs/jquery.imagesloaded.min.js?ver=2.10.0.6/wp-content/plugins/bb-plugin/js/li... https://appeal.org.uk/wp-content/plugins/bb-plugin/js/libs/jquery.imagesloaded.min.js?ver=2.10.0.6 — 200 — 1.8 KiB — 45 ms — h2https://appeal.org.uk/wp-content/plugins/bb-plugin/js/libs/jquery.infinitescroll.min.js?ver=2.10.0.6/wp-content/plugins/bb-plugin/js/li... https://appeal.org.uk/wp-content/plugins/bb-plugin/js/libs/jquery.infinitescroll.min.js?ver=2.10.0.6 — 200 — 11.7 KiB — 54 ms — h2https://appeal.org.uk/wp-content/uploads/bb-plugin/cache/10-layout.js?ver=b65d18580798f6ee219eb240ce22c6a9/wp-content/uploads/bb-plugin/cache... https://appeal.org.uk/wp-content/uploads/bb-plugin/cache/10-layout.js?ver=b65d18580798f6ee219eb240ce22c6a9 — 200 — 10.3 KiB — 46 ms — h2https://appeal.org.uk/wp-content/plugins/real-time-auto-find-and-replace/assets/js/rtafar.local.js?ver=1.9.3/wp-content/plugins/real-time-auto-... https://appeal.org.uk/wp-content/plugins/real-time-auto-find-and-replace/assets/js/rtafar.local.js?ver=1.9.3 — 200 — 94 B — 52 ms — h2https://appeal.org.uk/wp-content/plugins/3d-flipbook-dflip-lite/assets/js/dflip.min.js?ver=2.4.30/wp-content/plugins/3d-flipbook-dfl... https://appeal.org.uk/wp-content/plugins/3d-flipbook-dflip-lite/assets/js/dflip.min.js?ver=2.4.30 — 200 — 61.8 KiB — 86 ms — h2https://appeal.org.uk/wp-content/plugins/real-time-auto-find-and-replace/assets/js/rtafar.app.min.js?ver=1.9.3/wp-content/plugins/real-time-auto-... https://appeal.org.uk/wp-content/plugins/real-time-auto-find-and-replace/assets/js/rtafar.app.min.js?ver=1.9.3 — 200 — 29.8 KiB — 70 ms — h2https://appeal.org.uk/wp-content/plugins/bb-plugin/js/libs/jquery.ba-throttle-debounce.min.js?ver=2.10.0.6/wp-content/plugins/bb-plugin/js/li... https://appeal.org.uk/wp-content/plugins/bb-plugin/js/libs/jquery.ba-throttle-debounce.min.js?ver=2.10.0.6 — 200 — 520 B — 61 ms — h2https://appeal.org.uk/wp-content/plugins/bb-plugin/js/libs/jquery.magnificpopup.min.js?ver=2.10.0.6/wp-content/plugins/bb-plugin/js/li... https://appeal.org.uk/wp-content/plugins/bb-plugin/js/libs/jquery.magnificpopup.min.js?ver=2.10.0.6 — 200 — 7.4 KiB — 63 ms — h2https://appeal.org.uk/wp-content/themes/bb-theme/js/theme.min.js?ver=1.7.19.2/wp-content/themes/bb-theme/js/them... https://appeal.org.uk/wp-content/themes/bb-theme/js/theme.min.js?ver=1.7.19.2 — 200 — 5.6 KiB — 53 ms — h2https://kit.fontawesome.com/259628c539.jskit.fontawesome.com/259628c539.js https://kit.fontawesome.com/259628c539.js — 200 — 5.8 KiB — 112 ms — h2https://www.googletagmanager.com/gtag/js?id=GT-NBJ83N68www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=GT-NBJ83N68 — 200 — 163.0 KiB — 253 ms — h2https://cdn.yoshki.com/iframe/55849r.htmlcdn.yoshki.com/iframe/55849r.html https://cdn.yoshki.com/iframe/55849r.html — 200 — 1.2 KiB — 10 ms — http/1.1https://appeal.org.uk/wp-content/uploads/2025/06/Compensation-Website-Homepage-Banner1.jpg/wp-content/uploads/2025/06/Compens... https://appeal.org.uk/wp-content/uploads/2025/06/Compensation-Website-Homepage-Banner1.jpg — 200 — 130.2 KiB — 68 ms — h2https://cdn.yoshki.com/responsive.csscdn.yoshki.com/responsive.css https://cdn.yoshki.com/responsive.css — 200 — 128 B — 18 ms — h3https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.jsajax.googleapis.com/ajax/libs/jquer... https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js — 200 — 30.4 KiB — 181 ms — h2https://cdn.yoshki.com/yoshki-library.jscdn.yoshki.com/yoshki-library.js https://cdn.yoshki.com/yoshki-library.js — 200 — 6.6 KiB — 25 ms — h3https://cdn.yoshki.com/SRA/EnglishMono/275/0/Default.pngcdn.yoshki.com/SRA/EnglishMono/275/... https://cdn.yoshki.com/SRA/EnglishMono/275/0/Default.png — 200 — 25.6 KiB — 25 ms — h3https://appeal.org.uk/wp-content/uploads/2026/07/RidgewellNEW_page-0001-684x1024.jpg/wp-content/uploads/2026/07/Ridgewe... https://appeal.org.uk/wp-content/uploads/2026/07/RidgewellNEW_page-0001-684x1024.jpg — 200 — 161.6 KiB — 93 ms — h2https://appeal.org.uk/wp-content/uploads/2026/07/Trews-Law-A5-10Sept-2026-LinkedIn-2-768x400.jpg/wp-content/uploads/2026/07/Trews-L... https://appeal.org.uk/wp-content/uploads/2026/07/Trews-Law-A5-10Sept-2026-LinkedIn-2-768x400.jpg — 200 — 115.4 KiB — 100 ms — h2https://appeal.org.uk/wp-content/uploads/2026/06/Accused-Beyond-Reasonable-Doubt-C4-1.webp/wp-content/uploads/2026/06/Accused... https://appeal.org.uk/wp-content/uploads/2026/06/Accused-Beyond-Reasonable-Doubt-C4-1.webp — 200 — 50.3 KiB — 76 ms — h2https://appeal.org.uk/wp-content/uploads/2026/06/Cover-June-2026_page-0001-e1784539603343-768x478.jpg/wp-content/uploads/2026/06/Cover-J... https://appeal.org.uk/wp-content/uploads/2026/06/Cover-June-2026_page-0001-e1784539603343-768x478.jpg — 200 — 46.5 KiB — 69 ms — h2https://appeal.org.uk/wp-content/uploads/2026/06/CALAAPPEAL-768x169.png/wp-content/uploads/2026/06/CALAAPP... https://appeal.org.uk/wp-content/uploads/2026/06/CALAAPPEAL-768x169.png — 200 — 41.7 KiB — 69 ms — h2https://appeal.org.uk/wp-content/uploads/2026/04/Seeking-Justice-Guide-for-Women_Thumbnail.png/wp-content/uploads/2026/04/Seeking... https://appeal.org.uk/wp-content/uploads/2026/04/Seeking-Justice-Guide-for-Women_Thumbnail.png — 200 — 457.2 KiB — 116 ms — h2https://open.spotify.com/embed/episode/4loCp94eQ3gibzk0e8kS4Q?utm_source=generator&si=9d7f60f81cfa4d6dopen.spotify.com/embed/episode/4loC... https://open.spotify.com/embed/episode/4loCp94eQ3gibzk0e8kS4Q?utm_source=generator&si=9d7f60f81cfa4d6d — -1 — 0 B — 216 ms — https://appeal.org.uk/wp-content/uploads/2025/04/p0j14q38.jpg/wp-content/uploads/2025/04/p0j14q3... https://appeal.org.uk/wp-content/uploads/2025/04/p0j14q38.jpg — 200 — 64.5 KiB — 114 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 — 71 ms — h3https://open.spotify.com/embed/show/4HQ68j1kgA8O1T6QB3erLF?utm_source=generator&si=9553d40694ed4162open.spotify.com/embed/show/4HQ68j1... https://open.spotify.com/embed/show/4HQ68j1kgA8O1T6QB3erLF?utm_source=generator&si=9553d40694ed4162 — -1 — 0 B — 218 ms — https://fonts.gstatic.com/s/fjallaone/v16/Yq6R-LCAWCX3-6Ky7FAFrOF6kjouQb4.woff2fonts.gstatic.com/s/fjallaone/v16/Y... https://fonts.gstatic.com/s/fjallaone/v16/Yq6R-LCAWCX3-6Ky7FAFrOF6kjouQb4.woff2 — 200 — 37.1 KiB — 90 ms — h3https://cdn.yoshki.com/iframe/55849r.htmlcdn.yoshki.com/iframe/55849r.html https://cdn.yoshki.com/iframe/55849r.html — 200 — 0 B — 4 ms — http/1.1https://cdn.yoshki.com/responsive.csscdn.yoshki.com/responsive.css https://cdn.yoshki.com/responsive.css — 200 — 0 B — 0 ms — h3https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.jsajax.googleapis.com/ajax/libs/jquer... https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js — 200 — 0 B — 55 ms — h2https://cdn.yoshki.com/yoshki-library.jscdn.yoshki.com/yoshki-library.js https://cdn.yoshki.com/yoshki-library.js — 200 — 0 B — 13 ms — h3https://cdn.yoshki.com/SRA/EnglishMono/275/0/Default.pngcdn.yoshki.com/SRA/EnglishMono/275/... https://cdn.yoshki.com/SRA/EnglishMono/275/0/Default.png — 200 — 21 B — 25 ms — h3https://ka-f.fontawesome.com/releases/v6.7.2/css/free.min.css?token=259628c539ka-f.fontawesome.com/releases/v6.7.... https://ka-f.fontawesome.com/releases/v6.7.2/css/free.min.css?token=259628c539 — 200 — 21.5 KiB — 96 ms — h3https://ka-f.fontawesome.com/releases/v6.7.2/css/free-v4-shims.min.css?token=259628c539ka-f.fontawesome.com/releases/v6.7.... https://ka-f.fontawesome.com/releases/v6.7.2/css/free-v4-shims.min.css?token=259628c539 — 200 — 4.7 KiB — 92 ms — h3https://ka-f.fontawesome.com/releases/v6.7.2/css/free-v5-font-face.min.css?token=259628c539ka-f.fontawesome.com/releases/v6.7.... https://ka-f.fontawesome.com/releases/v6.7.2/css/free-v5-font-face.min.css?token=259628c539 — 200 — 1.0 KiB — 80 ms — h3https://ka-f.fontawesome.com/releases/v6.7.2/css/free-v4-font-face.min.css?token=259628c539ka-f.fontawesome.com/releases/v6.7.... https://ka-f.fontawesome.com/releases/v6.7.2/css/free-v4-font-face.min.css?token=259628c539 — 200 — 1.3 KiB — 83 ms — h3https://cdn.yoshki.com/SRA/EnglishMono/275/0/_Default.pngcdn.yoshki.com/SRA/EnglishMono/275/... https://cdn.yoshki.com/SRA/EnglishMono/275/0/_Default.png — 200 — 334 B — 14 ms — h3https://cdn.yoshki.com/SRA/EnglishMono/275/0/-Default.png?a=121*0106012101210=@1060=7@55012@1230=2@5501260=6cdn.yoshki.com/SRA/EnglishMono/275/... https://cdn.yoshki.com/SRA/EnglishMono/275/0/-Default.png?a=121*0106012101210=@1060=7@55012@1230=2@5501260=6 — 200 — 12.0 KiB — 23 ms — h3blob:https://appeal.org.uk/06c798a2-68f8-47d9-9915-23e12311b781appeal.org.uk/06c798a2-68f8-47d9-99... blob:https://appeal.org.uk/06c798a2-68f8-47d9-9915-23e12311b781 — 200 — -1 B — 155 ms — blobhttps://cdn.yoshki.com/SRA/EnglishMono/275/0/=Default.png?a=121*0106012101210=@1060=7@55012@1230=2@5501260=6cdn.yoshki.com/SRA/EnglishMono/275/... https://cdn.yoshki.com/SRA/EnglishMono/275/0/=Default.png?a=121*0106012101210=@1060=7@55012@1230=2@5501260=6 — 200 — 27.3 KiB — 16 ms — h3https://cdn.yoshki.com/SRA/EnglishMono/275/0/_Default.pngcdn.yoshki.com/SRA/EnglishMono/275/... https://cdn.yoshki.com/SRA/EnglishMono/275/0/_Default.png — 200 — 21 B — 18 ms — h3https://cdn.yoshki.com/SRA/EnglishMono/275/0/-Default.png?a=121*0106012101210=@1060=7@55012@1230=2@5501260=6cdn.yoshki.com/SRA/EnglishMono/275/... https://cdn.yoshki.com/SRA/EnglishMono/275/0/-Default.png?a=121*0106012101210=@1060=7@55012@1230=2@5501260=6 — 200 — 0 B — 16 ms — h3https://cdn.yoshki.com/SRA/EnglishMono/275/0/=Default.png?a=121*0106012101210=@1060=7@55012@1230=2@5501260=6cdn.yoshki.com/SRA/EnglishMono/275/... https://cdn.yoshki.com/SRA/EnglishMono/275/0/=Default.png?a=121*0106012101210=@1060=7@55012@1230=2@5501260=6 — 200 — 0 B — 0 ms — h3https://appeal.org.uk/wp-content/plugins/bb-plugin/img/bxslider/bx_loader.gif/wp-content/plugins/bb-plugin/img/b... https://appeal.org.uk/wp-content/plugins/bb-plugin/img/bxslider/bx_loader.gif — 200 — 8.5 KiB — 50 ms — h2https://open.spotify.com/embed/episode/4loCp94eQ3gibzk0e8kS4Q?utm_source=generator&si=9d7f60f81cfa4d6dopen.spotify.com/embed/episode/4loC... https://open.spotify.com/embed/episode/4loCp94eQ3gibzk0e8kS4Q?utm_source=generator&si=9d7f60f81cfa4d6d — 200 — 5.0 KiB — 349 ms — h2https://open.spotify.com/embed/show/4HQ68j1kgA8O1T6QB3erLF?utm_source=generator&si=9553d40694ed4162open.spotify.com/embed/show/4HQ68j1... https://open.spotify.com/embed/show/4HQ68j1kgA8O1T6QB3erLF?utm_source=generator&si=9553d40694ed4162 — 200 — 4.2 KiB — 273 ms — h2https://appeal.org.uk/wp-content/plugins/bb-plugin/img/ajax-loader-grey.gif/wp-content/plugins/bb-plugin/img/a... https://appeal.org.uk/wp-content/plugins/bb-plugin/img/ajax-loader-grey.gif — 200 — 741 B — 48 ms — h2https://ka-f.fontawesome.com/releases/v6.7.2/webfonts/free-fa-solid-900.woff2ka-f.fontawesome.com/releases/v6.7.... https://ka-f.fontawesome.com/releases/v6.7.2/webfonts/free-fa-solid-900.woff2 — 200 — 155.3 KiB — 92 ms — h3https://ka-f.fontawesome.com/releases/v6.7.2/webfonts/free-fa-brands-400.woff2ka-f.fontawesome.com/releases/v6.7.... https://ka-f.fontawesome.com/releases/v6.7.2/webfonts/free-fa-brands-400.woff2 — 200 — 116.7 KiB — 84 ms — h3https://appeal.org.uk/wp-includes/js/wp-emoji-release.min.js?ver=7.0.2/wp-includes/js/wp-emoji-release.mi... https://appeal.org.uk/wp-includes/js/wp-emoji-release.min.js?ver=7.0.2 — 200 — 5.3 KiB — 41 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-95GTBET8LY&gtm=45Pe67m0h1v9189330683za200zd9189330683&_p=1784878693079&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&gdid=dZTNiMT&are=1&cid=1290543653.1784878694&frm=0&ngs=1&pscdl=noapi&rcb=16&sr=800x600&uaa=x86&uab=64&uafvl=Not%253BA%253DBrand%3B8.0.0.0%7CChromium%3B150.0.7871.181&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=115616986~115938466~115938468~118897920~118897930~119896803&sid=1784878693&sct=1&seg=0&dl=https%3A%2F%2Fappeal.org.uk%2F&dt=Home%20Page%20%E2%80%A2%20APPEAL&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=1137region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-95GTBET8LY&gtm=45Pe67m0h1v9189330683za200zd9189330683&_p=1784878693079&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&gdid=dZTNiMT&are=1&cid=1290543653.1784878694&frm=0&ngs=1&pscdl=noapi&rcb=16&sr=800x600&uaa=x86&uab=64&uafvl=Not%253BA%253DBrand%3B8.0.0.0%7CChromium%3B150.0.7871.181&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=115616986~115938466~115938468~118897920~118897930~119896803&sid=1784878693&sct=1&seg=0&dl=https%3A%2F%2Fappeal.org.uk%2F&dt=Home%20Page%20%E2%80%A2%20APPEAL&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=1137 — 204 — 548 B — 71 ms — h2https://embed-cdn.spotifycdn.com/_next/static/css/ae20dae031358b14.cssembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/css/ae20dae031358b14.css — 200 — 25.1 KiB — 40 ms — http/1.1https://embed-cdn.spotifycdn.com/_next/static/css/191172de3373b3e8.cssembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/css/191172de3373b3e8.css — 200 — 6.7 KiB — 29 ms — http/1.1https://embed-cdn.spotifycdn.com/_next/static/css/ba597db3e11d31f9.cssembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/css/ba597db3e11d31f9.css — 200 — 3.4 KiB — 24 ms — http/1.1https://embed-cdn.spotifycdn.com/_next/static/css/14065715fb0eddf9.cssembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/css/14065715fb0eddf9.css — 200 — 3.7 KiB — 28 ms — http/1.1https://image-cdn-ak.spotifycdn.com/image/ab67656300005f1f0da61e05ffb69f18ebfd56fbimage-cdn-ak.spotifycdn.com/image/a... https://image-cdn-ak.spotifycdn.com/image/ab67656300005f1f0da61e05ffb69f18ebfd56fb — 200 — 14.2 KiB — 96 ms — http/1.1https://embed-cdn.spotifycdn.com/_next/static/chunks/webpack-c6a6be17f1204ab3.jsembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/chunks/webpack-c6a6be17f1204ab3.js — 200 — 3.7 KiB — 16 ms — http/1.1https://embed-cdn.spotifycdn.com/_next/static/chunks/framework-6f473f6ede4ec4c4.jsembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/chunks/framework-6f473f6ede4ec4c4.js — 200 — 59.3 KiB — 33 ms — http/1.1https://embed-cdn.spotifycdn.com/_next/static/chunks/main-232c25f8cc3c8711.jsembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/chunks/main-232c25f8cc3c8711.js — 200 — 41.1 KiB — 20 ms — http/1.1https://embed-cdn.spotifycdn.com/_next/static/chunks/pages/_app-cc43399e262a8573.jsembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/chunks/pages/_app-cc43399e262a8573.js — 200 — 122.9 KiB — 55 ms — http/1.1https://embed-cdn.spotifycdn.com/_next/static/chunks/69bd4b51-865e1672b6809701.jsembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/chunks/69bd4b51-865e1672b6809701.js — 200 — 99.2 KiB — 30 ms — http/1.1https://embed-cdn.spotifycdn.com/_next/static/chunks/1df930d7-c3c84ee0b3e2843b.jsembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/chunks/1df930d7-c3c84ee0b3e2843b.js — 200 — 2.0 KiB — 9 ms — http/1.1https://embed-cdn.spotifycdn.com/_next/static/chunks/8494-228b98ef7673b262.jsembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/chunks/8494-228b98ef7673b262.js — 200 — 4.4 KiB — 13 ms — http/1.1https://embed-cdn.spotifycdn.com/_next/static/chunks/4504-8151c843cdcf345b.jsembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/chunks/4504-8151c843cdcf345b.js — 200 — 125.4 KiB — 46 ms — http/1.1https://embed-cdn.spotifycdn.com/_next/static/chunks/8939-93d9410727bfa33a.jsembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/chunks/8939-93d9410727bfa33a.js — 200 — 39.2 KiB — 32 ms — http/1.1https://embed-cdn.spotifycdn.com/_next/static/chunks/1252-b2fb3a72efdcb8c8.jsembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/chunks/1252-b2fb3a72efdcb8c8.js — 200 — 5.8 KiB — 19 ms — http/1.1https://embed-cdn.spotifycdn.com/_next/static/chunks/pages/show/%5Bid%5D-d7d31cf962024389.jsembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/chunks/pages/show/%5Bid%5D-d7d31cf962024389.js — 200 — 6.1 KiB — 23 ms — http/1.1https://embed-cdn.spotifycdn.com/_next/static/css/ae20dae031358b14.cssembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/css/ae20dae031358b14.css — 200 — 0 B — 0 ms — http/1.1https://embed-cdn.spotifycdn.com/_next/static/css/191172de3373b3e8.cssembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/css/191172de3373b3e8.css — 200 — 0 B — 0 ms — http/1.1https://embed-cdn.spotifycdn.com/_next/static/css/ba597db3e11d31f9.cssembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/css/ba597db3e11d31f9.css — 200 — 0 B — 0 ms — http/1.1https://embed-cdn.spotifycdn.com/_next/static/chunks/webpack-c6a6be17f1204ab3.jsembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/chunks/webpack-c6a6be17f1204ab3.js — 200 — 0 B — 0 ms — http/1.1https://embed-cdn.spotifycdn.com/_next/static/chunks/framework-6f473f6ede4ec4c4.jsembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/chunks/framework-6f473f6ede4ec4c4.js — 200 — 0 B — 0 ms — http/1.1https://embed-cdn.spotifycdn.com/_next/static/332348f6-d748-4fc3-947f-5b121978856a/_buildManifest.jsembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/332348f6-d748-4fc3-947f-5b121978856a/_buildManifest.js — 200 — 1.7 KiB — 12 ms — http/1.1https://embed-cdn.spotifycdn.com/_next/static/chunks/1df930d7-c3c84ee0b3e2843b.jsembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/chunks/1df930d7-c3c84ee0b3e2843b.js — 200 — 0 B — 0 ms — http/1.1https://embed-cdn.spotifycdn.com/_next/static/chunks/main-232c25f8cc3c8711.jsembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/chunks/main-232c25f8cc3c8711.js — 200 — 0 B — 18 ms — http/1.1https://embed-cdn.spotifycdn.com/_next/static/chunks/pages/_app-cc43399e262a8573.jsembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/chunks/pages/_app-cc43399e262a8573.js — 200 — 0 B — 17 ms — http/1.1https://image-cdn-fa.spotifycdn.com/image/ab67656300005f1f311e20c588fe60fe5a232790image-cdn-fa.spotifycdn.com/image/a... https://image-cdn-fa.spotifycdn.com/image/ab67656300005f1f311e20c588fe60fe5a232790 — 200 — 41.3 KiB — 34 ms — h2https://embed-cdn.spotifycdn.com/_next/static/332348f6-d748-4fc3-947f-5b121978856a/_ssgManifest.jsembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/332348f6-d748-4fc3-947f-5b121978856a/_ssgManifest.js — 200 — 661 B — 6 ms — http/1.1https://embed-cdn.spotifycdn.com/_next/static/chunks/69bd4b51-865e1672b6809701.jsembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/chunks/69bd4b51-865e1672b6809701.js — 200 — 0 B — 14 ms — http/1.1https://embed-cdn.spotifycdn.com/_next/static/chunks/8494-228b98ef7673b262.jsembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/chunks/8494-228b98ef7673b262.js — 200 — 0 B — 7 ms — http/1.1https://embed-cdn.spotifycdn.com/_next/static/chunks/4504-8151c843cdcf345b.jsembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/chunks/4504-8151c843cdcf345b.js — 200 — 0 B — 17 ms — http/1.1https://embed-cdn.spotifycdn.com/_next/static/chunks/8939-93d9410727bfa33a.jsembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/chunks/8939-93d9410727bfa33a.js — 200 — 0 B — 9 ms — http/1.1https://embed-cdn.spotifycdn.com/_next/static/chunks/1252-b2fb3a72efdcb8c8.jsembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/chunks/1252-b2fb3a72efdcb8c8.js — 200 — 0 B — 9 ms — http/1.1https://embed-cdn.spotifycdn.com/_next/static/chunks/pages/episode/%5Bid%5D-1ef17d5545b8bff2.jsembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/chunks/pages/episode/%5Bid%5D-1ef17d5545b8bff2.js — 200 — 1.4 KiB — 20 ms — http/1.1https://embed-cdn.spotifycdn.com/_next/static/332348f6-d748-4fc3-947f-5b121978856a/_buildManifest.jsembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/332348f6-d748-4fc3-947f-5b121978856a/_buildManifest.js — 200 — 0 B — 8 ms — http/1.1https://embed-cdn.spotifycdn.com/_next/static/332348f6-d748-4fc3-947f-5b121978856a/_ssgManifest.jsembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/332348f6-d748-4fc3-947f-5b121978856a/_ssgManifest.js — 200 — 0 B — 7 ms — http/1.1https://encore.scdn.co/fonts/SpotifyMixUITitle-Bold-2c79abf9c6697da8b2bf5af3f11e6913.woff2encore.scdn.co/fonts/SpotifyMixUITi... https://encore.scdn.co/fonts/SpotifyMixUITitle-Bold-2c79abf9c6697da8b2bf5af3f11e6913.woff2 — 200 — 52.4 KiB — 18 ms — http/1.1https://encore.scdn.co/fonts/SpotifyMixUI-Bold-09c45a3a0ce9d2971e62cb26e97760fb.woff2encore.scdn.co/fonts/SpotifyMixUI-B... https://encore.scdn.co/fonts/SpotifyMixUI-Bold-09c45a3a0ce9d2971e62cb26e97760fb.woff2 — 200 — 46.9 KiB — 17 ms — http/1.1https://encore.scdn.co/fonts/SpotifyMixUI-Regular-76c92fb1a35c462f73429fa8865163eb.woff2encore.scdn.co/fonts/SpotifyMixUI-R... https://encore.scdn.co/fonts/SpotifyMixUI-Regular-76c92fb1a35c462f73429fa8865163eb.woff2 — 200 — 43.9 KiB — 16 ms — http/1.1https://o22381.ingest.us.sentry.io/api/4505164808585216/envelope/?sentry_version=7&sentry_key=4cc707ab12ea4779b417479c0550a5cb&sentry_client=sentry.javascript.nextjs%2F10.45.0o22381.ingest.us.sentry.io/api/4505... https://o22381.ingest.us.sentry.io/api/4505164808585216/envelope/?sentry_version=7&sentry_key=4cc707ab12ea4779b417479c0550a5cb&sentry_client=sentry.javascript.nextjs%2F10.45.0 — 200 — 281 B — 85 ms — h2blob:https://open.spotify.com/90d7ec03-2d34-4978-afbf-c9aef316a360open.spotify.com/90d7ec03-2d34-4978... blob:https://open.spotify.com/90d7ec03-2d34-4978-afbf-c9aef316a360 — 200 — -1 B — 210 ms — blobhttps://o22381.ingest.us.sentry.io/api/4505164808585216/envelope/?sentry_version=7&sentry_key=4cc707ab12ea4779b417479c0550a5cb&sentry_client=sentry.javascript.nextjs%2F10.45.0o22381.ingest.us.sentry.io/api/4505... https://o22381.ingest.us.sentry.io/api/4505164808585216/envelope/?sentry_version=7&sentry_key=4cc707ab12ea4779b417479c0550a5cb&sentry_client=sentry.javascript.nextjs%2F10.45.0 — 200 — 56 B — 31 ms — h2https://o22381.ingest.us.sentry.io/api/4505164808585216/envelope/?sentry_version=7&sentry_key=4cc707ab12ea4779b417479c0550a5cb&sentry_client=sentry.javascript.nextjs%2F10.45.0o22381.ingest.us.sentry.io/api/4505... https://o22381.ingest.us.sentry.io/api/4505164808585216/envelope/?sentry_version=7&sentry_key=4cc707ab12ea4779b417479c0550a5cb&sentry_client=sentry.javascript.nextjs%2F10.45.0 — 200 — 56 B — 33 ms — h2https://o22381.ingest.us.sentry.io/api/4505164808585216/envelope/?sentry_version=7&sentry_key=4cc707ab12ea4779b417479c0550a5cb&sentry_client=sentry.javascript.nextjs%2F10.45.0o22381.ingest.us.sentry.io/api/4505... https://o22381.ingest.us.sentry.io/api/4505164808585216/envelope/?sentry_version=7&sentry_key=4cc707ab12ea4779b417479c0550a5cb&sentry_client=sentry.javascript.nextjs%2F10.45.0 — 200 — 56 B — 33 ms — h2blob:https://open.spotify.com/c9868a3b-e4df-4cdc-b2f6-353c683ce6a4open.spotify.com/c9868a3b-e4df-4cdc... blob:https://open.spotify.com/c9868a3b-e4df-4cdc-b2f6-353c683ce6a4 — 200 — -1 B — 109 ms — blobhttps://o22381.ingest.us.sentry.io/api/4505164808585216/envelope/?sentry_version=7&sentry_key=4cc707ab12ea4779b417479c0550a5cb&sentry_client=sentry.javascript.nextjs%2F10.45.0o22381.ingest.us.sentry.io/api/4505... https://o22381.ingest.us.sentry.io/api/4505164808585216/envelope/?sentry_version=7&sentry_key=4cc707ab12ea4779b417479c0550a5cb&sentry_client=sentry.javascript.nextjs%2F10.45.0 — 200 — 20 B — 37 ms — h3https://o22381.ingest.us.sentry.io/api/4505164808585216/envelope/?sentry_version=7&sentry_key=4cc707ab12ea4779b417479c0550a5cb&sentry_client=sentry.javascript.nextjs%2F10.45.0o22381.ingest.us.sentry.io/api/4505... https://o22381.ingest.us.sentry.io/api/4505164808585216/envelope/?sentry_version=7&sentry_key=4cc707ab12ea4779b417479c0550a5cb&sentry_client=sentry.javascript.nextjs%2F10.45.0 — 200 — 20 B — 36 ms — h3https://apresolve.spotify.com/?type=dealer-g2&type=spclientapresolve.spotify.com/?type=dealer-... https://apresolve.spotify.com/?type=dealer-g2&type=spclient — -1 — 0 B — 0 ms — https://apresolve.spotify.com/?type=dealer-g2&type=spclientapresolve.spotify.com/?type=dealer-... https://apresolve.spotify.com/?type=dealer-g2&type=spclient — 200 — 174 B — 88 ms — h2https://embed-cdn.spotifycdn.com/_next/static/chunks/5039.a54f1bd47316601a.jsembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/chunks/5039.a54f1bd47316601a.js — -1 — 0 B — 0 ms — https://embed-cdn.spotifycdn.com/_next/static/chunks/755.f2e02398e565c27c.jsembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/chunks/755.f2e02398e565c27c.js — -1 — 0 B — 0 ms — https://apresolve.spotify.com/?type=dealer-g2&type=spclientapresolve.spotify.com/?type=dealer-... https://apresolve.spotify.com/?type=dealer-g2&type=spclient — -1 — 0 B — 0 ms — https://apresolve.spotify.com/?type=dealer-g2&type=spclientapresolve.spotify.com/?type=dealer-... https://apresolve.spotify.com/?type=dealer-g2&type=spclient — 200 — 136 B — 117 ms — h3https://embed-cdn.spotifycdn.com/_next/static/chunks/da236039.77ef9cc158887e7e.jsembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/chunks/da236039.77ef9cc158887e7e.js — 200 — 16.7 KiB — 16 ms — http/1.1https://embed-cdn.spotifycdn.com/_next/static/chunks/5039.a54f1bd47316601a.jsembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/chunks/5039.a54f1bd47316601a.js — 200 — 0 B — 4 ms — http/1.1https://embed-cdn.spotifycdn.com/_next/static/chunks/8272.f042fa4f9e660843.jsembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/chunks/8272.f042fa4f9e660843.js — 200 — 86.6 KiB — 36 ms — http/1.1https://embed-cdn.spotifycdn.com/_next/static/chunks/spotify_player_o.e471676ff7c14fb0.jsembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/chunks/spotify_player_o.e471676ff7c14fb0.js — 200 — 4.9 KiB — 14 ms — http/1.1https://appeal.org.uk/wp-content/uploads/2024/07/cropped-Favicon-32x32.png/wp-content/uploads/2024/07/cropped... https://appeal.org.uk/wp-content/uploads/2024/07/cropped-Favicon-32x32.png — 200 — 1.1 KiB — 44 ms — h2https://gew1-spclient.spotify.com/gabo-receiver-service/public/v3/eventsgew1-spclient.spotify.com/gabo-rece... https://gew1-spclient.spotify.com/gabo-receiver-service/public/v3/events — -1 — 0 B — 0 ms — https://gew1-spclient.spotify.com/gabo-receiver-service/public/v3/eventsgew1-spclient.spotify.com/gabo-rece... https://gew1-spclient.spotify.com/gabo-receiver-service/public/v3/events — -1 — 0 B — 0 ms — https://gew1-spclient.spotify.com/gabo-receiver-service/public/v3/eventsgew1-spclient.spotify.com/gabo-rece... https://gew1-spclient.spotify.com/gabo-receiver-service/public/v3/events — 200 — 164 B — 39 ms — h2https://gew1-spclient.spotify.com/gabo-receiver-service/public/v3/eventsgew1-spclient.spotify.com/gabo-rece... https://gew1-spclient.spotify.com/gabo-receiver-service/public/v3/events — 200 — 32 B — 45 ms — h3https://gew1-spclient.spotify.com/gabo-receiver-service/public/v3/eventsgew1-spclient.spotify.com/gabo-rece... https://gew1-spclient.spotify.com/gabo-receiver-service/public/v3/events — 200 — 32 B — 36 ms — h3https://gew1-spclient.spotify.com/gabo-receiver-service/public/v3/eventsgew1-spclient.spotify.com/gabo-rece... https://gew1-spclient.spotify.com/gabo-receiver-service/public/v3/events — 200 — 32 B — 48 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
14% of JavaScript execution is third-party
First-party Third-party 91ms · 163KB · £1/mo
Google Tag Manager
Tag Manager
Optional
Execution 91ms
Transfer 163 KB
Unused 42%
Monthly Cost £1/mo

How third-party costs are calculated

Real-User Performance (CrUX)
Field metrics from the Chrome User Experience Report
INFO

Chrome User Experience (CrUX)

Real-user metrics from the Chrome UX Report (2026-06-25 — 2026-07-22)

LCP (p75)

1298 ms

90% good

INP (p75)

71 ms

96% good

CLS (p75)

0.070

82% good

FCP (p75)

1203 ms

TTFB (p75)

827 ms

This origin passes Core Web Vitals assessment
Image Optimization
13 images, 515 KB total, 0 KB wasted
INFO

Image Optimization Audit

Total Images

13

Total Size

515 KB

1 missing alt text 1 missing dimensions 2 missing lazy loading
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback