Skip to content
https://www.nbmao.com

Performance

· 22 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
84
GRADE
B
FIX
2
REVIEW
8
PASS
9
INFO
3

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

67
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
74
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
92
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.

2.30 s

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

3.38 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.002

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

2.69 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.38 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
22
9 PASS 8 REVIEW 2 FIX
F
Page Weight Budget
Action
2.7 MB transferred, 44 requests
FIX
2.7 MB transferred, 44 requests
Warning::
Page weighs 3.9 MB (2.7 MB transferred)
Warning::
Images are 2.5 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 2.5 MB
Info::
44 HTTP requests
Info::
Estimated 0.57 g CO2 per page load
2.7 MB / 2.4 MB budget
2.7 MB transferred
44 requests
0.57 g CO2 per page load
Images 2.5 MiB 91%
JavaScript 177.7 KiB 6%
CSS 39.6 KiB 1%
HTML 16.5 KiB 1%
Fonts 7.5 KiB 0%
Other 3.0 KiB 0%
Other 472 B 0%
0 2.4 MB 4.9 MB
Over budget

Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.

Why this matters

Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.

Source: web.dev

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
Image Optimization
16 images, 0 KB saveable
REVIEW
16 images, 0 KB saveable
Info::
All images are well-optimized
16 images 2.5 MB
0 oversized -0 KB
16 legacy format
0 missing dimensions CLS risk
B
JS Execution Cost
780ms total JS execution
REVIEW
780ms total JS execution
Warning::
https://www.nbmao.com/: 438ms CPU time
Info::
https://www.nbmao.com/wp-includes/js/jquery/jquery...: 204ms CPU time
Info::
Unattributable: 138ms CPU time

Main Thread Breakdown

Style & Layout 43% Other 30% Script Evaluation 15% Rendering 6% Parse HTML & CSS 3%
ScriptTotalScriptingParse/CompileParty
https://www.nbmao.com/438ms3ms1ms1st
https://www.nbmao.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1204ms96ms4ms1st
Unattributable138ms3ms0ms1st
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
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
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
Page Weight Inventory
Action
44 resources · 2.7 MB · 0 KB savings available
REVIEW
44 resources · 2.7 MB · 0 KB savings available
Warning::
Page weight 2.7 MB exceeds 1 MB target by 1.7 MB
Got: 2.7 MB Expected: ≤ 1 MB
Info::
24 third-party resources (7% of weight)
Info::
5 resources over 200KB
44 resources · 2.7 MiB · 24 third-party 1.7 MiB over 1MB target
Image 91% · 2.5 MiB
JavaScript 6% · 177.7 KiB
CSS 1% · 39.6 KiB
Document 1% · 18.2 KiB
Font 0% · 7.5 KiB
Other 0% · 472 B
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Third-Party Impact
7% third-party, 0 ms blocking
PASS
7% third-party, 0 ms blocking
Info::
Third-party code accounts for 7% of page weight (197.4 KiB of 2.7 MiB)
Info::
Third-party blocking time is low (0 ms)
93%
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
1 fonts (7 KB)
PASS
1 fonts (7 KB)
Info::
1 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

1

7 KB total

Render-blocking

0

