Skip to content
https://www.neon.tech

Performance

· 14 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
73
GRADE
C
FIX
3
REVIEW
4
PASS
5
INFO
2

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

86
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.
96
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.

970 ms

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

1.43 s

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

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

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

2.04 s

Page Load Progression

516 ms
1.0 s
1.5 s
2.1 s
2.6 s
3.1 s
3.6 s
4.1 s
Checks
14
5 PASS 4 REVIEW 3 FIX
F
Page Weight Budget
Action
4.8 MB transferred, 111 requests
FIX
4.8 MB transferred, 111 requests
Critical::
Page weighs 10.1 MB (4.8 MB transferred)
Warning::
JavaScript is 1.2 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.2 MB
Warning::
111 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.0 g CO2 per page load
4.8 MB / 2.4 MB budget
4.8 MB transferred
111 requests
1.0 g CO2 per page load
Other 1.5 MiB 32%
Other 1.2 MiB 25%
JavaScript 1.2 MiB 25%
Images 606.7 KiB 12%
Fonts 138.9 KiB 3%
HTML 78.3 KiB 2%
CSS 67.5 KiB 1%
Other 940 B 0%
Other 466 B 0%
0 2.4 MB 4.9 MB
Over budget

Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.

Why this matters

JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.

Source: web.dev

Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.

Why this matters

High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.

