Skip to content
https://app.glaido.com

Performance

· 21 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
93
GRADE
A
FIX
1
REVIEW
6
PASS
12
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.
98
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.
82
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.

380 ms

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

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

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

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

680 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
12 PASS 6 REVIEW 1 FIX
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

B
JS Bundles
14 scripts, 64 KB unused
REVIEW
14 scripts, 64 KB unused
Warning::
https://app.glaido.com/_next/static/chunks/394382b...: 43 KB unused (74%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://app.glaido.com/_next/static/chunks/493-b04...: 21 KB unused (46%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 64 KB
64 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://app.glaido.com/_next/static/chunks/394382b4-b2f938193c4dfaf5.js59 KB43 KB (74%)1st
https://app.glaido.com/_next/static/chunks/493-b04f35346e51d523.js46 KB21 KB (46%)1st
https://app.glaido.com/_next/static/chunks/288-2124b0e1365bdac3.js9 KB1st
https://app.glaido.com/_next/static/chunks/main-app-207b798bdc69d2ae.js1 KB1st
https://app.glaido.com/_next/static/chunks/4bd1b696-c023c6e3521b1417.js53 KB1st
https://app.glaido.com/_next/static/chunks/870-3853003e13dc86b3.js23 KB1st
https://app.glaido.com/_next/static/chunks/webpack-2362db2b61322c96.js2 KB1st
https://app.glaido.com/_next/static/chunks/421-bc0264e537527f53.js4 KB1st
https://app.glaido.com/_next/static/chunks/678-5066d3433fcfdd2f.js5 KB1st
https://app.glaido.com/_next/static/chunks/899-53b2e946a219fbd6.js2 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

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.
C
Compression Algorithm
Action
Main response served uncompressed
REVIEW
Main response served uncompressed
Info::
Main HTML response has no Content-Encoding (uncompressed)
The main HTML document is served without compression. The Text Compression section above lists the broader picture; for the main response specifically, even gzip would shave ~70-80% off most text payloads.
B
Main HTML Cache-Control
No Cache-Control header on main HTML response
REVIEW
No Cache-Control header on main HTML response
Info::
Main HTML response has no Cache-Control header
Without an explicit Cache-Control, browsers fall back to heuristic caching (~10% of Last-Modified age). Set `Cache-Control: no-cache` or `max-age=300` for HTML to control freshness explicitly -- prevents stale auth state and SPA shell drift.
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

A+
Page Weight Budget
497 KB transferred, 24 requests
PASS
497 KB transferred, 24 requests
Info::
Page weighs 1.1 MB (497 KB transferred)
Info::
24 HTTP requests
Info::
Estimated 0.10 g CO2 per page load
497 KB / 2.4 MB budget
497 KB transferred
24 requests
0.10 g CO2 per page load
JavaScript 235.1 KiB 47%
CSS 138.1 KiB 28%
Fonts 117.0 KiB 24%
HTML 5.0 KiB 1%
Other 1.5 KiB 0%
Other 499 B 0%
0 2.4 MB 4.9 MB
Under budget
A+
Third-Party Impact
15% third-party, 0 ms blocking
PASS
15% third-party, 0 ms blocking
Info::
Third-party code accounts for 15% of page weight (73.5 KiB of 497.3 KiB)
Info::
Third-party blocking time is low (0 ms)
85%
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
No images on this page
PASS
No images on this page
Info::
No images on this page
0 images 0 KB
0 oversized -0 KB
0 legacy format
0 missing dimensions CLS risk
A+
JS Execution Cost
52ms total JS execution
PASS
52ms total JS execution
Info::
https://app.glaido.com/_next/static/chunks/493-b04...: 52ms CPU time

Main Thread Breakdown

Script Evaluation 54% Other 24% Script Parsing & Compilation 10% Style & Layout 9%
ScriptTotalScriptingParse/CompileParty
https://app.glaido.com/_next/static/chunks/493-b04f35346e51d523.js52ms43ms4ms1st
A+
Font Loading
5 fonts (117 KB)
PASS
5 fonts (117 KB)
Info::
5 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

5

