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.
3.79 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
15.70 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.10 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.
6.22 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.
16.61 s
Page Load Progression
FPage Weight BudgetAction5.1 MB transferred, 139 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 ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction5450ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://static.cdnpk.net/_next/static/chunks/framework-235d946df266af2e.js | 1594ms | 1438ms | 14ms | 3rd |
| Unattributable | 1049ms | 151ms | 0ms | 3rd |
| https://www.freepik.com/ | 948ms | 43ms | 2ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-NC7VC6W | 469ms | 400ms | 63ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-QWX66025LC&cx=c>m=4e64f0h1 | 381ms | 319ms | 48ms | 3rd |
| https://cdn-ukwest.onetrust.com/scripttemplates/202407.2.0/otBannerSdk.js | 268ms | 178ms | 42ms | 3rd |
| https://static.cdnpk.net/_next/static/chunks/pages/_app-ce51e52d98edb1cb.js | 245ms | 169ms | 73ms | 3rd |
| https://static.cdnpk.net/_next/static/chunks/9702-27401b7c1ef3dcec.js | 106ms | 36ms | 3ms | 3rd |
| https://accounts.google.com/gsi/client | 94ms | 68ms | 20ms | 3rd |
| https://static.cdnpk.net/_next/static/chunks/7645-eb2e9a8903c17671.js | 84ms | 56ms | 27ms | 3rd |
Showing top 10 of 13 scripts
DJS BundlesAction60 scripts, 389 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://static.cdnpk.net/_next/static/chunks/pages/_app-ce51e52d98edb1cb.js | 266 KB | 149 KB (56%) | ✓ | 3rd |
| https://accounts.google.com/gsi/client | 96 KB | 68 KB (72%) | ✓ | 3rd |
| https://cdn-ukwest.onetrust.com/scripttemplates/202407.2.0/otBannerSdk.js | 110 KB | 59 KB (54%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-QWX66025LC&cx=c>m=4e64f0h1 | 167 KB | 58 KB (35%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-NC7VC6W | 178 KB | 55 KB (31%) | ✓ | 3rd |
| https://static.cdnpk.net/_next/static/EmgJ3jUlv-mmxxbqd3UMk/_buildManifest.js | 12 KB | — | ✓ | 3rd |
| https://static.cdnpk.net/_next/static/chunks/5123.01eb7d594ecaab4f.js | 2 KB | — | ✓ | 3rd |
| https://static.cdnpk.net/_next/static/chunks/1099.0cd88db086ad0c93.js | 1 KB | — | ✓ | 3rd |
| https://static.cdnpk.net/_next/static/chunks/4512.eb7b7d4849c2a5f3.js | 2 KB | — | ✓ | 3rd |
| https://static.cdnpk.net/_next/static/chunks/250.204d5e529ba209f2.js | 3 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
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
DPage Weight InventoryAction139 resources · 5.1 MB · 389 KB savings availableFIX
~388.8 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 139 resources | 5.1 MiB | ||||||
BImage Optimization39 images, 0 KB saveableREVIEW
BHTTP CachingprivateREVIEW
private
| Directive | Value | Meaning |
|---|---|---|
| private | — | Only browser cache, not CDN/proxy |
A+Text CompressionAll text resources are compressedPASS
A+Font Loading2 fonts (83 KB)PASS
Web fonts
2
83 KB total
Render-blocking
0
of 2
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 Hints7 hints, 0 missing preconnectsPASS
Current Resource Hints
7 resource hints configured
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: Google Cloud
Network Waterfall139 requests over 1911msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
static.cdnpk.net static.cdnpk.net | Other | 1594ms | 44 KB | — | $21/mo | Costly |
Unattributable Unattributable | Other | 1049ms | 0 KB | — | $14/mo | Costly |
www.freepik.com www.freepik.com | Other | 948ms | 64 KB | — | $13/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 469ms | 178 KB | 31% | $6/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 381ms | 167 KB | 35% | $5/mo | Costly |
cdn-ukwest.onetrust.com cdn-ukwest.onetrust.com | Other | 268ms | 110 KB | 54% | $4/mo | Costly |
static.cdnpk.net static.cdnpk.net | Other | 245ms | 266 KB | 56% | $3/mo | Costly |
static.cdnpk.net static.cdnpk.net | Other | 106ms | 11 KB | — | $1/mo | Optional |
accounts.google.com accounts.google.com | Other | 94ms | 96 KB | 72% | $1/mo | Optional |
static.cdnpk.net static.cdnpk.net | Other | 84ms | 57 KB | — | $1/mo | Optional |
static.cdnpk.net static.cdnpk.net | Other | 82ms | 1 KB | — | $1/mo | Optional |
static.cdnpk.net static.cdnpk.net | Other | 75ms | 39 KB | — | $1/mo | Optional |
static.cdnpk.net static.cdnpk.net | Other | 55ms | 4 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- static.cdnpk.net adds 1594ms and costs ~$21/month
- Unattributable adds 1049ms and costs ~$14/month
- www.freepik.com adds 948ms and costs ~$13/month
- Google Tag Manager adds 469ms and costs ~$6/month
- Google Tag Manager adds 381ms and costs ~$5/month
- cdn-ukwest.onetrust.com adds 268ms and costs ~$4/month
- static.cdnpk.net adds 245ms 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
static.cdnpk.net takes 1594ms 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 1049ms 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.freepik.com takes 948ms 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 469ms 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 381ms 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
cdn-ukwest.onetrust.com takes 268ms 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
54% of cdn-ukwest.onetrust.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
static.cdnpk.net takes 245ms 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
56% of static.cdnpk.net'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
72% of accounts.google.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