Source: web.dev

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (4.8 MiB of 4.8 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
45 scripts, 759 KB unused
FIX
45 scripts, 759 KB unused
Warning::
https://neon.com/_next/static/chunks/0fo60y7ohavwr...: 239 KB unused (100%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://neon.com/_next/static/chunks/18capnr.er6lu...: 238 KB unused (100%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://neon.com/_next/static/chunks/15lxb7jjl82fj...: 35 KB unused (99%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://neon.com/_next/static/chunks/12z.16dpsg_42...: 35 KB unused (99%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://neon.com/_next/static/chunks/0f_0xrh~5__7j...: 29 KB unused (100%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 759 KB
759 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://neon.com/_next/static/chunks/0fo60y7ohavwr.js?dpl=dpl_5cMpj5nAJ9JL9mMRdmLL7VSEmj46240 KB239 KB (100%)3rd
https://neon.com/_next/static/chunks/18capnr.er6lu.js?dpl=dpl_5cMpj5nAJ9JL9mMRdmLL7VSEmj46239 KB238 KB (100%)3rd
https://neon.com/_next/static/chunks/15lxb7jjl82fj.js?dpl=dpl_5cMpj5nAJ9JL9mMRdmLL7VSEmj4636 KB35 KB (99%)3rd
https://neon.com/_next/static/chunks/12z.16dpsg_42.js?dpl=dpl_5cMpj5nAJ9JL9mMRdmLL7VSEmj4636 KB35 KB (99%)3rd
https://neon.com/_next/static/chunks/0f_0xrh~5__7j.js?dpl=dpl_5cMpj5nAJ9JL9mMRdmLL7VSEmj4630 KB29 KB (100%)3rd
https://neon.com/_next/static/chunks/0vvlj5zzpjfyu.js?dpl=dpl_5cMpj5nAJ9JL9mMRdmLL7VSEmj4629 KB29 KB (100%)3rd
https://neon.com/_next/static/chunks/0brdxb_tnyuiz.js?dpl=dpl_5cMpj5nAJ9JL9mMRdmLL7VSEmj4629 KB29 KB (100%)3rd
https://neon.com/_next/static/chunks/12ctv16-prg-8.js?dpl=dpl_5cMpj5nAJ9JL9mMRdmLL7VSEmj4629 KB29 KB (100%)3rd
https://neon.com/_next/static/chunks/08rokcdozfqe8.js?dpl=dpl_5cMpj5nAJ9JL9mMRdmLL7VSEmj4627 KB27 KB (99%)3rd
https://neon.com/_next/static/chunks/0-65m4coapv97.js?dpl=dpl_5cMpj5nAJ9JL9mMRdmLL7VSEmj4623 KB23 KB (100%)3rd

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

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
Image Optimization
31 images, 0 KB saveable
REVIEW
31 images, 0 KB saveable
Info::
All images are well-optimized
31 images 607 KB
0 oversized -0 KB
25 legacy format
0 missing dimensions CLS risk
C
JS Execution Cost
Action
1518ms total JS execution
REVIEW
1518ms total JS execution
Warning::
https://neon.com/_next/static/chunks/14pofykpskj6v...: 565ms CPU time
Warning::
https://neon.com/: 445ms CPU time
Info::
https://neon.com/_next/static/chunks/0vih00lfusn-f...: 215ms CPU time
Info::
Unattributable: 206ms CPU time
Info::
https://neon.com/_next/static/chunks/0yfh7_u68d5.q...: 87ms CPU time
Warning::
Third-party scripts: 1518ms (100% of total)

Main Thread Breakdown

Script Evaluation 45% Other 20% Style & Layout 19% Script Parsing & Compilation 7% Rendering 5%
ScriptTotalScriptingParse/CompileParty
https://neon.com/_next/static/chunks/14pofykpskj6v.js?dpl=dpl_5cMpj5nAJ9JL9mMRdmLL7VSEmj46565ms483ms4ms3rd
https://neon.com/445ms35ms9ms3rd
https://neon.com/_next/static/chunks/0vih00lfusn-f.js?dpl=dpl_5cMpj5nAJ9JL9mMRdmLL7VSEmj46215ms49ms2ms3rd
Unattributable206ms47ms0ms3rd
https://neon.com/_next/static/chunks/0yfh7_u68d5.q.js?dpl=dpl_5cMpj5nAJ9JL9mMRdmLL7VSEmj4687ms64ms5ms3rd
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

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+
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
4 fonts (206 KB)
PASS
4 fonts (206 KB)
Info::
4 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

4

206 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 500 ms 1.0 s 1.5 s FCP 970 ms LCP 1.4 shttps://neon.com/_next/static/media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2?dpl=dpl_5cMpj5nAJ9JL9mMRdmLL7VSEmj4683afe278b6a6bb3c-s.p.0q... https://neon.com/_next/static/media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2?dpl=dpl_5cMpj5nAJ9JL9mMRdmLL7VSEmj46 — 47.5 KiB — 0 ms — font-display: swaphttps://neon.com/_next/static/media/ESBuild_Medium-s.p.0_8qmtq5otlu1.woff2?dpl=dpl_5cMpj5nAJ9JL9mMRdmLL7VSEmj46ESBuild_Medium-s.p.0_8q... https://neon.com/_next/static/media/ESBuild_Medium-s.p.0_8qmtq5otlu1.woff2?dpl=dpl_5cMpj5nAJ9JL9mMRdmLL7VSEmj46 — 34.4 KiB — 0 ms — font-display: swaphttps://neon.com/_next/static/media/GeistMono_Variable.p.05wdprr-k~q7o.woff2?dpl=dpl_5cMpj5nAJ9JL9mMRdmLL7VSEmj46GeistMono_Variable.p.05... https://neon.com/_next/static/media/GeistMono_Variable.p.05wdprr-k~q7o.woff2?dpl=dpl_5cMpj5nAJ9JL9mMRdmLL7VSEmj46 — 57.0 KiB — 0 ms — font-display: swaphttps://neon.com/fonts/geist-mono/GeistMono-Regular.ttfGeistMono-Regular.ttf https://neon.com/fonts/geist-mono/GeistMono-Regular.ttf — 66.7 KiB — 0 ms — font-display: swap
83afe278b6a6bb3c-s.p.0q... woff2 swap
Size 48 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
ESBuild_Medium-s.p.0_8q... woff2 swap
Size 34 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
GeistMono_Variable.p.05... woff2 swap
Size 57 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
GeistMono-Regular.ttf ttf swap
Size 67 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
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)

Fixing the unchecked items could save ~20 KB and ~40 ms

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
Network Waterfall
111 requests over 0ms
INFO

Performance analysis not available for this result.

Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 1518ms · 222KB · €16/mo
neon.com
Other
Costly
Execution 565ms
Transfer 71 KB
Unused 33%
Monthly Cost €6/mo
neon.com
Other
Costly
Execution 445ms
Transfer 78 KB
Monthly Cost €5/mo
neon.com
Other
Costly
Execution 215ms
Transfer 36 KB
Monthly Cost €2/mo
Unattributable
Other
Costly
Execution 206ms
Transfer 0 KB
Monthly Cost €2/mo
neon.com
Other
Optional
Execution 87ms
Transfer 38 KB
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • neon.com adds 565ms and costs ~€6/month
  • neon.com adds 445ms and costs ~€5/month
  • neon.com adds 215ms and costs ~€2/month
  • Unattributable adds 206ms and costs ~€2/month

100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.

Why this matters

When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.

Learn more

Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.

Source: web.dev

neon.com takes 565ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

neon.com takes 445ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

neon.com takes 215ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

Unattributable takes 206ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

How third-party costs are calculated

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback