Skip to content
https://norriq.com

Performance

· 27 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
80
GRADE
B
FIX
4
REVIEW
5
PASS
14
INFO
4

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

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

4.80 s

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

12.81 s

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

829 ms

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.

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

12.93 s

Page Load Progression

676 ms
1.4 s
2.0 s
2.7 s
3.4 s
4.1 s
4.7 s
5.4 s
Checks
27
14 PASS 5 REVIEW 4 FIX
F
Page Weight Budget
Action
13.6 MB transferred, 114 requests
FIX
13.6 MB transferred, 114 requests
Critical::
Page weighs 16.2 MB (13.6 MB transferred)
Warning::
JavaScript is 791 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 791 KB
Warning::
114 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 2.9 g CO2 per page load
13.6 MB / 2.4 MB budget
13.6 MB transferred
114 requests
2.9 g CO2 per page load
Other 12.0 MiB 88%
JavaScript 790.5 KiB 6%
Images 594.4 KiB 4%
HTML 153.7 KiB 1%
Fonts 115.2 KiB 1%
CSS 20.2 KiB 0%
Other 4.8 KiB 0%
Other 3.8 KiB 0%
Other 3.5 KiB 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
96% third-party, 0 ms blocking
FIX
96% third-party, 0 ms blocking
Warning::
Third-party code accounts for 96% of page weight (13.1 MiB of 13.6 MiB)
Info::
Third-party blocking time is low (0 ms)
96%
First-party Third-party
F
JS Execution Cost
Action
5005ms total JS execution
FIX
5005ms total JS execution
Warning::
https://norriq.com/: 1166ms CPU time
Warning::
Unattributable: 1137ms CPU time
Warning::
https://scripts.clarity.ms/0.8.64/clarity.js: 589ms CPU time
Warning::
https://norriq.com/_nuxt/S8mCvV7s.js: 472ms CPU time
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-MLH...: 317ms CPU time
Info::
Third-party scripts: 1621ms (32% of total)

Main Thread Breakdown

Script Evaluation 46% Other 26% Style & Layout 15% Parse HTML & CSS 6% Script Parsing & Compilation 3%
ScriptTotalScriptingParse/CompileParty
https://norriq.com/1166ms198ms2ms1st
Unattributable1137ms218ms0ms1st
https://scripts.clarity.ms/0.8.64/clarity.js589ms421ms7ms3rd
https://norriq.com/_nuxt/S8mCvV7s.js472ms56ms0ms1st
https://www.googletagmanager.com/gtm.js?id=GTM-MLHMMTC317ms262ms49ms3rd
https://www.googletagmanager.com/gtag/js?id=AW-693601342&cx=c&gtm=4e65m1312ms266ms44ms3rd
https://norriq.com/_nuxt/Lw1R_cXB.js305ms293ms0ms1st
https://norriq.com/_nuxt/g3bgUsys.js304ms285ms0ms1st
https://www.googletagmanager.com/gtag/js?id=G-S9W0724HET&cx=c&gtm=4e65m1272ms222ms48ms3rd
https://policy.app.cookieinformation.com/uc.js?language=EN&gcmEnabledByConsentLibrary=false81ms51ms7ms3rd

Showing top 10 of 11 scripts

D
Page Weight Inventory
Action
114 resources · 13.6 MB · 263 KB savings available
FIX
114 resources · 13.6 MB · 263 KB savings available
Warning::
Page weight 13.6 MB exceeds 1 MB target by 12.6 MB
Got: 13.6 MB Expected: ≤ 1 MB
Info::
~263 KB of savings available
Warning::
41 third-party resources (96% of weight)
Info::
1 resources over 200KB
114 resources · 13.6 MiB · 41 third-party 12.6 MiB over 1MB target
Media 88% · 12.0 MiB
JavaScript 6% · 790.5 KiB
Image 4% · 596.6 KiB
Document 1% · 153.7 KiB
Font 1% · 115.2 KiB
CSS 0% · 20.2 KiB
Other 0% · 9.9 KiB

~263.3 KiB of savings available

Remove unused JavaScript: 263.3 KiB
B
Image Optimization
18 images, 0 KB saveable
REVIEW
18 images, 0 KB saveable
Warning::
https://cms.norriq.com/media/1p0bpdcv/norriq-logo_... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
18 images 594 KB
0 oversized -0 KB
3 legacy format
1 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

