Skip to content
https://nu11cyber.com

Performance

· 26 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
93
GRADE
A
FIX
2
REVIEW
3
PASS
18
INFO
3

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

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

3.01 s

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

3.65 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.140

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

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

3.65 s

Page Load Progression

542 ms
1.1 s
1.6 s
2.2 s
2.7 s
3.2 s
3.8 s
4.3 s
Checks
26
18 PASS 3 REVIEW 2 FIX
D
JS Execution Cost
Action
2869ms total JS execution
FIX
2869ms total JS execution
Warning::
https://nu11cyber.com/assets/index-C1nYXaiv.js: 2213ms CPU time
Warning::
https://nu11cyber.com/: 345ms CPU time
Info::
Unattributable: 214ms CPU time
Info::
https://unpkg.com/react@18/umd/react.production.mi...: 97ms CPU time
Info::
Third-party scripts: 97ms (3% of total)

Main Thread Breakdown

Other 71% Script Evaluation 13% Style & Layout 11% Rendering 3%
ScriptTotalScriptingParse/CompileParty
https://nu11cyber.com/assets/index-C1nYXaiv.js2213ms240ms0ms1st
https://nu11cyber.com/345ms3ms1ms1st
Unattributable214ms22ms0ms1st
https://unpkg.com/react@18/umd/react.production.min.js97ms94ms1ms3rd
D
HTTP Caching
Action
no-store (uncacheable)
FIX
no-store (uncacheable)
Info::
Cache-Control: no-store prevents all caching
Intentional for dynamic content, but increases server load for every page view.
Got: no-store
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

no-store

DirectiveValueMeaning
no-storeNever cache this response
B
Image Optimization
2 images, 0 KB saveable
REVIEW
2 images, 0 KB saveable
Warning::
https://images.dmca.com/Badges/dmca_protected_8_12... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://nu11cyber.com/nu11-logo-transparent.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
2 images 54 KB
0 oversized -0 KB
2 legacy format
2 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

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
183 KB transferred, 17 requests
PASS
183 KB transferred, 17 requests
Info::
Page weighs 395 KB (183 KB transferred)
Info::
17 HTTP requests
Info::
Estimated 0.04 g CO2 per page load
183 KB / 2.4 MB budget
183 KB transferred
17 requests
0.04 g CO2 per page load
JavaScript 85.7 KiB 47%
Images 54.4 KiB 30%
Other 26.4 KiB 14%
CSS 12.9 KiB 7%
Other 1.7 KiB 1%
HTML 1.5 KiB 1%
0 2.4 MB 4.9 MB
Under budget
A
Third-Party Impact
30% third-party, 0 ms blocking
PASS
30% third-party, 0 ms blocking
Info::
Third-party code accounts for 30% of page weight (54.1 KiB of 182.5 KiB)
Info::
Third-party blocking time is low (0 ms)
70%
30%
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
No web fonts (system fonts)
PASS
No web fonts (system fonts)
Info::
No web fonts loaded — system fonts are fastest
No web fonts loaded — system fonts are optimal.
A+
JS Bundles
4 scripts, 26 KB unused
PASS
4 scripts, 26 KB unused
Warning::
https://nu11cyber.com/assets/index-C1nYXaiv.js: 26 KB unused (71%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 26 KB
26 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://nu11cyber.com/assets/index-C1nYXaiv.js38 KB26 KB (71%)1st
https://images.dmca.com/Badges/DMCABadgeHelper.min.js1 KB3rd
https://unpkg.com/react@18.3.1/umd/react.production.min.js5 KB3rd
https://unpkg.com/react-dom@18.3.1/umd/react-dom.production.min.js42 KB3rd

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

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+
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+
Compression Algorithm
Main response uses brotli
PASS
Main 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-store -- correct for sensitive/dynamic content
PASS
Main HTML uses no-store -- correct for sensitive/dynamic content
Info::
Main HTML uses no-store -- correct for sensitive/dynamic content
Got: no-store
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+
Page Weight Inventory
17 resources · 183 KB · 26 KB savings available
PASS
17 resources · 183 KB · 26 KB savings available
Info::
Within 1MB page-weight target
Got: 183 KB
Info::
6 third-party resources (30% of weight)
17 resources · 182.5 KiB · 6 third-party Within 1MB page-weight target
JavaScript 47% · 85.7 KiB
Image 44% · 80.2 KiB
CSS 7% · 12.9 KiB
Other 1% · 2.3 KiB
Document 1% · 1.5 KiB

