Performance
· 26 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.66 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
10.24 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
4.93 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.191
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
9.19 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.
15.68 s
Page Load Progression
FPage Weight BudgetAction4.2 MB transferred, 45 requestsFIX
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.
Source: web.dev
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
FJS Execution CostAction14527ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://eaglehosting.in/assets/index-I6fchjGt.js | 9207ms | 1442ms | 4ms | 1st |
| https://eaglehosting.in/ | 1847ms | 7ms | 3ms | 1st |
| https://embed.tawk.to/_s/v4/app/6a7f7fd8722/js/twk-chunk-vendors.js | 1200ms | 1081ms | 92ms | 3rd |
| Unattributable | 831ms | 54ms | 0ms | 1st |
| https://embed.tawk.to/_s/v4/app/6a7f7fd8722/js/twk-chunk-common.js | 378ms | 286ms | 31ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-XXXXXXXXXX | 300ms | 247ms | 51ms | 3rd |
| https://embed.tawk.to/_s/v4/app/6a7f7fd8722/js/twk-chunk-6289ff8e.js | 221ms | 195ms | 25ms | 3rd |
| https://embed.tawk.to/_s/v4/app/6a7f7fd8722/js/twk-chunk-2d224aff.js | 179ms | 175ms | 2ms | 3rd |
| https://cdn.jsdelivr.net/emojione/2.2.7/lib/js/emojione.min.js | 133ms | 34ms | 98ms | 3rd |
| https://embed.tawk.to/_s/v4/app/6a7f7fd8722/js/twk-chunk-2d0da3af.js | 94ms | 91ms | 2ms | 3rd |
Showing top 10 of 12 scripts
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization5 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.
Performance issues directly impact user engagement and conversion rates.
CJS BundlesAction18 scripts, 245 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://eaglehosting.in/assets/index-I6fchjGt.js | 224 KB | 76 KB (34%) | ✓ | 1st |
| https://embed.tawk.to/_s/v4/app/6a7f7fd8722/js/twk-chunk-vendors.js | 114 KB | 69 KB (61%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-XXXXXXXXXX | 146 KB | 69 KB (47%) | ✓ | 3rd |
| https://embed.tawk.to/_s/v4/app/6a7f7fd8722/js/twk-chunk-common.js | 68 KB | 31 KB (45%) | ✓ | 3rd |
| https://embed.tawk.to/_s/v4/app/6a7f7fd8722/js/twk-app.js | 0 KB | — | ✓ | 3rd |
| https://embed.tawk.to/_s/v4/app/6a7f7fd8722/js/twk-chunk-3ea2c7ce.js | 3 KB | — | ✓ | 3rd |
| https://embed.tawk.to/_s/v4/app/6a7f7fd8722/js/twk-main.js | 0 KB | — | ✓ | 3rd |
| https://embed.tawk.to/_s/v4/app/6a7f7fd8722/js/twk-runtime.js | 1 KB | — | ✓ | 3rd |
| https://embed.tawk.to/6a7dfc76bc3c161d44b78646/1jvu24cm8 | 1 KB | — | ✓ | 3rd |
| https://embed.tawk.to/_s/v4/app/6a7f7fd8722/js/twk-chunk-2d0d2b7c.js | 3 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
BMain HTML Cache-ControlNo Cache-Control header on main HTML responseREVIEW
BServer-Timing ObservabilityNo Server-Timing header foundREVIEW
CPage Weight InventoryAction45 resources · 4.2 MB · 245 KB savings availableREVIEW
~244.6 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 45 resources | 4.2 MiB | ||||||
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Third-Party Impact15% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading7 fonts (138 KB)PASS
Web fonts
7
138 KB total
Render-blocking
0
of 7
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Convert to woff2 for ~30% smaller file size
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)
Fixing the unchecked items could save ~28 KB and ~56 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+HTTP/3 (QUIC)HTTP/3 advertised via Alt-SvcPASS
A+Compression AlgorithmMain response uses brotliPASS
A+LCP Image PreloadLCP preload audit not availablePASS
A+Server Response Intelligence2 server-response signal(s) detectedPASS
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
AJavaScript Blocking1 JS blocking issue(s) detectedPASS
A+CSS Performance DepthNo CSS performance depth issues detectedPASS
Network Waterfall45 requests over 5665msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Tawk.to embed.tawk.to | Chat | 1200ms | 114 KB | 61% | ₹1/mo | Costly |
Tawk.to embed.tawk.to | Chat | 378ms | 68 KB | 45% | ₹0/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 300ms | 146 KB | 47% | ₹0/mo | Costly |
Tawk.to embed.tawk.to | Chat | 221ms | 28 KB | — | ₹0/mo | Costly |
Tawk.to embed.tawk.to | Chat | 179ms | 5 KB | — | ₹0/mo | Optional |
jsDelivr cdn.jsdelivr.net | CDN | 133ms | 39 KB | — | ₹0/mo | Optional |
Tawk.to embed.tawk.to | Chat | 94ms | 5 KB | — | ₹0/mo | Optional |
Tawk.to embed.tawk.to | Chat | 80ms | 32 KB | — | ₹0/mo | Optional |
Tawk.to embed.tawk.to | Chat | 56ms | 3 KB | — | ₹0/mo | Optional |
These scripts may cost more than they're worth
- Tawk.to adds 1200ms and costs ~₹1/month
- Tawk.to adds 378ms and costs ~₹0/month
- Google Tag Manager adds 300ms and costs ~₹0/month
- Tawk.to adds 221ms and costs ~₹0/month
Tawk.to takes 1200ms 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
61% of Tawk.to'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
Tawk.to takes 378ms 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 300ms 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
Tawk.to takes 221ms 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
Image Optimization11 images, 9907 KB total, 2805 KB wastedINFO
Image Optimization Audit
Total Images
11
Total Size
9907 KB
Oversized
3
Wasted
2805 KB