Skip to content
https://58.com

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
87
GRADE
B
FIX
4
REVIEW
4
PASS
5
INFO
2

Performance-focused optimization plan with CWV assessment, top offenders, and time estimates

47
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
50
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
77
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
92
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

3.45 s

Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.

6.40 s

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

249 ms

Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.

0.008

Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.

5.13 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.

7.32 s

Page Load Progression

1.0 s
2.0 s
3.0 s
4.1 s
5.1 s
6.1 s
7.1 s
8.1 s
Checks
15
5 PASS 4 REVIEW 4 FIX
D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (1.8 MiB of 1.8 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
48 scripts, 593 KB unused
FIX
48 scripts, 593 KB unused
Warning::
https://j1.58cdn.com.cn/webim/js/app_v202412111115...: 155 KB unused (62%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://j1.58cdn.com.cn/webim/js/sdk_v202412111115...: 92 KB unused (57%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://j1.58cdn.com.cn/git/xxzl-fe/netWatcher/ind...: 66 KB unused (72%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://j1.58cdn.com.cn/wmda/js/statistic.js?17768...: 54 KB unused (44%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://j1.58cdn.com.cn/resource/xxzl/captcha/js/i...: 49 KB unused (59%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 593 KB
593 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://j1.58cdn.com.cn/webim/js/app_v20241211111510.js252 KB155 KB (62%)3rd
https://j1.58cdn.com.cn/webim/js/sdk_v20241211111510.js161 KB92 KB (57%)3rd
https://j1.58cdn.com.cn/git/xxzl-fe/netWatcher/index.js?time=177689361456691 KB66 KB (72%)3rd
https://j1.58cdn.com.cn/wmda/js/statistic.js?1776893616024125 KB54 KB (44%)3rd
https://j1.58cdn.com.cn/resource/xxzl/captcha/js/isd_captcha_v20250604192253.js83 KB49 KB (59%)3rd
https://j1.58cdn.com.cn/resource/xxzl/wl/wl_pc.js64 KB48 KB (75%)3rd
https://j1.58cdn.com.cn/resource/xxzl/wl/wl_pc_v20180820103051.js64 KB48 KB (75%)3rd
https://j1.58cdn.com.cn/git/webrtc/sdk.min_v20230901113648.js39 KB31 KB (79%)3rd
https://j1.58cdn.com.cn/webim/js/shop.web.sdk_v20241211111510.js71 KB27 KB (38%)3rd
https://j1.58cdn.com.cn/git/xxzl-fe/teemo/index.js?t=177681600000062 KB23 KB (37%)3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

F
Page Weight Inventory
Action
114 resources · 1.8 MB · 593 KB savings available
FIX
114 resources · 1.8 MB · 593 KB savings available
Warning::
Page weight 839 KB over 1MB target
Got: 1.8 MB Expected: ≤ 1 MB
Info::
~593 KB of savings available
Warning::
113 third-party resources (100% of weight)
Info::
1 resources over 200KB
114 resources · 1.8 MiB · 113 third-party 839.0 KiB over 1MB target
JavaScript 68% · 1.2 MiB
Image 27% · 509.3 KiB
Document 2% · 46.2 KiB
CSS 2% · 43.9 KiB
Other 0% · 234 B

~593.0 KiB of savings available

Remove unused JavaScript: 593.0 KiB
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

C
Page Weight Budget
Action
1.8 MB transferred, 114 requests
REVIEW
1.8 MB transferred, 114 requests
Info::
Page weighs 5.5 MB (1.8 MB transferred)
Warning::
JavaScript is 1.2 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.2 MB
Warning::
114 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.38 g CO2 per page load
1.8 MB / 2.4 MB budget
1.8 MB transferred
114 requests
0.38 g CO2 per page load
JavaScript 1.2 MiB 68%
Images 504.7 KiB 27%
CSS 43.9 KiB 2%
HTML 23.8 KiB 1%
Other 22.4 KiB 1%
Other 4.8 KiB 0%
0 2.4 MB 4.9 MB
Approaching limit

Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.

Why this matters

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.

Why this matters

High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.

Source: web.dev

C
Image Optimization
Action
54 images, 0 KB saveable
REVIEW
54 images, 0 KB saveable
Warning::
https://img.58cdn.com.cn/arthurupload/arthurupload... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://j1.58cdn.com.cn/arthurupload/wuxian/fe/cal... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.58cdn.com.cn/logo/58/252_84/logo-o.png... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
54 images 505 KB
0 oversized -0 KB
51 legacy format
3 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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.

Why this matters

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.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

C
JS Execution Cost
Action
1454ms total JS execution
REVIEW
1454ms total JS execution
Warning::
https://j1.58cdn.com.cn/git/xxzl-fe/teemo/index.js...: 580ms CPU time
Warning::
https://bj.58.com/: 393ms CPU time
Info::
Unattributable: 123ms CPU time
Info::
https://j1.58cdn.com.cn/webim/js/app_v202412111115...: 89ms CPU time
Info::
https://j1.58cdn.com.cn/webim/js/sdk_v202412111115...: 73ms CPU time
Warning::
Third-party scripts: 1454ms (100% of total)

Main Thread Breakdown

Script Evaluation 48% Style & Layout 26% Other 11% Script Parsing & Compilation 9% Rendering 5%
ScriptTotalScriptingParse/CompileParty
https://j1.58cdn.com.cn/git/xxzl-fe/teemo/index.js?t=1776816000000580ms365ms6ms3rd
https://bj.58.com/393ms4ms1ms3rd
Unattributable123ms2ms0ms3rd
https://j1.58cdn.com.cn/webim/js/app_v20241211111510.js89ms53ms36ms3rd
https://j1.58cdn.com.cn/webim/js/sdk_v20241211111510.js73ms54ms19ms3rd
https://j1.58cdn.com.cn/wmda/js/statistic.js?177689361602470ms56ms12ms3rd
https://j1.58cdn.com.cn/git/wuxianfe/pc-static/js/v7/hp/loadA_v20260401102605.js?_newtime=2023050967ms56ms0ms3rd
https://j1.58cdn.com.cn/componentsLoader/dist/ComponentsLoaderLib_v1776816023935.js57ms46ms8ms3rd
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
No web fonts (system fonts)
PASS
No web fonts (system fonts)
Info::
No web fonts loaded — system fonts are fastest
No web fonts loaded — system fonts are optimal.
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
Network Waterfall
114 requests over 11119ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s FCP 3.4 s LCP 6.4 shttps://58.com// https://58.com/ — 302 — 234 B — 1.2 s — http/1.1https://bj.58.com/bj.58.com/ https://bj.58.com/ — 200 — 22.5 KiB — 1.4 s — http/1.1https://c.58cdn.com.cn/git/wuxianfe/pc-static/css/homePage_v20260401102605.css?_newtime=20230928c.58cdn.com.cn/git/wuxianfe/pc-stat... https://c.58cdn.com.cn/git/wuxianfe/pc-static/css/homePage_v20260401102605.css?_newtime=20230928 — 200 — 7.6 KiB — 708 ms — h2https://c.58cdn.com.cn/componentsLoader/dist/CompontsLoader_v20260106110154.css?v=20170427144100c.58cdn.com.cn/componentsLoader/dis... https://c.58cdn.com.cn/componentsLoader/dist/CompontsLoader_v20260106110154.css?v=20170427144100 — 200 — 3.7 KiB — 707 ms — h2https://c.58cdn.com.cn/ui7/css/easydialog.cssc.58cdn.com.cn/ui7/css/easydialog.c... https://c.58cdn.com.cn/ui7/css/easydialog.css — 200 — 872 B — 698 ms — h2https://img.58cdn.com.cn/logo/58/252_84/logo-o.png?v=2img.58cdn.com.cn/logo/58/252_84/log... https://img.58cdn.com.cn/logo/58/252_84/logo-o.png?v=2 — 200 — 4.9 KiB — 337 ms — h2https://img.58cdn.com.cn/logo/58/168_60/logo-wo.pngimg.58cdn.com.cn/logo/58/168_60/log... https://img.58cdn.com.cn/logo/58/168_60/logo-wo.png — 200 — 4.3 KiB — 337 ms — h2https://img.58cdn.com.cn/ui6/index/daojia_hot_icon.pngimg.58cdn.com.cn/ui6/index/daojia_h... https://img.58cdn.com.cn/ui6/index/daojia_hot_icon.png — 200 — 56.8 KiB — 5 ms — h2https://j1.58cdn.com.cn/git/wuxianfe/pc-static/js/v7/hp/loadA_v20260401102605.js?_newtime=20230509j1.58cdn.com.cn/git/wuxianfe/pc-sta... https://j1.58cdn.com.cn/git/wuxianfe/pc-static/js/v7/hp/loadA_v20260401102605.js?_newtime=20230509 — 200 — 1.0 KiB — 643 ms — h2https://j1.58cdn.com.cn/componentsLoader/dist/ComponentsLoader_v20260106110154.jsj1.58cdn.com.cn/componentsLoader/di... https://j1.58cdn.com.cn/componentsLoader/dist/ComponentsLoader_v20260106110154.js — 200 — 3.6 KiB — 637 ms — h2https://img.58cdn.com.cn/ui6/index/minico.png?v=6img.58cdn.com.cn/ui6/index/minico.p... https://img.58cdn.com.cn/ui6/index/minico.png?v=6 — 200 — 3.3 KiB — 4 ms — h2https://img.58cdn.com.cn/ui6/index/58app.gif?v=1img.58cdn.com.cn/ui6/index/58app.gi... https://img.58cdn.com.cn/ui6/index/58app.gif?v=1 — 200 — 2.5 KiB — 6 ms — h2https://j1.58cdn.com.cn/arthurupload/wuxian/fe/meishi_20230706_TTYbrGT6Rf.pngj1.58cdn.com.cn/arthurupload/wuxian... https://j1.58cdn.com.cn/arthurupload/wuxian/fe/meishi_20230706_TTYbrGT6Rf.png — 200 — 1.5 KiB — 425 ms — h2https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/zhaopin.pngimg.58cdn.com.cn/arthurupload/arthu... https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/zhaopin.png — 200 — 5.8 KiB — 20 ms — h2https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/fangchan.pngimg.58cdn.com.cn/arthurupload/arthu... https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/fangchan.png — 200 — 6.8 KiB — 20 ms — h2https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/ershouche.pngimg.58cdn.com.cn/arthurupload/arthu... https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/ershouche.png — 200 — 5.9 KiB — 63 ms — h2https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/ershoushichang.pngimg.58cdn.com.cn/arthurupload/arthu... https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/ershoushichang.png — 200 — 5.2 KiB — 36 ms — h2https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/ershouhuishou.pngimg.58cdn.com.cn/arthurupload/arthu... https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/ershouhuishou.png — 200 — 5.8 KiB — 37 ms — h2https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/jiazhengfuwu.pngimg.58cdn.com.cn/arthurupload/arthu... https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/jiazhengfuwu.png — 200 — 6.6 KiB — 33 ms — h2https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/localservice.pngimg.58cdn.com.cn/arthurupload/arthu... https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/localservice.png — 200 — 7.4 KiB — 58 ms — h2https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/icon_dj_jtbj2025.pngimg.58cdn.com.cn/arthurupload/arthu... https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/icon_dj_jtbj2025.png — 200 — 1.8 KiB — 32 ms — h2https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/icon_dj_jdwx2025.pngimg.58cdn.com.cn/arthurupload/arthu... https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/icon_dj_jdwx2025.png — 200 — 2.1 KiB — 49 ms — h2https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/icon_dj_bj2025.pngimg.58cdn.com.cn/arthurupload/arthu... https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/icon_dj_bj2025.png — 200 — 1.8 KiB — 50 ms — h2https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/icon_dj_bmys2025.pngimg.58cdn.com.cn/arthurupload/arthu... https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/icon_dj_bmys2025.png — 200 — 2.3 KiB — 52 ms — h2https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/icon_dj_sjwx2025.pngimg.58cdn.com.cn/arthurupload/arthu... https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/icon_dj_sjwx2025.png — 200 — 1.8 KiB — 49 ms — h2https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/icon_dj_gdst2025.pngimg.58cdn.com.cn/arthurupload/arthu... https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/icon_dj_gdst2025.png — 200 — 2.1 KiB — 49 ms — h2https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/icon_dj_jjwx2025.pngimg.58cdn.com.cn/arthurupload/arthu... https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/icon_dj_jjwx2025.png — 200 — 1.9 KiB — 48 ms — h2https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/icon_dj_fwwx2025.pngimg.58cdn.com.cn/arthurupload/arthu... https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/icon_dj_fwwx2025.png — 200 — 2.1 KiB — 30 ms — h2https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/icon_dj_shps2025.pngimg.58cdn.com.cn/arthurupload/arthu... https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/icon_dj_shps2025.png — 200 — 2.2 KiB — 31 ms — h2https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/icon_dj_allfw2025.pngimg.58cdn.com.cn/arthurupload/arthu... https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/icon_dj_allfw2025.png — 200 — 1.7 KiB — 31 ms — h2
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s FCP 3.4 s LCP 6.4 shttps://58.com// https://58.com/ — 302 — 234 B — 1.2 s — http/1.1https://bj.58.com/bj.58.com/ https://bj.58.com/ — 200 — 22.5 KiB — 1.4 s — http/1.1https://c.58cdn.com.cn/git/wuxianfe/pc-static/css/homePage_v20260401102605.css?_newtime=20230928c.58cdn.com.cn/git/wuxianfe/pc-stat... https://c.58cdn.com.cn/git/wuxianfe/pc-static/css/homePage_v20260401102605.css?_newtime=20230928 — 200 — 7.6 KiB — 708 ms — h2https://c.58cdn.com.cn/componentsLoader/dist/CompontsLoader_v20260106110154.css?v=20170427144100c.58cdn.com.cn/componentsLoader/dis... https://c.58cdn.com.cn/componentsLoader/dist/CompontsLoader_v20260106110154.css?v=20170427144100 — 200 — 3.7 KiB — 707 ms — h2https://c.58cdn.com.cn/ui7/css/easydialog.cssc.58cdn.com.cn/ui7/css/easydialog.c... https://c.58cdn.com.cn/ui7/css/easydialog.css — 200 — 872 B — 698 ms — h2https://img.58cdn.com.cn/logo/58/252_84/logo-o.png?v=2img.58cdn.com.cn/logo/58/252_84/log... https://img.58cdn.com.cn/logo/58/252_84/logo-o.png?v=2 — 200 — 4.9 KiB — 337 ms — h2https://img.58cdn.com.cn/logo/58/168_60/logo-wo.pngimg.58cdn.com.cn/logo/58/168_60/log... https://img.58cdn.com.cn/logo/58/168_60/logo-wo.png — 200 — 4.3 KiB — 337 ms — h2https://img.58cdn.com.cn/ui6/index/daojia_hot_icon.pngimg.58cdn.com.cn/ui6/index/daojia_h... https://img.58cdn.com.cn/ui6/index/daojia_hot_icon.png — 200 — 56.8 KiB — 5 ms — h2https://j1.58cdn.com.cn/git/wuxianfe/pc-static/js/v7/hp/loadA_v20260401102605.js?_newtime=20230509j1.58cdn.com.cn/git/wuxianfe/pc-sta... https://j1.58cdn.com.cn/git/wuxianfe/pc-static/js/v7/hp/loadA_v20260401102605.js?_newtime=20230509 — 200 — 1.0 KiB — 643 ms — h2https://j1.58cdn.com.cn/componentsLoader/dist/ComponentsLoader_v20260106110154.jsj1.58cdn.com.cn/componentsLoader/di... https://j1.58cdn.com.cn/componentsLoader/dist/ComponentsLoader_v20260106110154.js — 200 — 3.6 KiB — 637 ms — h2https://img.58cdn.com.cn/ui6/index/minico.png?v=6img.58cdn.com.cn/ui6/index/minico.p... https://img.58cdn.com.cn/ui6/index/minico.png?v=6 — 200 — 3.3 KiB — 4 ms — h2https://img.58cdn.com.cn/ui6/index/58app.gif?v=1img.58cdn.com.cn/ui6/index/58app.gi... https://img.58cdn.com.cn/ui6/index/58app.gif?v=1 — 200 — 2.5 KiB — 6 ms — h2https://j1.58cdn.com.cn/arthurupload/wuxian/fe/meishi_20230706_TTYbrGT6Rf.pngj1.58cdn.com.cn/arthurupload/wuxian... https://j1.58cdn.com.cn/arthurupload/wuxian/fe/meishi_20230706_TTYbrGT6Rf.png — 200 — 1.5 KiB — 425 ms — h2https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/zhaopin.pngimg.58cdn.com.cn/arthurupload/arthu... https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/zhaopin.png — 200 — 5.8 KiB — 20 ms — h2https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/fangchan.pngimg.58cdn.com.cn/arthurupload/arthu... https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/fangchan.png — 200 — 6.8 KiB — 20 ms — h2https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/ershouche.pngimg.58cdn.com.cn/arthurupload/arthu... https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/ershouche.png — 200 — 5.9 KiB — 63 ms — h2https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/ershoushichang.pngimg.58cdn.com.cn/arthurupload/arthu... https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/ershoushichang.png — 200 — 5.2 KiB — 36 ms — h2https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/ershouhuishou.pngimg.58cdn.com.cn/arthurupload/arthu... https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/ershouhuishou.png — 200 — 5.8 KiB — 37 ms — h2https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/jiazhengfuwu.pngimg.58cdn.com.cn/arthurupload/arthu... https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/jiazhengfuwu.png — 200 — 6.6 KiB — 33 ms — h2https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/localservice.pngimg.58cdn.com.cn/arthurupload/arthu... https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/localservice.png — 200 — 7.4 KiB — 58 ms — h2https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/icon_dj_jtbj2025.pngimg.58cdn.com.cn/arthurupload/arthu... https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/icon_dj_jtbj2025.png — 200 — 1.8 KiB — 32 ms — h2https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/icon_dj_jdwx2025.pngimg.58cdn.com.cn/arthurupload/arthu... https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/icon_dj_jdwx2025.png — 200 — 2.1 KiB — 49 ms — h2https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/icon_dj_bj2025.pngimg.58cdn.com.cn/arthurupload/arthu... https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/icon_dj_bj2025.png — 200 — 1.8 KiB — 50 ms — h2https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/icon_dj_bmys2025.pngimg.58cdn.com.cn/arthurupload/arthu... https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/icon_dj_bmys2025.png — 200 — 2.3 KiB — 52 ms — h2https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/icon_dj_sjwx2025.pngimg.58cdn.com.cn/arthurupload/arthu... https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/icon_dj_sjwx2025.png — 200 — 1.8 KiB — 49 ms — h2https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/icon_dj_gdst2025.pngimg.58cdn.com.cn/arthurupload/arthu... https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/icon_dj_gdst2025.png — 200 — 2.1 KiB — 49 ms — h2https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/icon_dj_jjwx2025.pngimg.58cdn.com.cn/arthurupload/arthu... https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/icon_dj_jjwx2025.png — 200 — 1.9 KiB — 48 ms — h2https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/icon_dj_fwwx2025.pngimg.58cdn.com.cn/arthurupload/arthu... https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/icon_dj_fwwx2025.png — 200 — 2.1 KiB — 30 ms — h2https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/icon_dj_shps2025.pngimg.58cdn.com.cn/arthurupload/arthu... https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/icon_dj_shps2025.png — 200 — 2.2 KiB — 31 ms — h2https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/icon_dj_allfw2025.pngimg.58cdn.com.cn/arthurupload/arthu... https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/icon_dj_allfw2025.png — 200 — 1.7 KiB — 31 ms — h2https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/icon_hot_flzx2025.pngimg.58cdn.com.cn/arthurupload/arthu... https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/icon_hot_flzx2025.png — 200 — 2.0 KiB — 45 ms — h2https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/icon_hot_hywl2025.pngimg.58cdn.com.cn/arthurupload/arthu... https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/icon_hot_hywl2025.png — 200 — 2.5 KiB — 45 ms — h2https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/icon_hot_jjwx2025.pngimg.58cdn.com.cn/arthurupload/arthu... https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/icon_hot_jjwx2025.png — 200 — 2.1 KiB — 45 ms — h2https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/icon_hot_wlbx2025.pngimg.58cdn.com.cn/arthurupload/arthu... https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/icon_hot_wlbx2025.png — 200 — 1.8 KiB — 47 ms — h2https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/icon_hot_phzp2025.pngimg.58cdn.com.cn/arthurupload/arthu... https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/icon_hot_phzp2025.png — 200 — 2.3 KiB — 48 ms — h2https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/icon_hot_qcby2025.pngimg.58cdn.com.cn/arthurupload/arthu... https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/icon_hot_qcby2025.png — 200 — 2.1 KiB — 47 ms — h2https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/icon_hot_eshs2025.pngimg.58cdn.com.cn/arthurupload/arthu... https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/icon_hot_eshs2025.png — 200 — 1.9 KiB — 46 ms — h2https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/icon_hot_zuche2025.pngimg.58cdn.com.cn/arthurupload/arthu... https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/icon_hot_zuche2025.png — 200 — 2.0 KiB — 47 ms — h2https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/icon_hot_gszc2025.pngimg.58cdn.com.cn/arthurupload/arthu... https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/icon_hot_gszc2025.png — 200 — 2.0 KiB — 52 ms — h2https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/icon_hot_jzfw2025.pngimg.58cdn.com.cn/arthurupload/arthu... https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/icon_hot_jzfw2025.png — 200 — 2.5 KiB — 53 ms — h2https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/icon_hot_jiancai2025.pngimg.58cdn.com.cn/arthurupload/arthu... https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/icon_hot_jiancai2025.png — 200 — 2.1 KiB — 54 ms — h2https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/icon_hot_jnpx2025.pngimg.58cdn.com.cn/arthurupload/arthu... https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/icon_hot_jnpx2025.png — 200 — 2.1 KiB — 51 ms — h2https://j1.58cdn.com.cn/p_static/wuxianfe/jquery-3.7.1.min.jsj1.58cdn.com.cn/p_static/wuxianfe/j... https://j1.58cdn.com.cn/p_static/wuxianfe/jquery-3.7.1.min.js — 200 — 29.9 KiB — 11 ms — h2https://j1.58cdn.com.cn/git/wuxianfe/pc-static/js/v7/hp/justA_v20250728.jsj1.58cdn.com.cn/git/wuxianfe/pc-sta... https://j1.58cdn.com.cn/git/wuxianfe/pc-static/js/v7/hp/justA_v20250728.js — 200 — 6.8 KiB — 10 ms — h2https://j1.58cdn.com.cn/git/wuxianfe/pc-static/js/v7/hp/19hA_v20250728.jsj1.58cdn.com.cn/git/wuxianfe/pc-sta... https://j1.58cdn.com.cn/git/wuxianfe/pc-static/js/v7/hp/19hA_v20250728.js — 200 — 5.1 KiB — 11 ms — h2https://j1.58cdn.com.cn/resource/xxzl/public/index.js?v=20250728.jsj1.58cdn.com.cn/resource/xxzl/publi... https://j1.58cdn.com.cn/resource/xxzl/public/index.js?v=20250728.js — 200 — 498 B — 11 ms — h2https://j1.58cdn.com.cn/componentsLoader/dist/ComponentsLoaderLib_v1776816023935.jsj1.58cdn.com.cn/componentsLoader/di... https://j1.58cdn.com.cn/componentsLoader/dist/ComponentsLoaderLib_v1776816023935.js — 200 — 40.8 KiB — 12 ms — h2https://stat-58home.58che.com/ol_58home.jsstat-58home.58che.com/ol_58home.js https://stat-58home.58che.com/ol_58home.js — 200 — 684 B — 2.8 s — h2https://api.58.com/frontapi/version?frontfile=j1.58cdn.com.cn%2FcomponentsLoader%2Fdist%2FPopupLogin.js%7Cj1.58cdn.com.cn%2FcomponentsLoader%2Fdist%2FPopupBind.js%7Cj1.58cdn.com.cn%2Fgit%2Fpassport-popupwarn%2FBindBefore.js%7Cj1.58cdn.com.cn%2FcomponentsLoader%2Fdist%2FPopCollection.js%7Cj1.58cdn.com.cn%2Fgit%2Fpassport-popupwarn%2FMobileSure.js%7Cj1.58cdn.com.cn%2Fgit%2Fpassport-popupwarn%2FWarn.js%7Cj1.58cdn.com.cn%2Fgit%2Fprivate-phone-call-pc%2Fdist%2Fjs%2Fbundle_pc_generate.js&callback=JSONP_1776893611027api.58.com/frontapi/version?frontfi... https://api.58.com/frontapi/version?frontfile=j1.58cdn.com.cn%2FcomponentsLoader%2Fdist%2FPopupLogin.js%7Cj1.58cdn.com.cn%2FcomponentsLoader%2Fdist%2FPopupBind.js%7Cj1.58cdn.com.cn%2Fgit%2Fpassport-popupwarn%2FBindBefore.js%7Cj1.58cdn.com.cn%2FcomponentsLoader%2Fdist%2FPopCollection.js%7Cj1.58cdn.com.cn%2Fgit%2Fpassport-popupwarn%2FMobileSure.js%7Cj1.58cdn.com.cn%2Fgit%2Fpassport-popupwarn%2FWarn.js%7Cj1.58cdn.com.cn%2Fgit%2Fprivate-phone-call-pc%2Fdist%2Fjs%2Fbundle_pc_generate.js&callback=JSONP_1776893611027 — 200 — 1023 B — 1.2 s — http/1.1https://user.58.com/userdata/getlocal/?callback=JSONP_1776893611041user.58.com/userdata/getlocal/?call... https://user.58.com/userdata/getlocal/?callback=JSONP_1776893611041 — 200 — 435 B — 1.2 s — http/1.1https://api.58.com/moji/weathernew/33?source=30f03b10e&api_callback=JSONP_1776893611187api.58.com/moji/weathernew/33?sourc... https://api.58.com/moji/weathernew/33?source=30f03b10e&api_callback=JSONP_1776893611187 — 200 — 181 B — 1.2 s — http/1.1https://img.58cdn.com.cn/ui6/topbar/topbar_icons.pngimg.58cdn.com.cn/ui6/topbar/topbar_... https://img.58cdn.com.cn/ui6/topbar/topbar_icons.png — 200 — 1.4 KiB — 3 ms — h2https://j1.58cdn.com.cn/webim/js/entry.js?v=1776893611042j1.58cdn.com.cn/webim/js/entry.js?v... https://j1.58cdn.com.cn/webim/js/entry.js?v=1776893611042 — 200 — 3.0 KiB — 413 ms — h2https://brandadshowjs.58.com/js/ssp_init.js?r=493581brandadshowjs.58.com/js/ssp_init.js... https://brandadshowjs.58.com/js/ssp_init.js?r=493581 — 200 — 3.9 KiB — 1.3 s — h2https://j1.58cdn.com.cn/git/xxzl/teemo/teemo_init.js?dt=1776893611046&appkey=35b06ccd2eced384bd28j1.58cdn.com.cn/git/xxzl/teemo/teem... https://j1.58cdn.com.cn/git/xxzl/teemo/teemo_init.js?dt=1776893611046&appkey=35b06ccd2eced384bd28 — 200 — 752 B — 440 ms — h2https://ss.xgo-img.com.cn/mod/cheStat_pc.jsss.xgo-img.com.cn/mod/cheStat_pc.js https://ss.xgo-img.com.cn/mod/cheStat_pc.js — 200 — 616 B — 2.4 s — h2https://tracklog.58.com/referrer4.js?_=1776893610986tracklog.58.com/referrer4.js?_=1776... https://tracklog.58.com/referrer4.js?_=1776893610986 — 200 — 6.3 KiB — 1.0 s — h2https://j1.58cdn.com.cn/resource/xxzl/public/main.jsj1.58cdn.com.cn/resource/xxzl/publi... https://j1.58cdn.com.cn/resource/xxzl/public/main.js — 200 — 1.9 KiB — 5 ms — h2https://j1.58cdn.com.cn/git/xxzl-fe/teemo/index.js?t=1776816000000j1.58cdn.com.cn/git/xxzl-fe/teemo/i... https://j1.58cdn.com.cn/git/xxzl-fe/teemo/index.js?t=1776816000000 — 200 — 62.0 KiB — 6 ms — h2https://bj.58.com/bj.58.com/ https://bj.58.com/ — 200 — 22.4 KiB — 1.1 s — http/1.1https://img.58cdn.com.cn/componentsLoader/img/cnnic.pngimg.58cdn.com.cn/componentsLoader/i... https://img.58cdn.com.cn/componentsLoader/img/cnnic.png — 200 — 3.2 KiB — 4 ms — h2https://img.58cdn.com.cn/componentsLoader/img/zufangdetailfooter.pngimg.58cdn.com.cn/componentsLoader/i... https://img.58cdn.com.cn/componentsLoader/img/zufangdetailfooter.png — 200 — 15.3 KiB — 5 ms — h2https://tracklog.58.com/pc/empty.js.gif?site_name=58&tag=pvstatall&referrer=&post_count=-1&_trackParams=&userid=&smsc=&window_size=1350x940&_ga_utma=1.1.1.1.1.1&trackURL={%27GTID%27:%270d100000-0000-121b-e82a-5ebe0b77f9bc%27,%27infoid%27:%27%27,%27infotype%27:%27%27,%27usertype%27:%27%27,%27als%27:%27%27,%27utm_source%27:%27%27,%27utm_campaign%27:%27%27,%27spm%27:%27%27,%27new_session%27:%271%27,%27init_refer%27:%27%27,%27new_uv%27:%271%27,%27UUID%27:%272319a834-ea14-498c-bfce-52f0851ffc6e%27,%27bangbangid%27:%27%27,%27navtype%27:%270%27,%27sc%27:%27800,600%27,%27sid%27:%2717768936105110029012853146205053%27,%27area%27:%271%27,%27pagetype%27:%27home%27,%27GA_pageview%27:%27%27}&rand_id=0.4392718562695467&pageurl=https%3A%2F%2Fbj.58.com%2Ftracklog.58.com/pc/empty.js.gif?sit... https://tracklog.58.com/pc/empty.js.gif?site_name=58&tag=pvstatall&referrer=&post_count=-1&_trackParams=&userid=&smsc=&window_size=1350x940&_ga_utma=1.1.1.1.1.1&trackURL={%27GTID%27:%270d100000-0000-121b-e82a-5ebe0b77f9bc%27,%27infoid%27:%27%27,%27infotype%27:%27%27,%27usertype%27:%27%27,%27als%27:%27%27,%27utm_source%27:%27%27,%27utm_campaign%27:%27%27,%27spm%27:%27%27,%27new_session%27:%271%27,%27init_refer%27:%27%27,%27new_uv%27:%271%27,%27UUID%27:%272319a834-ea14-498c-bfce-52f0851ffc6e%27,%27bangbangid%27:%27%27,%27navtype%27:%270%27,%27sc%27:%27800,600%27,%27sid%27:%2717768936105110029012853146205053%27,%27area%27:%271%27,%27pagetype%27:%27home%27,%27GA_pageview%27:%27%27}&rand_id=0.4392718562695467&pageurl=https%3A%2F%2Fbj.58.com%2F — 200 — 235 B — 329 ms — h2https://brandadshowjs.58.com/sspshow.js?dcid=0&dlid=1&pt=0&pf=-1&sid=17768936105110029012853146205053&dcp=0&dlp=1&dltp=%E5%8C%97%E4%BA%AC&infoid=0&et=0&slotids=1,2,3&url=https%3A%2F%2Fbj.58.com%2F&req_version=1.0.0&pixel=600_800&protocol=HTTPS&r=1776893612321brandadshowjs.58.com/sspshow.js?dci... https://brandadshowjs.58.com/sspshow.js?dcid=0&dlid=1&pt=0&pf=-1&sid=17768936105110029012853146205053&dcp=0&dlp=1&dltp=%E5%8C%97%E4%BA%AC&infoid=0&et=0&slotids=1,2,3&url=https%3A%2F%2Fbj.58.com%2F&req_version=1.0.0&pixel=600_800&protocol=HTTPS&r=1776893612321 — 200 — 1.6 KiB — 353 ms — h2https://ss.xgo-img.com.cn/mod/cheStat.js?v=1776893613425ss.xgo-img.com.cn/mod/cheStat.js?v=... https://ss.xgo-img.com.cn/mod/cheStat.js?v=1776893613425 — 200 — 1.9 KiB — 447 ms — h2https://stat-58home.58che.com/adrs/bms_tag.php?0.2511449694779586stat-58home.58che.com/adrs/bms_tag.... https://stat-58home.58che.com/adrs/bms_tag.php?0.2511449694779586 — 200 — 386 B — 350 ms — h2https://j1.58cdn.com.cn/git/wuxianfe/pc-static/js/v7/hp/doneA_v202604011115.jsj1.58cdn.com.cn/git/wuxianfe/pc-sta... https://j1.58cdn.com.cn/git/wuxianfe/pc-static/js/v7/hp/doneA_v202604011115.js — 200 — 22.3 KiB — 8 ms — h2https://j1.58cdn.com.cn/resource/xxzl/wl/wl_pc.jsj1.58cdn.com.cn/resource/xxzl/wl/wl... https://j1.58cdn.com.cn/resource/xxzl/wl/wl_pc.js — 200 — 64.0 KiB — 9 ms — h2https://webim.58.com/indexNew?p=rb&_=1776893613773webim.58.com/indexNew?p=rb&_=177689... https://webim.58.com/indexNew?p=rb&_=1776893613773 — 200 — 1.3 KiB — 598 ms — h2https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/icon_hot_zdg2025.pngimg.58cdn.com.cn/arthurupload/arthu... https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/icon_hot_zdg2025.png — 200 — 2.4 KiB — 7 ms — h2https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/icon_hot_jshz2025.pngimg.58cdn.com.cn/arthurupload/arthu... https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/icon_hot_jshz2025.png — 200 — 2.4 KiB — 7 ms — h2https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/icon_hot_zfay2025.pngimg.58cdn.com.cn/arthurupload/arthu... https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/icon_hot_zfay2025.png — 200 — 2.2 KiB — 6 ms — h2https://suggest.58.com/home_hotword.do?callback=jQuery371005874824542512436_1776893610987&cityid=1&_=1776893610988suggest.58.com/home_hotword.do?call... https://suggest.58.com/home_hotword.do?callback=jQuery371005874824542512436_1776893610987&cityid=1&_=1776893610988 — 200 — 790 B — 594 ms — h2https://tracklog.58.com/pc/click/empty.js.gif?site_name=58&tag=pvsiters&from=main_searchdefaultshow&localid=1&keyword=%E6%8B%9B%E8%81%98%E5%AD%A3%E6%9C%88%E8%96%AA10000+&trackURL={%27GTID%27:%270d100000-0000-121b-e82a-5ebe0b77f9bc%27,%27infoid%27:%27%27,%27infotype%27:%27%27,%27usertype%27:%27%27,%27als%27:%27%27,%27utm_source%27:%27%27,%27utm_campaign%27:%27%27,%27spm%27:%27%27,%27new_session%27:%271%27,%27init_refer%27:%27%27,%27new_uv%27:%271%27,%27UUID%27:%272319a834-ea14-498c-bfce-52f0851ffc6e%27,%27bangbangid%27:%27%27,%27navtype%27:%270%27,%27sc%27:%27800,600%27,%27sid%27:%2717768936105110029012853146205053%27,%27area%27:%271%27,%27pagetype%27:%27home%27,%27GA_pageview%27:%27%27}&ClickID=1&bangbangid=&referrer=&rand=0.9315274014220865&pageurl=https%3A%2F%2Fbj.58.com%2Ftracklog.58.com/pc/click/empty.js.g... https://tracklog.58.com/pc/click/empty.js.gif?site_name=58&tag=pvsiters&from=main_searchdefaultshow&localid=1&keyword=%E6%8B%9B%E8%81%98%E5%AD%A3%E6%9C%88%E8%96%AA10000+&trackURL={%27GTID%27:%270d100000-0000-121b-e82a-5ebe0b77f9bc%27,%27infoid%27:%27%27,%27infotype%27:%27%27,%27usertype%27:%27%27,%27als%27:%27%27,%27utm_source%27:%27%27,%27utm_campaign%27:%27%27,%27spm%27:%27%27,%27new_session%27:%271%27,%27init_refer%27:%27%27,%27new_uv%27:%271%27,%27UUID%27:%272319a834-ea14-498c-bfce-52f0851ffc6e%27,%27bangbangid%27:%27%27,%27navtype%27:%270%27,%27sc%27:%27800,600%27,%27sid%27:%2717768936105110029012853146205053%27,%27area%27:%271%27,%27pagetype%27:%27home%27,%27GA_pageview%27:%27%27}&ClickID=1&bangbangid=&referrer=&rand=0.9315274014220865&pageurl=https%3A%2F%2Fbj.58.com%2F — 200 — 187 B — 331 ms — h2https://tracklog.58.com/pc/click/empty.js.gif?site_name=58&tag=pvsiters&from=pc_appdown_entrance_show_1136&trackURL={%27GTID%27:%270d100000-0000-121b-e82a-5ebe0b77f9bc%27,%27infoid%27:%27%27,%27infotype%27:%27%27,%27usertype%27:%27%27,%27als%27:%27%27,%27utm_source%27:%27%27,%27utm_campaign%27:%27%27,%27spm%27:%27%27,%27new_session%27:%271%27,%27init_refer%27:%27%27,%27new_uv%27:%271%27,%27UUID%27:%272319a834-ea14-498c-bfce-52f0851ffc6e%27,%27bangbangid%27:%27%27,%27navtype%27:%270%27,%27sc%27:%27800,600%27,%27sid%27:%2717768936105110029012853146205053%27,%27area%27:%271%27,%27pagetype%27:%27home%27,%27GA_pageview%27:%27%27}&ClickID=1&bangbangid=&referrer=&rand=0.8046721071894092&pageurl=https%3A%2F%2Fbj.58.com%2Ftracklog.58.com/pc/click/empty.js.g... https://tracklog.58.com/pc/click/empty.js.gif?site_name=58&tag=pvsiters&from=pc_appdown_entrance_show_1136&trackURL={%27GTID%27:%270d100000-0000-121b-e82a-5ebe0b77f9bc%27,%27infoid%27:%27%27,%27infotype%27:%27%27,%27usertype%27:%27%27,%27als%27:%27%27,%27utm_source%27:%27%27,%27utm_campaign%27:%27%27,%27spm%27:%27%27,%27new_session%27:%271%27,%27init_refer%27:%27%27,%27new_uv%27:%271%27,%27UUID%27:%272319a834-ea14-498c-bfce-52f0851ffc6e%27,%27bangbangid%27:%27%27,%27navtype%27:%270%27,%27sc%27:%27800,600%27,%27sid%27:%2717768936105110029012853146205053%27,%27area%27:%271%27,%27pagetype%27:%27home%27,%27GA_pageview%27:%27%27}&ClickID=1&bangbangid=&referrer=&rand=0.8046721071894092&pageurl=https%3A%2F%2Fbj.58.com%2F — 200 — 187 B — 333 ms — h2https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/pc_58_small_program_2_0206.pngimg.58cdn.com.cn/arthurupload/arthu... https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/pc_58_small_program_2_0206.png — 200 — 105.0 KiB — 13 ms — h2https://a.58cdn.com.cn/static/images/pc_58_small_program_3.pnga.58cdn.com.cn/static/images/pc_58_... https://a.58cdn.com.cn/static/images/pc_58_small_program_3.png — 200 — 9.4 KiB — 430 ms — h2https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/pc_app_down_banner_3_0206.pngimg.58cdn.com.cn/arthurupload/arthu... https://img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/pc_app_down_banner_3_0206.png — 200 — 121.8 KiB — 15 ms — h2https://j1.58cdn.com.cn/arthurupload/wuxian/fe/callappback_7319.pngj1.58cdn.com.cn/arthurupload/wuxian... https://j1.58cdn.com.cn/arthurupload/wuxian/fe/callappback_7319.png — 200 — 12.1 KiB — 8 ms — h2https://tracklog.58.com/pc/click/empty.js.gif?site_name=58&tag=pvsiters&from=pcguidedownapp&trackURL={%27GTID%27:%270d100000-0000-121b-e82a-5ebe0b77f9bc%27,%27infoid%27:%27%27,%27infotype%27:%27%27,%27usertype%27:%27%27,%27als%27:%27%27,%27utm_source%27:%27%27,%27utm_campaign%27:%27%27,%27spm%27:%27%27,%27new_session%27:%271%27,%27init_refer%27:%27%27,%27new_uv%27:%271%27,%27UUID%27:%272319a834-ea14-498c-bfce-52f0851ffc6e%27,%27bangbangid%27:%27%27,%27navtype%27:%270%27,%27sc%27:%27800,600%27,%27sid%27:%2717768936105110029012853146205053%27,%27area%27:%271%27,%27pagetype%27:%27home%27,%27GA_pageview%27:%27%27}&ClickID=1&bangbangid=&referrer=&rand=0.5963999307099122&pageurl=https%3A%2F%2Fbj.58.com%2Ftracklog.58.com/pc/click/empty.js.g... https://tracklog.58.com/pc/click/empty.js.gif?site_name=58&tag=pvsiters&from=pcguidedownapp&trackURL={%27GTID%27:%270d100000-0000-121b-e82a-5ebe0b77f9bc%27,%27infoid%27:%27%27,%27infotype%27:%27%27,%27usertype%27:%27%27,%27als%27:%27%27,%27utm_source%27:%27%27,%27utm_campaign%27:%27%27,%27spm%27:%27%27,%27new_session%27:%271%27,%27init_refer%27:%27%27,%27new_uv%27:%271%27,%27UUID%27:%272319a834-ea14-498c-bfce-52f0851ffc6e%27,%27bangbangid%27:%27%27,%27navtype%27:%270%27,%27sc%27:%27800,600%27,%27sid%27:%2717768936105110029012853146205053%27,%27area%27:%271%27,%27pagetype%27:%27home%27,%27GA_pageview%27:%27%27}&ClickID=1&bangbangid=&referrer=&rand=0.5963999307099122&pageurl=https%3A%2F%2Fbj.58.com%2F — 200 — 187 B — 333 ms — h2https://wos.58cdn.com.cn/cDazYxWcDHJ/picasso/kju6gnic__w410_h104.pngwos.58cdn.com.cn/cDazYxWcDHJ/picass... https://wos.58cdn.com.cn/cDazYxWcDHJ/picasso/kju6gnic__w410_h104.png — 200 — 10.5 KiB — 317 ms — h2https://a.58cdn.com.cn/static/images/pc_58_small_program_1.gifa.58cdn.com.cn/static/images/pc_58_... https://a.58cdn.com.cn/static/images/pc_58_small_program_1.gif — 200 — 55.4 KiB — 422 ms — h2https://sta.58che.com/boost/list/index/?cn=pc&ms=MTc3Njg5MzYxMzg3NHxodHRwczovL2JqLjU4LmNvbS98ODIwNjQ1&callback=jsonp_callback_3503314074780553sta.58che.com/boost/list/index/?cn=... https://sta.58che.com/boost/list/index/?cn=pc&ms=MTc3Njg5MzYxMzg3NHxodHRwczovL2JqLjU4LmNvbS98ODIwNjQ1&callback=jsonp_callback_3503314074780553 — 200 — 298 B — 1.4 s — h2https://c.58cdn.com.cn/webim/css/app_v20241211111510.cssc.58cdn.com.cn/webim/css/app_v20241... https://c.58cdn.com.cn/webim/css/app_v20241211111510.css — 200 — 26.2 KiB — 25 ms — h2https://c.58cdn.com.cn/componentsLoader/dist/CompontsLoader_v20260106110154.cssc.58cdn.com.cn/componentsLoader/dis... https://c.58cdn.com.cn/componentsLoader/dist/CompontsLoader_v20260106110154.css — 200 — 3.6 KiB — 15 ms — h2https://c.58cdn.com.cn/git/webrtc/pc/css/style_v20230901113648.cssc.58cdn.com.cn/git/webrtc/pc/css/st... https://c.58cdn.com.cn/git/webrtc/pc/css/style_v20230901113648.css — 200 — 2.1 KiB — 24 ms — h2https://j1.58cdn.com.cn/webim/js/jquery.min_v20241211111510.jsj1.58cdn.com.cn/webim/js/jquery.min... https://j1.58cdn.com.cn/webim/js/jquery.min_v20241211111510.js — 200 — 29.9 KiB — 25 ms — h2https://j1.58cdn.com.cn/webim/js/jquery.mousewheel_v20241211111510.jsj1.58cdn.com.cn/webim/js/jquery.mou... https://j1.58cdn.com.cn/webim/js/jquery.mousewheel_v20241211111510.js — 200 — 1.4 KiB — 21 ms — h2https://j1.58cdn.com.cn/git/webrtc/sdk.min_v20230901113648.jsj1.58cdn.com.cn/git/webrtc/sdk.min_... https://j1.58cdn.com.cn/git/webrtc/sdk.min_v20230901113648.js — 200 — 38.9 KiB — 50 ms — h2https://j1.58cdn.com.cn/webim/js/wosFileUploader_v20241211111510.jsj1.58cdn.com.cn/webim/js/wosFileUpl... https://j1.58cdn.com.cn/webim/js/wosFileUploader_v20241211111510.js — 200 — 20.4 KiB — 56 ms — h2https://j1.58cdn.com.cn/git/webrtc/pc/js/ui_pc.min_v20230901113648.jsj1.58cdn.com.cn/git/webrtc/pc/js/ui... https://j1.58cdn.com.cn/git/webrtc/pc/js/ui_pc.min_v20230901113648.js — 200 — 7.2 KiB — 29 ms — h2https://j1.58cdn.com.cn/git/webrtc/wbWebRTC_v20230901113648.jsj1.58cdn.com.cn/git/webrtc/wbWebRTC... https://j1.58cdn.com.cn/git/webrtc/wbWebRTC_v20230901113648.js — 200 — 4.1 KiB — 34 ms — h2https://j1.58cdn.com.cn/componentsLoader/dist/ComponentsLoader_v20260106110154.jsj1.58cdn.com.cn/componentsLoader/di... https://j1.58cdn.com.cn/componentsLoader/dist/ComponentsLoader_v20260106110154.js — 200 — 0 B — 21 ms — h2https://j1.58cdn.com.cn/resource/xxzl/wl/wl_pc_v20180820103051.jsj1.58cdn.com.cn/resource/xxzl/wl/wl... https://j1.58cdn.com.cn/resource/xxzl/wl/wl_pc_v20180820103051.js — 200 — 64.0 KiB — 53 ms — h2https://j1.58cdn.com.cn/resource/xxzl/tracker/tracker.sp.min_v20181012113949.jsj1.58cdn.com.cn/resource/xxzl/track... https://j1.58cdn.com.cn/resource/xxzl/tracker/tracker.sp.min_v20181012113949.js — 200 — 2.8 KiB — 31 ms — h2https://j1.58cdn.com.cn/resource/xxzl/captcha/js/isd_captcha_v20250604192253.jsj1.58cdn.com.cn/resource/xxzl/captc... https://j1.58cdn.com.cn/resource/xxzl/captcha/js/isd_captcha_v20250604192253.js — 200 — 82.9 KiB — 59 ms — h2https://j1.58cdn.com.cn/webim/js/sdk_v20241211111510.jsj1.58cdn.com.cn/webim/js/sdk_v20241... https://j1.58cdn.com.cn/webim/js/sdk_v20241211111510.js — 200 — 161.2 KiB — 71 ms — h2https://j1.58cdn.com.cn/webim/js/shop.web.sdk_v20241211111510.jsj1.58cdn.com.cn/webim/js/shop.web.s... https://j1.58cdn.com.cn/webim/js/shop.web.sdk_v20241211111510.js — 200 — 71.3 KiB — 64 ms — h2https://j1.58cdn.com.cn/webim/js/ase_v20241211111510.jsj1.58cdn.com.cn/webim/js/ase_v20241... https://j1.58cdn.com.cn/webim/js/ase_v20241211111510.js — 200 — 4.7 KiB — 48 ms — h2https://j1.58cdn.com.cn/webim/js/app_v20241211111510.jsj1.58cdn.com.cn/webim/js/app_v20241... https://j1.58cdn.com.cn/webim/js/app_v20241211111510.js — 200 — 252.4 KiB — 75 ms — h2https://j1.58cdn.com.cn/webim/js/join_v20241211111510.jsj1.58cdn.com.cn/webim/js/join_v2024... https://j1.58cdn.com.cn/webim/js/join_v20241211111510.js — 200 — 6.3 KiB — 48 ms — h2https://tracklog.58.com/pc/click/empty.js.gif?site_name=58&tag=pvsiters&from=main_searchhkshow&localid=1&showwords=%E9%B1%BC%E7%BC%B8,%E6%B7%98%E5%AE%9D%E7%BE%8E%E5%B7%A5,%E5%A4%9C%E7%8F%AD,%E6%97%A5%E7%BB%93,%E5%B8%A6%E8%BD%A6%E5%8F%B8%E6%9C%BA,%E6%8B%9B%E8%81%98%E6%8E%A8%E5%B9%BF,%E4%B8%AA%E4%BA%BA%E5%8D%96%E6%88%BF,%E6%88%91%E8%A6%81%E6%8B%9B%E4%BA%BA&trackURL={%27GTID%27:%270d100000-0000-121b-e82a-5ebe0b77f9bc%27,%27infoid%27:%27%27,%27infotype%27:%27%27,%27usertype%27:%27%27,%27als%27:%27%27,%27utm_source%27:%27%27,%27utm_campaign%27:%27%27,%27spm%27:%27%27,%27new_session%27:%271%27,%27init_refer%27:%27%27,%27new_uv%27:%271%27,%27UUID%27:%272319a834-ea14-498c-bfce-52f0851ffc6e%27,%27bangbangid%27:%27%27,%27navtype%27:%270%27,%27sc%27:%27800,600%27,%27sid%27:%2717768936105110029012853146205053%27,%27area%27:%271%27,%27pagetype%27:%27home%27,%27GA_pageview%27:%27%27}&ClickID=4&bangbangid=&referrer=&rand=0.06911726845511978&pageurl=https%3A%2F%2Fbj.58.com%2Ftracklog.58.com/pc/click/empty.js.g... https://tracklog.58.com/pc/click/empty.js.gif?site_name=58&tag=pvsiters&from=main_searchhkshow&localid=1&showwords=%E9%B1%BC%E7%BC%B8,%E6%B7%98%E5%AE%9D%E7%BE%8E%E5%B7%A5,%E5%A4%9C%E7%8F%AD,%E6%97%A5%E7%BB%93,%E5%B8%A6%E8%BD%A6%E5%8F%B8%E6%9C%BA,%E6%8B%9B%E8%81%98%E6%8E%A8%E5%B9%BF,%E4%B8%AA%E4%BA%BA%E5%8D%96%E6%88%BF,%E6%88%91%E8%A6%81%E6%8B%9B%E4%BA%BA&trackURL={%27GTID%27:%270d100000-0000-121b-e82a-5ebe0b77f9bc%27,%27infoid%27:%27%27,%27infotype%27:%27%27,%27usertype%27:%27%27,%27als%27:%27%27,%27utm_source%27:%27%27,%27utm_campaign%27:%27%27,%27spm%27:%27%27,%27new_session%27:%271%27,%27init_refer%27:%27%27,%27new_uv%27:%271%27,%27UUID%27:%272319a834-ea14-498c-bfce-52f0851ffc6e%27,%27bangbangid%27:%27%27,%27navtype%27:%270%27,%27sc%27:%27800,600%27,%27sid%27:%2717768936105110029012853146205053%27,%27area%27:%271%27,%27pagetype%27:%27home%27,%27GA_pageview%27:%27%27}&ClickID=4&bangbangid=&referrer=&rand=0.06911726845511978&pageurl=https%3A%2F%2Fbj.58.com%2F — 200 — 187 B — 333 ms — h2https://j1.58cdn.com.cn/componentsLoader/dist/ComponentsLoaderLib_v1776816023935.jsj1.58cdn.com.cn/componentsLoader/di... https://j1.58cdn.com.cn/componentsLoader/dist/ComponentsLoaderLib_v1776816023935.js — 200 — 0 B — 3 ms — h2https://j1.58cdn.com.cn/git/xxzl-fe/poro-monitor-jssdk/poro.bundle.js?t=1776816000000j1.58cdn.com.cn/git/xxzl-fe/poro-mo... https://j1.58cdn.com.cn/git/xxzl-fe/poro-monitor-jssdk/poro.bundle.js?t=1776816000000 — 200 — 24.1 KiB — 4 ms — h2https://api.58.com/frontapi/version?frontfile=j1.58cdn.com.cn%2FcomponentsLoader%2Fdist%2FPopupLogin.js%7Cj1.58cdn.com.cn%2FcomponentsLoader%2Fdist%2FPopupBind.js%7Cj1.58cdn.com.cn%2Fgit%2Fpassport-popupwarn%2FBindBefore.js%7Cj1.58cdn.com.cn%2FcomponentsLoader%2Fdist%2FPopCollection.js%7Cj1.58cdn.com.cn%2Fgit%2Fpassport-popupwarn%2FMobileSure.js%7Cj1.58cdn.com.cn%2Fgit%2Fpassport-popupwarn%2FWarn.js%7Cj1.58cdn.com.cn%2Fgit%2Fprivate-phone-call-pc%2Fdist%2Fjs%2Fbundle_pc_generate.js&callback=JSONP_1776893614716api.58.com/frontapi/version?frontfi... https://api.58.com/frontapi/version?frontfile=j1.58cdn.com.cn%2FcomponentsLoader%2Fdist%2FPopupLogin.js%7Cj1.58cdn.com.cn%2FcomponentsLoader%2Fdist%2FPopupBind.js%7Cj1.58cdn.com.cn%2Fgit%2Fpassport-popupwarn%2FBindBefore.js%7Cj1.58cdn.com.cn%2FcomponentsLoader%2Fdist%2FPopCollection.js%7Cj1.58cdn.com.cn%2Fgit%2Fpassport-popupwarn%2FMobileSure.js%7Cj1.58cdn.com.cn%2Fgit%2Fpassport-popupwarn%2FWarn.js%7Cj1.58cdn.com.cn%2Fgit%2Fprivate-phone-call-pc%2Fdist%2Fjs%2Fbundle_pc_generate.js&callback=JSONP_1776893614716 — 200 — 1023 B — 326 ms — http/1.1https://j1.58cdn.com.cn/git/xxzl-fe/netWatcher/index.js?time=1776893614566j1.58cdn.com.cn/git/xxzl-fe/netWatc... https://j1.58cdn.com.cn/git/xxzl-fe/netWatcher/index.js?time=1776893614566 — 200 — 91.4 KiB — 1.2 s — h2https://poro.58.com/img/joker.gif?id=12345682&PURL=https%253A%252F%252Fwebim.58.com%252FindexNew%253Fp%253Drb%2526_%253D1776893613773%0A%20%20%20%20%20%20&title=58webim&type=PVporo.58.com/img/joker.gif?id=123456... https://poro.58.com/img/joker.gif?id=12345682&PURL=https%253A%252F%252Fwebim.58.com%252FindexNew%253Fp%253Drb%2526_%253D1776893613773%0A%20%20%20%20%20%20&title=58webim&type=PV — 200 — 192 B — 639 ms — h2https://j1.58cdn.com.cn/wmda/js/statistic.js?1776893616024j1.58cdn.com.cn/wmda/js/statistic.j... https://j1.58cdn.com.cn/wmda/js/statistic.js?1776893616024 — 200 — 124.6 KiB — 2.3 s — h2https://j1.58cdn.com.cn/resource/xxzl/tracker/swfobject.js?v=201607281700j1.58cdn.com.cn/resource/xxzl/track... https://j1.58cdn.com.cn/resource/xxzl/tracker/swfobject.js?v=201607281700 — 200 — 3.9 KiB — 6 ms — h2https://j1.58cdn.com.cn/resource/xxzl/tracker/sha1.js?v=201607281700j1.58cdn.com.cn/resource/xxzl/track... https://j1.58cdn.com.cn/resource/xxzl/tracker/sha1.js?v=201607281700 — 200 — 1.9 KiB — 6 ms — h2https://bj.58.com/favicon.icobj.58.com/favicon.ico https://bj.58.com/favicon.ico — 200 — 4.6 KiB — 354 ms — http/1.1https://j1.58cdn.com.cn/resource/xxzl/tracker/finger.sp.min.js?v=20181012113853j1.58cdn.com.cn/resource/xxzl/track... https://j1.58cdn.com.cn/resource/xxzl/tracker/finger.sp.min.js?v=20181012113853 — 200 — 9.3 KiB — 4 ms — h2https://tracklog.58.com/PCv1/performance/empty.js.gif?site_name=58&tag=performance&referrer=&trackURL={%27loadPage%27:%278866%27,%27domReady%27:%276231%27,%27redirect%27:%270%27,%27lookupDomain%27:%278%27,%27ttfb%27:%272620%27,%27request%27:%27704%27,%27loadEvent%27:%276%27,%27appcache%27:%271%27,%27unloadEvent%27:%270%27,%27connect%27:%27698%27,%27DOMContentLoaded%27:%275381%27,%27GTID%27:%270d100000-0000-121b-e82a-5ebe0b77f9bc%27,%27infoid%27:%27%27,%27infotype%27:%27%27,%27usertype%27:%27%27,%27als%27:%27%27,%27utm_source%27:%27%27,%27utm_campaign%27:%27%27,%27spm%27:%27%27,%27new_session%27:%271%27,%27init_refer%27:%27%27,%27new_uv%27:%271%27,%27UUID%27:%272319a834-ea14-498c-bfce-52f0851ffc6e%27,%27bangbangid%27:%27%27,%27navtype%27:%270%27,%27sc%27:%27800,600%27,%27sid%27:%2717768936105110029012853146205053%27,%27area%27:%271%27,%27pagetype%27:%27home%27,%27GA_pageview%27:%27%27}&rand_id=0.7056670065317768tracklog.58.com/PCv1/performance/em... https://tracklog.58.com/PCv1/performance/empty.js.gif?site_name=58&tag=performance&referrer=&trackURL={%27loadPage%27:%278866%27,%27domReady%27:%276231%27,%27redirect%27:%270%27,%27lookupDomain%27:%278%27,%27ttfb%27:%272620%27,%27request%27:%27704%27,%27loadEvent%27:%276%27,%27appcache%27:%271%27,%27unloadEvent%27:%270%27,%27connect%27:%27698%27,%27DOMContentLoaded%27:%275381%27,%27GTID%27:%270d100000-0000-121b-e82a-5ebe0b77f9bc%27,%27infoid%27:%27%27,%27infotype%27:%27%27,%27usertype%27:%27%27,%27als%27:%27%27,%27utm_source%27:%27%27,%27utm_campaign%27:%27%27,%27spm%27:%27%27,%27new_session%27:%271%27,%27init_refer%27:%27%27,%27new_uv%27:%271%27,%27UUID%27:%272319a834-ea14-498c-bfce-52f0851ffc6e%27,%27bangbangid%27:%27%27,%27navtype%27:%270%27,%27sc%27:%27800,600%27,%27sid%27:%2717768936105110029012853146205053%27,%27area%27:%271%27,%27pagetype%27:%27home%27,%27GA_pageview%27:%27%27}&rand_id=0.7056670065317768 — 200 — 155 B — 329 ms — h2https://apiwmda.58.com.cn/web/regist?av=2&sv=0.1&ai=11219276375606&p=1&au=n8lxghfg&t=1776893618360&u=undefined&b=Chrome&bv=146.0.0&ua=Mozilla%2F5.0%20(Macintosh%3B%20Intel%20Mac%20OS%20X%2010_15_7)%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F146.0.0.0%20Safari%2F537.36&res=800*600&o=Mac%20OS&ov=10.15.7apiwmda.58.com.cn/web/regist?av=2&s... https://apiwmda.58.com.cn/web/regist?av=2&sv=0.1&ai=11219276375606&p=1&au=n8lxghfg&t=1776893618360&u=undefined&b=Chrome&bv=146.0.0&ua=Mozilla%2F5.0%20(Macintosh%3B%20Intel%20Mac%20OS%20X%2010_15_7)%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F146.0.0.0%20Safari%2F537.36&res=800*600&o=Mac%20OS&ov=10.15.7 — -1 — 0 B — 0 ms —
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 1454ms · 624KB · ¥59/mo
j1.58cdn.com.cn
Other
Costly
Execution 580ms
Transfer 62 KB
Unused 37%
Monthly Cost ¥24/mo
bj.58.com
Other
Costly
Execution 393ms
Transfer 22 KB
Monthly Cost ¥16/mo
Unattributable
Other
Optional
Execution 123ms
Transfer 0 KB
Monthly Cost ¥5/mo
j1.58cdn.com.cn
Other
Optional
Execution 89ms
Transfer 252 KB
Unused 62%
Monthly Cost ¥4/mo
j1.58cdn.com.cn
Other
Optional
Execution 73ms
Transfer 161 KB
Unused 57%
Monthly Cost ¥3/mo
j1.58cdn.com.cn
Other
Optional
Execution 70ms
Transfer 125 KB
Unused 44%
Monthly Cost ¥3/mo
j1.58cdn.com.cn
Other
Optional
Execution 67ms
Transfer 1 KB
Monthly Cost ¥3/mo
j1.58cdn.com.cn
Other
Optional
Execution 57ms
Transfer 0 KB
Monthly Cost ¥2/mo

These scripts may cost more than they're worth

  • j1.58cdn.com.cn adds 580ms and costs ~¥24/month
  • bj.58.com adds 393ms and costs ~¥16/month

100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.

Why this matters

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

j1.58cdn.com.cn takes 580ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

bj.58.com takes 393ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

62% of j1.58cdn.com.cn's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

57% of j1.58cdn.com.cn's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

How third-party costs are calculated

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback