Skip to content
https://emmanuel-alade-websi-5h0d.bolt.host

Performance

· 22 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
90
GRADE
A
FIX
1
REVIEW
6
PASS
12
INFO
3

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

78
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
93
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.
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.

1.15 s

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

3.13 s

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.013

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

1.63 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.

3.21 s

Page Load Progression

457 ms
914 ms
1.4 s
1.8 s
2.3 s
2.7 s
3.2 s
3.7 s
Checks
22
12 PASS 6 REVIEW 1 FIX
F
Page Weight Budget
Action
5.5 MB transferred, 15 requests
FIX
5.5 MB transferred, 15 requests
Critical::
Page weighs 6.8 MB (5.5 MB transferred)
Warning::
Images are 5.3 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 5.3 MB
Info::
15 HTTP requests
Info::
Estimated 1.2 g CO2 per page load
5.5 MB / 2.4 MB budget
5.5 MB transferred
15 requests
1.2 g CO2 per page load
Images 5.3 MiB 96%
Fonts 122.7 KiB 2%
JavaScript 113.4 KiB 2%
CSS 8.6 KiB 0%
Other 4.8 KiB 0%
HTML 1.6 KiB 0%
Other 0 B 0%
Other 0 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

B
Image Optimization
4 images, 0 KB saveable
REVIEW
4 images, 0 KB saveable
Warning::
https://emmanuel-alade-websi-5h0d.bolt.host/Brand_... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
4 images 5.3 MB
0 oversized -0 KB
4 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 Bundles
2 scripts, 57 KB unused
REVIEW
2 scripts, 57 KB unused
Warning::
https://emmanuel-alade-websi-5h0d.bolt.host/assets...: 57 KB unused (51%)
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://emmanuel-alade-websi-5h0d.bolt.host/assets/index-DHYN5LDQ.js113 KB57 KB (51%)1st
https://bolt.new/badge.js?s=7817d710-915a-46a9-9243-0a581221d7fc0 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

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
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
Page Weight Inventory
Action
15 resources · 5.5 MB · 57 KB savings available
REVIEW
15 resources · 5.5 MB · 57 KB savings available
Warning::
Page weight 5.5 MB exceeds 1 MB target by 4.5 MB
Got: 5.5 MB Expected: ≤ 1 MB
Info::
~57 KB of savings available
Info::
7 third-party resources (2% of weight)
Info::
4 resources over 200KB
15 resources · 5.5 MiB · 7 third-party 4.5 MiB over 1MB target
Image 96% · 5.3 MiB
Font 2% · 122.7 KiB
JavaScript 2% · 113.4 KiB
CSS 0% · 8.6 KiB
Other 0% · 4.8 KiB
Document 0% · 1.6 KiB

~57.2 KiB of savings available

Remove unused JavaScript: 57.2 KiB
B
HTTP Caching
public,max-age=0,must-revalidate
REVIEW
public,max-age=0,must-revalidate
Info::
Cache-Control header is set
Got: public,max-age=0,must-revalidate
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

public,max-age=0,must-revalidate

DirectiveValueMeaning
publicAny cache may store this response
max-age0Cache for 0 seconds
must-revalidateMust recheck with server after expiry
A+
Third-Party Impact
2% third-party, 0 ms blocking
PASS
2% third-party, 0 ms blocking
Info::
Third-party code accounts for 2% of page weight (129.5 KiB of 5.5 MiB)
Info::
Third-party blocking time is low (0 ms)
98%
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+
JS Execution Cost
362ms total JS execution
PASS
362ms total JS execution
Info::
Unattributable: 167ms CPU time
Info::
https://emmanuel-alade-websi-5h0d.bolt.host/: 135ms CPU time
Info::
https://emmanuel-alade-websi-5h0d.bolt.host/assets...: 59ms CPU time

Main Thread Breakdown

Other 56% Style & Layout 23% Script Evaluation 15% Rendering 5%
ScriptTotalScriptingParse/CompileParty
Unattributable167ms2ms0ms1st
https://emmanuel-alade-websi-5h0d.bolt.host/135ms11ms0ms1st
https://emmanuel-alade-websi-5h0d.bolt.host/assets/index-DHYN5LDQ.js59ms41ms1ms1st
A+
Font Loading
3 fonts (123 KB)
PASS
3 fonts (123 KB)
Info::
3 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

