Skip to content
https://staging.accomata.com

Performance

· 25 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
90
GRADE
A
FIX
1
REVIEW
8
PASS
14
INFO
2

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

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

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

3.34 s

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

1.04 s

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.

3.73 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.60 s

Page Load Progression

415 ms
830 ms
1.2 s
1.7 s
2.1 s
2.5 s
2.9 s
3.3 s
Checks
25
14 PASS 8 REVIEW 1 FIX
F
JS Execution Cost
Action
7346ms total JS execution
FIX
7346ms total JS execution
Warning::
https://staging.accomata.com/: 3125ms CPU time
Warning::
https://staging.accomata.com/_next/static/chunks/4...: 2487ms CPU time
Warning::
https://staging.accomata.com/_next/static/chunks/3...: 1100ms CPU time
Warning::
Unattributable: 423ms CPU time
Info::
https://staging.accomata.com/_next/static/chunks/a...: 120ms CPU time

Main Thread Breakdown

Style & Layout 31% Other 28% Script Evaluation 25% Rendering 13%
ScriptTotalScriptingParse/CompileParty
https://staging.accomata.com/3125ms18ms7ms1st
https://staging.accomata.com/_next/static/chunks/4930-854b40fbcc9748a5.js2487ms615ms16ms1st
https://staging.accomata.com/_next/static/chunks/3717-4cfbba2ad9e3d0c8.js1100ms1047ms25ms1st
Unattributable423ms9ms0ms1st
https://staging.accomata.com/_next/static/chunks/app/page-e98f0000cf2d8566.js120ms114ms5ms1st
https://staging.accomata.com/_next/static/chunks/546986c0-5db05788c4e20f01.js90ms28ms34ms1st
B
JS Bundles
13 scripts, 51 KB unused
REVIEW
13 scripts, 51 KB unused
Warning::
https://staging.accomata.com/_next/static/chunks/3...: 28 KB unused (46%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://staging.accomata.com/_next/static/chunks/5...: 23 KB unused (38%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 51 KB
51 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://staging.accomata.com/_next/static/chunks/3717-4cfbba2ad9e3d0c8.js62 KB28 KB (46%)1st
https://staging.accomata.com/_next/static/chunks/546986c0-5db05788c4e20f01.js62 KB23 KB (38%)1st
https://staging.accomata.com/_next/static/chunks/7693-be989395fe8eca9c.js4 KB1st
https://staging.accomata.com/_next/static/chunks/main-app-a4d0b69794e0664a.js1 KB1st
https://staging.accomata.com/_next/static/chunks/5827-30ba73bcaeebe4a5.js6 KB1st
https://staging.accomata.com/_next/static/chunks/app/layout-7afaf4b73c129487.js6 KB1st
https://staging.accomata.com/_next/static/chunks/webpack-55426bba90dddde5.js3 KB1st
https://staging.accomata.com/_next/static/chunks/4930-854b40fbcc9748a5.js41 KB1st
https://staging.accomata.com/_next/static/chunks/4477-853779e20af04409.js3 KB1st
https://staging.accomata.com/_next/static/chunks/75-79520152c764cda9.js5 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.
B
Document Compression
Document response uses gzip; brotli would be ~20% smaller
REVIEW
Document 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=31536000
Got: s-maxage=31536000
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.
B
JavaScript Blocking
2 JS blocking issue(s) detected
REVIEW
2 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.
Warning::
Total JS execution time is 7.3 s -- over the 3.5s budget
Total JavaScript execution (parse + compile + run) across all scripts exceeds 3.5 seconds. On low-end devices that becomes 7-15+ seconds and shows up directly in TBT and INP. Reduce by: tree-shaking unused dependencies, code-splitting (dynamic `import()`), removing or deferring third-party tracking, and replacing heavy frameworks where they're not needed.
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=31536000
REVIEW
s-maxage=31536000
Info::
Cache-Control header is set
Got: s-maxage=31536000
Info::
CDN TTL: 52 weeks (s-maxage=31536000)
Info::
ETag present — enables conditional (304) responses
Cache-Control

s-maxage=31536000

DirectiveValueMeaning
s-maxage31536000CDN caches for 52 weeks
A+
Page Weight Budget
397 KB transferred, 24 requests
PASS
397 KB transferred, 24 requests
Info::
Page weighs 1.0 MB (397 KB transferred)
Info::
24 HTTP requests
Info::
Estimated 0.08 g CO2 per page load
397 KB / 2.4 MB budget
397 KB transferred
24 requests
0.08 g CO2 per page load
JavaScript 215.4 KiB 54%
Fonts 127.2 KiB 32%
CSS 34.1 KiB 9%
HTML 16.0 KiB 4%
Other 3.8 KiB 1%
Other 729 B 0%
0 2.4 MB 4.9 MB
Under budget
A+
Third-Party Impact
No third-party resources
PASS
No third-party resources
Info::
No third-party resources detected
No third-party resources detected — all resources are first-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+
Font Loading
3 fonts (127 KB)
PASS
3 fonts (127 KB)
Info::
3 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

