Performance
· 23 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.Performance-focused optimization plan with CWV assessment, top offenders, and time estimates
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
2.09 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.35 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
77 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.012
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.51 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.36 s
Page Load Progression
FPage Weight BudgetAction19.8 MB transferred, 117 requestsFIX
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
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.
High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.
Source: web.dev
DThird-Party ImpactAction97% third-party, 0 ms blockingFIX
DPage Weight InventoryAction117 resources · 19.8 MB · 267 KB savings availableFIX
~267.0 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 117 resources | 19.8 MiB | ||||||
BImage Optimization20 images, 0 KB saveableREVIEW
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
CJS Execution CostAction1632ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 526ms | 206ms | 0ms | 1st |
| https://norriq.com/ | 435ms | 68ms | 1ms | 1st |
| https://norriq.com/_nuxt/S8mCvV7s.js | 259ms | 143ms | 0ms | 1st |
| https://scripts.clarity.ms/0.8.64/clarity.js | 163ms | 138ms | 5ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-693601342&cx=c>m=4e65k1 | 93ms | 80ms | 12ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-MLHMMTC | 90ms | 71ms | 16ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-S9W0724HET&cx=c>m=4e65k1 | 65ms | 50ms | 15ms | 3rd |
CJS BundlesAction55 scripts, 267 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtm.js?id=GTM-MLHMMTC | 166 KB | 81 KB (49%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-S9W0724HET&cx=c>m=4e65k1 | 158 KB | 67 KB (42%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-693601342&cx=c>m=4e65k1 | 146 KB | 65 KB (45%) | ✓ | 3rd |
| https://norriq.com/_nuxt/DZzhpwrj.js | 111 KB | 34 KB (31%) | ✓ | 1st |
| https://norriq.com/_nuxt/S8mCvV7s.js | 60 KB | 20 KB (34%) | ✓ | 1st |
| https://norriq.com/_nuxt/g3bgUsys.js | 9 KB | — | ✓ | 1st |
| https://norriq.com/_nuxt/CjpbovC4.js | 3 KB | — | ✓ | 1st |
| https://norriq.com/_nuxt/BXeSyF7u.js | 3 KB | — | ✓ | 1st |
| https://norriq.com/_nuxt/Bl-oaa9_.js | 8 KB | — | ✓ | 1st |
| https://norriq.com/_nuxt/Lw1R_cXB.js | 3 KB | — | ✓ | 1st |
Consider code splitting or tree shaking to reduce unused code.
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.
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.
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.
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.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
BMain HTML Cache-ControlCache-Control present but without max-ageREVIEW
BHTTP Cachings-maxage=60, stale-while-revalidateREVIEW
s-maxage=60, stale-while-revalidate
| Directive | Value | Meaning |
|---|---|---|
| s-maxage | 60 | CDN caches for 1 minute |
| stale-while-revalidate | — | Serve stale while revalidating |
A+Text CompressionAll text resources are compressedPASS
A+Font Loading5 fonts (115 KB)PASS
Web fonts
5
115 KB total
Render-blocking
0
of 5
Dominant font-display
swap
Most common across fonts
Font loading timeline
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 CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+HTTP/3 (QUIC)HTTP/3 advertised via Alt-SvcPASS
A+Compression AlgorithmMain response uses brotliPASS
A+LCP Image PreloadLCP preload audit not availablePASS
A+Server-Timing Observability3 Server-Timing entries advertisedPASS
A+Server Response Intelligence2 server-response signal(s) detectedPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall117 requests over 7864msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Microsoft Clarity scripts.clarity.ms | Session Replay | 163ms | 25 KB | — | $2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 93ms | 146 KB | 45% | $1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 90ms | 166 KB | 49% | $1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 65ms | 158 KB | 42% | $1/mo | Optional |
Real-User Performance (CrUX)Field metrics from the Chrome User Experience ReportINFO
Chrome User Experience (CrUX)
Real-user metrics from the Chrome UX Report (2026-04-23 — 2026-05-20)
LCP (p75)
0 ms
0% good
INP (p75)
136 ms
92% good
CLS (p75)
0.010
86% good
FCP (p75)
2330 ms
TTFB (p75)
0 ms
Image Optimization16 images, 16 KB total, 0 KB wastedINFO
Image Optimization Audit
Total Images
16
Total Size
16 KB
Oversized
1