Performance
· 17 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.99 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
7.56 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.09 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.597
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
16.91 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.
17.43 s
Page Load Progression
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction9533ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://web.inmobicdn.net/website/website/6.0.1/inmobi-main-images/minify/home_231225.min.js | 1814ms | 890ms | 0ms | 3rd |
| https://www.inmobi.com/ | 1449ms | 0ms | 0ms | 3rd |
| Unattributable | 1351ms | 113ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-MJ2BNZG | 821ms | 699ms | 90ms | 3rd |
| https://js.hs-analytics.net/analytics/1776359700000/2714195.js | 747ms | 482ms | 16ms | 3rd |
| https://www.inmobi.com/_next/static/chunks/pages/_app-f0ccbd741d2619e0.js | 553ms | 341ms | 16ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-9JNJRHH1VL&cx=c>m=4e64f0 | 426ms | 313ms | 67ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-652565680&cx=c>m=4e64f0 | 420ms | 350ms | 65ms | 3rd |
| https://script.hotjar.com/modules.6a0f3932cb1341a35c18.js | 324ms | 266ms | 27ms | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-851587349&cx=c>m=4e64f0 | 300ms | 248ms | 50ms | 3rd |
Showing top 10 of 21 scripts
DJS BundlesAction42 scripts, 359 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtag/js?id=G-9JNJRHH1VL&cx=c>m=4e64f0 | 178 KB | 71 KB (40%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-851587349&cx=c>m=4e64f0 | 146 KB | 71 KB (49%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-MJ2BNZG | 181 KB | 69 KB (38%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-652565680&cx=c>m=4e64f0 | 169 KB | 62 KB (37%) | ✓ | 3rd |
| https://script.hotjar.com/modules.6a0f3932cb1341a35c18.js | 57 KB | 36 KB (64%) | ✓ | 3rd |
| https://web.inmobicdn.net/website/website/6.0.1/inmobi-main-images/js/TweenMax.min.js | 39 KB | 28 KB (73%) | ✓ | 3rd |
| https://web.inmobicdn.net/website/website/6.0.1/ui/v6/js/home-js/minify/jquery-3.7.0.min.js | 30 KB | 22 KB (74%) | ✓ | 3rd |
| https://web.inmobicdn.net/website/website/6.0.1/inmobi-main-images/minify/home_231225.min.js | 1 KB | — | ✓ | 3rd |
| https://static.hotjar.com/c/hotjar-2411300.js?sv=7 | 6 KB | — | ✓ | 3rd |
| https://www.inmobi.com/_next/static/2.0.0/_buildManifest.js | 1 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
DPage Weight InventoryAction132 resources · 1.8 MB · 359 KB savings availableFIX
~359.0 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 132 resources | 1.8 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CPage Weight BudgetAction1.8 MB transferred, 132 requestsREVIEW
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
CImage OptimizationAction44 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
A+Text CompressionAll text resources are compressedPASS
A+Font Loading3 fonts (24 KB)PASS
Web fonts
3
24 KB total
Render-blocking
0
of 3
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 Hints3 hints, 0 missing preconnectsPASS
Current Resource Hints
3 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: Google Cloud
Network Waterfall132 requests over 21592msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
web.inmobicdn.net web.inmobicdn.net | Other | 1814ms | 1 KB | — | ₹2612/mo | Costly |
www.inmobi.com www.inmobi.com | Other | 1449ms | 6 KB | — | ₹2086/mo | Costly |
Unattributable Unattributable | Other | 1351ms | 0 KB | — | ₹1944/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 821ms | 181 KB | 38% | ₹1181/mo | Costly |
HubSpot Analytics js.hs-analytics.net | Analytics | 747ms | 43 KB | — | ₹1075/mo | Costly |
www.inmobi.com www.inmobi.com | Other | 553ms | 42 KB | — | ₹796/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 426ms | 178 KB | 40% | ₹613/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 420ms | 169 KB | 37% | ₹604/mo | Costly |
Hotjar script.hotjar.com | Session Replay | 324ms | 57 KB | 64% | ₹467/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 300ms | 146 KB | 49% | ₹432/mo | Costly |
www.inmobi.com www.inmobi.com | Other | 266ms | 37 KB | — | ₹383/mo | Costly |
az416426.vo.msecnd.net az416426.vo.msecnd.net | Other | 234ms | 46 KB | — | ₹336/mo | Costly |
d.adroll.com d.adroll.com | Other | 168ms | 1 KB | — | ₹242/mo | Costly |
www.inmobi.com www.inmobi.com | Other | 134ms | 10 KB | — | ₹193/mo | Costly |
LinkedIn Insight snap.licdn.com | Advertising | 92ms | 19 KB | — | ₹132/mo | Costly |
web.inmobicdn.net web.inmobicdn.net | Other | 89ms | 39 KB | 73% | ₹128/mo | Costly |
js.hubspot.com js.hubspot.com | Other | 82ms | 28 KB | — | ₹118/mo | Costly |
tag.demandbase.com tag.demandbase.com | Other | 78ms | 23 KB | — | ₹112/mo | Costly |
s.adroll.com s.adroll.com | Other | 69ms | 32 KB | — | ₹100/mo | Costly |
web.inmobicdn.net web.inmobicdn.net | Other | 60ms | 30 KB | 74% | ₹86/mo | Costly |
js.hs-banner.com js.hs-banner.com | Other | 56ms | 19 KB | — | ₹81/mo | Costly |
These scripts may cost more than they're worth
- web.inmobicdn.net adds 1814ms and costs ~₹2612/month
- www.inmobi.com adds 1449ms and costs ~₹2086/month
- Unattributable adds 1351ms and costs ~₹1944/month
- Google Tag Manager adds 821ms and costs ~₹1181/month
- HubSpot Analytics adds 747ms and costs ~₹1075/month
- www.inmobi.com adds 553ms and costs ~₹796/month
- Google Tag Manager adds 426ms and costs ~₹613/month
- Google Tag Manager adds 420ms and costs ~₹604/month
- Hotjar adds 324ms and costs ~₹467/month
- Google Tag Manager adds 300ms and costs ~₹432/month
- www.inmobi.com adds 266ms and costs ~₹383/month
- az416426.vo.msecnd.net adds 234ms and costs ~₹336/month
- d.adroll.com adds 168ms and costs ~₹242/month
- www.inmobi.com adds 134ms and costs ~₹193/month
- LinkedIn Insight adds 92ms and costs ~₹132/month
- web.inmobicdn.net adds 89ms and costs ~₹128/month
- js.hubspot.com adds 82ms and costs ~₹118/month
- tag.demandbase.com adds 78ms and costs ~₹112/month
- s.adroll.com adds 69ms and costs ~₹100/month
- web.inmobicdn.net adds 60ms and costs ~₹86/month
- js.hs-banner.com adds 56ms and costs ~₹81/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
web.inmobicdn.net takes 1814ms 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
www.inmobi.com takes 1449ms 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 1351ms 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 821ms 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
HubSpot Analytics takes 747ms 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
www.inmobi.com takes 553ms 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 426ms 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 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
Hotjar takes 324ms 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
64% of Hotjar'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
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
www.inmobi.com takes 266ms 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
az416426.vo.msecnd.net takes 234ms 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
d.adroll.com takes 168ms 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
www.inmobi.com takes 134ms 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
LinkedIn Insight takes 92ms 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
web.inmobicdn.net takes 89ms 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
73% of web.inmobicdn.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
js.hubspot.com takes 82ms 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
tag.demandbase.com takes 78ms 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
s.adroll.com takes 69ms 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
web.inmobicdn.net takes 60ms 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
74% of web.inmobicdn.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
js.hs-banner.com takes 56ms 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