Skip to content
https://tomorrowspayment.com

Performance

· 26 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
87
GRADE
B
FIX
2
REVIEW
4
PASS
17
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.
92
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.
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.

4.05 s

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

11.52 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.000

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

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

11.75 s

Page Load Progression

616 ms
1.2 s
1.8 s
2.5 s
3.1 s
3.7 s
4.3 s
4.9 s
Checks
26
17 PASS 4 REVIEW 2 FIX
F
Page Weight Budget
Action
6.0 MB transferred, 21 requests
FIX
6.0 MB transferred, 21 requests
Critical::
Page weighs 6.1 MB (6.0 MB transferred)
Warning::
Images are 3.1 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 3.1 MB
Info::
Fonts are 205 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 205 KB
Info::
21 HTTP requests
Info::
Estimated 1.3 g CO2 per page load
6.0 MB / 2.4 MB budget
6.0 MB transferred
21 requests
1.3 g CO2 per page load
Images 3.1 MiB 51%
Other 2.7 MiB 45%
Fonts 205.4 KiB 3%
CSS 17.0 KiB 0%
HTML 16.9 KiB 0%
JavaScript 6.7 KiB 0%
Other 3.1 KiB 0%
Other 741 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

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

D
JS Execution Cost
Action
2023ms total JS execution
FIX
2023ms total JS execution
Warning::
https://tomorrowspayment.com/_astro/hoisted.D3uQPd...: 824ms CPU time
Warning::
https://tomorrowspayment.com/: 615ms CPU time
Warning::
Unattributable: 584ms CPU time

Main Thread Breakdown

Other 57% Style & Layout 27% Rendering 9% Script Evaluation 6%
ScriptTotalScriptingParse/CompileParty
https://tomorrowspayment.com/_astro/hoisted.D3uQPdBI.js824ms86ms0ms1st
https://tomorrowspayment.com/615ms19ms1ms1st
Unattributable584ms12ms0ms1st
C
Image Optimization
Action
5 images, 0 KB saveable
REVIEW
5 images, 0 KB saveable
Warning::
https://tomorrowspayment.com/media/production/imag... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://tomorrowspayment.com/media/production/imag... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://tomorrowspayment.com/media/production/imag... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://tomorrowspayment.com/media/production/imag... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
5 images 3.1 MB
0 oversized -0 KB
5 legacy format
4 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

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

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

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
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
21 resources · 6.0 MB · 0 KB savings available
REVIEW
21 resources · 6.0 MB · 0 KB savings available
Warning::
Page weight 6.0 MB exceeds 1 MB target by 5.0 MB
Got: 6.0 MB Expected: ≤ 1 MB
Info::
6 third-party resources (3% of weight)
Info::
5 resources over 200KB
21 resources · 6.0 MiB · 6 third-party 5.0 MiB over 1MB target
Image 51% · 3.1 MiB
Media 45% · 2.7 MiB
Font 3% · 205.4 KiB
CSS 0% · 17.0 KiB
Document 0% · 16.9 KiB
JavaScript 0% · 6.7 KiB
Other 0% · 741 B
B
HTTP Caching
public, no-cache, must-revalidate
REVIEW
public, no-cache, must-revalidate
Info::
Cache-Control header is set
Got: public, no-cache, must-revalidate
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

public, no-cache, must-revalidate

DirectiveValueMeaning
publicAny cache may store this response
no-cacheCache but always revalidate first
must-revalidateMust recheck with server after expiry
A+
Third-Party Impact
3% third-party, 0 ms blocking
PASS
3% third-party, 0 ms blocking
Info::
Third-party code accounts for 3% of page weight (207.5 KiB of 6.0 MiB)
Info::
Third-party blocking time is low (0 ms)
97%
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
5 fonts (205 KB)
PASS
5 fonts (205 KB)
Info::
5 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

5

205 KB total

Render-blocking

0