117 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 500 ms 1.0 s FCP 380 ms LCP 680 msdata:font/woff2;base64,d09GMk9UVE8AAFZsAAwAAAAAj0gAAFYcAAIZmQAAAAAAAAAAAAAAAAAAAAAAAAAADYHSNxpUG5cG…woff2;base64,d09GMk9UVE... data:font/woff2;base64,d09GMk9UVE8AAFZsAAwAAAAAj0gAAFYcAAIZmQAAAAAAAAAAAAAAAAAAAAAAAAAADYHSNxpUG5cG… — 21.6 KiB — 4 ms — font-display: swapdata:font/woff2;base64,d09GMk9UVE8AAFT0AAwAAAAAjTwAAFSjAAIZmQAAAAAAAAAAAAAAAAAAAAAAAAAADYHOSRpUG5Zo…woff2;base64,d09GMk9UVE... data:font/woff2;base64,d09GMk9UVE8AAFT0AAwAAAAAjTwAAFSjAAIZmQAAAAAAAAAAAAAAAAAAAAAAAAAADYHOSRpUG5Zo… — 21.2 KiB — 3 ms — font-display: swaphttps://app.glaido.com/_next/static/media/aspekta-500.3c7f26b1.woff2aspekta-500.3c7f26b1.woff2 https://app.glaido.com/_next/static/media/aspekta-500.3c7f26b1.woff2 — 21.9 KiB — 29 ms — font-display: swaphttps://app.glaido.com/_next/static/media/aspekta-400.003531f0.woff2aspekta-400.003531f0.woff2 https://app.glaido.com/_next/static/media/aspekta-400.003531f0.woff2 — 21.6 KiB — 27 ms — font-display: swapdata:font/woff2;base64,d09GMgABAAAAAHqIABQAAAABASQAAHoUAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGoIBG4oiHMo+…woff2;base64,d09GMgABAA... data:font/woff2;base64,d09GMgABAAAAAHqIABQAAAABASQAAHoUAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGoIBG4oiHMo+… — 30.6 KiB — 5 ms — font-display: swap
woff2;base64,d09GMk9UVE... woff2 swap
Size 22 KB
Load time 4 ms
Start 315 ms
Risk FOUT — text flashes from fallback to web font
woff2;base64,d09GMk9UVE... woff2 swap
Size 21 KB
Load time 3 ms
Start 317 ms
Risk FOUT — text flashes from fallback to web font
aspekta-500.3c7f26b1.woff2 woff2 swap
Size 22 KB
Load time 29 ms
Start 319 ms
Risk FOUT — text flashes from fallback to web font
aspekta-400.003531f0.woff2 woff2 swap
Size 22 KB
Load time 27 ms
Start 321 ms
Risk FOUT — text flashes from fallback to web font
woff2;base64,d09GMgABAA... woff2 swap
Size 31 KB
Load time 5 ms
Start 377 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+
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
1 server-response signal(s) detected
PASS
1 server-response signal(s) detected
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
24 resources · 497 KB · 64 KB savings available
PASS
24 resources · 497 KB · 64 KB savings available
Info::
Within 1MB page-weight target
Got: 497 KB
Info::
~64 KB of savings available
Info::
3 third-party resources (15% of weight)
24 resources · 497.3 KiB · 3 third-party Within 1MB page-weight target
JavaScript 47% · 235.1 KiB
CSS 28% · 138.1 KiB
Font 24% · 117.0 KiB
Document 1% · 5.0 KiB
Image 0% · 1.0 KiB
Other 0% · 1014 B

~64.4 KiB of savings available

