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.
7.93 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
15.53 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.97 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.
7.98 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.
16.44 s
Page Load Progression
DPage Weight BudgetAction2.3 MB transferred, 173 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 ImpactAction91% third-party, 0 ms blockingFIX
FJS Execution CostAction11556ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://static.kwcdn.com/m-assets/assets/js/2322_48cbc9a6111a76977588.js | 2999ms | 2843ms | 34ms | 3rd |
| https://static.kwcdn.com/m-assets/assets/modernjs/5748_f7a26f57f93cd433d24f.js | 2303ms | 2148ms | 28ms | 3rd |
| https://static.kwcdn.com/m-assets/assets/modernjs/vendors_299eef7a8e30f1dddbb3.js | 1791ms | 1525ms | 28ms | 3rd |
| https://static.kwcdn.com/m-assets/assets/modernjs/index_fed_temp_498ea946e026f1ef1635.js | 1153ms | 880ms | 155ms | 3rd |
| https://www.temu.com/ | 1086ms | 125ms | 62ms | 1st |
| https://static.kwcdn.com/m-assets/assets/js/vendors_6b4021e09299ffc9e7c0.js | 988ms | 892ms | 42ms | 3rd |
| Unattributable | 829ms | 38ms | 0ms | 3rd |
| https://www.temu.com/bgn_verification.html?verifyCode=X7kFwIlYzsec6AiYSwmPgg6ac9be01042aa43bf&from=https%3A%2F%2Fwww.temu.com%2F&type=iframe&iframeMsgId=tw3qz8m5dwd1qotaxvzsu | 144ms | 54ms | 28ms | 1st |
| https://static.kwcdn.com/m-assets/assets/modernjs/223_30e5c0bec3e2c708cb62.js | 114ms | 97ms | 11ms | 3rd |
| https://static.kwcdn.com/m-assets/assets/js/biz_vendors_501c218b7e6bee478795.js | 81ms | 20ms | 53ms | 3rd |
Showing top 10 of 11 scripts
FJS BundlesAction34 scripts, 799 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://static.kwcdn.com/m-assets/assets/modernjs/index_fed_temp_498ea946e026f1ef1635.js | 579 KB | 347 KB (60%) | ✓ | 3rd |
| https://static.kwcdn.com/m-assets/assets/js/biz_vendors_501c218b7e6bee478795.js | 167 KB | 94 KB (56%) | ✓ | 3rd |
| https://static.kwcdn.com/m-assets/assets/js/vendors_6b4021e09299ffc9e7c0.js | 194 KB | 90 KB (46%) | ✓ | 3rd |
| https://static.kwcdn.com/m-assets/assets/modernjs/top_tap_personal_page_717a49442c8b463b49c5.js | 70 KB | 51 KB (73%) | ✓ | 3rd |
| https://static.kwcdn.com/m-assets/assets/js/535_8424a38e2ae3c1ed9230.js | 68 KB | 46 KB (68%) | ✓ | 3rd |
| https://static.kwcdn.com/m-assets/assets/modernjs/vendors_299eef7a8e30f1dddbb3.js | 116 KB | 44 KB (38%) | ✓ | 3rd |
| https://static.kwcdn.com/m-assets/assets/js/2322_48cbc9a6111a76977588.js | 158 KB | 26 KB (17%) | ✓ | 3rd |
| https://static.kwcdn.com/m-assets/assets/modernjs/RecommendGoods_28b01ed59a1dcb9c7b3b.js | 32 KB | 26 KB (82%) | ✓ | 3rd |
| https://static.kwcdn.com/m-assets/assets/modernjs/5748_f7a26f57f93cd433d24f.js | 158 KB | 26 KB (17%) | ✓ | 3rd |
| https://static.kwcdn.com/m-assets/assets/modernjs/dynamic-CategoryGoods_802083b68efcba5af656.js | 26 KB | 26 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
DHTTP CachingActionno-store (uncacheable)FIX
no-store
| Directive | Value | Meaning |
|---|---|---|
| no-store | — | Never cache this response |
A+Text CompressionAll text resources are compressedPASS
A+Image Optimization21 images, 0 KB saveablePASS
A+Font LoadingNo web fonts (system fonts)PASS
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
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: Cloudflare
Network Waterfall173 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.kwcdn.com static.kwcdn.com | Other | 2999ms | 158 KB | 17% | $40/mo | Costly |
static.kwcdn.com static.kwcdn.com | Other | 2303ms | 158 KB | 17% | $31/mo | Costly |
static.kwcdn.com static.kwcdn.com | Other | 1791ms | 116 KB | 38% | $24/mo | Costly |
static.kwcdn.com static.kwcdn.com | Other | 1153ms | 579 KB | 60% | $15/mo | Costly |
static.kwcdn.com static.kwcdn.com | Other | 988ms | 194 KB | 46% | $13/mo | Costly |
Unattributable Unattributable | Other | 829ms | 0 KB | — | $11/mo | Costly |
static.kwcdn.com static.kwcdn.com | Other | 114ms | 32 KB | — | $2/mo | Optional |
static.kwcdn.com static.kwcdn.com | Other | 81ms | 167 KB | 56% | $1/mo | Optional |
static.kwcdn.com static.kwcdn.com | Other | 68ms | 70 KB | 73% | $1/mo | Optional |
These scripts may cost more than they're worth
- static.kwcdn.com adds 2999ms and costs ~$40/month
- static.kwcdn.com adds 2303ms and costs ~$31/month
- static.kwcdn.com adds 1791ms and costs ~$24/month
- static.kwcdn.com adds 1153ms and costs ~$15/month
- static.kwcdn.com adds 988ms and costs ~$13/month
- Unattributable adds 829ms and costs ~$11/month
89% 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.kwcdn.com takes 2999ms 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.kwcdn.com takes 2303ms 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.kwcdn.com takes 1791ms 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.kwcdn.com takes 1153ms 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.kwcdn.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.kwcdn.com takes 988ms 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 829ms 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
56% of static.kwcdn.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
73% of static.kwcdn.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