Skip to content
https://juejin.cn

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
70
GRADE
C
FIX
5
REVIEW
3
PASS
5
INFO
2

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

70
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
76
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
73
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.

1.29 s

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

3.75 s

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

48 ms

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

0.069

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

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

4.41 s

Page Load Progression

748 ms
1.5 s
2.2 s
3.0 s
3.7 s
4.5 s
5.2 s
6.0 s
Checks
15
5 PASS 3 REVIEW 5 FIX
F
Page Weight Budget
Action
3.5 MB transferred, 193 requests
FIX
3.5 MB transferred, 193 requests
Warning::
Page weighs 7.8 MB (3.5 MB transferred)
Warning::
Images are 1.9 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.9 MB
Warning::
JavaScript is 1.3 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.3 MB
Warning::
193 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.74 g CO2 per page load
3.5 MB / 2.4 MB budget
3.5 MB transferred
193 requests
0.74 g CO2 per page load
Images 1.9 MiB 54%
JavaScript 1.3 MiB 37%
Fonts 118.1 KiB 3%
CSS 85.3 KiB 2%
Other 70.0 KiB 2%
Other 30.7 KiB 1%
HTML 22.2 KiB 1%
Other 2.1 KiB 0%
Other 1.4 KiB 0%
Other 0 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.

Why this matters

Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.

Source: web.dev

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

D
Third-Party Impact
Action
99% third-party, 0 ms blocking
FIX
99% third-party, 0 ms blocking
Warning::
Third-party code accounts for 99% of page weight (3.5 MiB of 3.5 MiB)
Info::
Third-party blocking time is low (0 ms)
99%
First-party Third-party
F
JS Bundles
Action
42 scripts, 567 KB unused
FIX
42 scripts, 567 KB unused
Warning::
https://lf-web-assets.juejin.cn/obj/juejin-web/xit...: 374 KB unused (62%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://lf-web-assets.juejin.cn/obj/juejin-web/xit...: 74 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://lf-web-assets.juejin.cn/obj/juejin-web/xit...: 36 KB unused (36%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://lf-web-assets.juejin.cn/obj/juejin-web/xit...: 32 KB unused (64%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://lf-web-assets.juejin.cn/obj/juejin-web/xit...: 27 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 567 KB
567 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/6862e46.js608 KB374 KB (62%)3rd
https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/f4482c2.js155 KB74 KB (49%)3rd
https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/974808f.js100 KB36 KB (36%)3rd
https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/0871e4c.js51 KB32 KB (64%)3rd
https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/b4d4b4f.js56 KB27 KB (49%)3rd
https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/7cdae3a.js35 KB24 KB (71%)3rd
https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/834b5b5.js8 KB3rd
https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/482e172.js2 KB3rd
https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/static/slardar-plugin/imageReport.js6 KB3rd
https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/ac6a3a5.js12 KB3rd

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
193 resources · 3.5 MB · 567 KB savings available
FIX
193 resources · 3.5 MB · 567 KB savings available
Warning::
Page weight 2.5 MB over 1MB target
Got: 3.5 MB Expected: ≤ 1 MB
Info::
~567 KB of savings available
Warning::
191 third-party resources (99% of weight)
Info::
2 resources over 200KB
193 resources · 3.5 MiB · 191 third-party 2.5 MiB over 1MB target
Image 54% · 1.9 MiB
JavaScript 37% · 1.3 MiB
Font 3% · 118.1 KiB
Other 3% · 102.2 KiB
CSS 2% · 85.3 KiB
Document 1% · 22.2 KiB

~567.0 KiB of savings available

Remove unused JavaScript: 567.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.
Info::
ETag present — enables conditional (304) responses

No Cache-Control header

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

B
Image Optimization
32 images, 0 KB saveable
REVIEW
32 images, 0 KB saveable
Warning::
https://lf-web-assets.juejin.cn/obj/juejin-web/xit... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
32 images 1.9 MB
0 oversized -0 KB
14 legacy format
1 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

C
JS Execution Cost
Action
1693ms total JS execution
REVIEW
1693ms total JS execution
Warning::
https://juejin.cn/: 321ms CPU time
Warning::
Unattributable: 265ms CPU time
Info::
https://lf-web-assets.juejin.cn/obj/juejin-web/xit...: 230ms CPU time
Info::
https://lf-web-assets.juejin.cn/obj/juejin-web/xit...: 179ms CPU time
Info::
https://lf-headquarters-speed.yhgfb-cn-static.com/...: 149ms CPU time
Warning::
Third-party scripts: 1372ms (81% of total)

Main Thread Breakdown

Script Evaluation 54% Other 21% Style & Layout 10% Script Parsing & Compilation 7% Rendering 4%
ScriptTotalScriptingParse/CompileParty
https://juejin.cn/321ms17ms4ms1st
Unattributable265ms38ms0ms3rd
https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/f4482c2.js230ms198ms16ms3rd
https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/ccb60ed.js179ms169ms0ms3rd
https://lf-headquarters-speed.yhgfb-cn-static.com/obj/rc-client-security/web/stable/1.0.0.33/bdms.js149ms78ms6ms3rd
https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/6862e46.js141ms77ms57ms3rd
https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/b4d4b4f.js120ms86ms7ms3rd
https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/static/slardar-plugin/imageReport.js100ms67ms1ms3rd
https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/0871e4c.js95ms73ms9ms3rd
https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/static/rc-client-security-web-glue/1.0.0.19/sdk-glue.js93ms83ms4ms3rd
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
1 fonts (118 KB)
PASS
1 fonts (118 KB)
Info::
1 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

1

118 KB total

Render-blocking

0

of 1

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s FCP 1.3 s LCP 3.8 shttps://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/fonts/Archivo-ExtraBold.361ffd6.ttfArchivo-ExtraBold.361ff... https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/fonts/Archivo-ExtraBold.361ffd6.ttf — 118.1 KiB — 16 ms — font-display: swap
Archivo-ExtraBold.361ff... ttf swap
Size 118 KB
Load time 16 ms
Start 2.8 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
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)

