Performance
· 16 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.
5.37 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
18.58 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
4.60 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.027
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
7.26 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.
30.54 s
Page Load Progression
FPage Weight BudgetAction15.9 MB transferred, 149 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 CostAction14194ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://strapi.io/_next/static/chunks/pages/_app-14ee09f9abf58268.js | 4517ms | 2396ms | 182ms | 3rd |
| https://widget.kapa.ai/kapa-widget.bundle.js | 1695ms | 1399ms | 182ms | 3rd |
| https://strapi.io/_next/static/chunks/framework-b78bc773b89d3272.js | 1541ms | 1288ms | 23ms | 3rd |
| Unattributable | 1407ms | 233ms | 0ms | 3rd |
| https://js.hs-analytics.net/analytics/1775593800000/6893032.js | 660ms | 398ms | 8ms | 3rd |
| https://consent.cookiebot.com/uc.js | 619ms | 585ms | 16ms | 3rd |
| https://strapi.io/ | 569ms | 26ms | 0ms | 3rd |
| https://consent.cookiebot.com/386813f1-e3fc-470a-838b-20a717371095/cc.js?renew=false&referer=strapi.io&dnt=false&init=false | 548ms | 258ms | 68ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-KN9JRWG | 408ms | 280ms | 65ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-11343859838&cx=c>m=4e6460 | 342ms | 286ms | 42ms | 3rd |
Showing top 10 of 23 scripts
FJS BundlesAction53 scripts, 1.2 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 0 KB | 179 KB (49%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 363 KB | 179 KB (49%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 363 KB | 179 KB (49%) | ✓ | 3rd |
| https://widget.kapa.ai/kapa-widget.bundle.js | 569 KB | 179 KB (32%) | ✓ | 3rd |
| https://cdn.amplitude.com/libs/plugin-session-replay-browser-1.22.7-min.js.gz | 130 KB | 101 KB (78%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-26RRSW4MNF&cx=c>m=4e6460 | 172 KB | 68 KB (40%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-KN9JRWG | 161 KB | 62 KB (39%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-11343859838&cx=c>m=4e6460 | 144 KB | 62 KB (43%) | ✓ | 3rd |
| https://strapi.io/_next/static/chunks/pages/_app-14ee09f9abf58268.js | 289 KB | 52 KB (18%) | ✓ | 3rd |
| https://script.hotjar.com/modules.6a0f3932cb1341a35c18.js | 57 KB | 37 KB (66%) | ✓ | 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
BImage Optimization29 images, 0 KB saveableREVIEW
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Text CompressionAll text resources are compressedPASS
A+Font Loading7 fonts (120 KB)PASS
Web fonts
7
120 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
AHTTP Cachingmax-age=120 (2 minutes)PASS
max-age=120
| Directive | Value | Meaning |
|---|---|---|
| max-age | 120 | Cache for 2 minutes |
Network Waterfall149 requests over 0msINFO
Performance analysis not available for this result.
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
strapi.io strapi.io | Other | 4517ms | 289 KB | 18% | €49/mo | Costly |
widget.kapa.ai widget.kapa.ai | Other | 1695ms | 569 KB | 32% | €18/mo | Costly |
strapi.io strapi.io | Other | 1541ms | 45 KB | — | €17/mo | Costly |
Unattributable Unattributable | Other | 1407ms | 0 KB | — | €15/mo | Costly |
HubSpot Analytics js.hs-analytics.net | Analytics | 660ms | 43 KB | — | €7/mo | Costly |
consent.cookiebot.com consent.cookiebot.com | Other | 619ms | 36 KB | — | €7/mo | Costly |
strapi.io strapi.io | Other | 569ms | 121 KB | — | €6/mo | Costly |
consent.cookiebot.com consent.cookiebot.com | Other | 548ms | 108 KB | 23% | €6/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 408ms | 161 KB | 39% | €4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 342ms | 144 KB | 43% | €4/mo | Costly |
Amplitude cdn.amplitude.com | Analytics | 329ms | 53 KB | 41% | €4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 243ms | 172 KB | 40% | €3/mo | Costly |
www.gstatic.com www.gstatic.com | Other | 226ms | 0 KB | 49% | €2/mo | Costly |
strapi.io strapi.io | Other | 188ms | 5 KB | — | €2/mo | Optional |
Hotjar script.hotjar.com | Session Replay | 166ms | 57 KB | 66% | €2/mo | Optional |
strapi.io strapi.io | Other | 146ms | 1 KB | — | €2/mo | Optional |
Amplitude cdn.amplitude.com | Analytics | 131ms | 130 KB | 78% | €1/mo | Optional |
Amplitude cdn.amplitude.com | Analytics | 111ms | 44 KB | 47% | €1/mo | Optional |
strapi.io strapi.io | Other | 93ms | 16 KB | — | €1/mo | Optional |
js.hscollectedforms.net js.hscollectedforms.net | Other | 73ms | 26 KB | — | €1/mo | Optional |
strapi.io strapi.io | Other | 68ms | 33 KB | — | €1/mo | Optional |
LinkedIn Insight snap.licdn.com | Advertising | 60ms | 19 KB | — | €1/mo | Optional |
strapi.io strapi.io | Other | 54ms | 4 KB | — | €1/mo | Optional |
These scripts may cost more than they're worth
- strapi.io adds 4517ms and costs ~€49/month
- widget.kapa.ai adds 1695ms and costs ~€18/month
- strapi.io adds 1541ms and costs ~€17/month
- Unattributable adds 1407ms and costs ~€15/month
- HubSpot Analytics adds 660ms and costs ~€7/month
- consent.cookiebot.com adds 619ms and costs ~€7/month
- strapi.io adds 569ms and costs ~€6/month
- consent.cookiebot.com adds 548ms and costs ~€6/month
- Google Tag Manager adds 408ms and costs ~€4/month
- Google Tag Manager adds 342ms and costs ~€4/month
- Amplitude adds 329ms and costs ~€4/month
- Google Tag Manager adds 243ms and costs ~€3/month
- www.gstatic.com adds 226ms and costs ~€2/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
strapi.io takes 4517ms 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
widget.kapa.ai takes 1695ms 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
strapi.io takes 1541ms 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 1407ms 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
HubSpot Analytics takes 660ms 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
consent.cookiebot.com takes 619ms 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
strapi.io takes 569ms 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
consent.cookiebot.com takes 548ms 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 408ms 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 342ms 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
Amplitude takes 329ms 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 243ms 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.gstatic.com takes 226ms 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
66% 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
78% of Amplitude'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