Performance
· 14 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.
1.42 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.78 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
231 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.041
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.74 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.
5.86 s
Page Load Progression
FPage Weight BudgetAction11.5 MB transferred, 182 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
DJS Execution CostAction2667ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://strapi.io/_next/static/chunks/pages/_app-14ee09f9abf58268.js | 758ms | 408ms | 33ms | 3rd |
| Unattributable | 420ms | 44ms | 0ms | 3rd |
| https://widget.kapa.ai/kapa-widget.bundle.js | 329ms | 280ms | 45ms | 3rd |
| https://strapi.io/_next/static/chunks/framework-b78bc773b89d3272.js | 281ms | 238ms | 3ms | 3rd |
| https://strapi.io/ | 169ms | 6ms | 0ms | 3rd |
| https://js.hs-analytics.net/analytics/1775593800000/6893032.js | 150ms | 103ms | 3ms | 3rd |
| https://consent.cookiebot.com/uc.js | 101ms | 89ms | 8ms | 3rd |
| https://consent.cookiebot.com/386813f1-e3fc-470a-838b-20a717371095/cc.js?renew=false&referer=strapi.io&dnt=false&init=false | 99ms | 46ms | 7ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-KN9JRWG | 92ms | 77ms | 12ms | 3rd |
| https://strapi.io/_next/static/chunks/1855-d160a35f8a665263.js | 79ms | 32ms | 0ms | 3rd |
Showing top 10 of 13 scripts
FJS BundlesAction65 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 | 363 KB | 179 KB (49%) | ✓ | 3rd |
| 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://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 | 63 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 | 57 KB (20%) | ✓ | 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 Optimization61 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
AHTTP Cachingmax-age=120 (2 minutes)PASS
max-age=120
| Directive | Value | Meaning |
|---|---|---|
| max-age | 120 | Cache for 2 minutes |
Network Waterfall182 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 | 758ms | 289 KB | 20% | €8/mo | Costly |
Unattributable Unattributable | Other | 420ms | 0 KB | — | €5/mo | Costly |
widget.kapa.ai widget.kapa.ai | Other | 329ms | 569 KB | 32% | €4/mo | Costly |
strapi.io strapi.io | Other | 281ms | 45 KB | — | €3/mo | Costly |
strapi.io strapi.io | Other | 169ms | 121 KB | — | €2/mo | Optional |
HubSpot Analytics js.hs-analytics.net | Analytics | 150ms | 43 KB | — | €2/mo | Optional |
consent.cookiebot.com consent.cookiebot.com | Other | 101ms | 36 KB | — | €1/mo | Optional |
consent.cookiebot.com consent.cookiebot.com | Other | 99ms | 108 KB | 23% | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 92ms | 161 KB | 39% | €1/mo | Optional |
strapi.io strapi.io | Other | 79ms | 6 KB | — | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 75ms | 172 KB | 40% | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 60ms | 144 KB | 43% | €1/mo | Optional |
Amplitude cdn.amplitude.com | Analytics | 52ms | 53 KB | 41% | €1/mo | Optional |
These scripts may cost more than they're worth
- strapi.io adds 758ms and costs ~€8/month
- Unattributable adds 420ms and costs ~€5/month
- widget.kapa.ai adds 329ms and costs ~€4/month
- strapi.io adds 281ms 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
strapi.io takes 758ms 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 420ms 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 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
strapi.io 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