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.
3.07 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.26 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
502 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.002
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.07 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.25 s
Page Load Progression
FPage Weight BudgetAction7.9 MB transferred, 178 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
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.
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 ImpactAction70% third-party, 0 ms blockingFIX
DJS Execution CostAction2834ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.hostinger.com/_nuxt/Bb2U7q7M.js | 981ms | 802ms | 0ms | 1st |
| Unattributable | 405ms | 40ms | 0ms | 3rd |
| https://cdn.amplitude.com/script/82eb9b6dc70a29221070ce868d61e7d4.experiment.js | 392ms | 347ms | 5ms | 3rd |
| https://www.hostinger.com/_nuxt/DFigC4fV.js | 390ms | 361ms | 2ms | 1st |
| https://www.hostinger.com/ | 327ms | 35ms | 1ms | 1st |
| https://www.hostinger.com/cdn-cgi/challenge-platform/scripts/jsd/main.js | 100ms | 92ms | 1ms | 1st |
| https://www.hostinger.com/cake/ | 97ms | 73ms | 13ms | 1st |
| https://www.hostinger.com/cake/?id=G-73N1QWLEMH&cx=c>m=4e6481 | 90ms | 75ms | 10ms | 1st |
| https://www.hostinger.com/cake/?id=AW-779066021&cx=c>m=4e6481 | 52ms | 41ms | 11ms | 1st |
FJS BundlesAction81 scripts, 716 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.hostinger.com/_nuxt/DFigC4fV.js | 752 KB | 172 KB (23%) | ✓ | 1st |
| https://www.hostinger.com/_nuxt/CeOUmB0a.js | 154 KB | 105 KB (68%) | ✓ | 1st |
| https://www.googletagmanager.com/gtm.js?id=GTM-KL4FQVG | 189 KB | 99 KB (52%) | ✓ | 3rd |
| https://www.hostinger.com/cake/ | 196 KB | 76 KB (39%) | ✓ | 1st |
| https://www.hostinger.com/cake/gtd?id=AW-743689991&cx=c>m=4e6481 | 150 KB | 74 KB (49%) | ✓ | 1st |
| https://www.hostinger.com/cake/?id=AW-779066021&cx=c>m=4e6481 | 148 KB | 69 KB (47%) | ✓ | 1st |
| https://www.hostinger.com/cake/?id=G-73N1QWLEMH&cx=c>m=4e6481 | 184 KB | 65 KB (36%) | ✓ | 1st |
| https://www.hostinger.com/_nuxt/Bb2U7q7M.js | 86 KB | 32 KB (38%) | ✓ | 1st |
| https://cdn.amplitude.com/script/82eb9b6dc70a29221070ce868d61e7d4.experiment.js | 44 KB | 24 KB (56%) | ✓ | 3rd |
| https://www.hostinger.com/_nuxt/eV9MHhrn.js | 1 KB | — | ✓ | 1st |
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
BHTTP Cachingpublic, max-age=0, must-revalidateREVIEW
public, max-age=0, must-revalidate
| Directive | Value | Meaning |
|---|---|---|
| public | — | Any cache may store this response |
| max-age | 0 | Cache for 0 seconds |
| must-revalidate | — | Must recheck with server after expiry |
A+Text CompressionAll text resources are compressedPASS
AImage Optimization16 images, 0 KB saveablePASS
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
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+Font Loading1 fonts (61 KB)PASS
Web fonts
1
61 KB total
Render-blocking
0
of 1
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+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall178 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 |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 405ms | 0 KB | — | $2/mo | Costly |
Amplitude cdn.amplitude.com | Analytics | 392ms | 44 KB | 56% | $2/mo | Costly |
These scripts may cost more than they're worth
- Unattributable adds 405ms and costs ~$2/month
- Amplitude adds 392ms and costs ~$2/month
Unattributable takes 405ms 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 392ms 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 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