Skip to content
https://askmatchbox.com

Performance

· 25 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
92
GRADE
A
FIX
1
REVIEW
6
PASS
16
INFO
2

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

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

1.00 s

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

4.53 s

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

156 ms

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

0.001

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

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

4.74 s

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
25
16 PASS 6 REVIEW 1 FIX
D
JS Execution Cost
Action
2412ms total JS execution
FIX
2412ms total JS execution
Warning::
https://askmatchbox.com/_next/static/chunks/064-j_...: 1348ms CPU time
Warning::
https://askmatchbox.com/: 621ms CPU time
Warning::
Unattributable: 383ms CPU time
Info::
https://askmatchbox.com/_next/static/chunks/141n2l...: 61ms CPU time

Main Thread Breakdown

Script Evaluation 54% Other 25% Style & Layout 11% Script Parsing & Compilation 5% Rendering 4%
ScriptTotalScriptingParse/CompileParty
https://askmatchbox.com/_next/static/chunks/064-j_re08xbz.js1348ms1256ms24ms1st
https://askmatchbox.com/621ms16ms14ms1st
Unattributable383ms11ms0ms1st
https://askmatchbox.com/_next/static/chunks/141n2lq4toqm7.js61ms40ms21ms1st
B
JS Bundles
20 scripts, 113 KB unused
REVIEW
20 scripts, 113 KB unused
Warning::
https://askmatchbox.com/_next/static/chunks/0sod64...: 50 KB unused (82%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://askmatchbox.com/_next/static/chunks/141n2l...: 38 KB unused (58%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://askmatchbox.com/_next/static/chunks/064-j_...: 25 KB unused (36%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 113 KB
113 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://askmatchbox.com/_next/static/chunks/0sod64ihkiyxq.js61 KB50 KB (82%)1st
https://askmatchbox.com/_next/static/chunks/141n2lq4toqm7.js66 KB38 KB (58%)1st
https://askmatchbox.com/_next/static/chunks/064-j_re08xbz.js70 KB25 KB (36%)1st
https://askmatchbox.com/_next/static/chunks/03~-an--35cpn.js4 KB1st
https://askmatchbox.com/_next/static/chunks/0g42b1kzq~sn_.js10 KB1st
https://askmatchbox.com/_next/static/chunks/turbopack-0su0d9af8q5ko.js4 KB1st
https://askmatchbox.com/_next/static/chunks/0s~36~oevtz~3.js1 KB1st
https://askmatchbox.com/_next/static/chunks/05iyf-hvkd2.m.js37 KB1st
https://askmatchbox.com/_next/static/chunks/01xlw8hd842-c.js2 KB1st
https://askmatchbox.com/_next/static/chunks/0d3shmwh5_nmn.js13 KB1st

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

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

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
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
Main HTML Cache-Control
Cache-Control present but without max-age
REVIEW
Cache-Control present but without max-age
Info::
Main HTML Cache-Control has no max-age: s-maxage=3600, stale-while-revalidate=31532400
Got: s-maxage=3600, stale-while-revalidate=31532400
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
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

B
HTTP Caching
s-maxage=3600, stale-while-revalidate=31532400
REVIEW
s-maxage=3600, stale-while-revalidate=31532400
Info::
Cache-Control header is set
Got: s-maxage=3600, stale-while-revalidate=31532400
Info::
CDN TTL: 1 hour (s-maxage=3600)
Info::
ETag present — enables conditional (304) responses
Cache-Control

s-maxage=3600, stale-while-revalidate=31532400