Remove unused JavaScript: 64.4 KiB
Network Waterfall
24 requests over 382ms
INFO
0 ms 200 ms 400 ms 600 ms FCP 380 ms LCP 680 mshttps://app.glaido.com// https://app.glaido.com/ — 307 — 515 B — 82 ms — h2https://app.glaido.com/login?next=%2F/login?next=%2F https://app.glaido.com/login?next=%2F — 200 — 5.0 KiB — 45 ms — h2https://app.glaido.com/_next/static/css/653e28f522207d27.css/_next/static/css/653e28f522207d27.... https://app.glaido.com/_next/static/css/653e28f522207d27.css — 200 — 138.1 KiB — 51 ms — h2https://app.glaido.com/_next/static/chunks/webpack-2362db2b61322c96.js/_next/static/chunks/webpack-2362db... https://app.glaido.com/_next/static/chunks/webpack-2362db2b61322c96.js — 200 — 2.0 KiB — 51 ms — h2https://app.glaido.com/_next/static/chunks/4bd1b696-c023c6e3521b1417.js/_next/static/chunks/4bd1b696-c023c... https://app.glaido.com/_next/static/chunks/4bd1b696-c023c6e3521b1417.js — 200 — 53.4 KiB — 28 ms — h2https://app.glaido.com/_next/static/chunks/493-b04f35346e51d523.js/_next/static/chunks/493-b04f35346e... https://app.glaido.com/_next/static/chunks/493-b04f35346e51d523.js — 200 — 45.7 KiB — 29 ms — h2https://app.glaido.com/_next/static/chunks/main-app-207b798bdc69d2ae.js/_next/static/chunks/main-app-207b7... https://app.glaido.com/_next/static/chunks/main-app-207b798bdc69d2ae.js — 200 — 610 B — 29 ms — h2https://app.glaido.com/_next/static/chunks/394382b4-b2f938193c4dfaf5.js/_next/static/chunks/394382b4-b2f93... https://app.glaido.com/_next/static/chunks/394382b4-b2f938193c4dfaf5.js — 200 — 58.8 KiB — 32 ms — h2https://app.glaido.com/_next/static/chunks/870-3853003e13dc86b3.js/_next/static/chunks/870-3853003e13... https://app.glaido.com/_next/static/chunks/870-3853003e13dc86b3.js — 200 — 23.2 KiB — 45 ms — h2https://app.glaido.com/_next/static/chunks/288-2124b0e1365bdac3.js/_next/static/chunks/288-2124b0e136... https://app.glaido.com/_next/static/chunks/288-2124b0e1365bdac3.js — 200 — 9.5 KiB — 36 ms — h2https://app.glaido.com/_next/static/chunks/421-bc0264e537527f53.js/_next/static/chunks/421-bc0264e537... https://app.glaido.com/_next/static/chunks/421-bc0264e537527f53.js — 200 — 4.3 KiB — 41 ms — h2https://app.glaido.com/_next/static/chunks/678-5066d3433fcfdd2f.js/_next/static/chunks/678-5066d3433f... https://app.glaido.com/_next/static/chunks/678-5066d3433fcfdd2f.js — 200 — 5.0 KiB — 38 ms — h2https://app.glaido.com/_next/static/chunks/899-53b2e946a219fbd6.js/_next/static/chunks/899-53b2e946a2... https://app.glaido.com/_next/static/chunks/899-53b2e946a219fbd6.js — 200 — 2.4 KiB — 34 ms — h2https://app.glaido.com/_next/static/chunks/app/layout-0cf1b0dce58901cc.js/_next/static/chunks/app/layout-0cf... https://app.glaido.com/_next/static/chunks/app/layout-0cf1b0dce58901cc.js — 200 — 4.3 KiB — 36 ms — h2https://app.glaido.com/_next/static/chunks/app/(auth-callback)/layout-fe69e83e8d7076d9.js/_next/static/chunks/app/(auth-call... https://app.glaido.com/_next/static/chunks/app/(auth-callback)/layout-fe69e83e8d7076d9.js — 200 — 1.0 KiB — 42 ms — h2https://app.glaido.com/_next/static/chunks/560-b5ccc073f7dc1175.js/_next/static/chunks/560-b5ccc073f7... https://app.glaido.com/_next/static/chunks/560-b5ccc073f7dc1175.js — 200 — 22.2 KiB — 45 ms — h2https://app.glaido.com/_next/static/chunks/app/(auth)/login/page-138f24c2f34a4780.js/_next/static/chunks/app/(auth)/log... https://app.glaido.com/_next/static/chunks/app/(auth)/login/page-138f24c2f34a4780.js — 200 — 2.7 KiB — 45 ms — h2https://app.glaido.com/api/auth/session/api/auth/session https://app.glaido.com/api/auth/session — 200 — 499 B — 45 ms — h2data:font/woff2;base64,d09GMk9UVE8AAFZsAAwAAAAAj0gAAFYcAAIZmQAAAAAAAAAAAAAAAAAAAAAAAAAADYHSNxpUG5cG…data:font/woff2;base64,d09GMk9UVE8A... data:font/woff2;base64,d09GMk9UVE8AAFZsAAwAAAAAj0gAAFYcAAIZmQAAAAAAAAAAAAAAAAAAAAAAAAAADYHSNxpUG5cG… — 200 — 21.6 KiB — 4 ms — datadata:font/woff2;base64,d09GMk9UVE8AAFT0AAwAAAAAjTwAAFSjAAIZmQAAAAAAAAAAAAAAAAAAAAAAAAAADYHOSRpUG5Zo…data:font/woff2;base64,d09GMk9UVE8A... data:font/woff2;base64,d09GMk9UVE8AAFT0AAwAAAAAjTwAAFSjAAIZmQAAAAAAAAAAAAAAAAAAAAAAAAAADYHOSRpUG5Zo… — 200 — 21.2 KiB — 3 ms — datahttps://app.glaido.com/_next/static/media/aspekta-500.3c7f26b1.woff2/_next/static/media/aspekta-500.3c7... https://app.glaido.com/_next/static/media/aspekta-500.3c7f26b1.woff2 — 200 — 21.9 KiB — 29 ms — h2https://app.glaido.com/_next/static/media/aspekta-400.003531f0.woff2/_next/static/media/aspekta-400.003... https://app.glaido.com/_next/static/media/aspekta-400.003531f0.woff2 — 200 — 21.6 KiB — 27 ms — h2https://app.glaido.com/images/favicon/favicon.svg/images/favicon/favicon.svg https://app.glaido.com/images/favicon/favicon.svg — 200 — 1.0 KiB — 44 ms — h2data:font/woff2;base64,d09GMgABAAAAAHqIABQAAAABASQAAHoUAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGoIBG4oiHMo+…data:font/woff2;base64,d09GMgABAAAA... data:font/woff2;base64,d09GMgABAAAAAHqIABQAAAABASQAAHoUAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGoIBG4oiHMo+… — 200 — 30.6 KiB — 5 ms — data
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Real-User Performance (CrUX)
Field metrics from the Chrome User Experience Report
INFO

Chrome User Experience (CrUX)

Real-user metrics from the Chrome UX Report (2026-07-27 — 2026-08-23)

LCP (p75)

2400 ms

77% good

INP (p75)

45 ms

98% good

CLS (p75)

0.000

99% good

FCP (p75)

1938 ms

TTFB (p75)

1285 ms

This origin passes Core Web Vitals assessment
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback