Skip to content
https://beavercheck.com

Performance

· 21 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
94
GRADE
A
FIX
0
REVIEW
4
PASS
15
INFO
2

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

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

379 ms

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

518 ms

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

0 ms

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

0.014

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

379 ms

Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.

518 ms

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
21
15 PASS 4 REVIEW
B
Image Optimization
13 images, 0 KB saveable
REVIEW
13 images, 0 KB saveable
Info::
All images are well-optimized
13 images 162 KB
0 oversized -0 KB
12 legacy format
0 missing dimensions CLS risk
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
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.
A
Page Weight Budget
875 KB transferred, 30 requests
PASS
875 KB transferred, 30 requests
Info::
Page weighs 1.2 MB (875 KB transferred)
Info::
30 HTTP requests
Info::
Estimated 0.18 g CO2 per page load
875 KB / 2.4 MB budget
875 KB transferred
30 requests
0.18 g CO2 per page load
Other 521.9 KiB 60%
Images 162.0 KiB 19%
Fonts 95.4 KiB 11%
JavaScript 55.7 KiB 6%
CSS 20.3 KiB 2%
HTML 19.2 KiB 2%
Other 827 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Under budget
A+
Third-Party Impact
No third-party resources
PASS
No third-party resources
Info::
No third-party resources detected
No third-party resources detected — all resources are first-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+
JS Execution Cost
200ms total JS execution
PASS
200ms total JS execution
Info::
https://beavercheck.com/: 119ms CPU time
Info::
Unattributable: 81ms CPU time

Main Thread Breakdown

Style & Layout 38% Other 33% Script Evaluation 18% Rendering 4%
ScriptTotalScriptingParse/CompileParty
https://beavercheck.com/119ms2ms1ms1st
Unattributable81ms3ms0ms1st
A+
Font Loading
4 fonts (95 KB)
PASS
4 fonts (95 KB)
Info::
4 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

4

95 KB total

Render-blocking

0

of 4

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s FCP 379 ms LCP 518 mshttps://beavercheck.com/static/fonts/inter-400.woff2inter-400.woff2 https://beavercheck.com/static/fonts/inter-400.woff2 — 23.3 KiB — 24 ms — font-display: swaphttps://beavercheck.com/static/fonts/inter-600.woff2inter-600.woff2 https://beavercheck.com/static/fonts/inter-600.woff2 — 24.1 KiB — 26 ms — font-display: swaphttps://beavercheck.com/static/fonts/inter-500.woff2inter-500.woff2 https://beavercheck.com/static/fonts/inter-500.woff2 — 23.9 KiB — 27 ms — font-display: swaphttps://beavercheck.com/static/fonts/inter-700.woff2inter-700.woff2 https://beavercheck.com/static/fonts/inter-700.woff2 — 24.0 KiB — 28 ms — font-display: swap
inter-400.woff2 woff2 swap
Size 23 KB
Load time 24 ms
Start 188 ms
Risk FOUT — text flashes from fallback to web font
inter-600.woff2 woff2 swap
Size 24 KB
Load time 26 ms
Start 189 ms
Risk FOUT — text flashes from fallback to web font
inter-500.woff2 woff2 swap
Size 24 KB
Load time 27 ms
Start 189 ms
Risk FOUT — text flashes from fallback to web font
inter-700.woff2 woff2 swap
Size 24 KB
Load time 28 ms
Start 190 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+
JS Bundles
7 scripts, 0 KB unused
PASS
7 scripts, 0 KB unused
0 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://beavercheck.com/static/js/htmx.min.js?v=66e2a46019 KB1st
https://beavercheck.com/static/js/htmx-config.js?v=66e2a4600 KB1st
https://beavercheck.com/static/js/bar-styles.js?v=66e2a4601 KB1st
https://beavercheck.com/static/js/components.js?v=66e2a4606 KB1st
https://beavercheck.com/static/js/alpine.min.js?v=66e2a46022 KB1st
https://beavercheck.com/static/js/app.js?v=66e2a4605 KB1st
https://beavercheck.com/static/js/actions.js?v=66e2a4603 KB1st
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+
Main HTML Cache-Control
Main HTML max-age=60 (≤ 5min) is appropriate
PASS
Main HTML max-age=60 (≤ 5min) is appropriate
Info::
Main HTML max-age=60 (≤ 5min) is appropriate
Got: public, max-age=60
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.
A+
Page Weight Inventory
30 resources · 875 KB · 0 KB savings available
PASS
30 resources · 875 KB · 0 KB savings available
Info::
Within 1MB page-weight target
Got: 875 KB
Info::
1 resources over 200KB
30 resources · 875.4 KiB · 0 third-party Within 1MB page-weight target
Media 60% · 521.9 KiB
Image 19% · 162.0 KiB
Font 11% · 95.4 KiB
JavaScript 6% · 55.7 KiB
CSS 2% · 20.3 KiB
Document 2% · 19.2 KiB
Other 0% · 827 B
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: OVHcloud