3

127 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.3 shttps://staging.accomata.com/_next/static/media/22a5144ee8d83bca-s.p.woff222a5144ee8d83bca-s.p.woff2 https://staging.accomata.com/_next/static/media/22a5144ee8d83bca-s.p.woff2 — 28.9 KiB — 404 ms — font-display: swaphttps://staging.accomata.com/_next/static/media/7d4881bb7e1bf84d-s.p.woff27d4881bb7e1bf84d-s.p.woff2 https://staging.accomata.com/_next/static/media/7d4881bb7e1bf84d-s.p.woff2 — 22.8 KiB — 248 ms — font-display: swaphttps://staging.accomata.com/_next/static/media/33553e7595b74ccf-s.p.woff233553e7595b74ccf-s.p.woff2 https://staging.accomata.com/_next/static/media/33553e7595b74ccf-s.p.woff2 — 75.5 KiB — 477 ms — font-display: swap
22a5144ee8d83bca-s.p.woff2 woff2 swap
Size 29 KB
Load time 404 ms
Start 675 ms
Risk FOUT — text flashes from fallback to web font
7d4881bb7e1bf84d-s.p.woff2 woff2 swap
Size 23 KB
Load time 248 ms
Start 676 ms
Risk FOUT — text flashes from fallback to web font
33553e7595b74ccf-s.p.woff2 woff2 swap
Size 75 KB
Load time 477 ms
Start 676 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
4 hints, 0 missing preconnects
PASS
4 hints, 0 missing preconnects
Info::
Page uses 4 resource hint(s)

Current Resource Hints

preconnect
preload
4
dns-prefetch
prefetch

4 resource hints configured

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
24 resources · 397 KB · 51 KB savings available
PASS
24 resources · 397 KB · 51 KB savings available
Info::
Within 1MB page-weight target
Got: 397 KB
Info::
~51 KB of savings available
24 resources · 397.2 KiB · 0 third-party Within 1MB page-weight target
JavaScript 54% · 215.4 KiB
Font 32% · 127.2 KiB
CSS 9% · 34.1 KiB
Document 4% · 16.0 KiB
Image 1% · 3.8 KiB
Other 0% · 729 B

~51.4 KiB of savings available

