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.
11.59 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
12.25 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
3.83 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.
11.59 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.
23.09 s
Page Load Progression
FPage Weight BudgetAction7.9 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
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 ImpactAction71% third-party, 0 ms blockingFIX
FJS Execution CostAction11322ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.hostinger.com/_nuxt/Bb2U7q7M.js | 3837ms | 3134ms | 2ms | 1st |
| Unattributable | 1751ms | 161ms | 0ms | 3rd |
| https://www.hostinger.com/_nuxt/DFigC4fV.js | 1584ms | 1429ms | 7ms | 1st |
| https://www.hostinger.com/ | 1213ms | 115ms | 10ms | 1st |
| https://cdn.amplitude.com/script/82eb9b6dc70a29221070ce868d61e7d4.experiment.js | 1056ms | 883ms | 13ms | 3rd |
| https://www.hostinger.com/cake/ | 479ms | 380ms | 76ms | 1st |
| https://www.hostinger.com/cake/?id=G-73N1QWLEMH&cx=c>m=4e6481 | 412ms | 342ms | 40ms | 1st |
| https://www.hostinger.com/cdn-cgi/challenge-platform/scripts/jsd/main.js | 379ms | 350ms | 2ms | 1st |
| https://www.hostinger.com/cake/?id=AW-779066021&cx=c>m=4e6481 | 223ms | 184ms | 38ms | 1st |
| https://www.hostinger.com/cake/gtd?id=AW-743689991&cx=c>m=4e6481 | 182ms | 147ms | 35ms | 1st |
Showing top 10 of 13 scripts
FJS BundlesAction85 scripts, 712 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.hostinger.com/_nuxt/DFigC4fV.js | 752 KB | 169 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/gtd?id=AW-743689991&cx=c>m=4e6481 | 150 KB | 74 KB (50%) | ✓ | 1st |
| https://www.hostinger.com/cake/ | 196 KB | 74 KB (38%) | ✓ | 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 | 31 KB (36%) | ✓ | 1st |
| https://cdn.amplitude.com/script/82eb9b6dc70a29221070ce868d61e7d4.experiment.js | 44 KB | 24 KB (56%) | ✓ | 3rd |
| https://www.hostinger.com/_nuxt/BheWnx7M.js | 0 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
BImage Optimization15 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.
Performance issues directly impact user engagement and conversion rates.
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
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
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 Hints6 hints, 0 missing preconnectsPASS
Current Resource Hints
6 resource hints configured
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 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 |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 1751ms | 0 KB | — | $10/mo | Costly |
Amplitude cdn.amplitude.com | Analytics | 1056ms | 44 KB | 56% | $6/mo | Costly |
Bing UET bat.bing.com | Advertising | 77ms | 16 KB | — | $0/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 77ms | 189 KB | 52% | $0/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 1751ms and costs ~$10/month
- Amplitude adds 1056ms and costs ~$6/month
Unattributable takes 1751ms 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 1056ms 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
52% 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