of 5

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 4.1 s LCP 11.5 shttps://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2UcC73FwrK3iLTeHuS_nVMrM... https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2 — 47.3 KiB — 53 ms — font-display: swaphttps://fonts.gstatic.com/s/fustat/v4/NaPZcZ_aHO9Iy5tLSPJCgSm1ZA.woff2NaPZcZ_aHO9Iy5tLSPJCgSm... https://fonts.gstatic.com/s/fustat/v4/NaPZcZ_aHO9Iy5tLSPJCgSm1ZA.woff2 — 24.0 KiB — 51 ms — font-display: swaphttps://fonts.gstatic.com/s/newsreader/v26/cY9XfjOCX1hbuyalUrK439vogqC9yFZCYg7oRZaLFYYzbARA_n8.woff2cY9XfjOCX1hbuyalUrK439v... https://fonts.gstatic.com/s/newsreader/v26/cY9XfjOCX1hbuyalUrK439vogqC9yFZCYg7oRZaLFYYzbARA_n8.woff2 — 63.0 KiB — 64 ms — font-display: swaphttps://fonts.gstatic.com/s/jetbrainsmono/v24/tDbV2o-flEEny0FZhsfKu5WU4xD7OwGtT0rU.woff2tDbV2o-flEEny0FZhsfKu5W... https://fonts.gstatic.com/s/jetbrainsmono/v24/tDbV2o-flEEny0FZhsfKu5WU4xD7OwGtT0rU.woff2 — 39.6 KiB — 63 ms — font-display: swaphttps://fonts.gstatic.com/s/outfit/v15/QGYvz_MVcBeNP4NJtEtqUYLknw.woff2QGYvz_MVcBeNP4NJtEtqUYL... https://fonts.gstatic.com/s/outfit/v15/QGYvz_MVcBeNP4NJtEtqUYLknw.woff2 — 31.5 KiB — 51 ms — font-display: swap
UcC73FwrK3iLTeHuS_nVMrM... woff2 swap
Size 47 KB
Load time 53 ms
Start 1.2 s
Risk FOUT — text flashes from fallback to web font
NaPZcZ_aHO9Iy5tLSPJCgSm... woff2 swap
Size 24 KB
Load time 51 ms
Start 1.2 s
Risk FOUT — text flashes from fallback to web font
cY9XfjOCX1hbuyalUrK439v... woff2 swap
Size 63 KB
Load time 64 ms
Start 1.2 s
Risk FOUT — text flashes from fallback to web font
tDbV2o-flEEny0FZhsfKu5W... woff2 swap
Size 40 KB
Load time 63 ms
Start 1.2 s
Risk FOUT — text flashes from fallback to web font
QGYvz_MVcBeNP4NJtEtqUYL... woff2 swap
Size 32 KB
Load time 51 ms
Start 1.2 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+
JS Bundles
3 scripts, 0 KB unused
PASS
3 scripts, 0 KB unused
0 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://tomorrowspayment.com/_astro/hoisted.BbASAdAN.js1 KB1st
https://tomorrowspayment.com/_astro/hoisted.D3uQPdBI.js4 KB1st
https://tomorrowspayment.com/_astro/hoisted.CaARHPiv.js1 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
2 hints, 0 missing preconnects
PASS
2 hints, 0 missing preconnects
Info::
Page uses 2 resource hint(s)

Current Resource Hints

preconnect
2
preload
dns-prefetch
prefetch

2 resource hints configured

