6 font preload(s) missing `crossorigin` -- font will be downloaded twice
Fonts are always fetched as crossorigin=anonymous; a preload without the attribute creates a different cache key, so the browser refetches when the actual font request happens. Sample: https://ogm.uk.com/wp-content/uploads/elementor/google-fonts/fonts/outfit-qgyvz_mvcbenp4njtetq.woff2, https://ogm.uk.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2, https://ogm.uk.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2 (+3 more). Add `crossorigin` (or `crossorigin="anonymous"`) to each preload.
Info::
i
2 dns-prefetch redundant with preconnect on same origin
preconnect already does the DNS lookup; adding dns-prefetch to the same origin is at best a no-op. Sample: https://fonts.googleapis.com, https://fonts.googleapis.com. Remove the redundant dns-prefetch entries.
Info::
i
1 URL(s) appear in multiple hints
The same href shouldn't appear in multiple hint rels -- one wins, the others are wasted markup and may confuse cache behavior. Sample: https://fonts.googleapis.com (dns-prefetch+preconnect).
Info::
✓
Page uses 27 resource hint(s)
Current Resource Hints
preconnect
2
preload
7
dns-prefetch
+8
18
prefetch—
27 resource hints configured
Fonts are always fetched as crossorigin=anonymous; a preload without the attribute creates a different cache key, so the browser refetches when the actual font request happens. Sample: https://ogm.uk.com/wp-content/uploads/elementor/google-fonts/fonts/outfit-qgyvz_mvcbenp4njtetq.woff2, https://ogm.uk.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2, https://ogm.uk.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2 (+3 more). Add `crossorigin` (or `crossorigin="anonymous"`) to each preload.
Why this matters
Performance issues directly impact user engagement and conversion rates.
preconnect already does the DNS lookup; adding dns-prefetch to the same origin is at best a no-op. Sample: https://fonts.googleapis.com, https://fonts.googleapis.com. Remove the redundant dns-prefetch entries.
Why this matters
Performance issues directly impact user engagement and conversion rates.
The same href shouldn't appear in multiple hint rels -- one wins, the others are wasted markup and may confuse cache behavior. Sample: https://fonts.googleapis.com (dns-prefetch+preconnect).
Why this matters
Performance issues directly impact user engagement and conversion rates.
B
HTTP/3 (QUIC)
HTTP/3 not advertised
REVIEW
HTTP/3 not advertised
Info::
i
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.
C
Compression Algorithm
Action
Main response served uncompressed
REVIEW
Main response served uncompressed
Info::
i
Main HTML response has no Content-Encoding (uncompressed)
The main HTML document is served without compression. The Text Compression section above lists the broader picture; for the main response specifically, even gzip would shave ~70-80% off most text payloads.
B
Server-Timing Observability
No Server-Timing header found
REVIEW
No Server-Timing header found
Info::
i
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.
B
JavaScript Blocking
2 JS blocking issue(s) detected
REVIEW
2 JS blocking issue(s) detected
Warning::
!
10 render-blocking <script src> tag(s) without async/defer
Each `<script src=...>` without `async`, `defer`, or `type="module"` blocks HTML parsing while the browser fetches and executes it. The block lasts the entire round-trip + execution time -- on slow networks this translates directly into LCP delay. Add `defer` (executes after parse, in source order) for scripts that interact with the DOM, or `async` (executes whenever ready) for analytics / independent scripts. Module scripts (`type="module"`) are deferred by default.
Warning::
!
Total JS execution time is 17.3 s -- over the 3.5s budget
Total JavaScript execution (parse + compile + run) across all scripts exceeds 3.5 seconds. On low-end devices that becomes 7-15+ seconds and shows up directly in TBT and INP. Reduce by: tree-shaking unused dependencies, code-splitting (dynamic `import()`), removing or deferring third-party tracking, and replacing heavy frameworks where they're not needed.
B
HTTP Caching
max-age=0
REVIEW
max-age=0
Info::
✓
Cache-Control header is set
Got: max-age=0
Info::
✓
Last-Modified header present
Cache-Control
max-age=0
Directive
Value
Meaning
max-age
0
Cache for 0 seconds
A+
Third-Party Impact
12% third-party, 0 ms blocking
PASS
12% third-party, 0 ms blocking
Info::
i
Third-party code accounts for 12% of page weight (2.4 MiB of 20.9 MiB)
Info::
✓
Third-party blocking time is low (0 ms)
88%
First-party Third-party
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
11 fonts (484 KB)
PASS
11 fonts (484 KB)
Info::
i
11 font(s) use font-display: swap (FOUT risk but functional)
Web fonts
11
484 KB total
Render-blocking
0
of 11
Dominant font-display
swap
Most common across fonts
Font loading timeline
TransferFOIT (block)FOUT (swap)
outfit-qgyvz_mvcbenp4nj...woff2swap
Size32 KB
Load time394 ms
Start284 ms
RiskFOUT — text flashes from fallback to web font
fa-solid-900.woff2woff2swap
Size77 KB
Load time453 ms
Start284 ms
RiskFOUT — text flashes from fallback to web font
manrope-xn7gyhe41ni1adi...woff2swap
Size24 KB
Load time451 ms
Start285 ms
RiskFOUT — text flashes from fallback to web font
memSYaGs126MiZpBA-UvWbX...woff2swap
Size13 KB
Load time114 ms
Start285 ms
RiskFOUT — text flashes from fallback to web font
memvYaGs126MiZpBA-UvWbX...woff2swap
Size42 KB
Load time22 ms
Start1.2 s
RiskFOUT — text flashes from fallback to web font
fa-regular-400.woff2woff2swap
Size13 KB
Load time125 ms
Start1.2 s
RiskFOUT — text flashes from fallback to web font
eicons.woff2unknownswap
Size104 KB
Load time154 ms
Start1.2 s
RiskFOUT — 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
plusjakartasans-ldioaom...woff2swap
Size27 KB
Load time147 ms
Start1.2 s
RiskFOUT — text flashes from fallback to web font
fa-brands-400.woff2woff2swap
Size80 KB
Load time151 ms
Start1.2 s
RiskFOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a...woff2swap
Size34 KB
Load time50 ms
Start3.1 s
RiskFOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a...woff2swap
Size39 KB
Load time76 ms
Start5.5 s
RiskFOUT — 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 ~83 KB and ~166 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+
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+
Main HTML Cache-Control
Main HTML max-age=0 (≤ 5min) is appropriate
PASS
Main HTML max-age=0 (≤ 5min) is appropriate
Info::
✓
Main HTML max-age=0 (≤ 5min) is appropriate
Got: max-age=0
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::
✓
`Last-Modified` present -- timestamp-based conditional GET supported
Consider also setting `ETag` for stronger revalidation -- ETags are content hashes that don't suffer from clock-skew or DST issues. Last-Modified alone is functional for conditional GETs and not a bug.
Each `<link rel="stylesheet">` without a non-blocking `media` attribute holds up the first paint. Browsers download all of them before painting any content. Consolidate into 1-2 critical-path stylesheets; defer non-critical CSS via `<link rel="stylesheet" media="print" onload="this.media='all'">` or via the loadCSS pattern; inline above-the-fold CSS in `<style>` to short-circuit the request entirely.
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Freethought Internet
Network Waterfall
187 requests over 8236ms
INFO
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
70%of JavaScript execution is third-party
First-party Third-party12184ms · 361KB · £63/mo
Script
Category
Execution
Transfer
Unused
Monthly Cost
Verdict
www.gstatic.com
www.gstatic.com
Other
4520ms
0 KB
44%
£23/mo
Costly
HubSpot Analytics
js.hs-analytics.net
Analytics
2146ms
42 KB
—
£11/mo
Costly
Unattributable
Unattributable
Other
1895ms
0 KB
—
£10/mo
Costly
Hotjar
script.hotjar.com
Session Replay
1668ms
57 KB
46%
£9/mo
Costly
Google Tag Manager
www.googletagmanager.com
Tag Manager
554ms
144 KB
44%
£3/mo
Costly
js.usemessages.com
js.usemessages.com
Other
440ms
34 KB
—
£2/mo
Costly
js.hsforms.net
js.hsforms.net
Other
345ms
0 KB
58%
£2/mo
Costly
js.hscollectedforms.net
js.hscollectedforms.net
Other
236ms
27 KB
—
£1/mo
Costly
cdn.leadinfo.net
cdn.leadinfo.net
Other
181ms
21 KB
—
£1/mo
Optional
LinkedIn Insight
snap.licdn.com
Advertising
112ms
19 KB
—
£1/mo
Optional
js.hs-banner.com
js.hs-banner.com
Other
88ms
19 KB
—
£0/mo
Optional
www.gstatic.com
Other
Costly
Execution4520ms
Transfer0 KB
Unused44%
Monthly Cost£23/mo
HubSpot Analytics
Analytics
Costly
Execution2146ms
Transfer42 KB
Monthly Cost£11/mo
Unattributable
Other
Costly
Execution1895ms
Transfer0 KB
Monthly Cost£10/mo
Hotjar
Session Replay
Costly
Execution1668ms
Transfer57 KB
Unused46%
Monthly Cost£9/mo
Google Tag Manager
Tag Manager
Costly
Execution554ms
Transfer144 KB
Unused44%
Monthly Cost£3/mo
js.usemessages.com
Other
Costly
Execution440ms
Transfer34 KB
Monthly Cost£2/mo
js.hsforms.net
Other
Costly
Execution345ms
Transfer0 KB
Unused58%
Monthly Cost£2/mo
js.hscollectedforms.net
Other
Costly
Execution236ms
Transfer27 KB
Monthly Cost£1/mo
cdn.leadinfo.net
Other
Optional
Execution181ms
Transfer21 KB
Monthly Cost£1/mo
LinkedIn Insight
Advertising
Optional
Execution112ms
Transfer19 KB
Monthly Cost£1/mo
js.hs-banner.com
Other
Optional
Execution88ms
Transfer19 KB
Monthly Cost£0/mo
These scripts may cost more than they're worth
www.gstatic.com adds 4520ms and costs ~£23/month
HubSpot Analytics adds 2146ms and costs ~£11/month
Unattributable adds 1895ms and costs ~£10/month
Hotjar adds 1668ms and costs ~£9/month
Google Tag Manager adds 554ms and costs ~£3/month
js.usemessages.com adds 440ms and costs ~£2/month
js.hsforms.net adds 345ms and costs ~£2/month
js.hscollectedforms.net adds 236ms and costs ~£1/month
70% 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.gstatic.com takes 4520ms 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
HubSpot Analytics takes 2146ms 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
Unattributable takes 1895ms 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
Hotjar takes 1668ms 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
Google Tag Manager takes 554ms 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
js.usemessages.com takes 440ms 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
js.hsforms.net takes 345ms 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
58% of js.hsforms.net'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
js.hscollectedforms.net takes 236ms 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.