Performance
· 17 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.34 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
10.40 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.24 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.71 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.
10.96 s
Page Load Progression
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction4854ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtm.js?id=GTM-NVL4JDR | 1437ms | 1221ms | 103ms | 3rd |
| Unattributable | 730ms | 207ms | 0ms | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202502.1.0/otBannerSdk.js | 499ms | 229ms | 110ms | 3rd |
| https://www.norwegian.com/script-bundle/lazysizes.js?v=3HmW99h1vglLXWpaWVnJHw-kycI | 486ms | 73ms | 1ms | 3rd |
| https://www.norwegian.com/cdn-cgi/challenge-platform/scripts/jsd/main.js | 373ms | 356ms | 3ms | 3rd |
| https://www.norwegian.com/ | 354ms | 63ms | 10ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-XMQZZ1BMXF&cx=c>m=4e64e1&bs=ctrl | 345ms | 271ms | 62ms | 3rd |
| https://js.monitor.azure.com/scripts/b/ai.2.gbl.min.js | 276ms | 216ms | 30ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=DC-5877806&cx=c>m=4e64e1&bs=ctrl | 239ms | 188ms | 49ms | 3rd |
| https://cdn.cookielaw.org/scripttemplates/otSDKStub.js | 57ms | 37ms | 5ms | 3rd |
Showing top 10 of 11 scripts
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BPage Weight Budget1.2 MB transferred, 57 requestsREVIEW
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
Subset fonts to include only used characters, or switch to system font stacks.
Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).
Source: web.dev font loading
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 BundlesAction12 scripts, 240 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtag/js?id=G-XMQZZ1BMXF&cx=c>m=4e64e1&bs=ctrl | 161 KB | 66 KB (41%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=DC-5877806&cx=c>m=4e64e1&bs=ctrl | 131 KB | 59 KB (45%) | ✓ | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202502.1.0/otBannerSdk.js | 115 KB | 59 KB (51%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-NVL4JDR | 214 KB | 56 KB (26%) | ✓ | 3rd |
| https://cdn.cookielaw.org/scripttemplates/otSDKStub.js | 9 KB | — | ✓ | 3rd |
| https://www.norwegian.com/script-bundle/lazysizes.js?v=3HmW99h1vglLXWpaWVnJHw-kycI | 3 KB | — | ✓ | 3rd |
| https://www.norwegian.com/script-bundle/accessibility-cookie.js?v=dXpbs49Ir3bAAlKNQptp2tiYm3Y | 0 KB | — | ✓ | 3rd |
| https://www.norwegian.com/Util/Find/epi-util/find.js | 2 KB | — | ✓ | 3rd |
| https://www.norwegian.com/script-bundle/plainPageController.js?v=BA6egZn3-V1L5_2N_-SPETqfXO4 | 2 KB | — | ✓ | 3rd |
| https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516 | 11 KB | — | ✓ | 3rd |
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
CPage Weight InventoryAction57 resources · 1.2 MB · 240 KB savings availableREVIEW
~240.1 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 57 resources | 1.2 MiB | ||||||
A+Text CompressionAll text resources are compressedPASS
A+Font Loading7 fonts (203 KB)PASS
Web fonts
7
203 KB total
Render-blocking
0
of 7
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+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources 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 Waterfall57 requests over 2238msINFO
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 | 1437ms | 214 KB | 26% | $19/mo | Costly |
Unattributable Unattributable | Other | 730ms | 0 KB | — | $10/mo | Costly |
OneTrust cdn.cookielaw.org | Consent | 499ms | 115 KB | 51% | $7/mo | Essential |
www.norwegian.com www.norwegian.com | Other | 486ms | 3 KB | — | $6/mo | Costly |
www.norwegian.com www.norwegian.com | Other | 373ms | 0 KB | — | $5/mo | Costly |
www.norwegian.com www.norwegian.com | Other | 354ms | 9 KB | — | $5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 345ms | 161 KB | 41% | $5/mo | Costly |
js.monitor.azure.com js.monitor.azure.com | Other | 276ms | 46 KB | — | $4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 239ms | 131 KB | 45% | $3/mo | Costly |
OneTrust cdn.cookielaw.org | Consent | 57ms | 9 KB | — | $1/mo | Essential |
static.cloudflareinsights.com static.cloudflareinsights.com | Other | 56ms | 11 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- Google Tag Manager adds 1437ms and costs ~$19/month
- Unattributable adds 730ms and costs ~$10/month
- www.norwegian.com adds 486ms and costs ~$6/month
- www.norwegian.com adds 373ms and costs ~$5/month
- www.norwegian.com adds 354ms and costs ~$5/month
- Google Tag Manager adds 345ms and costs ~$5/month
- js.monitor.azure.com adds 276ms and costs ~$4/month
- Google Tag Manager adds 239ms and costs ~$3/month
100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.
When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.
Learn more ▾ ▴
Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.
Source: web.dev
Google Tag Manager takes 1437ms 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
Unattributable takes 730ms 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
51% of OneTrust's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
www.norwegian.com takes 486ms 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
www.norwegian.com takes 373ms 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
www.norwegian.com takes 354ms 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 345ms 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
js.monitor.azure.com takes 276ms 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 239ms 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