DirectiveValueMeaning
s-maxage3600CDN caches for 1 hour
stale-while-revalidate31532400Serve stale for 52 weeks while fetching fresh
A
Page Weight Budget
1003 KB transferred, 42 requests
PASS
1003 KB transferred, 42 requests
Info::
Page weighs 1.9 MB (1003 KB transferred)
Info::
42 HTTP requests
Info::
Estimated 0.21 g CO2 per page load
1003 KB / 2.4 MB budget
1003 KB transferred
42 requests
0.21 g CO2 per page load
Images 427.7 KiB 43%
JavaScript 334.6 KiB 33%
Fonts 193.3 KiB 19%
CSS 16.8 KiB 2%
HTML 13.2 KiB 1%
Other 11.6 KiB 1%
Other 6.1 KiB 1%
0 2.4 MB 4.9 MB
Under budget
A+
Third-Party Impact
1% third-party, 0 ms blocking
PASS
1% third-party, 0 ms blocking
Info::
Third-party code accounts for 1% of page weight (10.8 KiB of 1003.3 KiB)
Info::
Third-party blocking time is low (0 ms)
99%
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
11 images, 0 KB saveable
PASS
11 images, 0 KB saveable
Info::
All images are well-optimized
11 images 428 KB
0 oversized -0 KB
0 legacy format
0 missing dimensions CLS risk
A+
Font Loading
4 fonts (193 KB)
PASS
4 fonts (193 KB)
Info::
4 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

4

193 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 1.0 s 2.0 s 3.0 s 4.0 s FCP 1.0 s LCP 4.5 shttps://askmatchbox.com/_next/static/media/03bda585a99c6450-s.p.0zzh68k1~whtc.woff203bda585a99c6450-s.p.0z... https://askmatchbox.com/_next/static/media/03bda585a99c6450-s.p.0zzh68k1~whtc.woff2 — 35.8 KiB — 70 ms — font-display: swaphttps://askmatchbox.com/_next/static/media/3c7c6164b2587822-s.p.0duriy8536ewt.woff23c7c6164b2587822-s.p.0d... https://askmatchbox.com/_next/static/media/3c7c6164b2587822-s.p.0duriy8536ewt.woff2 — 44.8 KiB — 117 ms — font-display: swaphttps://askmatchbox.com/_next/static/media/70bc3e132a0a741e-s.p.1409xf.ylxg8g.woff270bc3e132a0a741e-s.p.14... https://askmatchbox.com/_next/static/media/70bc3e132a0a741e-s.p.1409xf.ylxg8g.woff2 — 39.7 KiB — 81 ms — font-display: swaphttps://askmatchbox.com/_next/static/media/a85fe84266768609-s.p.05b418i5bs~lg.woff2a85fe84266768609-s.p.05... https://askmatchbox.com/_next/static/media/a85fe84266768609-s.p.05b418i5bs~lg.woff2 — 73.0 KiB — 81 ms — font-display: swap
03bda585a99c6450-s.p.0z... woff2 swap
Size 36 KB
Load time 70 ms
Start 77 ms
Risk FOUT — text flashes from fallback to web font
3c7c6164b2587822-s.p.0d... woff2 swap
Size 45 KB
Load time 117 ms
Start 78 ms
Risk FOUT — text flashes from fallback to web font
70bc3e132a0a741e-s.p.14... woff2 swap
Size 40 KB
Load time 81 ms
Start 78 ms
Risk FOUT — text flashes from fallback to web font
a85fe84266768609-s.p.05... woff2 swap
Size 73 KB
Load time 81 ms
Start 79 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
5 hints, 0 missing preconnects
PASS
5 hints, 0 missing preconnects
Warning::
4 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: /_next/static/media/03bda585a99c6450-s.p.0zzh68k1~whtc.woff2, /_next/static/media/3c7c6164b2587822-s.p.0duriy8536ewt.woff2, /_next/static/media/70bc3e132a0a741e-s.p.1409xf.ylxg8g.woff2 (+1 more). Add `crossorigin` (or `crossorigin="anonymous"`) to each preload.
Info::
Page uses 5 resource hint(s)

Current Resource Hints

preconnect
preload
5
dns-prefetch
prefetch

5 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: /_next/static/media/03bda585a99c6450-s.p.0zzh68k1~whtc.woff2, /_next/static/media/3c7c6164b2587822-s.p.0duriy8536ewt.woff2, /_next/static/media/70bc3e132a0a741e-s.p.1409xf.ylxg8g.woff2 (+1 more). Add `crossorigin` (or `crossorigin="anonymous"`) to each preload.

Why this matters