3

123 KB total

Render-blocking

0

of 3

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s FCP 1.2 s LCP 3.1 shttps://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2UcC73FwrK3iLTeHuS_nVMrM... https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2 — 47.3 KiB — 97 ms — font-display: swaphttps://fonts.gstatic.com/s/cormorantgaramond/v21/co3bmX5slCNuHLi8bLeY9MK7whWMhyjYqXtKky2F7g.woff2co3bmX5slCNuHLi8bLeY9MK... https://fonts.gstatic.com/s/cormorantgaramond/v21/co3bmX5slCNuHLi8bLeY9MK7whWMhyjYqXtKky2F7g.woff2 — 36.9 KiB — 96 ms — font-display: swaphttps://fonts.gstatic.com/s/cormorantgaramond/v21/co3ZmX5slCNuHLi8bLeY9MK7whWMhyjYrEtImSqn7B6D.woff2co3ZmX5slCNuHLi8bLeY9MK... https://fonts.gstatic.com/s/cormorantgaramond/v21/co3ZmX5slCNuHLi8bLeY9MK7whWMhyjYrEtImSqn7B6D.woff2 — 38.4 KiB — 96 ms — font-display: swap
UcC73FwrK3iLTeHuS_nVMrM... woff2 swap
Size 47 KB
Load time 97 ms
Start 858 ms
Risk FOUT — text flashes from fallback to web font
co3bmX5slCNuHLi8bLeY9MK... woff2 swap
Size 37 KB
Load time 96 ms
Start 858 ms
Risk FOUT — text flashes from fallback to web font
co3ZmX5slCNuHLi8bLeY9MK... woff2 swap
Size 38 KB
Load time 96 ms
Start 859 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+
Document Compression
Document response uses brotli
PASS
Document response uses brotli
Info::
Main HTML response uses brotli (Content-Encoding: br)
Brotli is the best text-compression algorithm for general use, ~20% smaller than gzip on average (40% on smaller files). Modern browsers all support it.
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: public,max-age=0,must-revalidate
A+
Server Response Intelligence
3 server-response signal(s) detected
PASS
3 server-response signal(s) detected
Info::
`Cache-Status` header present (RFC 9211): "Netlify Edge"; fwd=miss; fwd-status=200; stored
The page returns a `Cache-Status` header -- the standardized way for CDNs and caches to communicate per-hop cache state to debugging tools. Format: `Cache-Status: cdn-name; hit; ttl=300` (or `; fwd=miss` / `; fwd=stale`). Standard alternative to vendor-specific `X-Cache` patterns each CDN had historically. Cloudflare, Fastly, and Akamai all support emitting it.
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+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Cloudflare

