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.
8.20 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
47.15 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
136 ms
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.
15.21 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.
49.10 s
Page Load Progression
FPage Weight BudgetAction16.4 MB transferred, 118 requestsFIX
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.
Source: web.dev
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
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.
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 ImpactAction100% third-party, 0 ms blockingFIX
DPage Weight InventoryAction118 resources · 16.4 MB · 229 KB savings availableFIX
~229.1 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 118 resources | 16.4 MiB | ||||||
BImage Optimization91 images, 0 KB saveableREVIEW
CJS Execution CostAction1279ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 607ms | 7ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-CCF9KQDSY2 | 210ms | 172ms | 37ms | 3rd |
| https://connect.facebook.net/en_US/all.js?hash=718ecb67e98fd5aaada03cc1d67e4a6c | 122ms | 98ms | 22ms | 3rd |
| https://ecdn4.wn.com/vp/m/2a/88bcff45114e06627a9e8fe08c9f69.js | 112ms | 34ms | 8ms | 3rd |
| https://wn.com/mobile | 85ms | 9ms | 4ms | 1st |
| https://code.jquery.com/ui/1.12.1/jquery-ui.js | 77ms | 33ms | 43ms | 3rd |
| https://platform.twitter.com/widgets.js | 65ms | 40ms | 7ms | 3rd |
CJS BundlesAction16 scripts, 229 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://ecdn5.wn.com/vp/m/4e/9a998cf0e4523b5794b3fc39f29156.js | 139 KB | 107 KB (77%) | ✓ | 3rd |
| https://ecdn4.wn.com/vp/m/2a/88bcff45114e06627a9e8fe08c9f69.js | 106 KB | 66 KB (63%) | ✓ | 3rd |
| https://connect.facebook.net/en_US/all.js?hash=718ecb67e98fd5aaada03cc1d67e4a6c | 83 KB | 56 KB (68%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-CCF9KQDSY2 | 146 KB | — | ✓ | 3rd |
| https://ecdn1.wn.com/or/assets/js/jquery.carouFredSel-6.2.1-packed.js | 0 KB | — | ✓ | 3rd |
| https://ecdn5.wn.com/or/assets/cdn/bootstrap-3.3.1.min.js | 0 KB | — | ✓ | 3rd |
| https://code.jquery.com/ui/1.12.1/jquery-ui.js | 122 KB | — | ✓ | 3rd |
| https://ecdn5.wn.com/or/assets/cdn/bootstrap-3.3.1.min.js | 35 KB | — | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-CCF9KQDSY2 | 0 KB | — | ✓ | 3rd |
| https://connect.facebook.net/en_US/all.js | 2 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
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
BHTTP Cachingmust-revalidateREVIEW
must-revalidate
| Directive | Value | Meaning |
|---|---|---|
| must-revalidate | — | Must recheck with server after expiry |
A+Text CompressionAll text resources are compressedPASS
A+Font Loading2 fonts (397 KB)PASS
Web fonts
2
397 KB total
Render-blocking
0
of 2
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
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)
Fixing the unchecked items could save ~277 KB and ~554 ms
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+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall118 requests over 2098msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 607ms | 0 KB | — | €3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 210ms | 146 KB | — | €1/mo | Costly |
Facebook Pixel connect.facebook.net | Advertising | 122ms | 83 KB | 68% | €1/mo | Optional |
ecdn4.wn.com ecdn4.wn.com | Other | 112ms | 106 KB | 63% | €1/mo | Optional |
code.jquery.com code.jquery.com | Other | 77ms | 122 KB | — | €0/mo | Optional |
Twitter/X Embed platform.twitter.com | Social | 65ms | 27 KB | — | €0/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 607ms and costs ~€3/month
- Google Tag Manager adds 210ms and costs ~€1/month
93% 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
Unattributable takes 607ms 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 210ms 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
68% of Facebook Pixel'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
63% of ecdn4.wn.com'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