Remove unused JavaScript: 51.4 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
CSS Performance Depth
1 CSS depth issue(s) detected
PASS
1 CSS depth issue(s) detected
Warning::
4 render-blocking stylesheet(s) -- recommended: <=3
Each `<link rel="stylesheet">` without a non-blocking `media` attribute holds up the first paint. Browsers download all of them before painting any content. Consolidate into 1-2 critical-path stylesheets; defer non-critical CSS via `<link rel="stylesheet" media="print" onload="this.media='all'">` or via the loadCSS pattern; inline above-the-fold CSS in `<style>` to short-circuit the request entirely.
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
24 requests over 1842ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 1.2 s LCP 3.3 shttps://staging.accomata.com// https://staging.accomata.com/ — 200 — 16.0 KiB — 798 ms — h2https://staging.accomata.com/_next/static/media/22a5144ee8d83bca-s.p.woff2/_next/static/media/22a5144ee8d83bc... https://staging.accomata.com/_next/static/media/22a5144ee8d83bca-s.p.woff2 — 200 — 28.9 KiB — 404 ms — h2https://staging.accomata.com/_next/static/media/7d4881bb7e1bf84d-s.p.woff2/_next/static/media/7d4881bb7e1bf84... https://staging.accomata.com/_next/static/media/7d4881bb7e1bf84d-s.p.woff2 — 200 — 22.8 KiB — 248 ms — h2https://staging.accomata.com/_next/static/media/33553e7595b74ccf-s.p.woff2/_next/static/media/33553e7595b74cc... https://staging.accomata.com/_next/static/media/33553e7595b74ccf-s.p.woff2 — 200 — 75.5 KiB — 477 ms — h2https://staging.accomata.com/_next/static/css/b496025c9cd768cc.css/_next/static/css/b496025c9cd768cc.... https://staging.accomata.com/_next/static/css/b496025c9cd768cc.css — 200 — 1.0 KiB — 477 ms — h2https://staging.accomata.com/_next/static/css/c45d8c2869e720cc.css/_next/static/css/c45d8c2869e720cc.... https://staging.accomata.com/_next/static/css/c45d8c2869e720cc.css — 200 — 24.7 KiB — 481 ms — h2https://staging.accomata.com/_next/static/css/16007f83218ffa96.css/_next/static/css/16007f83218ffa96.... https://staging.accomata.com/_next/static/css/16007f83218ffa96.css — 200 — 811 B — 475 ms — h2https://staging.accomata.com/_next/static/css/7faabe85ca7a11a3.css/_next/static/css/7faabe85ca7a11a3.... https://staging.accomata.com/_next/static/css/7faabe85ca7a11a3.css — 200 — 7.6 KiB — 474 ms — h2https://staging.accomata.com/manifest.webmanifest/manifest.webmanifest https://staging.accomata.com/manifest.webmanifest — 200 — 729 B — 468 ms — h2https://staging.accomata.com/_next/static/chunks/webpack-55426bba90dddde5.js/_next/static/chunks/webpack-55426b... https://staging.accomata.com/_next/static/chunks/webpack-55426bba90dddde5.js — 200 — 2.8 KiB — 169 ms — h2https://staging.accomata.com/_next/static/chunks/546986c0-5db05788c4e20f01.js/_next/static/chunks/546986c0-5db05... https://staging.accomata.com/_next/static/chunks/546986c0-5db05788c4e20f01.js — 200 — 61.8 KiB — 324 ms — h2https://staging.accomata.com/_next/static/chunks/3717-4cfbba2ad9e3d0c8.js/_next/static/chunks/3717-4cfbba2ad... https://staging.accomata.com/_next/static/chunks/3717-4cfbba2ad9e3d0c8.js — 200 — 61.9 KiB — 308 ms — h2https://staging.accomata.com/_next/static/chunks/main-app-a4d0b69794e0664a.js/_next/static/chunks/main-app-a4d0b... https://staging.accomata.com/_next/static/chunks/main-app-a4d0b69794e0664a.js — 200 — 796 B — 164 ms — h2https://staging.accomata.com/_next/static/chunks/5827-30ba73bcaeebe4a5.js/_next/static/chunks/5827-30ba73bca... https://staging.accomata.com/_next/static/chunks/5827-30ba73bcaeebe4a5.js — 200 — 5.7 KiB — 176 ms — h2https://staging.accomata.com/_next/static/chunks/app/layout-7afaf4b73c129487.js/_next/static/chunks/app/layout-7af... https://staging.accomata.com/_next/static/chunks/app/layout-7afaf4b73c129487.js — 200 — 5.5 KiB — 176 ms — h2https://staging.accomata.com/_next/static/chunks/7693-be989395fe8eca9c.js/_next/static/chunks/7693-be989395f... https://staging.accomata.com/_next/static/chunks/7693-be989395fe8eca9c.js — 200 — 3.8 KiB — 177 ms — h2https://staging.accomata.com/_next/static/chunks/4930-854b40fbcc9748a5.js/_next/static/chunks/4930-854b40fbc... https://staging.accomata.com/_next/static/chunks/4930-854b40fbcc9748a5.js — 200 — 40.8 KiB — 321 ms — h2https://staging.accomata.com/_next/static/chunks/4477-853779e20af04409.js/_next/static/chunks/4477-853779e20... https://staging.accomata.com/_next/static/chunks/4477-853779e20af04409.js — 200 — 3.4 KiB — 176 ms — h2https://staging.accomata.com/_next/static/chunks/75-79520152c764cda9.js/_next/static/chunks/75-79520152c76... https://staging.accomata.com/_next/static/chunks/75-79520152c764cda9.js — 200 — 4.9 KiB — 302 ms — h2https://staging.accomata.com/_next/static/chunks/3455-72f987925a85f188.js/_next/static/chunks/3455-72f987925... https://staging.accomata.com/_next/static/chunks/3455-72f987925a85f188.js — 200 — 5.3 KiB — 186 ms — h2https://staging.accomata.com/_next/static/chunks/6505-e1349dda7856b80c.js/_next/static/chunks/6505-e1349dda7... https://staging.accomata.com/_next/static/chunks/6505-e1349dda7856b80c.js — 200 — 6.1 KiB — 192 ms — h2https://staging.accomata.com/_next/static/chunks/app/page-e98f0000cf2d8566.js/_next/static/chunks/app/page-e98f0... https://staging.accomata.com/_next/static/chunks/app/page-e98f0000cf2d8566.js — 200 — 12.7 KiB — 311 ms — h2https://staging.accomata.com/icon.svg?e2878d0e2c0e6f38/icon.svg?e2878d0e2c0e6f38 https://staging.accomata.com/icon.svg?e2878d0e2c0e6f38 — 200 — 747 B — 158 ms — h2https://staging.accomata.com/icons/dashboard-192.png/icons/dashboard-192.png https://staging.accomata.com/icons/dashboard-192.png — 200 — 3.1 KiB — 161 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback