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.11 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.43 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.95 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.308
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.11 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.
20.23 s
Page Load Progression
FPage Weight BudgetAction3.5 MB transferred, 138 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 CostAction8972ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://crowdin.com/ | 3009ms | 62ms | 8ms | 3rd |
| https://d2gma3rgtloi6d.cloudfront.net/astro-website/_astro/client.BgplVUld.js | 1320ms | 767ms | 7ms | 3rd |
| Unattributable | 1232ms | 128ms | 0ms | 3rd |
| https://b1cb57fb136a.3535c7cd.us-east-1.token.awswaf.com/b1cb57fb136a/challenge.js | 1202ms | 1043ms | 115ms | 3rd |
| https://cdn-cookieyes.com/client_data/2dabfbbec8b71e267115f6a5/banner.js | 555ms | 388ms | 2ms | 3rd |
| https://gtm-sst.crowdin.com/gtm.js?id=GTM-MW5LV72 | 407ms | 317ms | 51ms | 3rd |
| https://gtm-sst.crowdin.com/gtag/js?id=G-SRNRQ29Q3E&cx=c>m=4e6460&sign=7210a9191e8fa6f16c7eb779bfca1f787382e354920467921d2a4de277231f35_20260407 | 377ms | 300ms | 72ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-W87XVT8 | 312ms | 195ms | 46ms | 3rd |
| https://cdn-cookieyes.com/client_data/2dabfbbec8b71e267115f6a5/script.js | 255ms | 239ms | 2ms | 3rd |
| https://hog.crowdin.com/static/array.js | 244ms | 213ms | 17ms | 3rd |
Showing top 10 of 11 scripts
FJS BundlesAction85 scripts, 561 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://b1cb57fb136a.3535c7cd.us-east-1.token.awswaf.com/b1cb57fb136a/challenge.js | 574 KB | 297 KB (52%) | ✓ | 3rd |
| https://gtm-sst.crowdin.com/gtm.js?id=GTM-MW5LV72 | 156 KB | 65 KB (42%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-W87XVT8 | 123 KB | 62 KB (50%) | ✓ | 3rd |
| https://gtm-sst.crowdin.com/gtag/js?id=G-SRNRQ29Q3E&cx=c>m=4e6460&sign=7210a9191e8fa6f16c7eb779bfca1f787382e354920467921d2a4de277231f35_20260407 | 173 KB | 59 KB (34%) | ✓ | 3rd |
| https://d2gma3rgtloi6d.cloudfront.net/astro-website/_astro/proxy.BPgS-yi0.js | 38 KB | 28 KB (76%) | ✓ | 3rd |
| https://hog.crowdin.com/static/array.js | 51 KB | 26 KB (52%) | ✓ | 3rd |
| https://d2gma3rgtloi6d.cloudfront.net/astro-website/_astro/client.BgplVUld.js | 57 KB | 23 KB (41%) | ✓ | 3rd |
| https://d2gma3rgtloi6d.cloudfront.net/astro-website/_astro/index.B04Pf2oS.js | 2 KB | — | ✓ | 3rd |
| https://d2gma3rgtloi6d.cloudfront.net/astro-website/_astro/book-open.DatndKFv.js | 1 KB | — | ✓ | 3rd |
| https://d2gma3rgtloi6d.cloudfront.net/astro-website/_astro/SiteHeader.DyQz_k4k.js | 6 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
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization18 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
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 Loading4 fonts (111 KB)PASS
Web fonts
4
111 KB total
Render-blocking
0
of 4
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 Hints20 hints, 0 missing preconnectsPASS
Current Resource Hints
20 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall138 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 |
|---|---|---|---|---|---|---|
crowdin.com crowdin.com | Other | 3009ms | 261 KB | — | €33/mo | Costly |
d2gma3rgtloi6d.cloudfront.net d2gma3rgtloi6d.cloudfront.net | Other | 1320ms | 57 KB | 41% | €14/mo | Costly |
Unattributable Unattributable | Other | 1232ms | 0 KB | — | €13/mo | Costly |
b1cb57fb136a.3535c7cd.us-east-1.token.awswaf.com b1cb57fb136a.3535c7cd.us-east-1.token.awswaf.com | Other | 1202ms | 574 KB | 52% | €13/mo | Costly |
cdn-cookieyes.com cdn-cookieyes.com | Other | 555ms | 8 KB | — | €6/mo | Costly |
gtm-sst.crowdin.com gtm-sst.crowdin.com | Other | 407ms | 156 KB | 42% | €4/mo | Costly |
gtm-sst.crowdin.com gtm-sst.crowdin.com | Other | 377ms | 173 KB | 34% | €4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 312ms | 123 KB | 50% | €3/mo | Costly |
cdn-cookieyes.com cdn-cookieyes.com | Other | 255ms | 9 KB | — | €3/mo | Costly |
hog.crowdin.com hog.crowdin.com | Other | 244ms | 51 KB | 52% | €3/mo | Costly |
d2gma3rgtloi6d.cloudfront.net d2gma3rgtloi6d.cloudfront.net | Other | 60ms | 38 KB | 76% | €1/mo | Optional |
These scripts may cost more than they're worth
- crowdin.com adds 3009ms and costs ~€33/month
- d2gma3rgtloi6d.cloudfront.net adds 1320ms and costs ~€14/month
- Unattributable adds 1232ms and costs ~€13/month
- b1cb57fb136a.3535c7cd.us-east-1.token.awswaf.com adds 1202ms and costs ~€13/month
- cdn-cookieyes.com adds 555ms and costs ~€6/month
- gtm-sst.crowdin.com adds 407ms and costs ~€4/month
- gtm-sst.crowdin.com adds 377ms and costs ~€4/month
- Google Tag Manager adds 312ms and costs ~€3/month
- cdn-cookieyes.com adds 255ms and costs ~€3/month
- hog.crowdin.com adds 244ms 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
crowdin.com takes 3009ms 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
d2gma3rgtloi6d.cloudfront.net takes 1320ms 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 1232ms 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
b1cb57fb136a.3535c7cd.us-east-1.token.awswaf.com takes 1202ms 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
52% of b1cb57fb136a.3535c7cd.us-east-1.token.awswaf.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
cdn-cookieyes.com takes 555ms 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
gtm-sst.crowdin.com takes 407ms 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
gtm-sst.crowdin.com takes 377ms 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 312ms 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
50% of Google Tag Manager'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
cdn-cookieyes.com takes 255ms 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
hog.crowdin.com takes 244ms 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
52% of hog.crowdin.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
76% of d2gma3rgtloi6d.cloudfront.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