A+
HTTP/3 (QUIC)
HTTP/3 advertised via Alt-Svc
PASS
HTTP/3 advertised via Alt-Svc
Info::
HTTP/3 (QUIC) is supported
First-load mobile users on cellular networks see meaningful latency improvements with HTTP/3. The QUIC transport collapses TLS + TCP handshakes into one and recovers faster from packet loss.
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 uses no-cache -- safe revalidate-on-request policy
PASS
Main HTML uses no-cache -- safe revalidate-on-request policy
Info::
Main HTML uses no-cache -- safe revalidate-on-request policy
Got: public, no-cache, must-revalidate
A
Server Response Intelligence
2 server-response signal(s) detected
PASS
2 server-response signal(s) detected
Warning::
Compressed response missing `Vary` header
The page is served with `Content-Encoding: br` but has no `Vary` header. Without `Vary: Accept-Encoding`, intermediary caches (corporate proxies, ISP caches) may serve the compressed variant to clients that didn't send the matching `Accept-Encoding` -- the client sees garbled bytes. Add `Vary: Accept-Encoding` whenever the response is conditionally compressed.
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
21 requests over 2307ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s FCP 4.1 s LCP 11.5 shttps://tomorrowspayment.com// https://tomorrowspayment.com/ — 200 — 16.9 KiB — 473 ms — h2https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800;900&family=Fustat:wght@500;600;700;800&family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@300;400;500&family=Newsreader:ital,wght@1,450&display=swapfonts.googleapis.com/css2?family=Ou... https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800;900&family=Fustat:wght@500;600;700;800&family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@300;400;500&family=Newsreader:ital,wght@1,450&display=swap — 200 — 2.0 KiB — 220 ms — h2https://tomorrowspayment.com/_astro/_category_.CKATzTZX.css/_astro/_category_.CKATzTZX.css https://tomorrowspayment.com/_astro/_category_.CKATzTZX.css — 200 — 1.6 KiB — 332 ms — h2https://tomorrowspayment.com/_astro/about.DNKCZo44.css/_astro/about.DNKCZo44.css https://tomorrowspayment.com/_astro/about.DNKCZo44.css — 200 — 13.4 KiB — 367 ms — h2https://tomorrowspayment.com/_astro/hoisted.BbASAdAN.js/_astro/hoisted.BbASAdAN.js https://tomorrowspayment.com/_astro/hoisted.BbASAdAN.js — 200 — 1.2 KiB — 332 ms — h2https://tomorrowspayment.com/site.webmanifest/site.webmanifest https://tomorrowspayment.com/site.webmanifest — 200 — 741 B — 360 ms — h3https://tomorrowspayment.com/media/hero/intro-poster.jpg?v=5/media/hero/intro-poster.jpg?v=5 https://tomorrowspayment.com/media/hero/intro-poster.jpg?v=5 — 200 — 235.2 KiB — 556 ms — h2https://tomorrowspayment.com/media/production/images/item-fa9bd707491f358b7c17748b5b9cf684.png/media/production/images/item-fa9bd... https://tomorrowspayment.com/media/production/images/item-fa9bd707491f358b7c17748b5b9cf684.png — 200 — 1015.7 KiB — 775 ms — h2https://tomorrowspayment.com/media/hero/intro-hero.webm?v=5/media/hero/intro-hero.webm?v=5 https://tomorrowspayment.com/media/hero/intro-hero.webm?v=5 — 206 — 2.7 MiB — 847 ms — h2https://tomorrowspayment.com/_astro/hoisted.D3uQPdBI.js/_astro/hoisted.D3uQPdBI.js https://tomorrowspayment.com/_astro/hoisted.D3uQPdBI.js — 200 — 4.4 KiB — 348 ms — h3https://tomorrowspayment.com/_astro/hoisted.CaARHPiv.js/_astro/hoisted.CaARHPiv.js https://tomorrowspayment.com/_astro/hoisted.CaARHPiv.js — 200 — 1.1 KiB — 355 ms — h3https://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 — 53 ms — h3https://fonts.gstatic.com/s/fustat/v4/NaPZcZ_aHO9Iy5tLSPJCgSm1ZA.woff2fonts.gstatic.com/s/fustat/v4/NaPZc... https://fonts.gstatic.com/s/fustat/v4/NaPZcZ_aHO9Iy5tLSPJCgSm1ZA.woff2 — 200 — 24.0 KiB — 51 ms — h3https://fonts.gstatic.com/s/newsreader/v26/cY9XfjOCX1hbuyalUrK439vogqC9yFZCYg7oRZaLFYYzbARA_n8.woff2fonts.gstatic.com/s/newsreader/v26/... https://fonts.gstatic.com/s/newsreader/v26/cY9XfjOCX1hbuyalUrK439vogqC9yFZCYg7oRZaLFYYzbARA_n8.woff2 — 200 — 63.0 KiB — 64 ms — h3https://fonts.gstatic.com/s/jetbrainsmono/v24/tDbV2o-flEEny0FZhsfKu5WU4xD7OwGtT0rU.woff2fonts.gstatic.com/s/jetbrainsmono/v... https://fonts.gstatic.com/s/jetbrainsmono/v24/tDbV2o-flEEny0FZhsfKu5WU4xD7OwGtT0rU.woff2 — 200 — 39.6 KiB — 63 ms — h3https://fonts.gstatic.com/s/outfit/v15/QGYvz_MVcBeNP4NJtEtqUYLknw.woff2fonts.gstatic.com/s/outfit/v15/QGYv... https://fonts.gstatic.com/s/outfit/v15/QGYvz_MVcBeNP4NJtEtqUYLknw.woff2 — 200 — 31.5 KiB — 51 ms — h3https://tomorrowspayment.com/favicon.ico/favicon.ico https://tomorrowspayment.com/favicon.ico — 200 — 1.2 KiB — 335 ms — h3https://tomorrowspayment.com/media/production/images/item-d31985ff7707491b3b3ba6c04bc0abe1.png/media/production/images/item-d3198... https://tomorrowspayment.com/media/production/images/item-d31985ff7707491b3b3ba6c04bc0abe1.png — 200 — 958.9 KiB — 746 ms — h3https://tomorrowspayment.com/media/production/images/item-288cf0875f837a732fafb290870548cd.png/media/production/images/item-288cf... https://tomorrowspayment.com/media/production/images/item-288cf0875f837a732fafb290870548cd.png — 200 — 880.7 KiB — 769 ms — h3https://tomorrowspayment.com/media/production/images/item-9728d1dca71f44c9f1e9a3308f1b1546.jpg/media/production/images/item-9728d... https://tomorrowspayment.com/media/production/images/item-9728d1dca71f44c9f1e9a3308f1b1546.jpg — 200 — 69.1 KiB — 458 ms — h3https://tomorrowspayment.com/favicon-32x32.png/favicon-32x32.png https://tomorrowspayment.com/favicon-32x32.png — 200 — 1.9 KiB — 352 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Image Optimization
7 images, 1013 KB total, 0 KB wasted
INFO

Image Optimization Audit

Total Images

7

Total Size

1013 KB

7 missing dimensions 1 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