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

Performance

· 26 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
90
GRADE
A
FIX
0
REVIEW
7
PASS
16
INFO
3

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

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

3.65 s

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

12.23 s

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

33 ms

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

0.009

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

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

12.23 s

Page Load Progression

606 ms
1.2 s
1.8 s
2.4 s
3.0 s
3.6 s
4.2 s
4.8 s
Checks
26
16 PASS 7 REVIEW
C
Page Weight Budget
Action
1.7 MB transferred, 13 requests
REVIEW
1.7 MB transferred, 13 requests
Info::
Page weighs 3.0 MB (1.7 MB transferred)
Warning::
Images are 1.5 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.5 MB
Info::
13 HTTP requests
Info::
Estimated 0.36 g CO2 per page load
1.7 MB / 2.4 MB budget
1.7 MB transferred
13 requests
0.36 g CO2 per page load
Images 1.5 MiB 86%
Fonts 122.7 KiB 7%
JavaScript 113.6 KiB 6%
CSS 8.6 KiB 0%
Other 4.8 KiB 0%
HTML 1.5 KiB 0%
Other 0 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Approaching limit

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

Why this matters

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

Source: web.dev

C
JS Execution Cost
Action
1054ms total JS execution
REVIEW
1054ms total JS execution
Warning::
https://emmanuel-alade-websi-5h0d.bolt.host/: 547ms CPU time
Warning::
Unattributable: 312ms CPU time
Info::
https://emmanuel-alade-websi-5h0d.bolt.host/assets...: 195ms CPU time

Main Thread Breakdown

Other 46% Style & Layout 30% Script Evaluation 17% Rendering 6%
ScriptTotalScriptingParse/CompileParty
https://emmanuel-alade-websi-5h0d.bolt.host/547ms36ms1ms1st
Unattributable312ms8ms0ms1st
https://emmanuel-alade-websi-5h0d.bolt.host/assets/index-DHYN5LDQ.js195ms137ms2ms1st
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
13 resources · 1.7 MB · 57 KB savings available
REVIEW
13 resources · 1.7 MB · 57 KB savings available
Warning::
Page weight 1.7 MB exceeds 1 MB target by 754 KB
Got: 1.7 MB Expected: ≤ 1 MB
Info::
~57 KB of savings available
Info::
7 third-party resources (7% of weight)
Info::
2 resources over 200KB
13 resources · 1.7 MiB · 7 third-party 753.6 KiB over 1MB target
Image 86% · 1.5 MiB
Font 7% · 122.7 KiB
JavaScript 6% · 113.6 KiB
CSS 0% · 8.6 KiB
Other 0% · 4.8 KiB
Document 0% · 1.5 KiB

~57.3 KiB of savings available

Remove unused JavaScript: 57.3 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
7% third-party, 0 ms blocking
PASS
7% third-party, 0 ms blocking
Info::
Third-party code accounts for 7% of page weight (129.5 KiB of 1.7 MiB)
Info::
Third-party blocking time is low (0 ms)
93%
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
Image Optimization
2 images, 0 KB saveable
PASS
2 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.
2 images 1.5 MB
0 oversized -0 KB
2 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

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 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s FCP 3.7 s LCP 12.2 shttps://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2UcC73FwrK3iLTeHuS_nVMrM... https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2 — 47.3 KiB — 94 ms — font-display: swaphttps://fonts.gstatic.com/s/cormorantgaramond/v21/co3bmX5slCNuHLi8bLeY9MK7whWMhyjYqXtKky2F7g.woff2co3bmX5slCNuHLi8bLeY9MK... https://fonts.gstatic.com/s/cormorantgaramond/v21/co3bmX5slCNuHLi8bLeY9MK7whWMhyjYqXtKky2F7g.woff2 — 36.9 KiB — 97 ms — font-display: swaphttps://fonts.gstatic.com/s/cormorantgaramond/v21/co3ZmX5slCNuHLi8bLeY9MK7whWMhyjYrEtImSqn7B6D.woff2co3ZmX5slCNuHLi8bLeY9MK... https://fonts.gstatic.com/s/cormorantgaramond/v21/co3ZmX5slCNuHLi8bLeY9MK7whWMhyjYrEtImSqn7B6D.woff2 — 38.4 KiB — 97 ms — font-display: swap
UcC73FwrK3iLTeHuS_nVMrM... woff2 swap
Size 47 KB
Load time 94 ms
Start 1.4 s
Risk FOUT — text flashes from fallback to web font
co3bmX5slCNuHLi8bLeY9MK... woff2 swap
Size 37 KB
Load time 97 ms
Start 1.4 s
Risk FOUT — text flashes from fallback to web font
co3ZmX5slCNuHLi8bLeY9MK... woff2 swap
Size 38 KB
Load time 97 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)
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+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
A+
JavaScript Blocking
No render-blocking JS or document.write usage detected
PASS
No render-blocking JS or document.write usage detected
Info::
No JavaScript blocking issues detected
A+
CSS Performance Depth
No CSS performance depth issues detected
PASS
No CSS performance depth issues detected
Info::
No CSS performance depth issues detected
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
13 requests over 2525ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s FCP 3.7 s LCP 12.2 shttps://emmanuel-alade-websi-5h0d.bolt.host// https://emmanuel-alade-websi-5h0d.bolt.host/ — 200 — 1.5 KiB — 312 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 — 113.2 KiB — 980 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 — 621 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 — 464 B — 852 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 — 147 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.5 KiB — 1.2 s — 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 — 596.0 KiB — 782 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 — 94 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 — 97 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 — 97 ms — h3https://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 — 1.1 s — 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 — 162 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 — 606 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