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.95 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
15.05 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.42 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.
5.90 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.58 s
Page Load Progression
FPage Weight BudgetAction3.1 MB transferred, 99 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
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction6856ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://static.pexels.com/1/_next/static/chunks/framework-f6f57397558939f3.js | 2292ms | 1959ms | 17ms | 3rd |
| https://static.pexels.com/1/_next/static/chunks/pages/_app-f104032f651ad8db.js | 990ms | 756ms | 185ms | 3rd |
| https://www.pexels.com/ | 950ms | 61ms | 3ms | 3rd |
| Unattributable | 822ms | 113ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-8JE65Q40S6&cx=c>m=4e64f0&bs=ctrl | 406ms | 327ms | 64ms | 3rd |
| https://www.pexels.com/cdn-cgi/challenge-platform/scripts/jsd/main.js | 281ms | 263ms | 3ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-M7FP7ZQ>m_auth=>m_preview=>m_cookies_win=x | 248ms | 196ms | 49ms | 3rd |
| https://cdn-au.onetrust.com/scripttemplates/202301.1.0/otBannerSdk.js | 220ms | 155ms | 47ms | 3rd |
| https://script.hotjar.com/modules.6a0f3932cb1341a35c18.js | 175ms | 145ms | 27ms | 3rd |
| https://static.pexels.com/1/_next/static/chunks/pages/home-62fe07c9cfff9c41.js | 139ms | 136ms | 2ms | 3rd |
Showing top 10 of 14 scripts
FJS BundlesAction37 scripts, 644 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://static.pexels.com/1/_next/static/chunks/pages/_app-f104032f651ad8db.js | 318 KB | 204 KB (65%) | ✓ | 3rd |
| https://static.pexels.com/1/_next/static/chunks/98e2d21d.a5df5b94030ee84d.js | 103 KB | 98 KB (95%) | ✓ | 3rd |
| https://accounts.google.com/gsi/client | 96 KB | 72 KB (75%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-M7FP7ZQ>m_auth=>m_preview=>m_cookies_win=x | 140 KB | 69 KB (49%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-8JE65Q40S6&cx=c>m=4e64f0&bs=ctrl | 173 KB | 67 KB (39%) | ✓ | 3rd |
| https://cdn-au.onetrust.com/scripttemplates/202301.1.0/otBannerSdk.js | 94 KB | 54 KB (58%) | ✓ | 3rd |
| https://script.hotjar.com/modules.6a0f3932cb1341a35c18.js | 57 KB | 36 KB (65%) | ✓ | 3rd |
| https://static.pexels.com/1/_next/static/chunks/main-e5bd9d1dc0c33120.js | 42 KB | 22 KB (53%) | ✓ | 3rd |
| https://static.pexels.com/1/_next/static/chunks/62964.9ae74163ad1fd28b.js | 29 KB | 22 KB (77%) | ✓ | 3rd |
| https://static.pexels.com/1/_next/static/chunks/89861-896a4b4064dd2013.js | 5 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
FPage Weight InventoryAction99 resources · 3.1 MB · 644 KB savings availableFIX
~643.9 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 99 resources | 3.1 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CImage OptimizationAction27 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
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
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
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
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
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
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
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
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
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
A+Text CompressionAll text resources are compressedPASS
A+Font Loading2 fonts (82 KB)PASS
Web fonts
2
82 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 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 Waterfall99 requests over 1973msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
static.pexels.com static.pexels.com | Other | 2292ms | 44 KB | — | $30/mo | Costly |
static.pexels.com static.pexels.com | Other | 990ms | 318 KB | 65% | $13/mo | Costly |
www.pexels.com www.pexels.com | Other | 950ms | 32 KB | — | $13/mo | Costly |
Unattributable Unattributable | Other | 822ms | 0 KB | — | $11/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 406ms | 173 KB | 39% | $5/mo | Costly |
www.pexels.com www.pexels.com | Other | 281ms | 0 KB | — | $4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 248ms | 140 KB | 49% | $3/mo | Costly |
cdn-au.onetrust.com cdn-au.onetrust.com | Other | 220ms | 94 KB | 58% | $3/mo | Costly |
Hotjar script.hotjar.com | Session Replay | 175ms | 57 KB | 65% | $2/mo | Optional |
static.pexels.com static.pexels.com | Other | 139ms | 6 KB | — | $2/mo | Optional |
static.pexels.com static.pexels.com | Other | 123ms | 42 KB | 53% | $2/mo | Optional |
static.pexels.com static.pexels.com | Other | 87ms | 38 KB | — | $1/mo | Optional |
static.pexels.com static.pexels.com | Other | 66ms | 15 KB | — | $1/mo | Optional |
accounts.google.com accounts.google.com | Other | 56ms | 96 KB | 75% | $1/mo | Optional |
These scripts may cost more than they're worth
- static.pexels.com adds 2292ms and costs ~$30/month
- static.pexels.com adds 990ms and costs ~$13/month
- www.pexels.com adds 950ms and costs ~$13/month
- Unattributable adds 822ms and costs ~$11/month
- Google Tag Manager adds 406ms and costs ~$5/month
- www.pexels.com adds 281ms and costs ~$4/month
- Google Tag Manager adds 248ms and costs ~$3/month
- cdn-au.onetrust.com adds 220ms 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.pexels.com takes 2292ms 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
static.pexels.com takes 990ms 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
65% of static.pexels.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
www.pexels.com takes 950ms 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 822ms 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 406ms 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.pexels.com takes 281ms 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 248ms 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-au.onetrust.com takes 220ms 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
58% of cdn-au.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
65% of Hotjar'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
53% of static.pexels.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
75% 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