Performance
· 27 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.
10.69 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
16.10 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.76 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.054
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
13.26 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.
19.97 s
Page Load Progression
FPage Weight BudgetAction19.7 MB transferred, 116 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
FJS Execution CostAction8246ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 2332ms | 913ms | 0ms | 1st |
| https://norriq.com/ | 2117ms | 152ms | 3ms | 1st |
| https://norriq.com/_nuxt/S8mCvV7s.js | 800ms | 169ms | 1ms | 1st |
| https://norriq.com/_nuxt/Dx4LfC2W.js | 727ms | 667ms | 0ms | 1st |
| https://www.googletagmanager.com/gtag/js?id=AW-693601342&cx=c>m=4e65d0h1 | 520ms | 433ms | 68ms | 3rd |
| https://scripts.clarity.ms/0.8.64/clarity.js | 485ms | 392ms | 16ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-MLHMMTC | 399ms | 316ms | 73ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-S9W0724HET&cx=c>m=4e65d0h1 | 330ms | 224ms | 104ms | 3rd |
| https://norriq-it.activehosted.com/f/embed.php?id=116 | 170ms | 38ms | 7ms | 3rd |
| https://policy.app.cookieinformation.com/uc.js?language=EN&gcmEnabledByConsentLibrary=false | 166ms | 124ms | 9ms | 3rd |
Showing top 10 of 13 scripts
DPage Weight InventoryAction116 resources · 19.7 MB · 273 KB savings availableFIX
~273.1 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 116 resources | 19.7 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization18 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 BundlesAction55 scripts, 273 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtm.js?id=GTM-MLHMMTC | 167 KB | 83 KB (50%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-S9W0724HET&cx=c>m=4e65d0h1 | 158 KB | 68 KB (43%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-693601342&cx=c>m=4e65d0h1 | 147 KB | 67 KB (45%) | ✓ | 3rd |
| https://norriq.com/_nuxt/CUaqHaYT.js | 111 KB | 35 KB (32%) | ✓ | 1st |
| https://norriq.com/_nuxt/S8mCvV7s.js | 59 KB | 20 KB (34%) | ✓ | 1st |
| https://norriq.com/_nuxt/DYtb03Hs.js | 9 KB | — | ✓ | 1st |
| https://norriq.com/_nuxt/BMCvjd8W.js | 3 KB | — | ✓ | 1st |
| https://norriq.com/_nuxt/BzIap-Oz.js | 3 KB | — | ✓ | 1st |
| https://norriq.com/_nuxt/CNSnQcTh.js | 8 KB | — | ✓ | 1st |
| https://norriq.com/_nuxt/CMnEIqLD.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-ControlNo Cache-Control header on main HTML responseREVIEW
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 Hints1 hints, 0 missing preconnectsPASS
Current Resource Hints
1 resource hints configured
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+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
AJavaScript Blocking1 JS blocking issue(s) detectedPASS
ACSS Performance Depth1 CSS depth issue(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 Waterfall116 requests over 7766msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Google Tag Manager www.googletagmanager.com | Tag Manager | 520ms | 147 KB | 45% | $7/mo | Costly |
Microsoft Clarity scripts.clarity.ms | Session Replay | 485ms | 25 KB | — | $6/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 399ms | 167 KB | 50% | $5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 330ms | 158 KB | 43% | $4/mo | Costly |
norriq-it.activehosted.com norriq-it.activehosted.com | Other | 170ms | 10 KB | — | $2/mo | Optional |
policy.app.cookieinformation.com policy.app.cookieinformation.com | Other | 166ms | 12 KB | — | $2/mo | Optional |
sc.lfeeder.com sc.lfeeder.com | Other | 89ms | 12 KB | — | $1/mo | Optional |
static.cloudflareinsights.com static.cloudflareinsights.com | Other | 57ms | 11 KB | — | $1/mo | Optional |
policy.app.cookieinformation.com policy.app.cookieinformation.com | Other | 54ms | 12 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- Google Tag Manager adds 520ms and costs ~$7/month
- Microsoft Clarity adds 485ms and costs ~$6/month
- Google Tag Manager adds 399ms and costs ~$5/month
- Google Tag Manager adds 330ms and costs ~$4/month
Google Tag Manager takes 520ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Microsoft Clarity takes 485ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Google Tag Manager takes 399ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Google Tag Manager takes 330ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
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-19 — 2026-05-16)
LCP (p75)
2748 ms
70% good
INP (p75)
119 ms
93% good
CLS (p75)
0.010
89% good
FCP (p75)
2393 ms
TTFB (p75)
0 ms
Image Optimization18 images, 16 KB total, 0 KB wastedINFO
Image Optimization Audit
Total Images
18
Total Size
16 KB
Oversized
2