~26.4 KiB of savings available

Remove unused JavaScript: 26.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
JavaScript Blocking
1 JS blocking issue(s) detected
PASS
1 JS blocking issue(s) detected
Warning::
3 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
17 requests over 2028ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 3.0 s LCP 3.6 shttps://nu11cyber.com// https://nu11cyber.com/ — 200 — 1.5 KiB — 671 ms — h2https://unpkg.com/react@18/umd/react.production.min.jsunpkg.com/react@18/umd/react.produc... https://unpkg.com/react@18/umd/react.production.min.js — 302 — 308 B — 183 ms — h3https://unpkg.com/react-dom@18/umd/react-dom.production.min.jsunpkg.com/react-dom@18/umd/react-do... https://unpkg.com/react-dom@18/umd/react-dom.production.min.js — 302 — 279 B — 283 ms — h3https://nu11cyber.com/assets/index-C1nYXaiv.js/assets/index-C1nYXaiv.js https://nu11cyber.com/assets/index-C1nYXaiv.js — 200 — 38.0 KiB — 627 ms — h2https://nu11cyber.com/assets/style-DdtoMpod.css/assets/style-DdtoMpod.css https://nu11cyber.com/assets/style-DdtoMpod.css — 200 — 12.9 KiB — 420 ms — h2https://images.dmca.com/Badges/dmca_protected_8_120.png?ID=61bc9d91-68a2-4ea3-9c0d-2ecad6b5f54bimages.dmca.com/Badges/dmca_protect... https://images.dmca.com/Badges/dmca_protected_8_120.png?ID=61bc9d91-68a2-4ea3-9c0d-2ecad6b5f54b — 200 — 5.8 KiB — 111 ms — h2https://images.dmca.com/Badges/DMCABadgeHelper.min.jsimages.dmca.com/Badges/DMCABadgeHel... https://images.dmca.com/Badges/DMCABadgeHelper.min.js — 200 — 805 B — 111 ms — h2https://unpkg.com/react@18.3.1/umd/react.production.min.jsunpkg.com/react@18.3.1/umd/react.pr... https://unpkg.com/react@18.3.1/umd/react.production.min.js — 200 — 4.6 KiB — 108 ms — h3https://unpkg.com/react-dom@18.3.1/umd/react-dom.production.min.jsunpkg.com/react-dom@18.3.1/umd/reac... https://unpkg.com/react-dom@18.3.1/umd/react-dom.production.min.js — 200 — 42.3 KiB — 71 ms — h3https://nu11cyber.com/nu11-logo-transparent.png/nu11-logo-transparent.png https://nu11cyber.com/nu11-logo-transparent.png — 200 — 48.6 KiB — 222 ms — h2https://nu11cyber.com/n1Cy/v1/auth/refresh/n1Cy/v1/auth/refresh https://nu11cyber.com/n1Cy/v1/auth/refresh — 401 — 740 B — 215 ms — h2https://nu11cyber.com/nu11-favicon.png/nu11-favicon.png https://nu11cyber.com/nu11-favicon.png — 200 — 25.8 KiB — 351 ms — h2https://nu11cyber.com/n1Cy/v1/members/n1Cy/v1/members https://nu11cyber.com/n1Cy/v1/members — 200 — 122 B — 300 ms — h2https://nu11cyber.com/n1Cy/v1/research/n1Cy/v1/research https://nu11cyber.com/n1Cy/v1/research — 200 — 553 B — 322 ms — h2https://nu11cyber.com/n1Cy/v1/announcements/n1Cy/v1/announcements https://nu11cyber.com/n1Cy/v1/announcements — 200 — 89 B — 287 ms — h2https://nu11cyber.com/n1Cy/v1/bookmarks/n1Cy/v1/bookmarks https://nu11cyber.com/n1Cy/v1/bookmarks — 401 — 129 B — 230 ms — h2https://nu11cyber.com/n1Cy/v1/auth/refresh/n1Cy/v1/auth/refresh https://nu11cyber.com/n1Cy/v1/auth/refresh — 401 — 100 B — 212 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
3% of JavaScript execution is third-party
First-party Third-party 97ms · 0KB · ¥12/mo
unpkg
CDN
Optional
Execution 97ms
Transfer 0 KB
Monthly Cost ¥12/mo

How third-party costs are calculated

Image Optimization
3 images, 97 KB total, 0 KB wasted
INFO

Image Optimization Audit

Total Images

3

Total Size

97 KB

3 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