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.
946 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.29 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
278 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.001
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.73 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.
3.30 s
Page Load Progression
FPage Weight BudgetAction4.2 MB transferred, 447 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 ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction3587ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://sc.ltwebstatic.com/she_dist/assets/swiper-c0c12f20c8993279.js | 1605ms | 688ms | 2ms | 3rd |
| Unattributable | 426ms | 8ms | 0ms | 3rd |
| https://es.shein.com/?cdn_rsite=cf&ref=www&rep=dir&ret=es | 298ms | 84ms | 18ms | 3rd |
| https://sc.ltwebstatic.com/she_dist/assets/ccc-home-34f82514a91254ee.js | 279ms | 256ms | 1ms | 3rd |
| https://armor.ltwebstatic.com/she_dist/armor-libs/infp/infp.3.11.1.min.js | 262ms | 212ms | 7ms | 3rd |
| https://sc.ltwebstatic.com/she_dist/assets/common-95446e340c4d2a59.js | 245ms | 211ms | 0ms | 3rd |
| https://sc.ltwebstatic.com/she_dist/assets/51769-e709c6d373442394.js | 111ms | 101ms | 2ms | 3rd |
| https://sc.ltwebstatic.com/she_dist/assets/64556-9eba928d99e7ca4f.js | 90ms | 75ms | 1ms | 3rd |
| https://es.shein.com/cdn-cgi/challenge-platform/scripts/jsd/main.js | 73ms | 64ms | 1ms | 3rd |
| https://sc.ltwebstatic.com/she_dist/assets/bff-ccc-one-third.c0075c8ee2809c65.js | 71ms | 57ms | 4ms | 3rd |
Showing top 10 of 12 scripts
FJS BundlesAction206 scripts, 4.8 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://sc.ltwebstatic.com/she_dist/assets/lib-sui-814096f7d7bbe058.js | 0 KB | 269 KB (58%) | ✓ | 3rd |
| https://sc.ltwebstatic.com/she_dist/assets/lib-sui-814096f7d7bbe058.js | 0 KB | 269 KB (58%) | ✓ | 3rd |
| https://sc.ltwebstatic.com/she_dist/assets/lib-sui-814096f7d7bbe058.js | 94 KB | 269 KB (58%) | ✓ | 3rd |
| https://sc.ltwebstatic.com/she_dist/assets/lib-sui-814096f7d7bbe058.js | 0 KB | 269 KB (58%) | ✓ | 3rd |
| https://sc.ltwebstatic.com/she_dist/assets/24609-f35da72716c9908d.js | 0 KB | 212 KB (42%) | ✓ | 3rd |
| https://sc.ltwebstatic.com/she_dist/assets/24609-f35da72716c9908d.js | 0 KB | 212 KB (42%) | ✓ | 3rd |
| https://sc.ltwebstatic.com/she_dist/assets/24609-f35da72716c9908d.js | 0 KB | 212 KB (42%) | ✓ | 3rd |
| https://sc.ltwebstatic.com/she_dist/assets/24609-f35da72716c9908d.js | 81 KB | 212 KB (42%) | ✓ | 3rd |
| https://sc.ltwebstatic.com/she_dist/assets/912-c12224ed74211be1.js | 0 KB | 186 KB (32%) | ✓ | 3rd |
| https://sc.ltwebstatic.com/she_dist/assets/912-c12224ed74211be1.js | 136 KB | 186 KB (32%) | ✓ | 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.
A+Text CompressionAll text resources are compressedPASS
AImage Optimization65 images, 0 KB saveablePASS
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.
A+Font Loading3 fonts (84 KB)PASS
Web fonts
3
84 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
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall447 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 |
|---|---|---|---|---|---|---|
sc.ltwebstatic.com sc.ltwebstatic.com | Other | 1605ms | 0 KB | 48% | S$28/mo | Costly |
Unattributable Unattributable | Other | 426ms | 0 KB | — | S$7/mo | Costly |
es.shein.com es.shein.com | Other | 298ms | 196 KB | — | S$5/mo | Costly |
sc.ltwebstatic.com sc.ltwebstatic.com | Other | 279ms | 0 KB | — | S$5/mo | Costly |
armor.ltwebstatic.com armor.ltwebstatic.com | Other | 262ms | 111 KB | 23% | S$5/mo | Costly |
sc.ltwebstatic.com sc.ltwebstatic.com | Other | 245ms | 0 KB | — | S$4/mo | Costly |
sc.ltwebstatic.com sc.ltwebstatic.com | Other | 111ms | 0 KB | 47% | S$2/mo | Optional |
sc.ltwebstatic.com sc.ltwebstatic.com | Other | 90ms | 0 KB | — | S$2/mo | Optional |
es.shein.com es.shein.com | Other | 73ms | 0 KB | — | S$1/mo | Optional |
sc.ltwebstatic.com sc.ltwebstatic.com | Other | 71ms | 45 KB | — | S$1/mo | Optional |
sc.ltwebstatic.com sc.ltwebstatic.com | Other | 65ms | 0 KB | — | S$1/mo | Optional |
armor.ltwebstatic.com armor.ltwebstatic.com | Other | 64ms | 0 KB | 28% | S$1/mo | Optional |
These scripts may cost more than they're worth
- sc.ltwebstatic.com adds 1605ms and costs ~S$28/month
- Unattributable adds 426ms and costs ~S$7/month
- es.shein.com adds 298ms and costs ~S$5/month
- sc.ltwebstatic.com adds 279ms and costs ~S$5/month
- armor.ltwebstatic.com adds 262ms and costs ~S$5/month
- sc.ltwebstatic.com adds 245ms and costs ~S$4/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
sc.ltwebstatic.com takes 1605ms 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 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
es.shein.com takes 298ms 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
sc.ltwebstatic.com takes 279ms 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
armor.ltwebstatic.com takes 262ms 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
sc.ltwebstatic.com takes 245ms 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