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.
1.71 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.08 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
256 ms
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.
2.86 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.10 s
Page Load Progression
FPage Weight BudgetAction3.4 MB transferred, 170 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 ImpactAction95% third-party, 0 ms blockingFIX
DJS Execution CostAction2104ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/0750db5012a218723773a10412a72bce/app.js | 810ms | 728ms | 15ms | 3rd |
| https://www.flipkart.com/ | 789ms | 69ms | 21ms | 1st |
| Unattributable | 247ms | 21ms | 0ms | 3rd |
| https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/0750db5012a218723773a10412a72bce/MultiWidgetpage.js | 109ms | 2ms | 107ms | 3rd |
| https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/0750db5012a218723773a10412a72bce/CrossPlatformModules.js | 98ms | 79ms | 12ms | 3rd |
| https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/0750db5012a218723773a10412a72bce/fkvendor.js | 51ms | 22ms | 11ms | 3rd |
FJS BundlesAction27 scripts, 1.7 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/0750db5012a218723773a10412a72bce/MultiWidgetpage.js | 844 KB | 504 KB (60%) | ✓ | 3rd |
| https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/0750db5012a218723773a10412a72bce/StorePageTS.js | 447 KB | 428 KB (96%) | ✓ | 3rd |
| https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/0750db5012a218723773a10412a72bce/MapiActionNonCriticalActions.js | 210 KB | 206 KB (100%) | ✓ | 3rd |
| https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/0750db5012a218723773a10412a72bce/BaseActionNonCritical.js | 177 KB | 176 KB (100%) | ✓ | 3rd |
| https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/0750db5012a218723773a10412a72bce/OVHomePageTS.js | 101 KB | 101 KB (100%) | ✓ | 3rd |
| https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/0750db5012a218723773a10412a72bce/CrossCommon.js | 127 KB | 88 KB (69%) | ✓ | 3rd |
| https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/0750db5012a218723773a10412a72bce/app.js | 186 KB | 81 KB (43%) | ✓ | 3rd |
| https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/0750db5012a218723773a10412a72bce/CrossPlatformModules.js | 119 KB | 59 KB (50%) | ✓ | 3rd |
| https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/0750db5012a218723773a10412a72bce/fkvendor.js | 86 KB | 40 KB (47%) | ✓ | 3rd |
| https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/0750db5012a218723773a10412a72bce/OmnitureLazyChunk.js | 29 KB | 28 KB (99%) | ✓ | 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 Optimization89 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 Loading3 fonts (28 KB)PASS
Web fonts
3
28 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 HintsNo optimization neededPASS
Network Waterfall170 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 |
|---|---|---|---|---|---|---|
static-assets-web.flixcart.com static-assets-web.flixcart.com | Other | 810ms | 186 KB | 43% | ₹1/mo | Costly |
Unattributable Unattributable | Other | 247ms | 0 KB | — | ₹0/mo | Costly |
static-assets-web.flixcart.com static-assets-web.flixcart.com | Other | 109ms | 844 KB | 60% | ₹0/mo | Optional |
static-assets-web.flixcart.com static-assets-web.flixcart.com | Other | 98ms | 119 KB | 50% | ₹0/mo | Optional |
static-assets-web.flixcart.com static-assets-web.flixcart.com | Other | 51ms | 86 KB | 47% | ₹0/mo | Optional |
These scripts may cost more than they're worth
- static-assets-web.flixcart.com adds 810ms and costs ~₹1/month
- Unattributable adds 247ms and costs ~₹0/month
62% of JavaScript execution time comes from third-party scripts.
Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.
Learn more ▾ ▴
Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.
Source: web.dev / HTTP Archive Web Almanac
static-assets-web.flixcart.com takes 810ms 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 247ms 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
60% of static-assets-web.flixcart.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