A
HTTP Caching
max-age=60 (1 minute)
PASS
max-age=60 (1 minute)
Info::
Cache-Control header is set
Got: public, max-age=60
Info::
Effective TTL: 1 minute (max-age=60)
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

public, max-age=60

DirectiveValueMeaning
publicAny cache may store this response
max-age60Cache for 1 minute
Effective TTL: 60 seconds
Network Waterfall
30 requests over 345ms
INFO
0 ms 200 ms 400 ms FCP 379 ms LCP 518 mshttps://beavercheck.com// https://beavercheck.com/ — 200 — 19.2 KiB — 89 ms — h2https://beavercheck.com/static/css/output.css?v=66e2a460/static/css/output.css?v=66e2a460 https://beavercheck.com/static/css/output.css?v=66e2a460 — 200 — 20.3 KiB — 33 ms — h2https://beavercheck.com/static/js/htmx.min.js?v=66e2a460/static/js/htmx.min.js?v=66e2a460 https://beavercheck.com/static/js/htmx.min.js?v=66e2a460 — 200 — 18.6 KiB — 80 ms — h2https://beavercheck.com/static/video/product-tour-poster.jpg/static/video/product-tour-poster.j... https://beavercheck.com/static/video/product-tour-poster.jpg — 200 — 76.4 KiB — 51 ms — h2https://beavercheck.com/static/js/htmx-config.js?v=66e2a460/static/js/htmx-config.js?v=66e2a46... https://beavercheck.com/static/js/htmx-config.js?v=66e2a460 — 200 — 367 B — 68 ms — h2https://beavercheck.com/static/js/bar-styles.js?v=66e2a460/static/js/bar-styles.js?v=66e2a460 https://beavercheck.com/static/js/bar-styles.js?v=66e2a460 — 200 — 858 B — 67 ms — h2https://beavercheck.com/static/js/components.js?v=66e2a460/static/js/components.js?v=66e2a460 https://beavercheck.com/static/js/components.js?v=66e2a460 — 200 — 6.2 KiB — 67 ms — h2https://beavercheck.com/static/js/alpine.min.js?v=66e2a460/static/js/alpine.min.js?v=66e2a460 https://beavercheck.com/static/js/alpine.min.js?v=66e2a460 — 200 — 22.0 KiB — 67 ms — h2https://beavercheck.com/static/js/app.js?v=66e2a460/static/js/app.js?v=66e2a460 https://beavercheck.com/static/js/app.js?v=66e2a460 — 200 — 4.9 KiB — 67 ms — h2https://beavercheck.com/static/js/actions.js?v=66e2a460/static/js/actions.js?v=66e2a460 https://beavercheck.com/static/js/actions.js?v=66e2a460 — 200 — 2.9 KiB — 67 ms — h2https://beavercheck.com/static/img/beaver.svg/static/img/beaver.svg https://beavercheck.com/static/img/beaver.svg — 200 — 2.0 KiB — 68 ms — h2https://beavercheck.com/static/img/flags/br.svg/static/img/flags/br.svg https://beavercheck.com/static/img/flags/br.svg — 200 — 1.3 KiB — 67 ms — h2https://beavercheck.com/static/img/flags/nl.svg/static/img/flags/nl.svg https://beavercheck.com/static/img/flags/nl.svg — 200 — 329 B — 67 ms — h2https://beavercheck.com/static/img/flags/sg.svg/static/img/flags/sg.svg https://beavercheck.com/static/img/flags/sg.svg — 200 — 479 B — 67 ms — h2https://beavercheck.com/static/img/flags/es.svg/static/img/flags/es.svg https://beavercheck.com/static/img/flags/es.svg — 200 — 326 B — 67 ms — h2https://beavercheck.com/static/img/flags/us.svg/static/img/flags/us.svg https://beavercheck.com/static/img/flags/us.svg — 200 — 521 B — 67 ms — h2https://beavercheck.com/static/site.webmanifest/static/site.webmanifest https://beavercheck.com/static/site.webmanifest — 200 — 827 B — 62 ms — h2https://beavercheck.com/favicons/peakhealthandfitness.co.uk.png/favicons/peakhealthandfitness.co.u... https://beavercheck.com/favicons/peakhealthandfitness.co.uk.png — 200 — 2.5 KiB — 34 ms — h2https://beavercheck.com/favicons/mymoonova.com.png/favicons/mymoonova.com.png https://beavercheck.com/favicons/mymoonova.com.png — 200 — 2.3 KiB — 38 ms — h2https://beavercheck.com/favicons/risk-score-1.preview.emergentagent.com.png/favicons/risk-score-1.preview.emer... https://beavercheck.com/favicons/risk-score-1.preview.emergentagent.com.png — 200 — 6.2 KiB — 40 ms — h2https://beavercheck.com/static/img/favicon-placeholder.svg/static/img/favicon-placeholder.svg https://beavercheck.com/static/img/favicon-placeholder.svg — 200 — 369 B — 41 ms — h2https://beavercheck.com/favicons/muscatbeautysalon.com.png/favicons/muscatbeautysalon.com.png https://beavercheck.com/favicons/muscatbeautysalon.com.png — 200 — 2.5 KiB — 41 ms — h2https://beavercheck.com/static/img/screenshots/result-overview-light.webp/static/img/screenshots/result-over... https://beavercheck.com/static/img/screenshots/result-overview-light.webp — 200 — 66.8 KiB — 43 ms — h2https://beavercheck.com/static/fonts/inter-400.woff2/static/fonts/inter-400.woff2 https://beavercheck.com/static/fonts/inter-400.woff2 — 200 — 23.3 KiB — 24 ms — h2https://beavercheck.com/static/fonts/inter-600.woff2/static/fonts/inter-600.woff2 https://beavercheck.com/static/fonts/inter-600.woff2 — 200 — 24.1 KiB — 26 ms — h2https://beavercheck.com/static/fonts/inter-500.woff2/static/fonts/inter-500.woff2 https://beavercheck.com/static/fonts/inter-500.woff2 — 200 — 23.9 KiB — 27 ms — h2https://beavercheck.com/static/fonts/inter-700.woff2/static/fonts/inter-700.woff2 https://beavercheck.com/static/fonts/inter-700.woff2 — 200 — 24.0 KiB — 28 ms — h2https://beavercheck.com/static/video/product-tour.webm/static/video/product-tour.webm https://beavercheck.com/static/video/product-tour.webm — 206 — 521.9 KiB — 45 ms — h2https://beavercheck.com/static/img/beaver.svg/static/img/beaver.svg https://beavercheck.com/static/img/beaver.svg — 200 — 0 B — 6 ms — h2https://beavercheck.com/static/img/beaver.svg/static/img/beaver.svg https://beavercheck.com/static/img/beaver.svg — 200 — 0 B — 7 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Image Optimization
29 images, 172 KB total, 9 KB wasted
INFO

Image Optimization Audit

Total Images

29

Total Size

172 KB

Oversized

3

Wasted

9 KB

8 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