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.
2.29 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.47 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.08 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.
6.95 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.
19.33 s
Page Load Progression
FPage Weight BudgetAction2.6 MB transferred, 119 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 ImpactAction94% third-party, 0 ms blockingFIX
FJS Execution CostAction9871ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/329f3907cb96d278607b538ca58c0ea0/app.js | 4122ms | 3793ms | 79ms | 3rd |
| https://www.flipkart.com/ | 2433ms | 596ms | 139ms | 1st |
| https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/329f3907cb96d278607b538ca58c0ea0/fkvendor.js | 1504ms | 240ms | 34ms | 3rd |
| Unattributable | 846ms | 48ms | 0ms | 3rd |
| https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/329f3907cb96d278607b538ca58c0ea0/MultiWidgetpage.js | 318ms | 5ms | 313ms | 3rd |
| https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/329f3907cb96d278607b538ca58c0ea0/CrossPlatformModules.js | 295ms | 245ms | 32ms | 3rd |
| https://js-agent.newrelic.com/page_view_event-aggregate.06482edd-1.236.0.min.js | 123ms | 106ms | 1ms | 3rd |
| https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/329f3907cb96d278607b538ca58c0ea0/MapiActionNonCriticalActions.js | 87ms | 4ms | 83ms | 3rd |
| https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/329f3907cb96d278607b538ca58c0ea0/BaseActionNonCritical.js | 81ms | 7ms | 73ms | 3rd |
| https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/329f3907cb96d278607b538ca58c0ea0/CrossCommon.js | 61ms | 1ms | 59ms | 3rd |
FJS BundlesAction27 scripts, 1.3 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/329f3907cb96d278607b538ca58c0ea0/MultiWidgetpage.js | 844 KB | 503 KB (60%) | ✓ | 3rd |
| https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/329f3907cb96d278607b538ca58c0ea0/MapiActionNonCriticalActions.js | 210 KB | 206 KB (100%) | ✓ | 3rd |
| https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/329f3907cb96d278607b538ca58c0ea0/BaseActionNonCritical.js | 177 KB | 176 KB (100%) | ✓ | 3rd |
| https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/329f3907cb96d278607b538ca58c0ea0/CrossCommon.js | 127 KB | 87 KB (69%) | ✓ | 3rd |
| https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/329f3907cb96d278607b538ca58c0ea0/app.js | 186 KB | 77 KB (41%) | ✓ | 3rd |
| https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/329f3907cb96d278607b538ca58c0ea0/OVHomePageTS.js | 101 KB | 75 KB (74%) | ✓ | 3rd |
| https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/329f3907cb96d278607b538ca58c0ea0/CrossPlatformModules.js | 119 KB | 68 KB (57%) | ✓ | 3rd |
| https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/329f3907cb96d278607b538ca58c0ea0/HomePageNonCriticalActions.js | 67 KB | 66 KB (98%) | ✓ | 3rd |
| https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/329f3907cb96d278607b538ca58c0ea0/fkvendor.js | 86 KB | 40 KB (47%) | ✓ | 3rd |
| https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/329f3907cb96d278607b538ca58c0ea0/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 Optimization51 images, 0 KB saveableREVIEW
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 Hints27 hints, 0 missing preconnectsPASS
Current Resource Hints
27 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall119 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 | 4122ms | 186 KB | 41% | ₹5/mo | Costly |
static-assets-web.flixcart.com static-assets-web.flixcart.com | Other | 1504ms | 86 KB | 47% | ₹2/mo | Costly |
Unattributable Unattributable | Other | 846ms | 0 KB | — | ₹1/mo | Costly |
static-assets-web.flixcart.com static-assets-web.flixcart.com | Other | 318ms | 844 KB | 60% | ₹0/mo | Costly |
static-assets-web.flixcart.com static-assets-web.flixcart.com | Other | 295ms | 119 KB | 57% | ₹0/mo | Costly |
js-agent.newrelic.com js-agent.newrelic.com | Other | 123ms | 4 KB | — | ₹0/mo | Optional |
static-assets-web.flixcart.com static-assets-web.flixcart.com | Other | 87ms | 210 KB | 100% | ₹0/mo | Optional |
static-assets-web.flixcart.com static-assets-web.flixcart.com | Other | 81ms | 177 KB | 100% | ₹0/mo | Optional |
static-assets-web.flixcart.com static-assets-web.flixcart.com | Other | 61ms | 127 KB | 69% | ₹0/mo | Optional |
These scripts may cost more than they're worth
- static-assets-web.flixcart.com adds 4122ms and costs ~₹5/month
- static-assets-web.flixcart.com adds 1504ms and costs ~₹2/month
- Unattributable adds 846ms and costs ~₹1/month
- static-assets-web.flixcart.com adds 318ms and costs ~₹0/month
- static-assets-web.flixcart.com adds 295ms and costs ~₹0/month
75% 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
static-assets-web.flixcart.com takes 4122ms 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
static-assets-web.flixcart.com takes 1504ms 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 846ms 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
static-assets-web.flixcart.com takes 318ms 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
static-assets-web.flixcart.com takes 295ms 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
57% 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
100% 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
100% 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
69% 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