C
JS Bundles
Action
54 scripts, 263 KB unused
REVIEW
54 scripts, 263 KB unused
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-MLH...: 80 KB unused (48%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-S9W0...: 65 KB unused (41%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=AW-693...: 64 KB unused (44%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://norriq.com/_nuxt/DZzhpwrj.js: 34 KB unused (31%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://norriq.com/_nuxt/S8mCvV7s.js: 20 KB unused (34%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 263 KB
263 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtm.js?id=GTM-MLHMMTC166 KB80 KB (48%)3rd
https://www.googletagmanager.com/gtag/js?id=G-S9W0724HET&cx=c&gtm=4e65m1158 KB65 KB (41%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-693601342&cx=c&gtm=4e65m1146 KB64 KB (44%)3rd
https://norriq.com/_nuxt/DZzhpwrj.js111 KB34 KB (31%)1st
https://norriq.com/_nuxt/S8mCvV7s.js59 KB20 KB (34%)1st
https://norriq.com/_nuxt/g3bgUsys.js9 KB1st
https://norriq.com/_nuxt/CjpbovC4.js3 KB1st
https://norriq.com/_nuxt/BXeSyF7u.js2 KB1st
https://norriq.com/_nuxt/Bl-oaa9_.js8 KB1st
https://norriq.com/_nuxt/Lw1R_cXB.js3 KB1st

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
Main HTML Cache-Control
Cache-Control present but without max-age
REVIEW
Cache-Control present but without max-age
Info::
Main HTML Cache-Control has no max-age: s-maxage=60, stale-while-revalidate
Got: s-maxage=60, stale-while-revalidate
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.
B
HTTP Caching
s-maxage=60, stale-while-revalidate
REVIEW
s-maxage=60, stale-while-revalidate
Info::
Cache-Control header is set
Got: s-maxage=60, stale-while-revalidate
Info::
CDN TTL: 1 minute (s-maxage=60)
Info::
Last-Modified header present
Cache-Control

s-maxage=60, stale-while-revalidate

DirectiveValueMeaning
s-maxage60CDN caches for 1 minute
stale-while-revalidateServe stale while revalidating
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
5 fonts (115 KB)
PASS
5 fonts (115 KB)
Info::
5 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

5

115 KB total

Render-blocking

0

of 5

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s FCP 4.8 s LCP 12.8 shttps://norriq.com/_nuxt/Lato-400-6.BEhtfm5r.woff2Lato-400-6.BEhtfm5r.woff2 https://norriq.com/_nuxt/Lato-400-6.BEhtfm5r.woff2 — 23.6 KiB — 47 ms — font-display: swaphttps://norriq.com/_nuxt/Lato-300-4.BP2wSCML.woff2Lato-300-4.BP2wSCML.woff2 https://norriq.com/_nuxt/Lato-300-4.BP2wSCML.woff2 — 23.3 KiB — 69 ms — font-display: swaphttps://norriq.com/_nuxt/Lato-700-8.BUGMgin4.woff2Lato-700-8.BUGMgin4.woff2 https://norriq.com/_nuxt/Lato-700-8.BUGMgin4.woff2 — 23.1 KiB — 68 ms — font-display: swaphttps://norriq.com/_nuxt/Lato-900-10.C3uaq3BA.woff2Lato-900-10.C3uaq3BA.woff2 https://norriq.com/_nuxt/Lato-900-10.C3uaq3BA.woff2 — 22.5 KiB — 27 ms — font-display: swaphttps://fonts.bunny.net/ibm-plex-sans/files/ibm-plex-sans-latin-400-normal.woff2ibm-plex-sans-latin-400... https://fonts.bunny.net/ibm-plex-sans/files/ibm-plex-sans-latin-400-normal.woff2 — 22.8 KiB — 104 ms — font-display: swap
Lato-400-6.BEhtfm5r.woff2 woff2 swap
Size 24 KB
Load time 47 ms
Start 555 ms
Risk FOUT — text flashes from fallback to web font
Lato-300-4.BP2wSCML.woff2 woff2 swap
Size 23 KB
Load time 69 ms
Start 556 ms
Risk FOUT — text flashes from fallback to web font
Lato-700-8.BUGMgin4.woff2 woff2 swap
Size 23 KB
Load time 68 ms
Start 556 ms
Risk FOUT — text flashes from fallback to web font
Lato-900-10.C3uaq3BA.woff2 woff2 swap
Size 23 KB
Load time 27 ms
Start 951 ms
Risk FOUT — text flashes from fallback to web font
ibm-plex-sans-latin-400... woff2 swap
Size 23 KB
Load time 104 ms
Start 3.0 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+
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
1 hints, 0 missing preconnects
PASS
1 hints, 0 missing preconnects
Info::
Page uses 1 resource hint(s)

Current Resource Hints

preconnect
preload
1
dns-prefetch
prefetch

1 resource hints configured

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+
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::
`Last-Modified` present -- timestamp-based conditional GET supported
Consider also setting `ETag` for stronger revalidation -- ETags are content hashes that don't suffer from clock-skew or DST issues. Last-Modified alone is functional for conditional GETs and not a bug.
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::
Total JS execution time is 5.0 s -- over the 3.5s budget
Total JavaScript execution (parse + compile + run) across all scripts exceeds 3.5 seconds. On low-end devices that becomes 7-15+ seconds and shows up directly in TBT and INP. Reduce by: tree-shaking unused dependencies, code-splitting (dynamic `import()`), removing or deferring third-party tracking, and replacing heavy frameworks where they're not needed.
A
CSS Performance Depth
1 CSS depth issue(s) detected
PASS
1 CSS depth issue(s) detected
Warning::
16 render-blocking stylesheet(s) -- recommended: <=3
Each `<link rel="stylesheet">` without a non-blocking `media` attribute holds up the first paint. Browsers download all of them before painting any content. Consolidate into 1-2 critical-path stylesheets; defer non-critical CSS via `<link rel="stylesheet" media="print" onload="this.media='all'">` or via the loadCSS pattern; inline above-the-fold CSS in `<style>` to short-circuit the request entirely.
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Cloudflare

Network Waterfall
114 requests over 4727ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s FCP 4.8 s LCP 12.8 shttps://norriq.com// https://norriq.com/ — 200 — 150.8 KiB — 256 ms — h2https://norriq.com/_nuxt/entry.nFDbE3da.css/_nuxt/entry.nFDbE3da.css https://norriq.com/_nuxt/entry.nFDbE3da.css — 200 — 745 B — 41 ms — h2https://norriq.com/_nuxt/swiper-vue.DCASaf05.css/_nuxt/swiper-vue.DCASaf05.css https://norriq.com/_nuxt/swiper-vue.DCASaf05.css — 200 — 4.9 KiB — 63 ms — h2https://norriq.com/_nuxt/default.CIcB7IDi.css/_nuxt/default.CIcB7IDi.css https://norriq.com/_nuxt/default.CIcB7IDi.css — 200 — 980 B — 43 ms — h2https://norriq.com/_nuxt/ResponsivePicture.CV_fKwNJ.css/_nuxt/ResponsivePicture.CV_fKwNJ.c... https://norriq.com/_nuxt/ResponsivePicture.CV_fKwNJ.css — 200 — 389 B — 71 ms — h2https://norriq.com/_nuxt/BaseButton.BUAvN_sI.css/_nuxt/BaseButton.BUAvN_sI.css https://norriq.com/_nuxt/BaseButton.BUAvN_sI.css — 200 — 514 B — 55 ms — h2https://norriq.com/_nuxt/CmsContentRenderer.BejON6nm.css/_nuxt/CmsContentRenderer.BejON6nm.... https://norriq.com/_nuxt/CmsContentRenderer.BejON6nm.css — 200 — 795 B — 45 ms — h2https://norriq.com/_nuxt/VideoComponent.global.vqozfDpc.css/_nuxt/VideoComponent.global.vqozfD... https://norriq.com/_nuxt/VideoComponent.global.vqozfDpc.css — 200 — 761 B — 51 ms — h2https://norriq.com/_nuxt/CaseItem.D0-8-OSo.css/_nuxt/CaseItem.D0-8-OSo.css https://norriq.com/_nuxt/CaseItem.D0-8-OSo.css — 200 — 867 B — 64 ms — h2https://norriq.com/_nuxt/TagList.Bbwuzi22.css/_nuxt/TagList.Bbwuzi22.css https://norriq.com/_nuxt/TagList.Bbwuzi22.css — 200 — 706 B — 57 ms — h2https://norriq.com/_nuxt/RelatedArticles.DOkUA6q1.css/_nuxt/RelatedArticles.DOkUA6q1.css https://norriq.com/_nuxt/RelatedArticles.DOkUA6q1.css — 200 — 472 B — 47 ms — h2https://norriq.com/_nuxt/ArticleItem.CfABJPLY.css/_nuxt/ArticleItem.CfABJPLY.css https://norriq.com/_nuxt/ArticleItem.CfABJPLY.css — 200 — 505 B — 66 ms — h2https://norriq.com/_nuxt/DZzhpwrj.js/_nuxt/DZzhpwrj.js https://norriq.com/_nuxt/DZzhpwrj.js — 200 — 110.6 KiB — 201 ms — h2https://norriq.com/_nuxt/S8mCvV7s.js/_nuxt/S8mCvV7s.js https://norriq.com/_nuxt/S8mCvV7s.js — 200 — 59.4 KiB — 202 ms — h2https://norriq.com/_nuxt/g3bgUsys.js/_nuxt/g3bgUsys.js https://norriq.com/_nuxt/g3bgUsys.js — 200 — 8.7 KiB — 80 ms — h2https://norriq.com/_nuxt/CjpbovC4.js/_nuxt/CjpbovC4.js https://norriq.com/_nuxt/CjpbovC4.js — 200 — 3.0 KiB — 112 ms — h2https://norriq.com/_nuxt/BXeSyF7u.js/_nuxt/BXeSyF7u.js https://norriq.com/_nuxt/BXeSyF7u.js — 200 — 2.4 KiB — 84 ms — h2https://norriq.com/_nuxt/Bl-oaa9_.js/_nuxt/Bl-oaa9_.js https://norriq.com/_nuxt/Bl-oaa9_.js — 200 — 7.8 KiB — 112 ms — h2https://norriq.com/_nuxt/Lw1R_cXB.js/_nuxt/Lw1R_cXB.js https://norriq.com/_nuxt/Lw1R_cXB.js — 200 — 3.1 KiB — 76 ms — h2https://norriq.com/_nuxt/Km66nVY5.js/_nuxt/Km66nVY5.js https://norriq.com/_nuxt/Km66nVY5.js — 200 — 381 B — 112 ms — h2https://norriq.com/_nuxt/CLuRReF0.js/_nuxt/CLuRReF0.js https://norriq.com/_nuxt/CLuRReF0.js — 200 — 1.0 KiB — 111 ms — h2https://norriq.com/_nuxt/CSS28ll7.js/_nuxt/CSS28ll7.js https://norriq.com/_nuxt/CSS28ll7.js — 200 — 5.0 KiB — 112 ms — h2https://norriq.com/_nuxt/B-xGOY01.js/_nuxt/B-xGOY01.js https://norriq.com/_nuxt/B-xGOY01.js — 200 — 655 B — 113 ms — h2https://norriq.com/_nuxt/1wIWGytO.js/_nuxt/1wIWGytO.js https://norriq.com/_nuxt/1wIWGytO.js — 200 — 2.8 KiB — 112 ms — h2https://norriq.com/_nuxt/C0Mq8Wfx.js/_nuxt/C0Mq8Wfx.js https://norriq.com/_nuxt/C0Mq8Wfx.js — 200 — 1.1 KiB — 110 ms — h2https://norriq.com/_nuxt/BIahIYWd.js/_nuxt/BIahIYWd.js https://norriq.com/_nuxt/BIahIYWd.js — 200 — 2.2 KiB — 133 ms — h2https://norriq.com/_nuxt/BSlBtNMu.js/_nuxt/BSlBtNMu.js https://norriq.com/_nuxt/BSlBtNMu.js — 200 — 773 B — 115 ms — h2https://norriq.com/_nuxt/BAEu7GNZ.js/_nuxt/BAEu7GNZ.js https://norriq.com/_nuxt/BAEu7GNZ.js — 200 — 984 B — 126 ms — h2https://norriq.com/_nuxt/B7HWv-Mk.js/_nuxt/B7HWv-Mk.js https://norriq.com/_nuxt/B7HWv-Mk.js — 200 — 540 B — 129 ms — h2https://norriq.com/_nuxt/C48mGey9.js/_nuxt/C48mGey9.js https://norriq.com/_nuxt/C48mGey9.js — 200 — 1.8 KiB — 120 ms — h2
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s FCP 4.8 s LCP 12.8 shttps://norriq.com// https://norriq.com/ — 200 — 150.8 KiB — 256 ms — h2https://norriq.com/_nuxt/entry.nFDbE3da.css/_nuxt/entry.nFDbE3da.css https://norriq.com/_nuxt/entry.nFDbE3da.css — 200 — 745 B — 41 ms — h2https://norriq.com/_nuxt/swiper-vue.DCASaf05.css/_nuxt/swiper-vue.DCASaf05.css https://norriq.com/_nuxt/swiper-vue.DCASaf05.css — 200 — 4.9 KiB — 63 ms — h2https://norriq.com/_nuxt/default.CIcB7IDi.css/_nuxt/default.CIcB7IDi.css https://norriq.com/_nuxt/default.CIcB7IDi.css — 200 — 980 B — 43 ms — h2https://norriq.com/_nuxt/ResponsivePicture.CV_fKwNJ.css/_nuxt/ResponsivePicture.CV_fKwNJ.c... https://norriq.com/_nuxt/ResponsivePicture.CV_fKwNJ.css — 200 — 389 B — 71 ms — h2https://norriq.com/_nuxt/BaseButton.BUAvN_sI.css/_nuxt/BaseButton.BUAvN_sI.css https://norriq.com/_nuxt/BaseButton.BUAvN_sI.css — 200 — 514 B — 55 ms — h2https://norriq.com/_nuxt/CmsContentRenderer.BejON6nm.css/_nuxt/CmsContentRenderer.BejON6nm.... https://norriq.com/_nuxt/CmsContentRenderer.BejON6nm.css — 200 — 795 B — 45 ms — h2https://norriq.com/_nuxt/VideoComponent.global.vqozfDpc.css/_nuxt/VideoComponent.global.vqozfD... https://norriq.com/_nuxt/VideoComponent.global.vqozfDpc.css — 200 — 761 B — 51 ms — h2https://norriq.com/_nuxt/CaseItem.D0-8-OSo.css/_nuxt/CaseItem.D0-8-OSo.css https://norriq.com/_nuxt/CaseItem.D0-8-OSo.css — 200 — 867 B — 64 ms — h2https://norriq.com/_nuxt/TagList.Bbwuzi22.css/_nuxt/TagList.Bbwuzi22.css https://norriq.com/_nuxt/TagList.Bbwuzi22.css — 200 — 706 B — 57 ms — h2https://norriq.com/_nuxt/RelatedArticles.DOkUA6q1.css/_nuxt/RelatedArticles.DOkUA6q1.css https://norriq.com/_nuxt/RelatedArticles.DOkUA6q1.css — 200 — 472 B — 47 ms — h2https://norriq.com/_nuxt/ArticleItem.CfABJPLY.css/_nuxt/ArticleItem.CfABJPLY.css https://norriq.com/_nuxt/ArticleItem.CfABJPLY.css — 200 — 505 B — 66 ms — h2https://norriq.com/_nuxt/DZzhpwrj.js/_nuxt/DZzhpwrj.js https://norriq.com/_nuxt/DZzhpwrj.js — 200 — 110.6 KiB — 201 ms — h2https://norriq.com/_nuxt/S8mCvV7s.js/_nuxt/S8mCvV7s.js https://norriq.com/_nuxt/S8mCvV7s.js — 200 — 59.4 KiB — 202 ms — h2https://norriq.com/_nuxt/g3bgUsys.js/_nuxt/g3bgUsys.js https://norriq.com/_nuxt/g3bgUsys.js — 200 — 8.7 KiB — 80 ms — h2https://norriq.com/_nuxt/CjpbovC4.js/_nuxt/CjpbovC4.js https://norriq.com/_nuxt/CjpbovC4.js — 200 — 3.0 KiB — 112 ms — h2https://norriq.com/_nuxt/BXeSyF7u.js/_nuxt/BXeSyF7u.js https://norriq.com/_nuxt/BXeSyF7u.js — 200 — 2.4 KiB — 84 ms — h2https://norriq.com/_nuxt/Bl-oaa9_.js/_nuxt/Bl-oaa9_.js https://norriq.com/_nuxt/Bl-oaa9_.js — 200 — 7.8 KiB — 112 ms — h2https://norriq.com/_nuxt/Lw1R_cXB.js/_nuxt/Lw1R_cXB.js https://norriq.com/_nuxt/Lw1R_cXB.js — 200 — 3.1 KiB — 76 ms — h2https://norriq.com/_nuxt/Km66nVY5.js/_nuxt/Km66nVY5.js https://norriq.com/_nuxt/Km66nVY5.js — 200 — 381 B — 112 ms — h2https://norriq.com/_nuxt/CLuRReF0.js/_nuxt/CLuRReF0.js https://norriq.com/_nuxt/CLuRReF0.js — 200 — 1.0 KiB — 111 ms — h2https://norriq.com/_nuxt/CSS28ll7.js/_nuxt/CSS28ll7.js https://norriq.com/_nuxt/CSS28ll7.js — 200 — 5.0 KiB — 112 ms — h2https://norriq.com/_nuxt/B-xGOY01.js/_nuxt/B-xGOY01.js https://norriq.com/_nuxt/B-xGOY01.js — 200 — 655 B — 113 ms — h2https://norriq.com/_nuxt/1wIWGytO.js/_nuxt/1wIWGytO.js https://norriq.com/_nuxt/1wIWGytO.js — 200 — 2.8 KiB — 112 ms — h2https://norriq.com/_nuxt/C0Mq8Wfx.js/_nuxt/C0Mq8Wfx.js https://norriq.com/_nuxt/C0Mq8Wfx.js — 200 — 1.1 KiB — 110 ms — h2https://norriq.com/_nuxt/BIahIYWd.js/_nuxt/BIahIYWd.js https://norriq.com/_nuxt/BIahIYWd.js — 200 — 2.2 KiB — 133 ms — h2https://norriq.com/_nuxt/BSlBtNMu.js/_nuxt/BSlBtNMu.js https://norriq.com/_nuxt/BSlBtNMu.js — 200 — 773 B — 115 ms — h2https://norriq.com/_nuxt/BAEu7GNZ.js/_nuxt/BAEu7GNZ.js https://norriq.com/_nuxt/BAEu7GNZ.js — 200 — 984 B — 126 ms — h2https://norriq.com/_nuxt/B7HWv-Mk.js/_nuxt/B7HWv-Mk.js https://norriq.com/_nuxt/B7HWv-Mk.js — 200 — 540 B — 129 ms — h2https://norriq.com/_nuxt/C48mGey9.js/_nuxt/C48mGey9.js https://norriq.com/_nuxt/C48mGey9.js — 200 — 1.8 KiB — 120 ms — h2https://norriq.com/_nuxt/nXBWN7Nu.js/_nuxt/nXBWN7Nu.js https://norriq.com/_nuxt/nXBWN7Nu.js — 200 — 702 B — 135 ms — h2https://norriq.com/_nuxt/CzFFWtqB.js/_nuxt/CzFFWtqB.js https://norriq.com/_nuxt/CzFFWtqB.js — 200 — 2.3 KiB — 138 ms — h2https://norriq.com/_nuxt/CKWNiEnB.js/_nuxt/CKWNiEnB.js https://norriq.com/_nuxt/CKWNiEnB.js — 200 — 1.6 KiB — 166 ms — h2https://norriq.com/_nuxt/u8eMVeRf.js/_nuxt/u8eMVeRf.js https://norriq.com/_nuxt/u8eMVeRf.js — 200 — 394 B — 156 ms — h2https://norriq.com/_nuxt/Bpyfgsfu.js/_nuxt/Bpyfgsfu.js https://norriq.com/_nuxt/Bpyfgsfu.js — 200 — 737 B — 150 ms — h2https://norriq.com/_nuxt/BElLUT1f.js/_nuxt/BElLUT1f.js https://norriq.com/_nuxt/BElLUT1f.js — 200 — 1.4 KiB — 153 ms — h2https://norriq.com/_nuxt/cO_wTgvn.js/_nuxt/cO_wTgvn.js https://norriq.com/_nuxt/cO_wTgvn.js — 200 — 552 B — 143 ms — h2https://norriq.com/_nuxt/DT9jXjPg.js/_nuxt/DT9jXjPg.js https://norriq.com/_nuxt/DT9jXjPg.js — 200 — 1.9 KiB — 168 ms — h2https://norriq.com/_nuxt/Z7LznqUy.js/_nuxt/Z7LznqUy.js https://norriq.com/_nuxt/Z7LznqUy.js — 200 — 1.7 KiB — 160 ms — h2https://norriq.com/_nuxt/Bnz2DkZO.js/_nuxt/Bnz2DkZO.js https://norriq.com/_nuxt/Bnz2DkZO.js — 200 — 566 B — 174 ms — h2https://norriq.com/_nuxt/C-DCPkpi.js/_nuxt/C-DCPkpi.js https://norriq.com/_nuxt/C-DCPkpi.js — 200 — 584 B — 139 ms — h2https://norriq.com/_nuxt/DpNxnBae.js/_nuxt/DpNxnBae.js https://norriq.com/_nuxt/DpNxnBae.js — 200 — 3.4 KiB — 163 ms — h2https://norriq.com/_nuxt/CWpcaWov.js/_nuxt/CWpcaWov.js https://norriq.com/_nuxt/CWpcaWov.js — 200 — 764 B — 170 ms — h2https://norriq.com/_nuxt/BVofYNJQ.js/_nuxt/BVofYNJQ.js https://norriq.com/_nuxt/BVofYNJQ.js — 200 — 1.2 KiB — 182 ms — h2https://norriq.com/_nuxt/BLLkaPmB.js/_nuxt/BLLkaPmB.js https://norriq.com/_nuxt/BLLkaPmB.js — 200 — 416 B — 144 ms — h2https://norriq.com/_nuxt/B6c0oMXP.js/_nuxt/B6c0oMXP.js https://norriq.com/_nuxt/B6c0oMXP.js — 200 — 458 B — 157 ms — h2https://norriq.com/_nuxt/Fj8WMT8M.js/_nuxt/Fj8WMT8M.js https://norriq.com/_nuxt/Fj8WMT8M.js — 200 — 2.5 KiB — 175 ms — h2https://norriq.com/_nuxt/DsEnVlhK.js/_nuxt/DsEnVlhK.js https://norriq.com/_nuxt/DsEnVlhK.js — 200 — 1.8 KiB — 195 ms — h2https://norriq.com/_nuxt/CTXVtDe5.js/_nuxt/CTXVtDe5.js https://norriq.com/_nuxt/CTXVtDe5.js — 200 — 667 B — 166 ms — h2https://norriq.com/_nuxt/D-Ug69qh.js/_nuxt/D-Ug69qh.js https://norriq.com/_nuxt/D-Ug69qh.js — 200 — 1.1 KiB — 177 ms — h2https://norriq.com/_nuxt/lUIri-7n.js/_nuxt/lUIri-7n.js https://norriq.com/_nuxt/lUIri-7n.js — 200 — 3.3 KiB — 199 ms — h2https://norriq.com/_nuxt/DWv1DcWI.js/_nuxt/DWv1DcWI.js https://norriq.com/_nuxt/DWv1DcWI.js — 200 — 1.3 KiB — 184 ms — h2https://norriq.com/_nuxt/DwMCm7iZ.js/_nuxt/DwMCm7iZ.js https://norriq.com/_nuxt/DwMCm7iZ.js — 200 — 2.0 KiB — 187 ms — h2https://norriq.com/_nuxt/Cw2Wqer_.js/_nuxt/Cw2Wqer_.js https://norriq.com/_nuxt/Cw2Wqer_.js — 200 — 2.1 KiB — 195 ms — h2https://norriq.com/_nuxt/7OMq4efl.js/_nuxt/7OMq4efl.js https://norriq.com/_nuxt/7OMq4efl.js — 200 — 588 B — 201 ms — h2https://norriq.com/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js/cdn-cgi/scripts/5c5dd728/cloudflar... https://norriq.com/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js — 200 — 1023 B — 117 ms — h2https://norriq.com/_nuxt/builds/meta/5adaffd5-2215-4685-bcaa-b9cb5ae91792.json/_nuxt/builds/meta/5adaffd5-2215-46... https://norriq.com/_nuxt/builds/meta/5adaffd5-2215-4685-bcaa-b9cb5ae91792.json — 200 — 723 B — 139 ms — h3https://norriq.com/assets/images/norriq_logo.svg/assets/images/norriq_logo.svg https://norriq.com/assets/images/norriq_logo.svg — 200 — 16.3 KiB — 156 ms — h3https://player.vimeo.com/progressive_redirect/playback/1035134249/rendition/1080p/file.mp4?loc=external&log_user=0&signature=7ed3f1c97011b7076270be3eada6cca5f6625d71521d246191579d48d9923affplayer.vimeo.com/progressive_redire... https://player.vimeo.com/progressive_redirect/playback/1035134249/rendition/1080p/file.mp4?loc=external&log_user=0&signature=7ed3f1c97011b7076270be3eada6cca5f6625d71521d246191579d48d9923aff — 302 — 1.3 KiB — 429 ms — h2https://norriq.com/_nuxt/Hero.BVGgyXwr.css/_nuxt/Hero.BVGgyXwr.css https://norriq.com/_nuxt/Hero.BVGgyXwr.css — 200 — 1.2 KiB — 25 ms — h3data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256' width='256' heig…www.w3.org/2000/svg' viewBox='0 0 2... data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256' width='256' heig… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' width='20' height=…www.w3.org/2000/svg' viewBox='0 0 2... data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' width='20' height=… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height=…www.w3.org/2000/svg' viewBox='0 0 2... data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height=… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height=…www.w3.org/2000/svg' viewBox='0 0 2... data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height=… — 200 — 0 B — 0 ms — datahttps://norriq.com/_nuxt/Lato-400-6.BEhtfm5r.woff2/_nuxt/Lato-400-6.BEhtfm5r.woff2 https://norriq.com/_nuxt/Lato-400-6.BEhtfm5r.woff2 — 200 — 23.6 KiB — 47 ms — h3https://norriq.com/_nuxt/Lato-300-4.BP2wSCML.woff2/_nuxt/Lato-300-4.BP2wSCML.woff2 https://norriq.com/_nuxt/Lato-300-4.BP2wSCML.woff2 — 200 — 23.3 KiB — 69 ms — h3https://norriq.com/_nuxt/Lato-700-8.BUGMgin4.woff2/_nuxt/Lato-700-8.BUGMgin4.woff2 https://norriq.com/_nuxt/Lato-700-8.BUGMgin4.woff2 — 200 — 23.1 KiB — 68 ms — h3https://norriq.com/_locales/general/en-us/data.json?v=1779440795923/_locales/general/en-us/data.json?v... https://norriq.com/_locales/general/en-us/data.json?v=1779440795923 — 200 — 1.1 KiB — 55 ms — h3https://norriq.com/_locales/catchall/en-us/data.json?v=1779440795923/_locales/catchall/en-us/data.json?... https://norriq.com/_locales/catchall/en-us/data.json?v=1779440795923 — 200 — 595 B — 56 ms — h3https://www.googletagmanager.com/gtm.js?id=GTM-MLHMMTCwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-MLHMMTC — 200 — 165.8 KiB — 313 ms — h2https://norriq.com/_nuxt/ImageComponent.CyDK3X6W.css/_nuxt/ImageComponent.CyDK3X6W.css https://norriq.com/_nuxt/ImageComponent.CyDK3X6W.css — 200 — 840 B — 26 ms — h3https://download-video-ak.vimeocdn.com/v3-1/playback/b68f7782-20d2-4e04-9a63-867e8f41b6a7/e3aa206e-38339687?__token__=st=1779863795~exp=1779867395~acl=%2Fv3-1%2Fplayback%2Fb68f7782-20d2-4e04-9a63-867e8f41b6a7%2Fe3aa206e-38339687%2A~hmac=f9f15815fd21002bf3538f5d67bc2ae8729cf391e1c8f2674e9c597d5f48e21e&r=dXMtd2VzdDE%3Ddownload-video-ak.vimeocdn.com/v3-1... https://download-video-ak.vimeocdn.com/v3-1/playback/b68f7782-20d2-4e04-9a63-867e8f41b6a7/e3aa206e-38339687?__token__=st=1779863795~exp=1779867395~acl=%2Fv3-1%2Fplayback%2Fb68f7782-20d2-4e04-9a63-867e8f41b6a7%2Fe3aa206e-38339687%2A~hmac=f9f15815fd21002bf3538f5d67bc2ae8729cf391e1c8f2674e9c597d5f48e21e&r=dXMtd2VzdDE%3D — 206 — 12.0 MiB — 204 ms — http/1.1https://norriq.com/api/_nuxt_icon/heroicons.json?icons=bars-3-bottom-right-20-solid/api/_nuxt_icon/heroicons.json?icon... https://norriq.com/api/_nuxt_icon/heroicons.json?icons=bars-3-bottom-right-20-solid — 200 — 788 B — 57 ms — h3https://norriq.com/_nuxt/NavigationGrid.Dln0XF12.css/_nuxt/NavigationGrid.Dln0XF12.css https://norriq.com/_nuxt/NavigationGrid.Dln0XF12.css — 200 — 929 B — 27 ms — h3https://norriq.com/_nuxt/SplitComponent.CiXA8R1L.css/_nuxt/SplitComponent.CiXA8R1L.css https://norriq.com/_nuxt/SplitComponent.CiXA8R1L.css — 200 — 3.8 KiB — 26 ms — h3https://norriq.com/_nuxt/CaseHighlightComponent.BrXaH0Pg.css/_nuxt/CaseHighlightComponent.BrXaH... https://norriq.com/_nuxt/CaseHighlightComponent.BrXaH0Pg.css — 200 — 765 B — 26 ms — h3https://api.live.norriqmarketing.norriq.dev/images/proxy/_/rs:fill:900:1200/g:ce/plain/https%3A%2F%2Fcms.live.norriqmarketing.norriq.dev%2Fmedia%2Fr5qngk2m%2Fbank.jpeg@webpapi.live.norriqmarketing.norriq.dev... https://api.live.norriqmarketing.norriq.dev/images/proxy/_/rs:fill:900:1200/g:ce/plain/https%3A%2F%2Fcms.live.norriqmarketing.norriq.dev%2Fmedia%2Fr5qngk2m%2Fbank.jpeg@webp — 200 — 77.4 KiB — 388 ms — h2https://api.live.norriqmarketing.norriq.dev/images/proxy/_/rs:fill:900:1200/g:ce/plain/https%3A%2F%2Fcms.live.norriqmarketing.norriq.dev%2Fmedia%2Ffglplomz%2Fp1001417_lys-farve-og-kontrast_cropped.jpg@webpapi.live.norriqmarketing.norriq.dev... https://api.live.norriqmarketing.norriq.dev/images/proxy/_/rs:fill:900:1200/g:ce/plain/https%3A%2F%2Fcms.live.norriqmarketing.norriq.dev%2Fmedia%2Ffglplomz%2Fp1001417_lys-farve-og-kontrast_cropped.jpg@webp — 200 — 39.9 KiB — 353 ms — h2https://api.live.norriqmarketing.norriq.dev/images/proxy/_/rs:fit:900:1400/g:ce/plain/https%3A%2F%2Fcms.live.norriqmarketing.norriq.dev%2Fmedia%2Fwhekbgux%2Ftefcold-1.jpg@webpapi.live.norriqmarketing.norriq.dev... https://api.live.norriqmarketing.norriq.dev/images/proxy/_/rs:fit:900:1400/g:ce/plain/https%3A%2F%2Fcms.live.norriqmarketing.norriq.dev%2Fmedia%2Fwhekbgux%2Ftefcold-1.jpg@webp — 200 — 152.2 KiB — 436 ms — h2https://api.live.norriqmarketing.norriq.dev/images/proxy/_/rs:fit:300:300/g:ce/plain/https%3A%2F%2Fcms.live.norriqmarketing.norriq.dev%2Fmedia%2Fknxoewno%2Ftefcold-logo.png@webpapi.live.norriqmarketing.norriq.dev... https://api.live.norriqmarketing.norriq.dev/images/proxy/_/rs:fit:300:300/g:ce/plain/https%3A%2F%2Fcms.live.norriqmarketing.norriq.dev%2Fmedia%2Fknxoewno%2Ftefcold-logo.png@webp — 200 — 3.7 KiB — 351 ms — h2https://api.live.norriqmarketing.norriq.dev/images/proxy/_/rs:fit:900:1400/g:ce/plain/https%3A%2F%2Fcms.live.norriqmarketing.norriq.dev%2Fmedia%2Fjjqlgxjv%2Felindus-arena.jpg@webpapi.live.norriqmarketing.norriq.dev... https://api.live.norriqmarketing.norriq.dev/images/proxy/_/rs:fit:900:1400/g:ce/plain/https%3A%2F%2Fcms.live.norriqmarketing.norriq.dev%2Fmedia%2Fjjqlgxjv%2Felindus-arena.jpg@webp — 200 — 82.1 KiB — 351 ms — h2https://api.live.norriqmarketing.norriq.dev/images/proxy/_/rs:fit:900:1400/g:ce/plain/https%3A%2F%2Fcms.live.norriqmarketing.norriq.dev%2Fmedia%2Fvckgu5sv%2Fgeia_001.jpg@webpapi.live.norriqmarketing.norriq.dev... https://api.live.norriqmarketing.norriq.dev/images/proxy/_/rs:fit:900:1400/g:ce/plain/https%3A%2F%2Fcms.live.norriqmarketing.norriq.dev%2Fmedia%2Fvckgu5sv%2Fgeia_001.jpg@webp — 200 — 39.2 KiB — 286 ms — h2https://norriq.com/_nuxt/Lato-900-10.C3uaq3BA.woff2/_nuxt/Lato-900-10.C3uaq3BA.woff2 https://norriq.com/_nuxt/Lato-900-10.C3uaq3BA.woff2 — 200 — 22.5 KiB — 27 ms — h3https://norriq.com/api/_nuxt_icon/cil.json?icons=arrow-left%2Carrow-right/api/_nuxt_icon/cil.json?icons=arro... https://norriq.com/api/_nuxt_icon/cil.json?icons=arrow-left%2Carrow-right — 200 — 815 B — 57 ms — h3data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' width='20' height=…www.w3.org/2000/svg' viewBox='0 0 2... data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' width='20' height=… — 200 — 0 B — 0 ms — datahttps://policy.app.cookieinformation.com/uc.js?language=EN&gcmEnabledByConsentLibrary=falsepolicy.app.cookieinformation.com/uc... https://policy.app.cookieinformation.com/uc.js?language=EN&gcmEnabledByConsentLibrary=false — 200 — 12.2 KiB — 116 ms — h2https://www.googletagmanager.com/gtag/js?id=G-S9W0724HET&cx=c&gtm=4e65m1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-S9W0724HET&cx=c&gtm=4e65m1 — 200 — 158.1 KiB — 140 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-693601342&cx=c&gtm=4e65m1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-693601342&cx=c&gtm=4e65m1 — 200 — 146.0 KiB — 167 ms — h2https://www.clarity.ms/tag/tpxoul31mu?ref=gtmwww.clarity.ms/tag/tpxoul31mu?ref=g... https://www.clarity.ms/tag/tpxoul31mu?ref=gtm — 200 — 905 B — 151 ms — http/1.1https://www.clarity.ms/tag/d4wcrcktqcwww.clarity.ms/tag/d4wcrcktqc https://www.clarity.ms/tag/d4wcrcktqc — 200 — 1.2 KiB — 145 ms — http/1.1https://api.live.norriqmarketing.norriq.dev/images/proxy/_/rs:fit:300:300/g:ce/plain/https%3A%2F%2Fcms.live.norriqmarketing.norriq.dev%2Fmedia%2Fdhxlsc5k%2Fgeia.png@webpapi.live.norriqmarketing.norriq.dev... https://api.live.norriqmarketing.norriq.dev/images/proxy/_/rs:fit:300:300/g:ce/plain/https%3A%2F%2Fcms.live.norriqmarketing.norriq.dev%2Fmedia%2Fdhxlsc5k%2Fgeia.png@webp — 200 — 10.7 KiB — 165 ms — h2https://api.live.norriqmarketing.norriq.dev/images/proxy/_/rs:fit:900:1400/g:ce/plain/https%3A%2F%2Fcms.live.norriqmarketing.norriq.dev%2Fmedia%2Fwgsmub0v%2Fvirogates-21-03-20186376.jpg@webpapi.live.norriqmarketing.norriq.dev... https://api.live.norriqmarketing.norriq.dev/images/proxy/_/rs:fit:900:1400/g:ce/plain/https%3A%2F%2Fcms.live.norriqmarketing.norriq.dev%2Fmedia%2Fwgsmub0v%2Fvirogates-21-03-20186376.jpg@webp — 200 — 18.2 KiB — 159 ms — h2https://api.live.norriqmarketing.norriq.dev/images/proxy/_/rs:fit:300:300/g:ce/plain/https%3A%2F%2Fcms.live.norriqmarketing.norriq.dev%2Fmedia%2Fk5yl2nrx%2Fvirogates_logo_2024.png@webpapi.live.norriqmarketing.norriq.dev... https://api.live.norriqmarketing.norriq.dev/images/proxy/_/rs:fit:300:300/g:ce/plain/https%3A%2F%2Fcms.live.norriqmarketing.norriq.dev%2Fmedia%2Fk5yl2nrx%2Fvirogates_logo_2024.png@webp — 200 — 5.6 KiB — 174 ms — h2https://sc.lfeeder.com/lftracker_v1_p1e024BYN1K7GB6d.jssc.lfeeder.com/lftracker_v1_p1e024B... https://sc.lfeeder.com/lftracker_v1_p1e024BYN1K7GB6d.js — 200 — 11.6 KiB — 179 ms — h2https://policy.app.cookieinformation.com/cookie-data/norriq.com/cabl.jsonpolicy.app.cookieinformation.com/co... https://policy.app.cookieinformation.com/cookie-data/norriq.com/cabl.json — 200 — 2.6 KiB — 96 ms — h2https://policy.app.cookieinformation.com/latest/norriq.com/en.jspolicy.app.cookieinformation.com/la... https://policy.app.cookieinformation.com/latest/norriq.com/en.js — 200 — 12.3 KiB — 92 ms — h2https://policy.app.cookieinformation.com/cookiesharingiframe.htmlpolicy.app.cookieinformation.com/co... https://policy.app.cookieinformation.com/cookiesharingiframe.html — 200 — 2.9 KiB — 100 ms — h2https://scripts.clarity.ms/0.8.64/clarity.jsscripts.clarity.ms/0.8.64/clarity.j... https://scripts.clarity.ms/0.8.64/clarity.js — 200 — 25.1 KiB — 157 ms — h2data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' heig…www.w3.org/2000/svg' viewBox='0 0 5... data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' heig… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' heig…www.w3.org/2000/svg' viewBox='0 0 5... data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' heig… — 200 — 0 B — 0 ms — datahttps://api.live.norriqmarketing.norriq.dev/images/proxy/_/rs:fill:768:320/g:fp:0.5314849134915338:0.6047988154409296/plain/https%3A%2F%2Fcms.live.norriqmarketing.norriq.dev%2Fmedia%2Fppefytqi%2F69d9988108dec9d5ee276faee20a5a93.jpg@webpapi.live.norriqmarketing.norriq.dev... https://api.live.norriqmarketing.norriq.dev/images/proxy/_/rs:fill:768:320/g:fp:0.5314849134915338:0.6047988154409296/plain/https%3A%2F%2Fcms.live.norriqmarketing.norriq.dev%2Fmedia%2Fppefytqi%2F69d9988108dec9d5ee276faee20a5a93.jpg@webp — 200 — 67.0 KiB — 124 ms — h2https://api.live.norriqmarketing.norriq.dev/images/proxy/_/rs:fit:1200:0/g:ce/plain/https%3A%2F%2Fcms.live.norriqmarketing.norriq.dev%2Fmedia%2Fr5qngk2m%2Fbank.jpeg@webpapi.live.norriqmarketing.norriq.dev... https://api.live.norriqmarketing.norriq.dev/images/proxy/_/rs:fit:1200:0/g:ce/plain/https%3A%2F%2Fcms.live.norriqmarketing.norriq.dev%2Fmedia%2Fr5qngk2m%2Fbank.jpeg@webp — 200 — 72.6 KiB — 124 ms — h2https://cms.norriq.com/media/1p0bpdcv/norriq-logo_dark-blue2.pngcms.norriq.com/media/1p0bpdcv/norri... https://cms.norriq.com/media/1p0bpdcv/norriq-logo_dark-blue2.png — 200 — 9.2 KiB — 257 ms — h2https://tr.lfeeder.com/?sid=p1e024BYN1K7GB6d&data=eyJnYVRyYWNraW5nSWRzIjpbXSwiZ2FNZWFzdXJlbWVudElkcyI6WyJHLVM5VzA3MjRIRVQiXSwiZ2FDbGllbnRJZHMiOltdLCJjb250ZXh0Ijp7ImxpYnJhcnkiOnsibmFtZSI6ImxmdHJhY2tlciIsInZlcnNpb24iOiIyLjcxLjQifSwicGFnZVVybCI6Imh0dHBzOi8vbm9ycmlxLmNvbS8iLCJwYWdlVGl0bGUiOiJXZSBhcmUgdGhlIE5PUlJJUSBHcm91cCB8IFdlbGNvbWUiLCJyZWZlcnJlciI6IiJ9LCJldmVudCI6InRyYWNraW5nLWV2ZW50IiwiY2xpZW50RXZlbnRJZCI6ImRmMjg1ODU3ODU1NWY3MmUiLCJzY3JpcHRJZCI6InAxZTAyNEJZTjFLN0dCNmQiLCJjb29raWVzRW5hYmxlZCI6dHJ1ZSwiY29uc2VudExldmVsIjoibm9uZSIsImFub255bWl6ZUlwIjpmYWxzZSwibGZDbGllbnRJZCI6IkxGMS4xLjUyMzNmYzA1N2FkNjM5OTkuMTc3OTg2Mzc5NjY1MSIsImZvcmVpZ25Db29raWVzIjpbXSwicHJvcGVydGllcyI6e30sImF1dG9UcmFja2luZ0VuYWJsZWQiOnRydWUsImF1dG9UcmFja2luZ01vZGUiOiJvbl9zY3JpcHRfbG9hZCJ9tr.lfeeder.com/?sid=p1e024BYN1K7GB6... https://tr.lfeeder.com/?sid=p1e024BYN1K7GB6d&data=eyJnYVRyYWNraW5nSWRzIjpbXSwiZ2FNZWFzdXJlbWVudElkcyI6WyJHLVM5VzA3MjRIRVQiXSwiZ2FDbGllbnRJZHMiOltdLCJjb250ZXh0Ijp7ImxpYnJhcnkiOnsibmFtZSI6ImxmdHJhY2tlciIsInZlcnNpb24iOiIyLjcxLjQifSwicGFnZVVybCI6Imh0dHBzOi8vbm9ycmlxLmNvbS8iLCJwYWdlVGl0bGUiOiJXZSBhcmUgdGhlIE5PUlJJUSBHcm91cCB8IFdlbGNvbWUiLCJyZWZlcnJlciI6IiJ9LCJldmVudCI6InRyYWNraW5nLWV2ZW50IiwiY2xpZW50RXZlbnRJZCI6ImRmMjg1ODU3ODU1NWY3MmUiLCJzY3JpcHRJZCI6InAxZTAyNEJZTjFLN0dCNmQiLCJjb29raWVzRW5hYmxlZCI6dHJ1ZSwiY29uc2VudExldmVsIjoibm9uZSIsImFub255bWl6ZUlwIjpmYWxzZSwibGZDbGllbnRJZCI6IkxGMS4xLjUyMzNmYzA1N2FkNjM5OTkuMTc3OTg2Mzc5NjY1MSIsImZvcmVpZ25Db29raWVzIjpbXSwicHJvcGVydGllcyI6e30sImF1dG9UcmFja2luZ0VuYWJsZWQiOnRydWUsImF1dG9UcmFja2luZ01vZGUiOiJvbl9zY3JpcHRfbG9hZCJ9 — 200 — 320 B — 182 ms — h2https://n.clarity.ms/collectn.clarity.ms/collect https://n.clarity.ms/collect — 204 — 274 B — 351 ms — http/1.1https://norriq.com/favicon.png/favicon.png https://norriq.com/favicon.png — 404 — 631 B — 305 ms — h3https://pagead2.googlesyndication.com/ccm/collect?rcb=4&frm=0&en=page_view&dl=https%3A%2F%2Fnorriq.com%2F&scrsrc=www.googletagmanager.com&rnd=428148141.1779863797&navt=n&npa=1&did=dNmIyNz&gdid=dNmIyNz&_tu=CA&gtm=45be65m1v9133065244z8812785105za20gzb812785105zd812785105xec&gcs=G100&gcd=13p3pPp2p5l1&dma_cps=-&dma=1&tag_exp=0~115938465~115938468~119169247&apve=1&apvf=f&apvc=1&tids=AW-693601342&tid=AW-693601342&tft=1779863797024&tfd=1899pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=4&frm=0&en=page_view&dl=https%3A%2F%2Fnorriq.com%2F&scrsrc=www.googletagmanager.com&rnd=428148141.1779863797&navt=n&npa=1&did=dNmIyNz&gdid=dNmIyNz&_tu=CA&gtm=45be65m1v9133065244z8812785105za20gzb812785105zd812785105xec&gcs=G100&gcd=13p3pPp2p5l1&dma_cps=-&dma=1&tag_exp=0~115938465~115938468~119169247&apve=1&apvf=f&apvc=1&tids=AW-693601342&tid=AW-693601342&tft=1779863797024&tfd=1899 — 200 — 21 B — 168 ms — h3https://region1.google-analytics.com/g/collect?v=2&tid=G-S9W0724HET&gtm=45je65m1v9203546593z8812785105za20gzb812785105zd812785105&_p=1779863795838&gcs=G100&gcd=13p3p3p2p5l1&npa=1&dma_cps=-&dma=1&gdid=dNmIyNz&are=1&cid=1939762621.1779863797&frm=0&pscdl=denied&rcb=18&sr=412x823&uaa=&uab=64&uafvl=Not%252FA)Brand%3B99.0.0.0%7CChromium%3B148.0.7778.178&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938465~115938469~118689381~119168155~119169247&sid=1779863796&sct=1&seg=0&dl=https%3A%2F%2Fnorriq.com%2F&dt=We%20are%20the%20NORRIQ%20Group%20%7C%20Welcome&_tu=CA&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=1909region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-S9W0724HET&gtm=45je65m1v9203546593z8812785105za20gzb812785105zd812785105&_p=1779863795838&gcs=G100&gcd=13p3p3p2p5l1&npa=1&dma_cps=-&dma=1&gdid=dNmIyNz&are=1&cid=1939762621.1779863797&frm=0&pscdl=denied&rcb=18&sr=412x823&uaa=&uab=64&uafvl=Not%252FA)Brand%3B99.0.0.0%7CChromium%3B148.0.7778.178&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938465~115938469~118689381~119168155~119169247&sid=1779863796&sct=1&seg=0&dl=https%3A%2F%2Fnorriq.com%2F&dt=We%20are%20the%20NORRIQ%20Group%20%7C%20Welcome&_tu=CA&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=1909 — 204 — 546 B — 91 ms — h2https://norriq.com/favicon.ico/favicon.ico https://norriq.com/favicon.ico — 200 — 2.2 KiB — 25 ms — h3https://norriq-it.activehosted.com/f/embed.php?id=116norriq-it.activehosted.com/f/embed.... https://norriq-it.activehosted.com/f/embed.php?id=116 — 200 — 10.3 KiB — 421 ms — h2https://n.clarity.ms/collectn.clarity.ms/collect https://n.clarity.ms/collect — 204 — 274 B — 480 ms — http/1.1https://fonts.bunny.net/css?family=ibm-plex-sans:400,600fonts.bunny.net/css?family=ibm-plex... https://fonts.bunny.net/css?family=ibm-plex-sans:400,600 — 200 — 1.3 KiB — 125 ms — h2https://fonts.bunny.net/ibm-plex-sans/files/ibm-plex-sans-latin-400-normal.woff2fonts.bunny.net/ibm-plex-sans/files... https://fonts.bunny.net/ibm-plex-sans/files/ibm-plex-sans-latin-400-normal.woff2 — 200 — 22.8 KiB — 104 ms — h2https://n.clarity.ms/collectn.clarity.ms/collect https://n.clarity.ms/collect — 204 — 274 B — 102 ms — http/1.1
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
32% of JavaScript execution is third-party
First-party Third-party 1621ms · 519KB · $22/mo
Microsoft Clarity
Session Replay
Costly
Execution 589ms
Transfer 25 KB
Monthly Cost $8/mo
Google Tag Manager
Tag Manager
Costly
Execution 317ms
Transfer 166 KB
Unused 48%
Monthly Cost $4/mo
Google Tag Manager
Tag Manager
Costly
Execution 312ms
Transfer 146 KB
Unused 44%
Monthly Cost $4/mo
Google Tag Manager
Tag Manager
Costly
Execution 272ms
Transfer 158 KB
Unused 41%
Monthly Cost $4/mo
policy.app.cookieinformation.com
Other
Optional
Execution 81ms
Transfer 12 KB
Monthly Cost $1/mo
sc.lfeeder.com
Other
Optional
Execution 51ms
Transfer 12 KB
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • Microsoft Clarity adds 589ms and costs ~$8/month
  • Google Tag Manager adds 317ms and costs ~$4/month
  • Google Tag Manager adds 312ms and costs ~$4/month
  • Google Tag Manager adds 272ms and costs ~$4/month

Microsoft Clarity takes 589ms 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

Google Tag Manager takes 317ms 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

Google Tag Manager takes 312ms 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

Google Tag Manager takes 272ms 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

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-04-28 — 2026-05-25)

LCP (p75)

2689 ms

70% good

INP (p75)

112 ms

92% good

CLS (p75)

0.010

92% good

FCP (p75)

2463 ms

TTFB (p75)

1254 ms

Image Optimization
18 images, 16 KB total, 0 KB wasted
INFO

Image Optimization Audit

Total Images

18

Total Size

16 KB

Oversized

2

16 missing dimensions 9 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