Asset Compression
No text asset hosts to measure
INFO
No text asset hosts to measure
Info::
No third-party or subdomain host served enough text assets to measure
Asset compression is measured per host, from one HEAD request against a sampled resource. Pages that serve all their JS and CSS from the document's own origin are covered by the document compression check instead.
Network Waterfall
15 requests over 1338ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 1.2 s LCP 3.1 shttps://emmanuel-alade-websi-5h0d.bolt.host// https://emmanuel-alade-websi-5h0d.bolt.host/ — 200 — 1.6 KiB — 381 ms — h2https://emmanuel-alade-websi-5h0d.bolt.host/assets/index-DHYN5LDQ.js/assets/index-DHYN5LDQ.js https://emmanuel-alade-websi-5h0d.bolt.host/assets/index-DHYN5LDQ.js — 200 — 112.9 KiB — 265 ms — h2https://emmanuel-alade-websi-5h0d.bolt.host/assets/index-KCO9pV2O.css/assets/index-KCO9pV2O.css https://emmanuel-alade-websi-5h0d.bolt.host/assets/index-KCO9pV2O.css — 200 — 7.0 KiB — 243 ms — h2https://bolt.new/badge.js?s=7817d710-915a-46a9-9243-0a581221d7fcbolt.new/badge.js?s=7817d710-915a-4... https://bolt.new/badge.js?s=7817d710-915a-46a9-9243-0a581221d7fc — 200 — 467 B — 84 ms — h2https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,500;1,600&family=Inter:wght@300;400;500;600;700&display=swapfonts.googleapis.com/css2?family=Co... https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,500;1,600&family=Inter:wght@300;400;500;600;700&display=swap — 200 — 1.6 KiB — 134 ms — h2https://emmanuel-alade-websi-5h0d.bolt.host/Brand_logo_2.png/Brand_logo_2.png https://emmanuel-alade-websi-5h0d.bolt.host/Brand_logo_2.png — 200 — 930.4 KiB — 292 ms — h2https://emmanuel-alade-websi-5h0d.bolt.host/file_000000005f447243822948e698b48f4b_5.png/file_000000005f447243822948e698b48... https://emmanuel-alade-websi-5h0d.bolt.host/file_000000005f447243822948e698b48f4b_5.png — 200 — 595.9 KiB — 297 ms — h2https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2fonts.gstatic.com/s/inter/v20/UcC73... https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2 — 200 — 47.3 KiB — 97 ms — h3https://fonts.gstatic.com/s/cormorantgaramond/v21/co3bmX5slCNuHLi8bLeY9MK7whWMhyjYqXtKky2F7g.woff2fonts.gstatic.com/s/cormorantgaramo... https://fonts.gstatic.com/s/cormorantgaramond/v21/co3bmX5slCNuHLi8bLeY9MK7whWMhyjYqXtKky2F7g.woff2 — 200 — 36.9 KiB — 96 ms — h3https://fonts.gstatic.com/s/cormorantgaramond/v21/co3ZmX5slCNuHLi8bLeY9MK7whWMhyjYrEtImSqn7B6D.woff2fonts.gstatic.com/s/cormorantgaramo... https://fonts.gstatic.com/s/cormorantgaramond/v21/co3ZmX5slCNuHLi8bLeY9MK7whWMhyjYrEtImSqn7B6D.woff2 — 200 — 38.4 KiB — 96 ms — h3https://emmanuel-alade-websi-5h0d.bolt.host/BEFORE_VS_AFTER_RED_ONION.png/BEFORE_VS_AFTER_RED_ONION.png https://emmanuel-alade-websi-5h0d.bolt.host/BEFORE_VS_AFTER_RED_ONION.png — 200 — 2.0 MiB — 297 ms — h2https://emmanuel-alade-websi-5h0d.bolt.host/VERA_SKINCARE_PROJECT_COVER_IMAGE.png/VERA_SKINCARE_PROJECT_COVER_IMAGE.... https://emmanuel-alade-websi-5h0d.bolt.host/VERA_SKINCARE_PROJECT_COVER_IMAGE.png — 200 — 1.8 MiB — 448 ms — h2https://emmanuel-alade-websi-5h0d.bolt.host/Brand_logo_2.png/Brand_logo_2.png https://emmanuel-alade-websi-5h0d.bolt.host/Brand_logo_2.png — 200 — 0 B — 237 ms — h2https://emqszcajvkbjejtrjizi.supabase.co/rest/v1/journal_posts?select=*&published=eq.true&order=is_featured.desc%2Csort_order.desc%2Ccreated_at.descemqszcajvkbjejtrjizi.supabase.co/re... https://emqszcajvkbjejtrjizi.supabase.co/rest/v1/journal_posts?select=*&published=eq.true&order=is_featured.desc%2Csort_order.desc%2Ccreated_at.desc — 200 — 0 B — 69 ms — h3https://emqszcajvkbjejtrjizi.supabase.co/rest/v1/journal_posts?select=*&published=eq.true&order=is_featured.desc%2Csort_order.desc%2Ccreated_at.descemqszcajvkbjejtrjizi.supabase.co/re... https://emqszcajvkbjejtrjizi.supabase.co/rest/v1/journal_posts?select=*&published=eq.true&order=is_featured.desc%2Csort_order.desc%2Ccreated_at.desc — 200 — 4.8 KiB — 398 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Image Optimization
7 images, 2453 KB total, 927 KB wasted
INFO

Image Optimization Audit

Total Images

7

Total Size

2453 KB

Oversized

1

Wasted

927 KB

7 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