Performance issues directly impact user engagement and conversion rates.

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+
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+
Server Response Intelligence
2 server-response signal(s) detected
PASS
2 server-response signal(s) detected
Info::
`Vary` header declared: rsc, next-router-state-tree, next-router-prefetch, next-router-segment-prefetch,...
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::
`ETag` present -- conditional GET supported
A+
Page Weight Inventory
42 resources · 1003 KB · 113 KB savings available
PASS
42 resources · 1003 KB · 113 KB savings available
Info::
Within 1MB page-weight target
Got: 1003 KB
Info::
~113 KB of savings available
Info::
4 third-party resources (1% of weight)
42 resources · 1003.3 KiB · 4 third-party Within 1MB page-weight target
Image 43% · 433.8 KiB
JavaScript 33% · 334.6 KiB
Font 19% · 193.3 KiB
CSS 2% · 16.8 KiB
Document 1% · 13.2 KiB
Other 1% · 11.6 KiB

~113.1 KiB of savings available

Remove unused JavaScript: 113.1 KiB
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
1 JS blocking issue(s) detected
PASS
1 JS blocking issue(s) detected
Warning::
1 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.
A+
CSS Performance Depth
No CSS performance depth issues detected
PASS
No CSS performance depth issues detected
Info::
No CSS performance depth issues detected
Network Waterfall
42 requests over 748ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 1.0 s LCP 4.5 shttps://askmatchbox.com// https://askmatchbox.com/ — 200 — 13.2 KiB — 61 ms — h2https://askmatchbox.com/_next/static/media/03bda585a99c6450-s.p.0zzh68k1~whtc.woff2/_next/static/media/03bda585a99c645... https://askmatchbox.com/_next/static/media/03bda585a99c6450-s.p.0zzh68k1~whtc.woff2 — 200 — 35.8 KiB — 70 ms — h2https://askmatchbox.com/_next/static/media/3c7c6164b2587822-s.p.0duriy8536ewt.woff2/_next/static/media/3c7c6164b258782... https://askmatchbox.com/_next/static/media/3c7c6164b2587822-s.p.0duriy8536ewt.woff2 — 200 — 44.8 KiB — 117 ms — h2https://askmatchbox.com/_next/static/media/70bc3e132a0a741e-s.p.1409xf.ylxg8g.woff2/_next/static/media/70bc3e132a0a741... https://askmatchbox.com/_next/static/media/70bc3e132a0a741e-s.p.1409xf.ylxg8g.woff2 — 200 — 39.7 KiB — 81 ms — h2https://askmatchbox.com/_next/static/media/a85fe84266768609-s.p.05b418i5bs~lg.woff2/_next/static/media/a85fe8426676860... https://askmatchbox.com/_next/static/media/a85fe84266768609-s.p.05b418i5bs~lg.woff2 — 200 — 73.0 KiB — 81 ms — h2https://askmatchbox.com/_next/static/chunks/0shpwdff~~k.0.css/_next/static/chunks/0shpwdff~~k.0.... https://askmatchbox.com/_next/static/chunks/0shpwdff~~k.0.css — 200 — 16.8 KiB — 72 ms — h2https://askmatchbox.com/_next/image?url=%2Fbrand%2Fmatchbox-mark.png&w=2048&q=75/_next/image?url=%2Fbrand%2Fmatchbo... https://askmatchbox.com/_next/image?url=%2Fbrand%2Fmatchbox-mark.png&w=2048&q=75 — 200 — 102.4 KiB — 77 ms — h2https://askmatchbox.com/_next/image?url=%2Fbrand%2Fmatchbox-wordmark.png&w=1920&q=75/_next/image?url=%2Fbrand%2Fmatchbo... https://askmatchbox.com/_next/image?url=%2Fbrand%2Fmatchbox-wordmark.png&w=1920&q=75 — 200 — 25.1 KiB — 65 ms — h2https://askmatchbox.com/_next/image?url=%2Fbrand%2Fmatchbox-logo.png&w=2048&q=75/_next/image?url=%2Fbrand%2Fmatchbo... https://askmatchbox.com/_next/image?url=%2Fbrand%2Fmatchbox-logo.png&w=2048&q=75 — 200 — 128.5 KiB — 160 ms — h3https://askmatchbox.com/_next/image?url=%2Fbrand%2Fbirdy.png&w=2048&q=75/_next/image?url=%2Fbrand%2Fbirdy.p... https://askmatchbox.com/_next/image?url=%2Fbrand%2Fbirdy.png&w=2048&q=75 — 200 — 56.9 KiB — 109 ms — h3https://askmatchbox.com/_next/static/chunks/0yb2wil16uz6h.js/_next/static/chunks/0yb2wil16uz6h.... https://askmatchbox.com/_next/static/chunks/0yb2wil16uz6h.js — 200 — 2.3 KiB — 136 ms — h3https://askmatchbox.com/_next/static/chunks/0xmcjnfv_ocba.js/_next/static/chunks/0xmcjnfv_ocba.... https://askmatchbox.com/_next/static/chunks/0xmcjnfv_ocba.js — 200 — 9.0 KiB — 139 ms — h3https://askmatchbox.com/_next/static/chunks/064-j_re08xbz.js/_next/static/chunks/064-j_re08xbz.... https://askmatchbox.com/_next/static/chunks/064-j_re08xbz.js — 200 — 69.6 KiB — 163 ms — h3https://askmatchbox.com/_next/static/chunks/05iyf-hvkd2.m.js/_next/static/chunks/05iyf-hvkd2.m.... https://askmatchbox.com/_next/static/chunks/05iyf-hvkd2.m.js — 200 — 36.8 KiB — 78 ms — h3https://askmatchbox.com/_next/static/chunks/152k2ttyoaood.js/_next/static/chunks/152k2ttyoaood.... https://askmatchbox.com/_next/static/chunks/152k2ttyoaood.js — 200 — 9.3 KiB — 151 ms — h3https://askmatchbox.com/_next/static/chunks/turbopack-0su0d9af8q5ko.js/_next/static/chunks/turbopack-0su0... https://askmatchbox.com/_next/static/chunks/turbopack-0su0d9af8q5ko.js — 200 — 4.4 KiB — 119 ms — h3https://askmatchbox.com/_next/static/chunks/0s~36~oevtz~3.js/_next/static/chunks/0s~36~oevtz~3.... https://askmatchbox.com/_next/static/chunks/0s~36~oevtz~3.js — 200 — 924 B — 119 ms — h3https://askmatchbox.com/_next/static/chunks/141n2lq4toqm7.js/_next/static/chunks/141n2lq4toqm7.... https://askmatchbox.com/_next/static/chunks/141n2lq4toqm7.js — 200 — 66.2 KiB — 194 ms — h3https://askmatchbox.com/_next/static/chunks/01xlw8hd842-c.js/_next/static/chunks/01xlw8hd842-c.... https://askmatchbox.com/_next/static/chunks/01xlw8hd842-c.js — 200 — 1.7 KiB — 108 ms — h3https://askmatchbox.com/_next/static/chunks/0d3shmwh5_nmn.js/_next/static/chunks/0d3shmwh5_nmn.... https://askmatchbox.com/_next/static/chunks/0d3shmwh5_nmn.js — 200 — 12.9 KiB — 153 ms — h3https://askmatchbox.com/_next/static/chunks/03~-an--35cpn.js/_next/static/chunks/03~-an--35cpn.... https://askmatchbox.com/_next/static/chunks/03~-an--35cpn.js — 200 — 4.2 KiB — 151 ms — h3https://askmatchbox.com/_next/static/chunks/0sod64ihkiyxq.js/_next/static/chunks/0sod64ihkiyxq.... https://askmatchbox.com/_next/static/chunks/0sod64ihkiyxq.js — 200 — 61.3 KiB — 188 ms — h3https://askmatchbox.com/_next/static/chunks/0g42b1kzq~sn_.js/_next/static/chunks/0g42b1kzq~sn_.... https://askmatchbox.com/_next/static/chunks/0g42b1kzq~sn_.js — 200 — 10.4 KiB — 151 ms — h3https://askmatchbox.com/_next/static/chunks/0ozngjdfm-1z..js/_next/static/chunks/0ozngjdfm-1z..... https://askmatchbox.com/_next/static/chunks/0ozngjdfm-1z..js — 200 — 6.5 KiB — 154 ms — h3https://askmatchbox.com/_next/static/chunks/0y3vkccz0czla.js/_next/static/chunks/0y3vkccz0czla.... https://askmatchbox.com/_next/static/chunks/0y3vkccz0czla.js — 200 — 7.1 KiB — 152 ms — h3https://askmatchbox.com/_next/static/chunks/0mrygax_2m132.js/_next/static/chunks/0mrygax_2m132.... https://askmatchbox.com/_next/static/chunks/0mrygax_2m132.js — 200 — 8.4 KiB — 150 ms — h3https://askmatchbox.com/_next/static/chunks/0mbu_1.o6-4fi.js/_next/static/chunks/0mbu_1.o6-4fi.... https://askmatchbox.com/_next/static/chunks/0mbu_1.o6-4fi.js — 200 — 13.0 KiB — 154 ms — h3data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 12' preserveAspect…www.w3.org/2000/svg' viewBox='0 0 2... data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 12' preserveAspect… — 200 — 0 B — 0 ms — datahttps://askmatchbox.com/_next/image?url=https%3A%2F%2Fhnqciyxvnaupbukeggwk.supabase.co%2Fstorage%2Fv1%2Fobject%2Fpublic%2Fsolution-logos%2Fco-fe-1778448349380.png&w=256&q=75/_next/image?url=https%3A%2F%2Fhnqc... https://askmatchbox.com/_next/image?url=https%3A%2F%2Fhnqciyxvnaupbukeggwk.supabase.co%2Fstorage%2Fv1%2Fobject%2Fpublic%2Fsolution-logos%2Fco-fe-1778448349380.png&w=256&q=75 — 200 — 1.9 KiB — 100 ms — h3https://askmatchbox.com/_next/image?url=https%3A%2F%2Fhnqciyxvnaupbukeggwk.supabase.co%2Fstorage%2Fv1%2Fobject%2Fpublic%2Fsolution-logos%2Fre-mind-logo-1782637486507.png&w=256&q=75/_next/image?url=https%3A%2F%2Fhnqc... https://askmatchbox.com/_next/image?url=https%3A%2F%2Fhnqciyxvnaupbukeggwk.supabase.co%2Fstorage%2Fv1%2Fobject%2Fpublic%2Fsolution-logos%2Fre-mind-logo-1782637486507.png&w=256&q=75 — 200 — 8.0 KiB — 128 ms — h3
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 1.0 s LCP 4.5 shttps://askmatchbox.com// https://askmatchbox.com/ — 200 — 13.2 KiB — 61 ms — h2https://askmatchbox.com/_next/static/media/03bda585a99c6450-s.p.0zzh68k1~whtc.woff2/_next/static/media/03bda585a99c645... https://askmatchbox.com/_next/static/media/03bda585a99c6450-s.p.0zzh68k1~whtc.woff2 — 200 — 35.8 KiB — 70 ms — h2https://askmatchbox.com/_next/static/media/3c7c6164b2587822-s.p.0duriy8536ewt.woff2/_next/static/media/3c7c6164b258782... https://askmatchbox.com/_next/static/media/3c7c6164b2587822-s.p.0duriy8536ewt.woff2 — 200 — 44.8 KiB — 117 ms — h2https://askmatchbox.com/_next/static/media/70bc3e132a0a741e-s.p.1409xf.ylxg8g.woff2/_next/static/media/70bc3e132a0a741... https://askmatchbox.com/_next/static/media/70bc3e132a0a741e-s.p.1409xf.ylxg8g.woff2 — 200 — 39.7 KiB — 81 ms — h2https://askmatchbox.com/_next/static/media/a85fe84266768609-s.p.05b418i5bs~lg.woff2/_next/static/media/a85fe8426676860... https://askmatchbox.com/_next/static/media/a85fe84266768609-s.p.05b418i5bs~lg.woff2 — 200 — 73.0 KiB — 81 ms — h2https://askmatchbox.com/_next/static/chunks/0shpwdff~~k.0.css/_next/static/chunks/0shpwdff~~k.0.... https://askmatchbox.com/_next/static/chunks/0shpwdff~~k.0.css — 200 — 16.8 KiB — 72 ms — h2https://askmatchbox.com/_next/image?url=%2Fbrand%2Fmatchbox-mark.png&w=2048&q=75/_next/image?url=%2Fbrand%2Fmatchbo... https://askmatchbox.com/_next/image?url=%2Fbrand%2Fmatchbox-mark.png&w=2048&q=75 — 200 — 102.4 KiB — 77 ms — h2https://askmatchbox.com/_next/image?url=%2Fbrand%2Fmatchbox-wordmark.png&w=1920&q=75/_next/image?url=%2Fbrand%2Fmatchbo... https://askmatchbox.com/_next/image?url=%2Fbrand%2Fmatchbox-wordmark.png&w=1920&q=75 — 200 — 25.1 KiB — 65 ms — h2https://askmatchbox.com/_next/image?url=%2Fbrand%2Fmatchbox-logo.png&w=2048&q=75/_next/image?url=%2Fbrand%2Fmatchbo... https://askmatchbox.com/_next/image?url=%2Fbrand%2Fmatchbox-logo.png&w=2048&q=75 — 200 — 128.5 KiB — 160 ms — h3https://askmatchbox.com/_next/image?url=%2Fbrand%2Fbirdy.png&w=2048&q=75/_next/image?url=%2Fbrand%2Fbirdy.p... https://askmatchbox.com/_next/image?url=%2Fbrand%2Fbirdy.png&w=2048&q=75 — 200 — 56.9 KiB — 109 ms — h3https://askmatchbox.com/_next/static/chunks/0yb2wil16uz6h.js/_next/static/chunks/0yb2wil16uz6h.... https://askmatchbox.com/_next/static/chunks/0yb2wil16uz6h.js — 200 — 2.3 KiB — 136 ms — h3https://askmatchbox.com/_next/static/chunks/0xmcjnfv_ocba.js/_next/static/chunks/0xmcjnfv_ocba.... https://askmatchbox.com/_next/static/chunks/0xmcjnfv_ocba.js — 200 — 9.0 KiB — 139 ms — h3https://askmatchbox.com/_next/static/chunks/064-j_re08xbz.js/_next/static/chunks/064-j_re08xbz.... https://askmatchbox.com/_next/static/chunks/064-j_re08xbz.js — 200 — 69.6 KiB — 163 ms — h3https://askmatchbox.com/_next/static/chunks/05iyf-hvkd2.m.js/_next/static/chunks/05iyf-hvkd2.m.... https://askmatchbox.com/_next/static/chunks/05iyf-hvkd2.m.js — 200 — 36.8 KiB — 78 ms — h3https://askmatchbox.com/_next/static/chunks/152k2ttyoaood.js/_next/static/chunks/152k2ttyoaood.... https://askmatchbox.com/_next/static/chunks/152k2ttyoaood.js — 200 — 9.3 KiB — 151 ms — h3https://askmatchbox.com/_next/static/chunks/turbopack-0su0d9af8q5ko.js/_next/static/chunks/turbopack-0su0... https://askmatchbox.com/_next/static/chunks/turbopack-0su0d9af8q5ko.js — 200 — 4.4 KiB — 119 ms — h3https://askmatchbox.com/_next/static/chunks/0s~36~oevtz~3.js/_next/static/chunks/0s~36~oevtz~3.... https://askmatchbox.com/_next/static/chunks/0s~36~oevtz~3.js — 200 — 924 B — 119 ms — h3https://askmatchbox.com/_next/static/chunks/141n2lq4toqm7.js/_next/static/chunks/141n2lq4toqm7.... https://askmatchbox.com/_next/static/chunks/141n2lq4toqm7.js — 200 — 66.2 KiB — 194 ms — h3https://askmatchbox.com/_next/static/chunks/01xlw8hd842-c.js/_next/static/chunks/01xlw8hd842-c.... https://askmatchbox.com/_next/static/chunks/01xlw8hd842-c.js — 200 — 1.7 KiB — 108 ms — h3https://askmatchbox.com/_next/static/chunks/0d3shmwh5_nmn.js/_next/static/chunks/0d3shmwh5_nmn.... https://askmatchbox.com/_next/static/chunks/0d3shmwh5_nmn.js — 200 — 12.9 KiB — 153 ms — h3https://askmatchbox.com/_next/static/chunks/03~-an--35cpn.js/_next/static/chunks/03~-an--35cpn.... https://askmatchbox.com/_next/static/chunks/03~-an--35cpn.js — 200 — 4.2 KiB — 151 ms — h3https://askmatchbox.com/_next/static/chunks/0sod64ihkiyxq.js/_next/static/chunks/0sod64ihkiyxq.... https://askmatchbox.com/_next/static/chunks/0sod64ihkiyxq.js — 200 — 61.3 KiB — 188 ms — h3https://askmatchbox.com/_next/static/chunks/0g42b1kzq~sn_.js/_next/static/chunks/0g42b1kzq~sn_.... https://askmatchbox.com/_next/static/chunks/0g42b1kzq~sn_.js — 200 — 10.4 KiB — 151 ms — h3https://askmatchbox.com/_next/static/chunks/0ozngjdfm-1z..js/_next/static/chunks/0ozngjdfm-1z..... https://askmatchbox.com/_next/static/chunks/0ozngjdfm-1z..js — 200 — 6.5 KiB — 154 ms — h3https://askmatchbox.com/_next/static/chunks/0y3vkccz0czla.js/_next/static/chunks/0y3vkccz0czla.... https://askmatchbox.com/_next/static/chunks/0y3vkccz0czla.js — 200 — 7.1 KiB — 152 ms — h3https://askmatchbox.com/_next/static/chunks/0mrygax_2m132.js/_next/static/chunks/0mrygax_2m132.... https://askmatchbox.com/_next/static/chunks/0mrygax_2m132.js — 200 — 8.4 KiB — 150 ms — h3https://askmatchbox.com/_next/static/chunks/0mbu_1.o6-4fi.js/_next/static/chunks/0mbu_1.o6-4fi.... https://askmatchbox.com/_next/static/chunks/0mbu_1.o6-4fi.js — 200 — 13.0 KiB — 154 ms — h3data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 12' preserveAspect…www.w3.org/2000/svg' viewBox='0 0 2... data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 12' preserveAspect… — 200 — 0 B — 0 ms — datahttps://askmatchbox.com/_next/image?url=https%3A%2F%2Fhnqciyxvnaupbukeggwk.supabase.co%2Fstorage%2Fv1%2Fobject%2Fpublic%2Fsolution-logos%2Fco-fe-1778448349380.png&w=256&q=75/_next/image?url=https%3A%2F%2Fhnqc... https://askmatchbox.com/_next/image?url=https%3A%2F%2Fhnqciyxvnaupbukeggwk.supabase.co%2Fstorage%2Fv1%2Fobject%2Fpublic%2Fsolution-logos%2Fco-fe-1778448349380.png&w=256&q=75 — 200 — 1.9 KiB — 100 ms — h3https://askmatchbox.com/_next/image?url=https%3A%2F%2Fhnqciyxvnaupbukeggwk.supabase.co%2Fstorage%2Fv1%2Fobject%2Fpublic%2Fsolution-logos%2Fre-mind-logo-1782637486507.png&w=256&q=75/_next/image?url=https%3A%2F%2Fhnqc... https://askmatchbox.com/_next/image?url=https%3A%2F%2Fhnqciyxvnaupbukeggwk.supabase.co%2Fstorage%2Fv1%2Fobject%2Fpublic%2Fsolution-logos%2Fre-mind-logo-1782637486507.png&w=256&q=75 — 200 — 8.0 KiB — 128 ms — h3https://askmatchbox.com/_next/image?url=https%3A%2F%2Fhnqciyxvnaupbukeggwk.supabase.co%2Fstorage%2Fv1%2Fobject%2Fpublic%2Fsolution-logos%2Fmatchbox-1778680672790.png&w=256&q=75/_next/image?url=https%3A%2F%2Fhnqc... https://askmatchbox.com/_next/image?url=https%3A%2F%2Fhnqciyxvnaupbukeggwk.supabase.co%2Fstorage%2Fv1%2Fobject%2Fpublic%2Fsolution-logos%2Fmatchbox-1778680672790.png&w=256&q=75 — 200 — 28.3 KiB — 136 ms — h3https://askmatchbox.com/_next/image?url=https%3A%2F%2Fhnqciyxvnaupbukeggwk.supabase.co%2Fstorage%2Fv1%2Fobject%2Fpublic%2Fsolution-logos%2Ftasktracker-nesa-logo-1783742533606.png&w=256&q=75/_next/image?url=https%3A%2F%2Fhnqc... https://askmatchbox.com/_next/image?url=https%3A%2F%2Fhnqciyxvnaupbukeggwk.supabase.co%2Fstorage%2Fv1%2Fobject%2Fpublic%2Fsolution-logos%2Ftasktracker-nesa-logo-1783742533606.png&w=256&q=75 — 200 — 14.2 KiB — 138 ms — h3https://askmatchbox.com/_next/image?url=https%3A%2F%2Fhnqciyxvnaupbukeggwk.supabase.co%2Fstorage%2Fv1%2Fobject%2Fpublic%2Fsolution-logos%2Faudiclip-logo-1783762707550.png&w=256&q=75/_next/image?url=https%3A%2F%2Fhnqc... https://askmatchbox.com/_next/image?url=https%3A%2F%2Fhnqciyxvnaupbukeggwk.supabase.co%2Fstorage%2Fv1%2Fobject%2Fpublic%2Fsolution-logos%2Faudiclip-logo-1783762707550.png&w=256&q=75 — 200 — 5.3 KiB — 120 ms — h3https://askmatchbox.com/favicon.ico?favicon.0eetp.c5lr23m.ico/favicon.ico?favicon.0eetp.c5lr23m.... https://askmatchbox.com/favicon.ico?favicon.0eetp.c5lr23m.ico — 200 — 6.1 KiB — 46 ms — h3https://eu-assets.i.posthog.com/array/phc_wxxtukyYADLQYdspzSi9hp4syWKv8ds7zCtDsyQGzbNT/config.jseu-assets.i.posthog.com/array/phc_w... https://eu-assets.i.posthog.com/array/phc_wxxtukyYADLQYdspzSi9hp4syWKv8ds7zCtDsyQGzbNT/config.js — 200 — 814 B — 141 ms — h2https://askmatchbox.com/_next/image?url=%2Fbrand%2Fbirdy-blink.png&w=2048&q=75/_next/image?url=%2Fbrand%2Fbirdy-b... https://askmatchbox.com/_next/image?url=%2Fbrand%2Fbirdy-blink.png&w=2048&q=75 — 200 — 57.2 KiB — 75 ms — h3https://askmatchbox.com/?_rsc=7h4NYy5eoyMcNlUN/?_rsc=7h4NYy5eoyMcNlUN https://askmatchbox.com/?_rsc=7h4NYy5eoyMcNlUN — 200 — 1.2 KiB — 60 ms — h3https://askmatchbox.com/?_rsc=yIp22O3xgPPxC28X/?_rsc=yIp22O3xgPPxC28X https://askmatchbox.com/?_rsc=yIp22O3xgPPxC28X — 200 — 2.9 KiB — 62 ms — h3https://askmatchbox.com/?_rsc=MI4mGD_gBDQkS0ch/?_rsc=MI4mGD_gBDQkS0ch https://askmatchbox.com/?_rsc=MI4mGD_gBDQkS0ch — 200 — 2.6 KiB — 57 ms — h3https://askmatchbox.com/?_rsc=27z0MMZrARUjRVjW/?_rsc=27z0MMZrARUjRVjW https://askmatchbox.com/?_rsc=27z0MMZrARUjRVjW — 200 — 4.8 KiB — 56 ms — h3https://eu-assets.i.posthog.com/static/dead-clicks-autocapture.js?v=1.391.0eu-assets.i.posthog.com/static/dead... https://eu-assets.i.posthog.com/static/dead-clicks-autocapture.js?v=1.391.0 — 200 — 7.1 KiB — 96 ms — h2https://eu-assets.i.posthog.com/static/web-vitals.js?v=1.391.0eu-assets.i.posthog.com/static/web-... https://eu-assets.i.posthog.com/static/web-vitals.js?v=1.391.0 — 200 — 2.9 KiB — 100 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Image Optimization
14 images, 683 KB total, 242 KB wasted
INFO

Image Optimization Audit

Total Images

14

Total Size

683 KB

Oversized

6

Wasted

242 KB

6 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