of 1

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 2.3 s LCP 3.4 shttps://cdn.jsdelivr.net/gh/seatonjiang/kratos@v4.3.1/assets/fonts/iconfont/iconfont.woff2?t=1618460466711iconfont.woff2 https://cdn.jsdelivr.net/gh/seatonjiang/kratos@v4.3.1/assets/fonts/iconfont/iconfont.woff2?t=1618460466711 — 7.5 KiB — 24 ms — font-display: swap
iconfont.woff2 woff2 swap
Size 7 KB
Load time 24 ms
Start 1.8 s
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+
JS Bundles
12 scripts, 0 KB unused
PASS
12 scripts, 0 KB unused
0 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.nbmao.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.134 KB1st
https://www.nbmao.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.15 KB1st
https://www.nbmao.com/wp-content/plugins/Pure-Highlightjs-1.0/highlight/highlight.pack.js?ver=0.9.219 KB1st
https://www.nbmao.com/wp-content/plugins/keywords-cloud/js/jqcloud.min.js?ver=6.6.53 KB1st
https://www.nbmao.com/wp-content/plugins/keywords-cloud/js/keywords-cloud.js?ver=6.6.51 KB1st
https://cdn.jsdelivr.net/gh/seatonjiang/kratos@v4.3.1/assets/js/bootstrap.bundle.min.js?ver=4.5.022 KB3rd
https://cdn.jsdelivr.net/gh/seatonjiang/kratos@v4.3.1/assets/js/layer.min.js?ver=3.1.18 KB3rd
https://cdn.jsdelivr.net/gh/seatonjiang/kratos@v4.3.1/assets/js/DPlayer.min.js?ver=4.3.116 KB3rd
https://cdn.jsdelivr.net/gh/seatonjiang/kratos@v4.3.1/assets/js/kratos.js?ver=4.3.12 KB3rd
https://cdn.jsdelivr.net/gh/seatonjiang/kratos@v4.3.1/assets/js/comments.min.js?ver=4.3.11 KB3rd
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
2 server-response signal(s) detected
PASS
2 server-response signal(s) detected
Info::
`Vary` header declared: Accept-Encoding
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::
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.
Network Waterfall
44 requests over 3063ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 2.3 s LCP 3.4 shttps://www.nbmao.com// https://www.nbmao.com/ — 200 — 14.0 KiB — 1.0 s — h2https://www.nbmao.com/wp-content/plugins/Pure-Highlightjs-1.0/highlight/styles/solarized-dark.css?ver=0.9.2/wp-content/plugins/Pure-Highlightj... https://www.nbmao.com/wp-content/plugins/Pure-Highlightjs-1.0/highlight/styles/solarized-dark.css?ver=0.9.2 — 200 — 749 B — 235 ms — h2https://www.nbmao.com/wp-content/plugins/Pure-Highlightjs-1.0/assets/pure-highlight.css?ver=0.1.0/wp-content/plugins/Pure-Highlightj... https://www.nbmao.com/wp-content/plugins/Pure-Highlightjs-1.0/assets/pure-highlight.css?ver=0.1.0 — 200 — 311 B — 238 ms — h2https://cdn.jsdelivr.net/gh/seatonjiang/kratos@v4.3.1/assets/css/bootstrap.min.css?ver=4.5.0cdn.jsdelivr.net/gh/seatonjiang/kra... https://cdn.jsdelivr.net/gh/seatonjiang/kratos@v4.3.1/assets/css/bootstrap.min.css?ver=4.5.0 — 200 — 24.4 KiB — 50 ms — h2https://cdn.jsdelivr.net/gh/seatonjiang/kratos@v4.3.1/assets/css/iconfont.min.css?ver=4.3.1cdn.jsdelivr.net/gh/seatonjiang/kra... https://cdn.jsdelivr.net/gh/seatonjiang/kratos@v4.3.1/assets/css/iconfont.min.css?ver=4.3.1 — 200 — 907 B — 41 ms — h2https://cdn.jsdelivr.net/gh/seatonjiang/kratos@v4.3.1/assets/css/layer.min.css?ver=3.1.1cdn.jsdelivr.net/gh/seatonjiang/kra... https://cdn.jsdelivr.net/gh/seatonjiang/kratos@v4.3.1/assets/css/layer.min.css?ver=3.1.1 — 200 — 3.2 KiB — 38 ms — h2https://cdn.jsdelivr.net/gh/seatonjiang/kratos@v4.3.1/style.css?ver=4.3.1cdn.jsdelivr.net/gh/seatonjiang/kra... https://cdn.jsdelivr.net/gh/seatonjiang/kratos@v4.3.1/style.css?ver=4.3.1 — 200 — 9.2 KiB — 44 ms — h2https://www.nbmao.com/wp-content/plugins/keywords-cloud/css/jqcloud.min.css?ver=6.6.5/wp-content/plugins/keywords-cloud/... https://www.nbmao.com/wp-content/plugins/keywords-cloud/css/jqcloud.min.css?ver=6.6.5 — 200 — 883 B — 254 ms — h2https://www.nbmao.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1/wp-includes/js/jquery/jquery.min.j... https://www.nbmao.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 33.7 KiB — 448 ms — h2https://www.nbmao.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1/wp-includes/js/jquery/jquery-migra... https://www.nbmao.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 5.3 KiB — 482 ms — h2https://www.nbmao.com/wp-content/uploads/replace/8f12be9cea5e078c714fc4dab5f3df90.jpeg/wp-content/uploads/replace/8f12be9... https://www.nbmao.com/wp-content/uploads/replace/8f12be9cea5e078c714fc4dab5f3df90.jpeg — 200 — 59.3 KiB — 749 ms — h2https://www.nbmao.com/wp-content/uploads/replace/8968d9d30f0b1b44108fe9453e5d16b9.jpeg/wp-content/uploads/replace/8968d9d... https://www.nbmao.com/wp-content/uploads/replace/8968d9d30f0b1b44108fe9453e5d16b9.jpeg — 200 — 388.0 KiB — 1.2 s — h2https://www.nbmao.com/wp-content/uploads/replace/5c1f4f6bb4bfa55e44e71f43f1376a58.jpeg/wp-content/uploads/replace/5c1f4f6... https://www.nbmao.com/wp-content/uploads/replace/5c1f4f6bb4bfa55e44e71f43f1376a58.jpeg — 200 — 325.7 KiB — 1.0 s — h2https://www.nbmao.com/wp-content/uploads/replace/c4d37ae80985d17b2d38bc6ef1055515.gif/wp-content/uploads/replace/c4d37ae... https://www.nbmao.com/wp-content/uploads/replace/c4d37ae80985d17b2d38bc6ef1055515.gif — 200 — 1007.1 KiB — 1.3 s — h2https://www.nbmao.com/wp-content/uploads/replace/e6743aca70af9cffba79155161bcf9dd.png/wp-content/uploads/replace/e6743ac... https://www.nbmao.com/wp-content/uploads/replace/e6743aca70af9cffba79155161bcf9dd.png — 200 — 6.6 KiB — 930 ms — h2https://www.nbmao.com/wp-content/plugins/Pure-Highlightjs-1.0/highlight/highlight.pack.js?ver=0.9.2/wp-content/plugins/Pure-Highlightj... https://www.nbmao.com/wp-content/plugins/Pure-Highlightjs-1.0/highlight/highlight.pack.js?ver=0.9.2 — 200 — 18.8 KiB — 936 ms — h2https://www.nbmao.com/wp-content/plugins/keywords-cloud/js/jqcloud.min.js?ver=6.6.5/wp-content/plugins/keywords-cloud/... https://www.nbmao.com/wp-content/plugins/keywords-cloud/js/jqcloud.min.js?ver=6.6.5 — 200 — 3.0 KiB — 937 ms — h2https://www.nbmao.com/wp-content/plugins/keywords-cloud/js/keywords-cloud.js?ver=6.6.5/wp-content/plugins/keywords-cloud/... https://www.nbmao.com/wp-content/plugins/keywords-cloud/js/keywords-cloud.js?ver=6.6.5 — 200 — 702 B — 937 ms — h2https://cdn.jsdelivr.net/gh/seatonjiang/kratos@v4.3.1/assets/js/bootstrap.bundle.min.js?ver=4.5.0cdn.jsdelivr.net/gh/seatonjiang/kra... https://cdn.jsdelivr.net/gh/seatonjiang/kratos@v4.3.1/assets/js/bootstrap.bundle.min.js?ver=4.5.0 — 200 — 22.3 KiB — 49 ms — h2https://cdn.jsdelivr.net/gh/seatonjiang/kratos@v4.3.1/assets/js/layer.min.js?ver=3.1.1cdn.jsdelivr.net/gh/seatonjiang/kra... https://cdn.jsdelivr.net/gh/seatonjiang/kratos@v4.3.1/assets/js/layer.min.js?ver=3.1.1 — 200 — 8.1 KiB — 32 ms — h2https://cdn.jsdelivr.net/gh/seatonjiang/kratos@v4.3.1/assets/js/DPlayer.min.js?ver=4.3.1cdn.jsdelivr.net/gh/seatonjiang/kra... https://cdn.jsdelivr.net/gh/seatonjiang/kratos@v4.3.1/assets/js/DPlayer.min.js?ver=4.3.1 — 200 — 15.5 KiB — 49 ms — h2https://cdn.jsdelivr.net/gh/seatonjiang/kratos@v4.3.1/assets/js/kratos.js?ver=4.3.1cdn.jsdelivr.net/gh/seatonjiang/kra... https://cdn.jsdelivr.net/gh/seatonjiang/kratos@v4.3.1/assets/js/kratos.js?ver=4.3.1 — 200 — 2.1 KiB — 33 ms — h2https://cdn.jsdelivr.net/gh/seatonjiang/kratos@v4.3.1/assets/js/comments.min.js?ver=4.3.1cdn.jsdelivr.net/gh/seatonjiang/kra... https://cdn.jsdelivr.net/gh/seatonjiang/kratos@v4.3.1/assets/js/comments.min.js?ver=4.3.1 — 200 — 1.1 KiB — 36 ms — h2https://www.nbmao.com/wp-content/uploads/replace/a83cd946b1faa16f25d469464494cada.png/wp-content/uploads/replace/a83cd94... https://www.nbmao.com/wp-content/uploads/replace/a83cd946b1faa16f25d469464494cada.png — 200 — 285.8 KiB — 1.3 s — h2https://www.nbmao.com/wp-content/uploads/replace/e785028d02e03964de733209abe23e04.png/wp-content/uploads/replace/e785028... https://www.nbmao.com/wp-content/uploads/replace/e785028d02e03964de733209abe23e04.png — 200 — 230.5 KiB — 1.3 s — h2https://www.nbmao.com/wp-content/uploads/replace/807e7a5fc8da6e1b7bd963d74d5a72d4.png/wp-content/uploads/replace/807e7a5... https://www.nbmao.com/wp-content/uploads/replace/807e7a5fc8da6e1b7bd963d74d5a72d4.png — 200 — 25.1 KiB — 983 ms — h2https://www.nbmao.com/wp-content/themes/kratos-4.1.4/assets/img/default.jpg/wp-content/themes/kratos-4.1.4/ass... https://www.nbmao.com/wp-content/themes/kratos-4.1.4/assets/img/default.jpg — 404 — 479 B — 985 ms — h2https://www.nbmao.com/img/22.jpg/img/22.jpg https://www.nbmao.com/img/22.jpg — 200 — 161.4 KiB — 1.2 s — h2https://support.nodeget.com/page/promotion?id={mao}support.nodeget.com/page/promotion?... https://support.nodeget.com/page/promotion?id={mao} — 200 — 2.4 KiB — 85 ms — h3https://support.nodeget.com/static/js/taiwindcss.jssupport.nodeget.com/static/js/taiwi... https://support.nodeget.com/static/js/taiwindcss.js — 200 — 55.8 KiB — 25 ms — h3
0 ms 1.0 s 2.0 s 3.0 s FCP 2.3 s LCP 3.4 shttps://www.nbmao.com// https://www.nbmao.com/ — 200 — 14.0 KiB — 1.0 s — h2https://www.nbmao.com/wp-content/plugins/Pure-Highlightjs-1.0/highlight/styles/solarized-dark.css?ver=0.9.2/wp-content/plugins/Pure-Highlightj... https://www.nbmao.com/wp-content/plugins/Pure-Highlightjs-1.0/highlight/styles/solarized-dark.css?ver=0.9.2 — 200 — 749 B — 235 ms — h2https://www.nbmao.com/wp-content/plugins/Pure-Highlightjs-1.0/assets/pure-highlight.css?ver=0.1.0/wp-content/plugins/Pure-Highlightj... https://www.nbmao.com/wp-content/plugins/Pure-Highlightjs-1.0/assets/pure-highlight.css?ver=0.1.0 — 200 — 311 B — 238 ms — h2https://cdn.jsdelivr.net/gh/seatonjiang/kratos@v4.3.1/assets/css/bootstrap.min.css?ver=4.5.0cdn.jsdelivr.net/gh/seatonjiang/kra... https://cdn.jsdelivr.net/gh/seatonjiang/kratos@v4.3.1/assets/css/bootstrap.min.css?ver=4.5.0 — 200 — 24.4 KiB — 50 ms — h2https://cdn.jsdelivr.net/gh/seatonjiang/kratos@v4.3.1/assets/css/iconfont.min.css?ver=4.3.1cdn.jsdelivr.net/gh/seatonjiang/kra... https://cdn.jsdelivr.net/gh/seatonjiang/kratos@v4.3.1/assets/css/iconfont.min.css?ver=4.3.1 — 200 — 907 B — 41 ms — h2https://cdn.jsdelivr.net/gh/seatonjiang/kratos@v4.3.1/assets/css/layer.min.css?ver=3.1.1cdn.jsdelivr.net/gh/seatonjiang/kra... https://cdn.jsdelivr.net/gh/seatonjiang/kratos@v4.3.1/assets/css/layer.min.css?ver=3.1.1 — 200 — 3.2 KiB — 38 ms — h2https://cdn.jsdelivr.net/gh/seatonjiang/kratos@v4.3.1/style.css?ver=4.3.1cdn.jsdelivr.net/gh/seatonjiang/kra... https://cdn.jsdelivr.net/gh/seatonjiang/kratos@v4.3.1/style.css?ver=4.3.1 — 200 — 9.2 KiB — 44 ms — h2https://www.nbmao.com/wp-content/plugins/keywords-cloud/css/jqcloud.min.css?ver=6.6.5/wp-content/plugins/keywords-cloud/... https://www.nbmao.com/wp-content/plugins/keywords-cloud/css/jqcloud.min.css?ver=6.6.5 — 200 — 883 B — 254 ms — h2https://www.nbmao.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1/wp-includes/js/jquery/jquery.min.j... https://www.nbmao.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 33.7 KiB — 448 ms — h2https://www.nbmao.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1/wp-includes/js/jquery/jquery-migra... https://www.nbmao.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 5.3 KiB — 482 ms — h2https://www.nbmao.com/wp-content/uploads/replace/8f12be9cea5e078c714fc4dab5f3df90.jpeg/wp-content/uploads/replace/8f12be9... https://www.nbmao.com/wp-content/uploads/replace/8f12be9cea5e078c714fc4dab5f3df90.jpeg — 200 — 59.3 KiB — 749 ms — h2https://www.nbmao.com/wp-content/uploads/replace/8968d9d30f0b1b44108fe9453e5d16b9.jpeg/wp-content/uploads/replace/8968d9d... https://www.nbmao.com/wp-content/uploads/replace/8968d9d30f0b1b44108fe9453e5d16b9.jpeg — 200 — 388.0 KiB — 1.2 s — h2https://www.nbmao.com/wp-content/uploads/replace/5c1f4f6bb4bfa55e44e71f43f1376a58.jpeg/wp-content/uploads/replace/5c1f4f6... https://www.nbmao.com/wp-content/uploads/replace/5c1f4f6bb4bfa55e44e71f43f1376a58.jpeg — 200 — 325.7 KiB — 1.0 s — h2https://www.nbmao.com/wp-content/uploads/replace/c4d37ae80985d17b2d38bc6ef1055515.gif/wp-content/uploads/replace/c4d37ae... https://www.nbmao.com/wp-content/uploads/replace/c4d37ae80985d17b2d38bc6ef1055515.gif — 200 — 1007.1 KiB — 1.3 s — h2https://www.nbmao.com/wp-content/uploads/replace/e6743aca70af9cffba79155161bcf9dd.png/wp-content/uploads/replace/e6743ac... https://www.nbmao.com/wp-content/uploads/replace/e6743aca70af9cffba79155161bcf9dd.png — 200 — 6.6 KiB — 930 ms — h2https://www.nbmao.com/wp-content/plugins/Pure-Highlightjs-1.0/highlight/highlight.pack.js?ver=0.9.2/wp-content/plugins/Pure-Highlightj... https://www.nbmao.com/wp-content/plugins/Pure-Highlightjs-1.0/highlight/highlight.pack.js?ver=0.9.2 — 200 — 18.8 KiB — 936 ms — h2https://www.nbmao.com/wp-content/plugins/keywords-cloud/js/jqcloud.min.js?ver=6.6.5/wp-content/plugins/keywords-cloud/... https://www.nbmao.com/wp-content/plugins/keywords-cloud/js/jqcloud.min.js?ver=6.6.5 — 200 — 3.0 KiB — 937 ms — h2https://www.nbmao.com/wp-content/plugins/keywords-cloud/js/keywords-cloud.js?ver=6.6.5/wp-content/plugins/keywords-cloud/... https://www.nbmao.com/wp-content/plugins/keywords-cloud/js/keywords-cloud.js?ver=6.6.5 — 200 — 702 B — 937 ms — h2https://cdn.jsdelivr.net/gh/seatonjiang/kratos@v4.3.1/assets/js/bootstrap.bundle.min.js?ver=4.5.0cdn.jsdelivr.net/gh/seatonjiang/kra... https://cdn.jsdelivr.net/gh/seatonjiang/kratos@v4.3.1/assets/js/bootstrap.bundle.min.js?ver=4.5.0 — 200 — 22.3 KiB — 49 ms — h2https://cdn.jsdelivr.net/gh/seatonjiang/kratos@v4.3.1/assets/js/layer.min.js?ver=3.1.1cdn.jsdelivr.net/gh/seatonjiang/kra... https://cdn.jsdelivr.net/gh/seatonjiang/kratos@v4.3.1/assets/js/layer.min.js?ver=3.1.1 — 200 — 8.1 KiB — 32 ms — h2https://cdn.jsdelivr.net/gh/seatonjiang/kratos@v4.3.1/assets/js/DPlayer.min.js?ver=4.3.1cdn.jsdelivr.net/gh/seatonjiang/kra... https://cdn.jsdelivr.net/gh/seatonjiang/kratos@v4.3.1/assets/js/DPlayer.min.js?ver=4.3.1 — 200 — 15.5 KiB — 49 ms — h2https://cdn.jsdelivr.net/gh/seatonjiang/kratos@v4.3.1/assets/js/kratos.js?ver=4.3.1cdn.jsdelivr.net/gh/seatonjiang/kra... https://cdn.jsdelivr.net/gh/seatonjiang/kratos@v4.3.1/assets/js/kratos.js?ver=4.3.1 — 200 — 2.1 KiB — 33 ms — h2https://cdn.jsdelivr.net/gh/seatonjiang/kratos@v4.3.1/assets/js/comments.min.js?ver=4.3.1cdn.jsdelivr.net/gh/seatonjiang/kra... https://cdn.jsdelivr.net/gh/seatonjiang/kratos@v4.3.1/assets/js/comments.min.js?ver=4.3.1 — 200 — 1.1 KiB — 36 ms — h2https://www.nbmao.com/wp-content/uploads/replace/a83cd946b1faa16f25d469464494cada.png/wp-content/uploads/replace/a83cd94... https://www.nbmao.com/wp-content/uploads/replace/a83cd946b1faa16f25d469464494cada.png — 200 — 285.8 KiB — 1.3 s — h2https://www.nbmao.com/wp-content/uploads/replace/e785028d02e03964de733209abe23e04.png/wp-content/uploads/replace/e785028... https://www.nbmao.com/wp-content/uploads/replace/e785028d02e03964de733209abe23e04.png — 200 — 230.5 KiB — 1.3 s — h2https://www.nbmao.com/wp-content/uploads/replace/807e7a5fc8da6e1b7bd963d74d5a72d4.png/wp-content/uploads/replace/807e7a5... https://www.nbmao.com/wp-content/uploads/replace/807e7a5fc8da6e1b7bd963d74d5a72d4.png — 200 — 25.1 KiB — 983 ms — h2https://www.nbmao.com/wp-content/themes/kratos-4.1.4/assets/img/default.jpg/wp-content/themes/kratos-4.1.4/ass... https://www.nbmao.com/wp-content/themes/kratos-4.1.4/assets/img/default.jpg — 404 — 479 B — 985 ms — h2https://www.nbmao.com/img/22.jpg/img/22.jpg https://www.nbmao.com/img/22.jpg — 200 — 161.4 KiB — 1.2 s — h2https://support.nodeget.com/page/promotion?id={mao}support.nodeget.com/page/promotion?... https://support.nodeget.com/page/promotion?id={mao} — 200 — 2.4 KiB — 85 ms — h3https://support.nodeget.com/static/js/taiwindcss.jssupport.nodeget.com/static/js/taiwi... https://support.nodeget.com/static/js/taiwindcss.js — 200 — 55.8 KiB — 25 ms — h3https://support.nodeget.com/static/image/yxvm-logo.pngsupport.nodeget.com/static/image/yx... https://support.nodeget.com/static/image/yxvm-logo.png — 200 — 8.5 KiB — 34 ms — h3https://support.nodeget.com/static/image/logo2.pngsupport.nodeget.com/static/image/lo... https://support.nodeget.com/static/image/logo2.png — 200 — 3.1 KiB — 35 ms — h3https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496 — 200 — 11.3 KiB — 32 ms — h2https://sdn.geekzu.org/avatar/d0c536c701e0f333db83c1ced5d2b8cd?s=60&d=monsterid&r=gsdn.geekzu.org/avatar/d0c536c701e0f... https://sdn.geekzu.org/avatar/d0c536c701e0f333db83c1ced5d2b8cd?s=60&d=monsterid&r=g — 302 — 431 B — 76 ms — h3https://sdn.geekzu.org/avatar/599ac743446d1f7ed09d6f6029b617c3?s=60&d=monsterid&r=gsdn.geekzu.org/avatar/599ac743446d1... https://sdn.geekzu.org/avatar/599ac743446d1f7ed09d6f6029b617c3?s=60&d=monsterid&r=g — 302 — 433 B — 73 ms — h3https://sdn.geekzu.org/avatar/82799f0804b3d72fe0087dbef892c4be?s=60&d=monsterid&r=gsdn.geekzu.org/avatar/82799f0804b3d... https://sdn.geekzu.org/avatar/82799f0804b3d72fe0087dbef892c4be?s=60&d=monsterid&r=g — 302 — 434 B — 73 ms — h3https://sdn.geekzu.org/avatar/c040f490eb0b94c2439a78b871197e22?s=60&d=monsterid&r=gsdn.geekzu.org/avatar/c040f490eb0b9... https://sdn.geekzu.org/avatar/c040f490eb0b94c2439a78b871197e22?s=60&d=monsterid&r=g — 302 — 467 B — 68 ms — h3https://cdn.jsdelivr.net/gh/seatonjiang/kratos@v4.3.1/assets/fonts/iconfont/iconfont.woff2?t=1618460466711cdn.jsdelivr.net/gh/seatonjiang/kra... https://cdn.jsdelivr.net/gh/seatonjiang/kratos@v4.3.1/assets/fonts/iconfont/iconfont.woff2?t=1618460466711 — 200 — 7.5 KiB — 24 ms — h3https://www.gravatar.com/avatar/c040f490eb0b94c2439a78b871197e22?s=60&d=monsterid&r=gwww.gravatar.com/avatar/c040f490eb0... https://www.gravatar.com/avatar/c040f490eb0b94c2439a78b871197e22?s=60&d=monsterid&r=g — 200 — 5.3 KiB — 47 ms — h2https://www.gravatar.com/avatar/599ac743446d1f7ed09d6f6029b617c3?s=60&d=monsterid&r=gwww.gravatar.com/avatar/599ac743446... https://www.gravatar.com/avatar/599ac743446d1f7ed09d6f6029b617c3?s=60&d=monsterid&r=g — 200 — 2.1 KiB — 43 ms — h2https://www.gravatar.com/avatar/d0c536c701e0f333db83c1ced5d2b8cd?s=60&d=monsterid&r=gwww.gravatar.com/avatar/d0c536c701e... https://www.gravatar.com/avatar/d0c536c701e0f333db83c1ced5d2b8cd?s=60&d=monsterid&r=g — 200 — 5.1 KiB — 38 ms — h2https://www.gravatar.com/avatar/82799f0804b3d72fe0087dbef892c4be?s=60&d=monsterid&r=gwww.gravatar.com/avatar/82799f0804b... https://www.gravatar.com/avatar/82799f0804b3d72fe0087dbef892c4be?s=60&d=monsterid&r=g — 200 — 7.3 KiB — 28 ms — h2https://support.nodeget.com/cdn-cgi/rum?support.nodeget.com/cdn-cgi/rum? https://support.nodeget.com/cdn-cgi/rum? — 204 — 472 B — 11 ms — h3https://www.nbmao.com/favicon.ico/favicon.ico https://www.nbmao.com/favicon.ico — 200 — 1.3 KiB — 235 ms — h2
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-06-24 — 2026-07-21)

LCP (p75)

0 ms

0% good

INP (p75)

0 ms

0% good

CLS (p75)

0.000

97% good

FCP (p75)

2053 ms

TTFB (p75)

1315 ms

Image Optimization
14 images, 2324 KB total, 2242 KB wasted
INFO

Image Optimization Audit

Total Images

14

Total Size

2324 KB

Oversized

7

Wasted

2242 KB

9 missing alt text 9 missing dimensions 8 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