Fixing the unchecked items could save ~94 KB and ~188 ms

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
193 requests over 8907ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s 8.0 s 9.0 s FCP 1.3 s LCP 3.8 shttps://juejin.cn// https://juejin.cn/ — 200 — 1.8 KiB — 256 ms — h2https://lf-waf-js.byted-static.com/obj/waf-jschallenge/out-sha256.jslf-waf-js.byted-static.com/obj/waf-... https://lf-waf-js.byted-static.com/obj/waf-jschallenge/out-sha256.js — 200 — 7.1 KiB — 805 ms — h2https://lf3-short.ibytedapm.com/slardar/fe/sdk-web/browser.cn.js?bid=waf_js&globalName=WAFJSlf3-short.ibytedapm.com/slardar/fe/... https://lf3-short.ibytedapm.com/slardar/fe/sdk-web/browser.cn.js?bid=waf_js&globalName=WAFJS — 200 — 17.1 KiB — 11 ms — h2https://mon.zijieapi.com/monitor_web/settings/browser-settings?bid=waf_js&store=1mon.zijieapi.com/monitor_web/settin... https://mon.zijieapi.com/monitor_web/settings/browser-settings?bid=waf_js&store=1 — -1 — 0 B — 459 ms — https://mon.zijieapi.com/monitor_web/settings/browser-settings?bid=waf_js&store=1mon.zijieapi.com/monitor_web/settin... https://mon.zijieapi.com/monitor_web/settings/browser-settings?bid=waf_js&store=1 — -1 — 0 B — 0 ms — https://lf3-short.ibytedapm.com/slardar/fe/sdk-web/plugins/common-monitors.1.16.6.jslf3-short.ibytedapm.com/slardar/fe/... https://lf3-short.ibytedapm.com/slardar/fe/sdk-web/plugins/common-monitors.1.16.6.js — 200 — 10.0 KiB — 4 ms — h2https://juejin.cn// https://juejin.cn/ — 200 — 20.4 KiB — 445 ms — h2https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/static/bytedesign.min.csslf-web-assets.juejin.cn/obj/juejin-... https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/static/bytedesign.min.css — 200 — 31.4 KiB — 38 ms — h2https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/static/rc-client-security-web-glue/1.0.0.19/sdk-glue.jslf-web-assets.juejin.cn/obj/juejin-... https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/static/rc-client-security-web-glue/1.0.0.19/sdk-glue.js — 200 — 27.8 KiB — 44 ms — h2https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/static/slardar-plugin/imageReport.jslf-web-assets.juejin.cn/obj/juejin-... https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/static/slardar-plugin/imageReport.js — 200 — 6.5 KiB — 40 ms — h2https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/c9d3ef7.jslf-web-assets.juejin.cn/obj/juejin-... https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/c9d3ef7.js — 200 — 4.7 KiB — 42 ms — h2https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/974808f.jslf-web-assets.juejin.cn/obj/juejin-... https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/974808f.js — 200 — 99.9 KiB — 66 ms — h2https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/6862e46.jslf-web-assets.juejin.cn/obj/juejin-... https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/6862e46.js — 200 — 607.8 KiB — 106 ms — h2https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/app.09b6f71.csslf-web-assets.juejin.cn/obj/juejin-... https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/app.09b6f71.css — 200 — 15.1 KiB — 25 ms — h2https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/f4482c2.jslf-web-assets.juejin.cn/obj/juejin-... https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/f4482c2.js — 200 — 154.5 KiB — 72 ms — h2https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/layouts/default.a1d6163.csslf-web-assets.juejin.cn/obj/juejin-... https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/layouts/default.a1d6163.css — 200 — 5.2 KiB — 24 ms — h2https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/ac6a3a5.jslf-web-assets.juejin.cn/obj/juejin-... https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/ac6a3a5.js — 200 — 12.0 KiB — 54 ms — h2https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/10.ed3cb2a.csslf-web-assets.juejin.cn/obj/juejin-... https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/10.ed3cb2a.css — 200 — 17.1 KiB — 35 ms — h2https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/b4d4b4f.jslf-web-assets.juejin.cn/obj/juejin-... https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/b4d4b4f.js — 200 — 56.1 KiB — 50 ms — h2https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/e08da34488b114bd4c665ba2fa520a31.svglf-web-assets.juejin.cn/obj/juejin-... https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/e08da34488b114bd4c665ba2fa520a31.svg — 200 — 4.0 KiB — 41 ms — h2https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/6c61ae65d1c41ae8221a670fa32d05aa.svglf-web-assets.juejin.cn/obj/juejin-... https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/6c61ae65d1c41ae8221a670fa32d05aa.svg — 200 — 1.3 KiB — 26 ms — h2https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/img/police.d0289dc.pnglf-web-assets.juejin.cn/obj/juejin-... https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/img/police.d0289dc.png — 200 — 19.7 KiB — 18 ms — h2https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/static/favicons/site.webmanifestlf-web-assets.juejin.cn/obj/juejin-... https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/static/favicons/site.webmanifest — 200 — 1.4 KiB — 34 ms — h2https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/static/cdn-retry/bundle-dcf007.jslf-web-assets.juejin.cn/obj/juejin-... https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/static/cdn-retry/bundle-dcf007.js — 200 — 2.8 KiB — 12 ms — h2https://lf-headquarters-speed.yhgfb-cn-static.com/obj/rc-client-security/web/stable/1.0.0.33/bdms.jslf-headquarters-speed.yhgfb-cn-stat... https://lf-headquarters-speed.yhgfb-cn-static.com/obj/rc-client-security/web/stable/1.0.0.33/bdms.js — 200 — 56.5 KiB — 35 ms — h2https://lf-cdn-tos.bytescm.com/obj/rc-verifycenter/sec_sdk_build/4.0.10/captcha/index.jslf-cdn-tos.bytescm.com/obj/rc-verif... https://lf-cdn-tos.bytescm.com/obj/rc-verifycenter/sec_sdk_build/4.0.10/captcha/index.js — 200 — 29.6 KiB — 89 ms — h2https://lf3-short.ibytedapm.com/slardar/fe/sdk-web/browser.cn.js?bid=2608&globalName=SlardarWeblf3-short.ibytedapm.com/slardar/fe/... https://lf3-short.ibytedapm.com/slardar/fe/sdk-web/browser.cn.js?bid=2608&globalName=SlardarWeb — 200 — 16.2 KiB — 13 ms — h2data:image/avif;base64,AAAALGZ0eXBhdmlzAAAAAGF2aWZhdmlzbXNmMWlzbzhtaWYxbWlhZk1BMUIAAAGNbWV0YQAAAAAA…data:image/avif;base64,AAAALGZ0eXBh... data:image/avif;base64,AAAALGZ0eXBhdmlzAAAAAGF2aWZhdmlzbXNmMWlzbzhtaWYxbWlhZk1BMUIAAAGNbWV0YQAAAAAA… — 200 — 0 B — 0 ms — datadata:image/avif;base64,AAAAIGZ0eXBhdmlmAAAAAGF2aWZtaWYxbWlhZk1BMUIAAADybWV0YQAAAAAAAAAoaGRscgAAAAAA…data:image/avif;base64,AAAAIGZ0eXBh... data:image/avif;base64,AAAAIGZ0eXBhdmlmAAAAAGF2aWZtaWYxbWlhZk1BMUIAAADybWV0YQAAAAAAAAAoaGRscgAAAAAA… — 200 — 0 B — 0 ms — datadata:image/webp;base64,UklGRi4AAABXRUJQVlA4TCEAAAAvAUAAEB8wAiMwAgSSNtse/cXjxyCCmrYNWPwmHRH9jwMAdata:image/webp;base64,UklGRi4AAABX... data:image/webp;base64,UklGRi4AAABXRUJQVlA4TCEAAAAvAUAAEB8wAiMwAgSSNtse/cXjxyCCmrYNWPwmHRH9jwMA — 200 — 0 B — 0 ms — data
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s 8.0 s 9.0 s FCP 1.3 s LCP 3.8 shttps://juejin.cn// https://juejin.cn/ — 200 — 1.8 KiB — 256 ms — h2https://lf-waf-js.byted-static.com/obj/waf-jschallenge/out-sha256.jslf-waf-js.byted-static.com/obj/waf-... https://lf-waf-js.byted-static.com/obj/waf-jschallenge/out-sha256.js — 200 — 7.1 KiB — 805 ms — h2https://lf3-short.ibytedapm.com/slardar/fe/sdk-web/browser.cn.js?bid=waf_js&globalName=WAFJSlf3-short.ibytedapm.com/slardar/fe/... https://lf3-short.ibytedapm.com/slardar/fe/sdk-web/browser.cn.js?bid=waf_js&globalName=WAFJS — 200 — 17.1 KiB — 11 ms — h2https://mon.zijieapi.com/monitor_web/settings/browser-settings?bid=waf_js&store=1mon.zijieapi.com/monitor_web/settin... https://mon.zijieapi.com/monitor_web/settings/browser-settings?bid=waf_js&store=1 — -1 — 0 B — 459 ms — https://mon.zijieapi.com/monitor_web/settings/browser-settings?bid=waf_js&store=1mon.zijieapi.com/monitor_web/settin... https://mon.zijieapi.com/monitor_web/settings/browser-settings?bid=waf_js&store=1 — -1 — 0 B — 0 ms — https://lf3-short.ibytedapm.com/slardar/fe/sdk-web/plugins/common-monitors.1.16.6.jslf3-short.ibytedapm.com/slardar/fe/... https://lf3-short.ibytedapm.com/slardar/fe/sdk-web/plugins/common-monitors.1.16.6.js — 200 — 10.0 KiB — 4 ms — h2https://juejin.cn// https://juejin.cn/ — 200 — 20.4 KiB — 445 ms — h2https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/static/bytedesign.min.csslf-web-assets.juejin.cn/obj/juejin-... https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/static/bytedesign.min.css — 200 — 31.4 KiB — 38 ms — h2https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/static/rc-client-security-web-glue/1.0.0.19/sdk-glue.jslf-web-assets.juejin.cn/obj/juejin-... https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/static/rc-client-security-web-glue/1.0.0.19/sdk-glue.js — 200 — 27.8 KiB — 44 ms — h2https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/static/slardar-plugin/imageReport.jslf-web-assets.juejin.cn/obj/juejin-... https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/static/slardar-plugin/imageReport.js — 200 — 6.5 KiB — 40 ms — h2https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/c9d3ef7.jslf-web-assets.juejin.cn/obj/juejin-... https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/c9d3ef7.js — 200 — 4.7 KiB — 42 ms — h2https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/974808f.jslf-web-assets.juejin.cn/obj/juejin-... https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/974808f.js — 200 — 99.9 KiB — 66 ms — h2https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/6862e46.jslf-web-assets.juejin.cn/obj/juejin-... https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/6862e46.js — 200 — 607.8 KiB — 106 ms — h2https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/app.09b6f71.csslf-web-assets.juejin.cn/obj/juejin-... https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/app.09b6f71.css — 200 — 15.1 KiB — 25 ms — h2https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/f4482c2.jslf-web-assets.juejin.cn/obj/juejin-... https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/f4482c2.js — 200 — 154.5 KiB — 72 ms — h2https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/layouts/default.a1d6163.csslf-web-assets.juejin.cn/obj/juejin-... https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/layouts/default.a1d6163.css — 200 — 5.2 KiB — 24 ms — h2https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/ac6a3a5.jslf-web-assets.juejin.cn/obj/juejin-... https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/ac6a3a5.js — 200 — 12.0 KiB — 54 ms — h2https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/10.ed3cb2a.csslf-web-assets.juejin.cn/obj/juejin-... https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/10.ed3cb2a.css — 200 — 17.1 KiB — 35 ms — h2https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/b4d4b4f.jslf-web-assets.juejin.cn/obj/juejin-... https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/b4d4b4f.js — 200 — 56.1 KiB — 50 ms — h2https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/e08da34488b114bd4c665ba2fa520a31.svglf-web-assets.juejin.cn/obj/juejin-... https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/e08da34488b114bd4c665ba2fa520a31.svg — 200 — 4.0 KiB — 41 ms — h2https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/6c61ae65d1c41ae8221a670fa32d05aa.svglf-web-assets.juejin.cn/obj/juejin-... https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/6c61ae65d1c41ae8221a670fa32d05aa.svg — 200 — 1.3 KiB — 26 ms — h2https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/img/police.d0289dc.pnglf-web-assets.juejin.cn/obj/juejin-... https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/img/police.d0289dc.png — 200 — 19.7 KiB — 18 ms — h2https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/static/favicons/site.webmanifestlf-web-assets.juejin.cn/obj/juejin-... https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/static/favicons/site.webmanifest — 200 — 1.4 KiB — 34 ms — h2https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/static/cdn-retry/bundle-dcf007.jslf-web-assets.juejin.cn/obj/juejin-... https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/static/cdn-retry/bundle-dcf007.js — 200 — 2.8 KiB — 12 ms — h2https://lf-headquarters-speed.yhgfb-cn-static.com/obj/rc-client-security/web/stable/1.0.0.33/bdms.jslf-headquarters-speed.yhgfb-cn-stat... https://lf-headquarters-speed.yhgfb-cn-static.com/obj/rc-client-security/web/stable/1.0.0.33/bdms.js — 200 — 56.5 KiB — 35 ms — h2https://lf-cdn-tos.bytescm.com/obj/rc-verifycenter/sec_sdk_build/4.0.10/captcha/index.jslf-cdn-tos.bytescm.com/obj/rc-verif... https://lf-cdn-tos.bytescm.com/obj/rc-verifycenter/sec_sdk_build/4.0.10/captcha/index.js — 200 — 29.6 KiB — 89 ms — h2https://lf3-short.ibytedapm.com/slardar/fe/sdk-web/browser.cn.js?bid=2608&globalName=SlardarWeblf3-short.ibytedapm.com/slardar/fe/... https://lf3-short.ibytedapm.com/slardar/fe/sdk-web/browser.cn.js?bid=2608&globalName=SlardarWeb — 200 — 16.2 KiB — 13 ms — h2data:image/avif;base64,AAAALGZ0eXBhdmlzAAAAAGF2aWZhdmlzbXNmMWlzbzhtaWYxbWlhZk1BMUIAAAGNbWV0YQAAAAAA…data:image/avif;base64,AAAALGZ0eXBh... data:image/avif;base64,AAAALGZ0eXBhdmlzAAAAAGF2aWZhdmlzbXNmMWlzbzhtaWYxbWlhZk1BMUIAAAGNbWV0YQAAAAAA… — 200 — 0 B — 0 ms — datadata:image/avif;base64,AAAAIGZ0eXBhdmlmAAAAAGF2aWZtaWYxbWlhZk1BMUIAAADybWV0YQAAAAAAAAAoaGRscgAAAAAA…data:image/avif;base64,AAAAIGZ0eXBh... data:image/avif;base64,AAAAIGZ0eXBhdmlmAAAAAGF2aWZtaWYxbWlhZk1BMUIAAADybWV0YQAAAAAAAAAoaGRscgAAAAAA… — 200 — 0 B — 0 ms — datadata:image/webp;base64,UklGRi4AAABXRUJQVlA4TCEAAAAvAUAAEB8wAiMwAgSSNtse/cXjxyCCmrYNWPwmHRH9jwMAdata:image/webp;base64,UklGRi4AAABX... data:image/webp;base64,UklGRi4AAABXRUJQVlA4TCEAAAAvAUAAEB8wAiMwAgSSNtse/cXjxyCCmrYNWPwmHRH9jwMA — 200 — 0 B — 0 ms — datahttps://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/839fa0d.jslf-web-assets.juejin.cn/obj/juejin-... https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/839fa0d.js — 200 — 7.9 KiB — 8 ms — h2https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/7d21529.jslf-web-assets.juejin.cn/obj/juejin-... https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/7d21529.js — 200 — 7.5 KiB — 9 ms — h2https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/0871e4c.jslf-web-assets.juejin.cn/obj/juejin-... https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/0871e4c.js — 200 — 51.0 KiB — 15 ms — h2https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/5f049d8.jslf-web-assets.juejin.cn/obj/juejin-... https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/5f049d8.js — 200 — 781 B — 12 ms — h2https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/ccb60ed.jslf-web-assets.juejin.cn/obj/juejin-... https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/ccb60ed.js — 200 — 5.5 KiB — 5 ms — h2https://vcs.zijieapi.com/vc/setting?aid=2608&repoId=56081vcs.zijieapi.com/vc/setting?aid=260... https://vcs.zijieapi.com/vc/setting?aid=2608&repoId=56081 — 204 — 0 B — 285 ms — h2https://lf3-config.bytetcc.com/obj/tcc-config-web/tcc-v2-data-toutiao.fe.xitu_juejin_cn_web-defaultlf3-config.bytetcc.com/obj/tcc-conf... https://lf3-config.bytetcc.com/obj/tcc-config-web/tcc-v2-data-toutiao.fe.xitu_juejin_cn_web-default — 200 — 17.6 KiB — 30 ms — h2https://api.juejin.cn/user_api/v1/user/get?aid=2608&uuid=&spider=0&not_self=0&verifyFp=verify_moapjv0v_Nrg8Ng7z_8IRw_4ysh_9DeC_9SRvA48A0I79&fp=verify_moapjv0v_Nrg8Ng7z_8IRw_4ysh_9DeC_9SRvA48A0I79&a_bogus=E7UDvOgFMsR1xEv-e7kz9nkmw2L0YW5igZEzlW4Sntqyapi.juejin.cn/user_api/v1/user/get?... https://api.juejin.cn/user_api/v1/user/get?aid=2608&uuid=&spider=0&not_self=0&verifyFp=verify_moapjv0v_Nrg8Ng7z_8IRw_4ysh_9DeC_9SRvA48A0I79&fp=verify_moapjv0v_Nrg8Ng7z_8IRw_4ysh_9DeC_9SRvA48A0I79&a_bogus=E7UDvOgFMsR1xEv-e7kz9nkmw2L0YW5igZEzlW4Sntqy — 204 — 0 B — 288 ms — h2https://api.juejin.cn/user_api/v1/sys/tokenapi.juejin.cn/user_api/v1/sys/token https://api.juejin.cn/user_api/v1/sys/token — 204 — 0 B — 302 ms — h2https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/20.7c63bf5.csslf-web-assets.juejin.cn/obj/juejin-... https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/20.7c63bf5.css — 200 — 1.8 KiB — 7 ms — h2https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/834b5b5.jslf-web-assets.juejin.cn/obj/juejin-... https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/834b5b5.js — 200 — 7.9 KiB — 20 ms — h2https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/33.1ea2750.csslf-web-assets.juejin.cn/obj/juejin-... https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/33.1ea2750.css — 200 — 1.6 KiB — 15 ms — h2https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/45912f8.jslf-web-assets.juejin.cn/obj/juejin-... https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/45912f8.js — 200 — 1.8 KiB — 21 ms — h2https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/45.71ee17b.csslf-web-assets.juejin.cn/obj/juejin-... https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/45.71ee17b.css — 200 — 1.1 KiB — 24 ms — h2https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/96ba225.jslf-web-assets.juejin.cn/obj/juejin-... https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/96ba225.js — 200 — 1.8 KiB — 21 ms — h2https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/40.4007e24.csslf-web-assets.juejin.cn/obj/juejin-... https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/40.4007e24.css — 200 — 1.0 KiB — 10 ms — h2https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/482e172.jslf-web-assets.juejin.cn/obj/juejin-... https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/482e172.js — 200 — 2.4 KiB — 17 ms — h2https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/41.1bb0a10.csslf-web-assets.juejin.cn/obj/juejin-... https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/41.1bb0a10.css — 200 — 870 B — 19 ms — h2https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/8197347.jslf-web-assets.juejin.cn/obj/juejin-... https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/8197347.js — 200 — 2.3 KiB — 19 ms — h2https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/65a5ce9.jslf-web-assets.juejin.cn/obj/juejin-... https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/65a5ce9.js — 200 — 11.9 KiB — 7 ms — h2https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/c9f5f2a.jslf-web-assets.juejin.cn/obj/juejin-... https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/c9f5f2a.js — 200 — 7.1 KiB — 9 ms — h2https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/44.9c56b68.csslf-web-assets.juejin.cn/obj/juejin-... https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/44.9c56b68.css — 200 — 973 B — 10 ms — h2https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/ca3f653.jslf-web-assets.juejin.cn/obj/juejin-... https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/ca3f653.js — 200 — 1.3 KiB — 12 ms — h2https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/43.76340c8.csslf-web-assets.juejin.cn/obj/juejin-... https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/43.76340c8.css — 200 — 1.3 KiB — 5 ms — h2https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/b5fc4ad.jslf-web-assets.juejin.cn/obj/juejin-... https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/b5fc4ad.js — 200 — 1.7 KiB — 11 ms — h2https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/34.f6517d5.csslf-web-assets.juejin.cn/obj/juejin-... https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/34.f6517d5.css — 200 — 1.0 KiB — 4 ms — h2https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/84f8aee.jslf-web-assets.juejin.cn/obj/juejin-... https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/84f8aee.js — 200 — 1.3 KiB — 6 ms — h2https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/15.26cc803.csslf-web-assets.juejin.cn/obj/juejin-... https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/15.26cc803.css — 200 — 2.4 KiB — 4 ms — h2https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/0fe558a.jslf-web-assets.juejin.cn/obj/juejin-... https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/0fe558a.js — 200 — 14.1 KiB — 6 ms — h2https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/7cdae3a.jslf-web-assets.juejin.cn/obj/juejin-... https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/7cdae3a.js — 200 — 34.8 KiB — 22 ms — h2https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/31.e76d9cc.csslf-web-assets.juejin.cn/obj/juejin-... https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/31.e76d9cc.css — 200 — 1.3 KiB — 5 ms — h2https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/9615bc3.jslf-web-assets.juejin.cn/obj/juejin-... https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/9615bc3.js — 200 — 2.6 KiB — 10 ms — h2https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/32.9f6dadc.csslf-web-assets.juejin.cn/obj/juejin-... https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/32.9f6dadc.css — 200 — 1.2 KiB — 9 ms — h2https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/991c9ef.jslf-web-assets.juejin.cn/obj/juejin-... https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/991c9ef.js — 200 — 3.4 KiB — 11 ms — h2https://api.juejin.cn/interact_api/v1/pin_tab_lead?aid=2608&uuid=&spider=0api.juejin.cn/interact_api/v1/pin_t... https://api.juejin.cn/interact_api/v1/pin_tab_lead?aid=2608&uuid=&spider=0 — 204 — 0 B — 632 ms — h2https://api.juejin.cn/content_api/v1/content/article_rank?category_id=1&type=hot&count=50&from=0&aid=2608&uuid=&spider=0api.juejin.cn/content_api/v1/conten... https://api.juejin.cn/content_api/v1/content/article_rank?category_id=1&type=hot&count=50&from=0&aid=2608&uuid=&spider=0 — 204 — 0 B — 224 ms — h2https://api.juejin.cn/content_api/v1/content/article_rank?category_id=1&type=hot&count=50&from=0&aid=2608&uuid=&spider=0api.juejin.cn/content_api/v1/conten... https://api.juejin.cn/content_api/v1/content/article_rank?category_id=1&type=hot&count=50&from=0&aid=2608&uuid=&spider=0 — 204 — 0 B — 597 ms — h2https://api.juejin.cn/user_api/v1/author/recommend?aid=2608&uuid=&spider=0&category_id=&cursor=0&limit=20api.juejin.cn/user_api/v1/author/re... https://api.juejin.cn/user_api/v1/author/recommend?aid=2608&uuid=&spider=0&category_id=&cursor=0&limit=20 — 204 — 0 B — 223 ms — h2https://mon.zijieapi.com/monitor_web/settings/browser-settings?bid=passport_account_api&store=1mon.zijieapi.com/monitor_web/settin... https://mon.zijieapi.com/monitor_web/settings/browser-settings?bid=passport_account_api&store=1 — 200 — 0 B — 202 ms — h2https://vcs.zijieapi.com/vc/settingvcs.zijieapi.com/vc/setting https://vcs.zijieapi.com/vc/setting — 204 — 0 B — 258 ms — h2https://api.juejin.cn/tag_api/v1/query_category_briefs?aid=2608&uuid=&spider=0api.juejin.cn/tag_api/v1/query_cate... https://api.juejin.cn/tag_api/v1/query_category_briefs?aid=2608&uuid=&spider=0 — 204 — 0 B — 592 ms — h2https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/8867e249c23a7c0ea596c139befc04d7.svglf-web-assets.juejin.cn/obj/juejin-... https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/8867e249c23a7c0ea596c139befc04d7.svg — 200 — 1.5 KiB — 5 ms — h2https://vcs.zijieapi.com/vc/setting?aid=2608&repoId=56081vcs.zijieapi.com/vc/setting?aid=260... https://vcs.zijieapi.com/vc/setting?aid=2608&repoId=56081 — 200 — 1.7 KiB — 179 ms — h2https://api.juejin.cn/user_api/v1/user/get?aid=2608&uuid=&spider=0&not_self=0&verifyFp=verify_moapjv0v_Nrg8Ng7z_8IRw_4ysh_9DeC_9SRvA48A0I79&fp=verify_moapjv0v_Nrg8Ng7z_8IRw_4ysh_9DeC_9SRvA48A0I79&a_bogus=E7UDvOgFMsR1xEv-e7kz9nkmw2L0YW5igZEzlW4Sntqyapi.juejin.cn/user_api/v1/user/get?... https://api.juejin.cn/user_api/v1/user/get?aid=2608&uuid=&spider=0&not_self=0&verifyFp=verify_moapjv0v_Nrg8Ng7z_8IRw_4ysh_9DeC_9SRvA48A0I79&fp=verify_moapjv0v_Nrg8Ng7z_8IRw_4ysh_9DeC_9SRvA48A0I79&a_bogus=E7UDvOgFMsR1xEv-e7kz9nkmw2L0YW5igZEzlW4Sntqy — 200 — 586 B — 275 ms — h2https://unpkg.byted-static.com/byted-juejin/component-runtime/0.2.2/dist/index.jsunpkg.byted-static.com/byted-juejin... https://unpkg.byted-static.com/byted-juejin/component-runtime/0.2.2/dist/index.js — 200 — 10.9 KiB — 9 ms — h2https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/39.ddd7c99.csslf-web-assets.juejin.cn/obj/juejin-... https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/39.ddd7c99.css — 200 — 900 B — 9 ms — h2https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/ed63c1f.jslf-web-assets.juejin.cn/obj/juejin-... https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/ed63c1f.js — 200 — 2.1 KiB — 14 ms — h2https://api.juejin.cn/user_api/v1/sys/tokenapi.juejin.cn/user_api/v1/sys/token https://api.juejin.cn/user_api/v1/sys/token — 200 — 808 B — 225 ms — h2https://lf3-short.ibytedapm.com/slardar/fe/sdk-web/plugins/common-monitors.1.1.6.jslf3-short.ibytedapm.com/slardar/fe/... https://lf3-short.ibytedapm.com/slardar/fe/sdk-web/plugins/common-monitors.1.1.6.js — 200 — 7.1 KiB — 6 ms — h2https://lf3-short.ibytedapm.com/slardar/fe/sdk-web/plugins/blank-screen.1.1.6.jslf3-short.ibytedapm.com/slardar/fe/... https://lf3-short.ibytedapm.com/slardar/fe/sdk-web/plugins/blank-screen.1.1.6.js — 200 — 3.5 KiB — 6 ms — h2https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/static/favicons/favicon-32x32.pnglf-web-assets.juejin.cn/obj/juejin-... https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/static/favicons/favicon-32x32.png — 200 — 2.1 KiB — 12 ms — h2https://api.juejin.cn/user_api/v1/author/recommend?aid=2608&uuid=&spider=0&category_id=&cursor=0&limit=20api.juejin.cn/user_api/v1/author/re... https://api.juejin.cn/user_api/v1/author/recommend?aid=2608&uuid=&spider=0&category_id=&cursor=0&limit=20 — 200 — 3.4 KiB — 282 ms — h2https://api.juejin.cn/content_api/v1/content/article_rank?category_id=1&type=hot&count=50&from=0&aid=2608&uuid=&spider=0api.juejin.cn/content_api/v1/conten... https://api.juejin.cn/content_api/v1/content/article_rank?category_id=1&type=hot&count=50&from=0&aid=2608&uuid=&spider=0 — 200 — 7.4 KiB — 295 ms — h2https://mon.zijieapi.com/monitor_web/settings/browser-settings?bid=passport_account_api&store=1mon.zijieapi.com/monitor_web/settin... https://mon.zijieapi.com/monitor_web/settings/browser-settings?bid=passport_account_api&store=1 — 200 — 1.4 KiB — 1.2 s — h2https://lf-rc1.yhgfb-cn-static.com/obj/rc-verifycenter/verifycenter/1.0.0.293/index.jslf-rc1.yhgfb-cn-static.com/obj/rc-v... https://lf-rc1.yhgfb-cn-static.com/obj/rc-verifycenter/verifycenter/1.0.0.293/index.js — 200 — 19.7 KiB — 14 ms — h2https://vcs.zijieapi.com/vc/settingvcs.zijieapi.com/vc/setting https://vcs.zijieapi.com/vc/setting — 200 — 1.6 KiB — 251 ms — h2https://api.juejin.cn/content_api/v1/resource_placements/shows?aid=2608&uuid=&spider=0api.juejin.cn/content_api/v1/resour... https://api.juejin.cn/content_api/v1/resource_placements/shows?aid=2608&uuid=&spider=0 — 204 — 0 B — 222 ms — h2https://api.juejin.cn/user_api/v1/incentive_activity/awards?aid=2608&uuid=&spider=0api.juejin.cn/user_api/v1/incentive... https://api.juejin.cn/user_api/v1/incentive_activity/awards?aid=2608&uuid=&spider=0 — 204 — 0 B — 249 ms — h2https://api.juejin.cn/user_api/v1/quality_user/rank?aid=2608&uuid=&spider=0api.juejin.cn/user_api/v1/quality_u... https://api.juejin.cn/user_api/v1/quality_user/rank?aid=2608&uuid=&spider=0 — 204 — 0 B — 213 ms — h2https://api.juejin.cn/user_api/v1/quality_user/rank?aid=2608&uuid=&spider=0api.juejin.cn/user_api/v1/quality_u... https://api.juejin.cn/user_api/v1/quality_user/rank?aid=2608&uuid=&spider=0 — 204 — 0 B — 566 ms — h2https://api.juejin.cn/tag_api/v1/theme/list_by_hot?aid=2608&uuid=&spider=0api.juejin.cn/tag_api/v1/theme/list... https://api.juejin.cn/tag_api/v1/theme/list_by_hot?aid=2608&uuid=&spider=0 — 204 — 0 B — 284 ms — h2https://api.juejin.cn/content_api/v1/resource_placements/shows?aid=2608&uuid=&spider=0api.juejin.cn/content_api/v1/resour... https://api.juejin.cn/content_api/v1/resource_placements/shows?aid=2608&uuid=&spider=0 — 204 — 0 B — 752 ms — h2https://api.juejin.cn/recommend_api/v1/article/recommend_all_feed?aid=2608&uuid=&spider=0api.juejin.cn/recommend_api/v1/arti... https://api.juejin.cn/recommend_api/v1/article/recommend_all_feed?aid=2608&uuid=&spider=0 — 204 — 0 B — 616 ms — h2https://api.juejin.cn/list_api/v1/activity_settings_v1?aid=2608&uuid=&spider=0api.juejin.cn/list_api/v1/activity_... https://api.juejin.cn/list_api/v1/activity_settings_v1?aid=2608&uuid=&spider=0 — 204 — 0 B — 681 ms — h2https://api.juejin.cn/user_api/v1/task/get?aid=2608&uuid=&spider=0api.juejin.cn/user_api/v1/task/get?... https://api.juejin.cn/user_api/v1/task/get?aid=2608&uuid=&spider=0 — 204 — 0 B — 552 ms — h2https://mcs.snssdk.com/webidmcs.snssdk.com/webid https://mcs.snssdk.com/webid — 200 — 0 B — 296 ms — h2https://mcs.snssdk.com/listmcs.snssdk.com/list https://mcs.snssdk.com/list — 200 — 0 B — 346 ms — h2https://mcs.snssdk.com/listmcs.snssdk.com/list https://mcs.snssdk.com/list — 200 — 0 B — 310 ms — h2https://mon.zijieapi.com/monitor_web/settings/browser-settings?bid=2608&store=1mon.zijieapi.com/monitor_web/settin... https://mon.zijieapi.com/monitor_web/settings/browser-settings?bid=2608&store=1 — 200 — 0 B — 195 ms — h2https://lf3-short.ibytedapm.com/slardar/fe/sdk-web/plugins/common-monitors.1.16.6.jslf3-short.ibytedapm.com/slardar/fe/... https://lf3-short.ibytedapm.com/slardar/fe/sdk-web/plugins/common-monitors.1.16.6.js — 200 — 0 B — 0 ms — h2https://mcs.snssdk.com/listmcs.snssdk.com/list https://mcs.snssdk.com/list — 200 — 0 B — 267 ms — h2https://bytereplay.zijieapi.com/api/recording/535d8be9d4b74ff5b1887f40b5f3edc820260422235245/createbytereplay.zijieapi.com/api/recordi... https://bytereplay.zijieapi.com/api/recording/535d8be9d4b74ff5b1887f40b5f3edc820260422235245/create — 204 — 0 B — 413 ms — h2https://p9-juejin.byteimg.com/tos-cn-i-k3u1fbpfcp/65d192768e254a768c4391e2b92a4bb6~tplv-k3u1fbpfcp-watermark.image?p9-juejin.byteimg.com/tos-cn-i-k3u1... https://p9-juejin.byteimg.com/tos-cn-i-k3u1fbpfcp/65d192768e254a768c4391e2b92a4bb6~tplv-k3u1fbpfcp-watermark.image? — 200 — 2.8 KiB — 686 ms — h2https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/fonts/Archivo-ExtraBold.361ffd6.ttflf-web-assets.juejin.cn/obj/juejin-... https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/fonts/Archivo-ExtraBold.361ffd6.ttf — 200 — 118.1 KiB — 16 ms — h2https://mcs.snssdk.com/listmcs.snssdk.com/list https://mcs.snssdk.com/list — 200 — 0 B — 267 ms — h2https://mcs.snssdk.com/listmcs.snssdk.com/list https://mcs.snssdk.com/list — 200 — 0 B — 334 ms — h2https://mcs.zijieapi.com/webidmcs.zijieapi.com/webid https://mcs.zijieapi.com/webid — 200 — 0 B — 1.5 s — h2https://api.juejin.cn/content_api/v1/content/article_rank?category_id=1&type=hot&count=50&from=0&aid=2608&uuid=&spider=0api.juejin.cn/content_api/v1/conten... https://api.juejin.cn/content_api/v1/content/article_rank?category_id=1&type=hot&count=50&from=0&aid=2608&uuid=&spider=0 — 200 — 7.5 KiB — 318 ms — h2https://lf-rc1.yhgfb-cn-static.com/obj/rc-verifycenter/verifycenter/1.0.0.293/index.jslf-rc1.yhgfb-cn-static.com/obj/rc-v... https://lf-rc1.yhgfb-cn-static.com/obj/rc-verifycenter/verifycenter/1.0.0.293/index.js — 200 — 0 B — 10 ms — h2https://api.juejin.cn/interact_api/v1/pin_tab_lead?aid=2608&uuid=&spider=0api.juejin.cn/interact_api/v1/pin_t... https://api.juejin.cn/interact_api/v1/pin_tab_lead?aid=2608&uuid=&spider=0 — 200 — 635 B — 259 ms — h2https://api.juejin.cn/user_api/v1/quality_user/rank?aid=2608&uuid=&spider=0api.juejin.cn/user_api/v1/quality_u... https://api.juejin.cn/user_api/v1/quality_user/rank?aid=2608&uuid=&spider=0 — 200 — 2.1 KiB — 245 ms — h2https://api.juejin.cn/content_api/v1/resource_placements/shows?aid=2608&uuid=&spider=0api.juejin.cn/content_api/v1/resour... https://api.juejin.cn/content_api/v1/resource_placements/shows?aid=2608&uuid=&spider=0 — 200 — 486 B — 879 ms — h2https://mon.zijieapi.com/monitor_web/settings/browser-settings?bid=2608&store=1mon.zijieapi.com/monitor_web/settin... https://mon.zijieapi.com/monitor_web/settings/browser-settings?bid=2608&store=1 — 200 — 1.5 KiB — 997 ms — h2https://api.juejin.cn/user_api/v1/incentive_activity/awards?aid=2608&uuid=&spider=0api.juejin.cn/user_api/v1/incentive... https://api.juejin.cn/user_api/v1/incentive_activity/awards?aid=2608&uuid=&spider=0 — 200 — 568 B — 237 ms — h2https://api.juejin.cn/tag_api/v1/query_category_briefs?aid=2608&uuid=&spider=0api.juejin.cn/tag_api/v1/query_cate... https://api.juejin.cn/tag_api/v1/query_category_briefs?aid=2608&uuid=&spider=0 — 200 — 1.0 KiB — 293 ms — h2https://api.juejin.cn/tag_api/v1/theme/list_by_hot?aid=2608&uuid=&spider=0api.juejin.cn/tag_api/v1/theme/list... https://api.juejin.cn/tag_api/v1/theme/list_by_hot?aid=2608&uuid=&spider=0 — 200 — 9.7 KiB — 438 ms — h2https://mcs.snssdk.com/listmcs.snssdk.com/list https://mcs.snssdk.com/list — 200 — 845 B — 284 ms — h2https://mcs.snssdk.com/webidmcs.snssdk.com/webid https://mcs.snssdk.com/webid — 200 — 787 B — 299 ms — h2https://mcs.snssdk.com/listmcs.snssdk.com/list https://mcs.snssdk.com/list — 200 — 823 B — 273 ms — h2https://mcs.snssdk.com/listmcs.snssdk.com/list https://mcs.snssdk.com/list — 200 — 865 B — 266 ms — h2https://mcs.snssdk.com/listmcs.snssdk.com/list https://mcs.snssdk.com/list — 200 — 842 B — 265 ms — h2https://bytereplay.zijieapi.com/api/recording/535d8be9d4b74ff5b1887f40b5f3edc820260422235245/createbytereplay.zijieapi.com/api/recordi... https://bytereplay.zijieapi.com/api/recording/535d8be9d4b74ff5b1887f40b5f3edc820260422235245/create — 200 — 1.4 KiB — 303 ms — h2https://p9-juejin.byteimg.com/tos-cn-i-k3u1fbpfcp/a3682760be834d9c8b28e45cb9213874~tplv-k3u1fbpfcp-watermark.image?p9-juejin.byteimg.com/tos-cn-i-k3u1... https://p9-juejin.byteimg.com/tos-cn-i-k3u1fbpfcp/a3682760be834d9c8b28e45cb9213874~tplv-k3u1fbpfcp-watermark.image? — 200 — 2.9 KiB — 332 ms — h2https://p26-passport.byteacctimg.com/img/user-avatar/83118234b8a37a2bed9af161db62e0c9~300x300.imagep26-passport.byteacctimg.com/img/us... https://p26-passport.byteacctimg.com/img/user-avatar/83118234b8a37a2bed9af161db62e0c9~300x300.image — 200 — 7.6 KiB — 751 ms — h2https://p3-passport.byteacctimg.com/img/user-avatar/15427d7cd8615f8ce447e4926fa25dc0~300x300.imagep3-passport.byteacctimg.com/img/use... https://p3-passport.byteacctimg.com/img/user-avatar/15427d7cd8615f8ce447e4926fa25dc0~300x300.image — 200 — 16.1 KiB — 922 ms — h2https://p3-passport.byteacctimg.com/img/user-avatar/f4117a39915ab646a21a190e1fc5795d~300x300.imagep3-passport.byteacctimg.com/img/use... https://p3-passport.byteacctimg.com/img/user-avatar/f4117a39915ab646a21a190e1fc5795d~300x300.image — 200 — 144.4 KiB — 1.4 s — h2https://p6-passport.byteacctimg.com/img/user-avatar/70f57170f933eacb9cd6879aea1be4ab~300x300.imagep6-passport.byteacctimg.com/img/use... https://p6-passport.byteacctimg.com/img/user-avatar/70f57170f933eacb9cd6879aea1be4ab~300x300.image — 200 — 14.9 KiB — 620 ms — h2https://p9-passport.byteacctimg.com/img/user-avatar/e6da4d0f8df4bd69eaf92fcc78b7e1f0~300x300.imagep9-passport.byteacctimg.com/img/use... https://p9-passport.byteacctimg.com/img/user-avatar/e6da4d0f8df4bd69eaf92fcc78b7e1f0~300x300.image — 200 — 6.1 KiB — 736 ms — h2https://mcs.snssdk.com/listmcs.snssdk.com/list https://mcs.snssdk.com/list — 200 — 868 B — 659 ms — h2https://api.juejin.cn/user_api/v1/task/get?aid=2608&uuid=&spider=0api.juejin.cn/user_api/v1/task/get?... https://api.juejin.cn/user_api/v1/task/get?aid=2608&uuid=&spider=0 — 200 — 510 B — 259 ms — h2https://api.juejin.cn/user_api/v1/quality_user/rank?aid=2608&uuid=&spider=0api.juejin.cn/user_api/v1/quality_u... https://api.juejin.cn/user_api/v1/quality_user/rank?aid=2608&uuid=&spider=0 — 200 — 2.1 KiB — 242 ms — h2https://api.juejin.cn/recommend_api/v1/article/recommend_all_feed?aid=2608&uuid=&spider=0api.juejin.cn/recommend_api/v1/arti... https://api.juejin.cn/recommend_api/v1/article/recommend_all_feed?aid=2608&uuid=&spider=0 — 200 — 13.1 KiB — 570 ms — h2https://mcs.snssdk.com/listmcs.snssdk.com/list https://mcs.snssdk.com/list — 200 — 822 B — 542 ms — h2https://abtestvm.bytedance.com/service/2/abtest_config/abtestvm.bytedance.com/service/2/ab... https://abtestvm.bytedance.com/service/2/abtest_config/ — 200 — 0 B — 224 ms — h2https://mcs.snssdk.com/listmcs.snssdk.com/list https://mcs.snssdk.com/list — 200 — 0 B — 501 ms — h2https://api.juejin.cn/list_api/v1/activity_settings_v1?aid=2608&uuid=&spider=0api.juejin.cn/list_api/v1/activity_... https://api.juejin.cn/list_api/v1/activity_settings_v1?aid=2608&uuid=&spider=0 — 200 — 891 B — 235 ms — h2https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/img/rec.476fe07.pnglf-web-assets.juejin.cn/obj/juejin-... https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/img/rec.476fe07.png — 200 — 4.7 KiB — 4 ms — h2https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/img/lottery.b40d80b.pnglf-web-assets.juejin.cn/obj/juejin-... https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/img/lottery.b40d80b.png — 200 — 5.0 KiB — 5 ms — h2https://api.juejin.cn/content_api/v1/resource_placements/shows?aid=2608&uuid=&spider=0api.juejin.cn/content_api/v1/resour... https://api.juejin.cn/content_api/v1/resource_placements/shows?aid=2608&uuid=&spider=0 — 200 — 499 B — 278 ms — h2https://mcs.snssdk.com/listmcs.snssdk.com/list https://mcs.snssdk.com/list — 200 — 0 B — 320 ms — h2https://mcs.snssdk.com/listmcs.snssdk.com/list https://mcs.snssdk.com/list — 200 — 0 B — 321 ms — h2https://abtestvm.bytedance.com/service/2/abtest_config/abtestvm.bytedance.com/service/2/ab... https://abtestvm.bytedance.com/service/2/abtest_config/ — 200 — 589 B — 187 ms — h2https://mcs.snssdk.com/listmcs.snssdk.com/list https://mcs.snssdk.com/list — 200 — 0 B — 319 ms — h2https://mcs.snssdk.com/listmcs.snssdk.com/list https://mcs.snssdk.com/list — 200 — 844 B — 324 ms — h2https://mcs.snssdk.com/listmcs.snssdk.com/list https://mcs.snssdk.com/list — 200 — 865 B — 308 ms — h2https://mcs.snssdk.com/listmcs.snssdk.com/list https://mcs.snssdk.com/list — 200 — 844 B — 305 ms — h2https://mcs.snssdk.com/listmcs.snssdk.com/list https://mcs.snssdk.com/list — 200 — 822 B — 286 ms — h2https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/42.f51e632.csslf-web-assets.juejin.cn/obj/juejin-... https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/42.f51e632.css — 200 — 1.2 KiB — 5 ms — h2https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/6b285d8.jslf-web-assets.juejin.cn/obj/juejin-... https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/6b285d8.js — 200 — 2.2 KiB — 5 ms — h2https://mcs.snssdk.com/listmcs.snssdk.com/list https://mcs.snssdk.com/list — 200 — 821 B — 273 ms — h2https://mcs.snssdk.com/listmcs.snssdk.com/list https://mcs.snssdk.com/list — 200 — 822 B — 286 ms — h2https://mcs.snssdk.com/listmcs.snssdk.com/list https://mcs.snssdk.com/list — 200 — 822 B — 604 ms — h2https://api.juejin.cn/recommend_api/v1/dislike/white_list?aid=2608&uuid=7631735801060460038&spider=0api.juejin.cn/recommend_api/v1/disl... https://api.juejin.cn/recommend_api/v1/dislike/white_list?aid=2608&uuid=7631735801060460038&spider=0 — 204 — 0 B — 271 ms — h2https://p3-xtjj-sign.byteimg.com/tos-cn-i-73owjymdk6/2e62675c99154fb387c8250ff054e7a8~tplv-73owjymdk6-jj-mark-v1:0:0:0:0:5o6Y6YeR5oqA5pyv56S-5Yy6IEAg56iL5bqP5ZGY6bG855qu:q75.awebp?rk3s=f64ab15b&x-expires=1777506766&x-signature=D8a%2BX6phIFz0VnNnOBGfgGsK%2BYs%3Dp3-xtjj-sign.byteimg.com/tos-cn-i-7... https://p3-xtjj-sign.byteimg.com/tos-cn-i-73owjymdk6/2e62675c99154fb387c8250ff054e7a8~tplv-73owjymdk6-jj-mark-v1:0:0:0:0:5o6Y6YeR5oqA5pyv56S-5Yy6IEAg56iL5bqP5ZGY6bG855qu:q75.awebp?rk3s=f64ab15b&x-expires=1777506766&x-signature=D8a%2BX6phIFz0VnNnOBGfgGsK%2BYs%3D — 200 — 38.1 KiB — 1.8 s — h2https://p3-xtjj-sign.byteimg.com/tos-cn-i-73owjymdk6/c8e7c4e4a6704029af9f5a45b7ce558e~tplv-73owjymdk6-jj-mark-v1:0:0:0:0:5o6Y6YeR5oqA5pyv56S-5Yy6IEAgQUnooovpvKDluJ0=:q75.awebp?rk3s=f64ab15b&x-expires=1777506766&x-signature=zjiuaPK9hu5sLvnZ3vVeFCcqpxY%3Dp3-xtjj-sign.byteimg.com/tos-cn-i-7... https://p3-xtjj-sign.byteimg.com/tos-cn-i-73owjymdk6/c8e7c4e4a6704029af9f5a45b7ce558e~tplv-73owjymdk6-jj-mark-v1:0:0:0:0:5o6Y6YeR5oqA5pyv56S-5Yy6IEAgQUnooovpvKDluJ0=:q75.awebp?rk3s=f64ab15b&x-expires=1777506766&x-signature=zjiuaPK9hu5sLvnZ3vVeFCcqpxY%3D — 200 — 52.2 KiB — 2.5 s — h2https://p3-xtjj-sign.byteimg.com/tos-cn-i-73owjymdk6/1a93679925034cbaac4f0c5d193a3f6e~tplv-73owjymdk6-jj-mark-v1:0:0:0:0:5o6Y6YeR5oqA5pyv56S-5Yy6IEAg6J2O5a2Q6I6x6I6x54ix5omT5oCq:q75.awebp?rk3s=f64ab15b&x-expires=1777506766&x-signature=YuJqCgoOESDY9Z8Lgiz40MTFnN0%3Dp3-xtjj-sign.byteimg.com/tos-cn-i-7... https://p3-xtjj-sign.byteimg.com/tos-cn-i-73owjymdk6/1a93679925034cbaac4f0c5d193a3f6e~tplv-73owjymdk6-jj-mark-v1:0:0:0:0:5o6Y6YeR5oqA5pyv56S-5Yy6IEAg6J2O5a2Q6I6x6I6x54ix5omT5oCq:q75.awebp?rk3s=f64ab15b&x-expires=1777506766&x-signature=YuJqCgoOESDY9Z8Lgiz40MTFnN0%3D — 200 — 24.4 KiB — 1.9 s — h2https://p3-xtjj-sign.byteimg.com/tos-cn-i-73owjymdk6/17ec1081690a45bc9a763bba6e93f78e~tplv-73owjymdk6-jj-mark-v1:0:0:0:0:5o6Y6YeR5oqA5pyv56S-5Yy6IEAgQ29kZVNoZWVw:q75.awebp?rk3s=f64ab15b&x-expires=1777506766&x-signature=UYu6Qj0cxhoh7tgJ2EvW31afD5w%3Dp3-xtjj-sign.byteimg.com/tos-cn-i-7... https://p3-xtjj-sign.byteimg.com/tos-cn-i-73owjymdk6/17ec1081690a45bc9a763bba6e93f78e~tplv-73owjymdk6-jj-mark-v1:0:0:0:0:5o6Y6YeR5oqA5pyv56S-5Yy6IEAgQ29kZVNoZWVw:q75.awebp?rk3s=f64ab15b&x-expires=1777506766&x-signature=UYu6Qj0cxhoh7tgJ2EvW31afD5w%3D — 200 — 957.4 KiB — 2.9 s — h2https://p3-xtjj-sign.byteimg.com/tos-cn-i-73owjymdk6/88d94546f03f4580b76d7aa6ea30a56d~tplv-73owjymdk6-jj-mark-v1:0:0:0:0:5o6Y6YeR5oqA5pyv56S-5Yy6IEAg6Zuo5aSc5a-75pm05aSp:q75.awebp?rk3s=f64ab15b&x-expires=1777506766&x-signature=jXAyuFMTi1klBHc4u%2BZI56y%2FVYo%3Dp3-xtjj-sign.byteimg.com/tos-cn-i-7... https://p3-xtjj-sign.byteimg.com/tos-cn-i-73owjymdk6/88d94546f03f4580b76d7aa6ea30a56d~tplv-73owjymdk6-jj-mark-v1:0:0:0:0:5o6Y6YeR5oqA5pyv56S-5Yy6IEAg6Zuo5aSc5a-75pm05aSp:q75.awebp?rk3s=f64ab15b&x-expires=1777506766&x-signature=jXAyuFMTi1klBHc4u%2BZI56y%2FVYo%3D — 200 — 54.0 KiB — 1.9 s — h2https://p3-xtjj-sign.byteimg.com/tos-cn-i-73owjymdk6/c31331a2697846fab28563a51171e795~tplv-73owjymdk6-jj-mark-v1:0:0:0:0:5o6Y6YeR5oqA5pyv56S-5Yy6IEAg6YeO55Sf55qE56CB5Yac:q75.awebp?rk3s=f64ab15b&x-expires=1777506766&x-signature=Sro1G1yelLx2OnCsPJlaedN5LRY%3Dp3-xtjj-sign.byteimg.com/tos-cn-i-7... https://p3-xtjj-sign.byteimg.com/tos-cn-i-73owjymdk6/c31331a2697846fab28563a51171e795~tplv-73owjymdk6-jj-mark-v1:0:0:0:0:5o6Y6YeR5oqA5pyv56S-5Yy6IEAg6YeO55Sf55qE56CB5Yac:q75.awebp?rk3s=f64ab15b&x-expires=1777506766&x-signature=Sro1G1yelLx2OnCsPJlaedN5LRY%3D — 200 — 64.5 KiB — 1.7 s — h2https://mcs.snssdk.com/listmcs.snssdk.com/list https://mcs.snssdk.com/list — 200 — 844 B — 568 ms — h2https://mcs.snssdk.com/listmcs.snssdk.com/list https://mcs.snssdk.com/list — 200 — 822 B — 590 ms — h2https://mcs.snssdk.com/listmcs.snssdk.com/list https://mcs.snssdk.com/list — 200 — 844 B — 567 ms — h2https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/img/background.02a1562.jpeglf-web-assets.juejin.cn/obj/juejin-... https://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/img/background.02a1562.jpeg — 200 — 3.7 KiB — 4 ms — h2https://p3-xtjj-sign.byteimg.com/tos-cn-i-73owjymdk6/c18c25ea717e48b7a5e3db6adf3ce4e4~tplv-73owjymdk6-jj-mark-v1:0:0:0:0:5o6Y6YeR5oqA5pyv56S-5Yy6IEAgQ29kZVNoZWVw:q75.awebp?rk3s=f64ab15b&x-expires=1777506766&x-signature=ZTySnZt564RG5NUSKLA5w3FAYCE%3Dp3-xtjj-sign.byteimg.com/tos-cn-i-7... https://p3-xtjj-sign.byteimg.com/tos-cn-i-73owjymdk6/c18c25ea717e48b7a5e3db6adf3ce4e4~tplv-73owjymdk6-jj-mark-v1:0:0:0:0:5o6Y6YeR5oqA5pyv56S-5Yy6IEAgQ29kZVNoZWVw:q75.awebp?rk3s=f64ab15b&x-expires=1777506766&x-signature=ZTySnZt564RG5NUSKLA5w3FAYCE%3D — 200 — 55.8 KiB — 2.0 s — h2https://mcs.snssdk.com/listmcs.snssdk.com/list https://mcs.snssdk.com/list — 200 — 847 B — 567 ms — h2https://mcs.snssdk.com/listmcs.snssdk.com/list https://mcs.snssdk.com/list — 200 — 821 B — 545 ms — h2https://mcs.snssdk.com/listmcs.snssdk.com/list https://mcs.snssdk.com/list — 200 — 0 B — 977 ms — h2https://mcs.snssdk.com/listmcs.snssdk.com/list https://mcs.snssdk.com/list — 200 — 824 B — 450 ms — h2https://api.juejin.cn/recommend_api/v1/dislike/white_list?aid=2608&uuid=7631735801060460038&spider=0api.juejin.cn/recommend_api/v1/disl... https://api.juejin.cn/recommend_api/v1/dislike/white_list?aid=2608&uuid=7631735801060460038&spider=0 — 200 — 673 B — 238 ms — h2https://mcs.zijieapi.com/webidmcs.zijieapi.com/webid https://mcs.zijieapi.com/webid — 200 — 796 B — 337 ms — h2https://mcs.snssdk.com/listmcs.snssdk.com/list https://mcs.snssdk.com/list — 200 — 821 B — 275 ms — h2https://mcs.snssdk.com/listmcs.snssdk.com/list https://mcs.snssdk.com/list — 200 — 847 B — 285 ms — h2https://mcs.snssdk.com/listmcs.snssdk.com/list https://mcs.snssdk.com/list — 200 — 845 B — 289 ms — h2https://p3-passport.byteacctimg.com/img/user-avatar/15427d7cd8615f8ce447e4926fa25dc0~300x300.imagep3-passport.byteacctimg.com/img/use... https://p3-passport.byteacctimg.com/img/user-avatar/15427d7cd8615f8ce447e4926fa25dc0~300x300.image — 200 — 0 B — 1 ms — h2https://mcs.zijieapi.com/listmcs.zijieapi.com/list https://mcs.zijieapi.com/list — 200 — 0 B — 320 ms — h2https://mcs.zijieapi.com/listmcs.zijieapi.com/list https://mcs.zijieapi.com/list — 200 — 0 B — 322 ms — h2https://mcs.zijieapi.com/listmcs.zijieapi.com/list https://mcs.zijieapi.com/list — 200 — 829 B — 324 ms — h2https://p3-xtjj-sign.byteimg.com/tos-cn-i-73owjymdk6/dfc5f2a52a0b4547a5aaebb6bc8641b4~tplv-73owjymdk6-jj-mark-v1:0:0:0:0:5o6Y6YeR5oqA5pyv56S-5Yy6IEAg5o-Q5YmN6YCA5LyR55qEamF2YeeMvw==:q75.awebp?rk3s=f64ab15b&x-expires=1777506766&x-signature=4afwuuygdpR2sRgqKi%2FNBGTjLv8%3Dp3-xtjj-sign.byteimg.com/tos-cn-i-7... https://p3-xtjj-sign.byteimg.com/tos-cn-i-73owjymdk6/dfc5f2a52a0b4547a5aaebb6bc8641b4~tplv-73owjymdk6-jj-mark-v1:0:0:0:0:5o6Y6YeR5oqA5pyv56S-5Yy6IEAg5o-Q5YmN6YCA5LyR55qEamF2YeeMvw==:q75.awebp?rk3s=f64ab15b&x-expires=1777506766&x-signature=4afwuuygdpR2sRgqKi%2FNBGTjLv8%3D — 200 — 119.6 KiB — 1.6 s — h2https://p3-xtjj-sign.byteimg.com/tos-cn-i-73owjymdk6/981e2c193a6a4ae18523daba3b4772b2~tplv-73owjymdk6-jj-mark-v1:0:0:0:0:5o6Y6YeR5oqA5pyv56S-5Yy6IEAgRXJwYW5PbWVy:q75.awebp?rk3s=f64ab15b&x-expires=1777506766&x-signature=LCPZ2G27madaX%2FOBs6Z1hc1O408%3Dp3-xtjj-sign.byteimg.com/tos-cn-i-7... https://p3-xtjj-sign.byteimg.com/tos-cn-i-73owjymdk6/981e2c193a6a4ae18523daba3b4772b2~tplv-73owjymdk6-jj-mark-v1:0:0:0:0:5o6Y6YeR5oqA5pyv56S-5Yy6IEAgRXJwYW5PbWVy:q75.awebp?rk3s=f64ab15b&x-expires=1777506766&x-signature=LCPZ2G27madaX%2FOBs6Z1hc1O408%3D — 200 — 49.0 KiB — 1.4 s — h2https://p3-xtjj-sign.byteimg.com/tos-cn-i-73owjymdk6/5ce9a547a88942b6be247bb2a1ff75e0~tplv-73owjymdk6-jj-mark-v1:0:0:0:0:5o6Y6YeR5oqA5pyv56S-5Yy6IEAg5a6F5bCP5bm0:q75.awebp?rk3s=f64ab15b&x-expires=1777506766&x-signature=JYU4QbJHCh8uY7fESf%2BZGOkOXA4%3Dp3-xtjj-sign.byteimg.com/tos-cn-i-7... https://p3-xtjj-sign.byteimg.com/tos-cn-i-73owjymdk6/5ce9a547a88942b6be247bb2a1ff75e0~tplv-73owjymdk6-jj-mark-v1:0:0:0:0:5o6Y6YeR5oqA5pyv56S-5Yy6IEAg5a6F5bCP5bm0:q75.awebp?rk3s=f64ab15b&x-expires=1777506766&x-signature=JYU4QbJHCh8uY7fESf%2BZGOkOXA4%3D — 200 — 37.9 KiB — 1.4 s — h2https://p3-xtjj-sign.byteimg.com/tos-cn-i-73owjymdk6/87ee9a14b74843c3b5b318dc95038fd4~tplv-73owjymdk6-jj-mark-v1:0:0:0:0:5o6Y6YeR5oqA5pyv56S-5Yy6IEAg5paw6YWx54ix5a2m5Lmg:q75.awebp?rk3s=f64ab15b&x-expires=1777506766&x-signature=UMGQosLmVvfTuqITq74QJNTA35w%3Dp3-xtjj-sign.byteimg.com/tos-cn-i-7... https://p3-xtjj-sign.byteimg.com/tos-cn-i-73owjymdk6/87ee9a14b74843c3b5b318dc95038fd4~tplv-73owjymdk6-jj-mark-v1:0:0:0:0:5o6Y6YeR5oqA5pyv56S-5Yy6IEAg5paw6YWx54ix5a2m5Lmg:q75.awebp?rk3s=f64ab15b&x-expires=1777506766&x-signature=UMGQosLmVvfTuqITq74QJNTA35w%3D — 200 — 106.5 KiB — 1.6 s — h2https://p3-xtjj-sign.byteimg.com/tos-cn-i-73owjymdk6/a5420e4f84c64ed48dec4e938c7ec431~tplv-73owjymdk6-jj-mark-v1:0:0:0:0:5o6Y6YeR5oqA5pyv56S-5Yy6IEAgV2ViSW5mcmE=:q75.awebp?rk3s=f64ab15b&x-expires=1777506766&x-signature=%2B6kM3NyFU1eUQ7GOWr4ApSWl2Qc%3Dp3-xtjj-sign.byteimg.com/tos-cn-i-7... https://p3-xtjj-sign.byteimg.com/tos-cn-i-73owjymdk6/a5420e4f84c64ed48dec4e938c7ec431~tplv-73owjymdk6-jj-mark-v1:0:0:0:0:5o6Y6YeR5oqA5pyv56S-5Yy6IEAgV2ViSW5mcmE=:q75.awebp?rk3s=f64ab15b&x-expires=1777506766&x-signature=%2B6kM3NyFU1eUQ7GOWr4ApSWl2Qc%3D — 200 — 28.1 KiB — 1.4 s — h2https://p3-xtjj-sign.byteimg.com/tos-cn-i-73owjymdk6/b56e7a26b31e41e9bb13d94447f135b8~tplv-73owjymdk6-jj-mark-v1:0:0:0:0:5o6Y6YeR5oqA5pyv56S-5Yy6IEAg5rSb5Y2h5Y2h5LqG:q75.awebp?rk3s=f64ab15b&x-expires=1777506766&x-signature=VaC%2FrHCwwwVBJBNk%2BFMPQbZZ5T8%3Dp3-xtjj-sign.byteimg.com/tos-cn-i-7... https://p3-xtjj-sign.byteimg.com/tos-cn-i-73owjymdk6/b56e7a26b31e41e9bb13d94447f135b8~tplv-73owjymdk6-jj-mark-v1:0:0:0:0:5o6Y6YeR5oqA5pyv56S-5Yy6IEAg5rSb5Y2h5Y2h5LqG:q75.awebp?rk3s=f64ab15b&x-expires=1777506766&x-signature=VaC%2FrHCwwwVBJBNk%2BFMPQbZZ5T8%3D — 200 — 99.1 KiB — 1.8 s — h2https://p3-xtjj-sign.byteimg.com/tos-cn-i-73owjymdk6/0117cd6cce234b9fa94047f589a87b6d~tplv-73owjymdk6-jj-mark-v1:0:0:0:0:5o6Y6YeR5oqA5pyv56S-5Yy6IEAg5Y2O5rSb:q75.awebp?rk3s=f64ab15b&x-expires=1777506766&x-signature=FxKyU405oDlTWyJS792eEzIZsTQ%3Dp3-xtjj-sign.byteimg.com/tos-cn-i-7... https://p3-xtjj-sign.byteimg.com/tos-cn-i-73owjymdk6/0117cd6cce234b9fa94047f589a87b6d~tplv-73owjymdk6-jj-mark-v1:0:0:0:0:5o6Y6YeR5oqA5pyv56S-5Yy6IEAg5Y2O5rSb:q75.awebp?rk3s=f64ab15b&x-expires=1777506766&x-signature=FxKyU405oDlTWyJS792eEzIZsTQ%3D — 200 — 30.9 KiB — 1.4 s — h2https://mcs.zijieapi.com/listmcs.zijieapi.com/list https://mcs.zijieapi.com/list — 200 — 831 B — 324 ms — h2data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7data:image/gif;base64,R0lGODlhAQABA... data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7 — 200 — 0 B — 0 ms — datahttps://mssdk.bytedance.com/web/commonmssdk.bytedance.com/web/common https://mssdk.bytedance.com/web/common — 200 — 1.0 KiB — 529 ms — h2https://mssdk.bytedance.com/web/common?msToken=NcAP_xFPZDMQXat3VyHnuuKm0jRos3lYmxoNtp7K8CRGukR3aGLp-Ld6XPG3pQey0gO5sBDYIT69o0H74OQKDOjhcKACK5_UGiqzhGII-mJMvaN7PvdLEPq6B00FzPqhbOQ%3Dmssdk.bytedance.com/web/common?msTo... https://mssdk.bytedance.com/web/common?msToken=NcAP_xFPZDMQXat3VyHnuuKm0jRos3lYmxoNtp7K8CRGukR3aGLp-Ld6XPG3pQey0gO5sBDYIT69o0H74OQKDOjhcKACK5_UGiqzhGII-mJMvaN7PvdLEPq6B00FzPqhbOQ%3D — 200 — 704 B — 217 ms — h2https://p3-xtjj-sign.byteimg.com/tos-cn-i-73owjymdk6/2e62675c99154fb387c8250ff054e7a8~tplv-73owjymdk6-jj-mark-v1:0:0:0:0:5o6Y6YeR5oqA5pyv56S-5Yy6IEAg56iL5bqP5ZGY6bG855qu:q75.awebp?rk3s=f64ab15b&x-expires=1777506766&x-signature=D8a%2BX6phIFz0VnNnOBGfgGsK%2BYs%3Dp3-xtjj-sign.byteimg.com/tos-cn-i-7... https://p3-xtjj-sign.byteimg.com/tos-cn-i-73owjymdk6/2e62675c99154fb387c8250ff054e7a8~tplv-73owjymdk6-jj-mark-v1:0:0:0:0:5o6Y6YeR5oqA5pyv56S-5Yy6IEAg56iL5bqP5ZGY6bG855qu:q75.awebp?rk3s=f64ab15b&x-expires=1777506766&x-signature=D8a%2BX6phIFz0VnNnOBGfgGsK%2BYs%3D — -1 — 0 B — 3 ms — https://p3-xtjj-sign.byteimg.com/tos-cn-i-73owjymdk6/c8e7c4e4a6704029af9f5a45b7ce558e~tplv-73owjymdk6-jj-mark-v1:0:0:0:0:5o6Y6YeR5oqA5pyv56S-5Yy6IEAgQUnooovpvKDluJ0=:q75.awebp?rk3s=f64ab15b&x-expires=1777506766&x-signature=zjiuaPK9hu5sLvnZ3vVeFCcqpxY%3Dp3-xtjj-sign.byteimg.com/tos-cn-i-7... https://p3-xtjj-sign.byteimg.com/tos-cn-i-73owjymdk6/c8e7c4e4a6704029af9f5a45b7ce558e~tplv-73owjymdk6-jj-mark-v1:0:0:0:0:5o6Y6YeR5oqA5pyv56S-5Yy6IEAgQUnooovpvKDluJ0=:q75.awebp?rk3s=f64ab15b&x-expires=1777506766&x-signature=zjiuaPK9hu5sLvnZ3vVeFCcqpxY%3D — -1 — 0 B — 2 ms — https://p3-xtjj-sign.byteimg.com/tos-cn-i-73owjymdk6/0117cd6cce234b9fa94047f589a87b6d~tplv-73owjymdk6-jj-mark-v1:0:0:0:0:5o6Y6YeR5oqA5pyv56S-5Yy6IEAg5Y2O5rSb:q75.awebp?rk3s=f64ab15b&x-expires=1777506766&x-signature=FxKyU405oDlTWyJS792eEzIZsTQ%3Dp3-xtjj-sign.byteimg.com/tos-cn-i-7... https://p3-xtjj-sign.byteimg.com/tos-cn-i-73owjymdk6/0117cd6cce234b9fa94047f589a87b6d~tplv-73owjymdk6-jj-mark-v1:0:0:0:0:5o6Y6YeR5oqA5pyv56S-5Yy6IEAg5Y2O5rSb:q75.awebp?rk3s=f64ab15b&x-expires=1777506766&x-signature=FxKyU405oDlTWyJS792eEzIZsTQ%3D — -1 — 0 B — 4 ms — https://mon.zijieapi.com/monitor_browser/collect/batch/?biz_id=2608mon.zijieapi.com/monitor_browser/co... https://mon.zijieapi.com/monitor_browser/collect/batch/?biz_id=2608 — 204 — 0 B — 188 ms — h2https://mon.zijieapi.com/monitor_browser/collect/batch/?biz_id=2608mon.zijieapi.com/monitor_browser/co... https://mon.zijieapi.com/monitor_browser/collect/batch/?biz_id=2608 — 204 — 325 B — 250 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
81% of JavaScript execution is third-party
First-party Third-party 1372ms · 966KB · ¥68/mo
Unattributable
Other
Costly
Execution 265ms
Transfer 0 KB
Monthly Cost ¥13/mo
lf-web-assets.juejin.cn
Other
Costly
Execution 230ms
Transfer 155 KB
Unused 49%
Monthly Cost ¥11/mo
lf-web-assets.juejin.cn
Other
Optional
Execution 179ms
Transfer 6 KB
Monthly Cost ¥9/mo
lf-headquarters-speed.yhgfb-cn-static.com
Other
Optional
Execution 149ms
Transfer 56 KB
Monthly Cost ¥7/mo
lf-web-assets.juejin.cn
Other
Optional
Execution 141ms
Transfer 608 KB
Unused 62%
Monthly Cost ¥7/mo
lf-web-assets.juejin.cn
Other
Optional
Execution 120ms
Transfer 56 KB
Unused 49%
Monthly Cost ¥6/mo
lf-web-assets.juejin.cn
Other
Optional
Execution 100ms
Transfer 6 KB
Monthly Cost ¥5/mo
lf-web-assets.juejin.cn
Other
Optional
Execution 95ms
Transfer 51 KB
Unused 64%
Monthly Cost ¥5/mo
lf-web-assets.juejin.cn
Other
Optional
Execution 93ms
Transfer 28 KB
Monthly Cost ¥5/mo

These scripts may cost more than they're worth

  • Unattributable adds 265ms and costs ~¥13/month
  • lf-web-assets.juejin.cn adds 230ms and costs ~¥11/month

81% 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

Unattributable takes 265ms 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

lf-web-assets.juejin.cn takes 230ms 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 lf-web-assets.juejin.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

64% of lf-web-assets.juejin.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