Performance
· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.Performance-focused optimization plan with CWV assessment, top offenders, and time estimates
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
2.07 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.20 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
689 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.003
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.88 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.
6.54 s
Page Load Progression
FPage Weight BudgetAction3.4 MB transferred, 111 requestsFIX
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.
Source: web.dev
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.
Source: web.dev
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
DJS Execution CostAction2286ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://static.zhihu.com/amadeus-rn/web/shared-ef98b214814c8805.ca7a7ac003b24756.js | 610ms | 588ms | 18ms | 3rd |
| https://static.zhihu.com/heifetz/main.app.3fbde678b8f61cebb7af.js | 306ms | 265ms | 32ms | 3rd |
| https://www.zhihu.com/signin?next=%2F | 289ms | 27ms | 1ms | 3rd |
| Unattributable | 275ms | 74ms | 0ms | 3rd |
| https://unpkg.zhimg.com/@cfe/sentry-script@1.3.1/dist/init.js | 186ms | 133ms | 1ms | 3rd |
| https://unpkg.zhimg.com/za-js-sdk@5.6.0/dist/zap.js | 135ms | 123ms | 9ms | 3rd |
| https://cstaticdun.126.net/load.min.js | 134ms | 132ms | 1ms | 3rd |
| https://static.zhihu.com/event/wza/4633_1/aria.js?appid=a3637ace5dc3a347f6863b0bac487599 | 129ms | 114ms | 10ms | 3rd |
| https://static.zhihu.com/heifetz/8395.app.67e4175617880cd253f4.js | 108ms | 36ms | 62ms | 3rd |
| https://static.zhihu.com/event/react@17.0.2/umd/react.production.min.js | 58ms | 53ms | 0ms | 3rd |
Showing top 10 of 11 scripts
FJS BundlesAction71 scripts, 1.4 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://static.zhihu.com/heifetz/8395.app.67e4175617880cd253f4.js | 791 KB | 573 KB (73%) | ✓ | 3rd |
| https://static.zhihu.com/heifetz/main.app.3fbde678b8f61cebb7af.js | 375 KB | 260 KB (70%) | ✓ | 3rd |
| https://static.zhihu.com/amadeus-rn/web/shared-1637117f027caece.06ea943e1ff2da6f.js | 212 KB | 120 KB (57%) | ✓ | 3rd |
| https://static.zhihu.com/event/wza/4633_1/aria.js?appid=a3637ace5dc3a347f6863b0bac487599 | 118 KB | 85 KB (73%) | ✓ | 3rd |
| https://cstaticdun.126.net/2.28.5/core-optimi.m25b40.v2.28.5.min.js?v=2960605 | 180 KB | 78 KB (44%) | ✓ | 3rd |
| https://static.zhihu.com/amadeus-rn/web/shared-ef98b214814c8805.ca7a7ac003b24756.js | 305 KB | 75 KB (25%) | ✓ | 3rd |
| https://static.zhihu.com/heifetz/vendor.007c46aa2a2931497960.js | 67 KB | 32 KB (48%) | ✓ | 3rd |
| https://static.zhihu.com/amadeus-rn/web/shared-4300cebafe39d3a8.f116bb4b1e6bf128.js | 32 KB | 28 KB (87%) | ✓ | 3rd |
| https://static.zhihu.com/amadeus-rn/web/shared-60696d0f627d269d.22e16f99938d401e.js | 38 KB | 26 KB (68%) | ✓ | 3rd |
| https://static.zhihu.com/amadeus-rn/web/shared-298c47547c387857.09656bfa740afbae.js | 27 KB | 25 KB (92%) | ✓ | 3rd |
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
FPage Weight InventoryAction111 resources · 3.4 MB · 1.4 MB savings availableFIX
~1.4 MiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 111 resources | 3.4 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization6 images, 0 KB saveableREVIEW
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Text CompressionAll text resources are compressedPASS
A+Font Loading1 fonts (18 KB)PASS
Web fonts
1
18 KB total
Render-blocking
0
of 1
Dominant font-display
swap
Most common across fonts
Font loading timeline
Optimization checklist
- Preload critical fonts (priority=high)
- Use woff2 format for all fonts
- Set font-display to swap, optional, or fallback
- Subset large fonts (≤100 KB each)
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
Network Waterfall111 requests over 9350msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
static.zhihu.com static.zhihu.com | Other | 610ms | 305 KB | 25% | ¥30/mo | Costly |
static.zhihu.com static.zhihu.com | Other | 306ms | 375 KB | 70% | ¥15/mo | Costly |
www.zhihu.com www.zhihu.com | Other | 289ms | 16 KB | — | ¥14/mo | Costly |
Unattributable Unattributable | Other | 275ms | 0 KB | — | ¥14/mo | Costly |
unpkg.zhimg.com unpkg.zhimg.com | Other | 186ms | 15 KB | — | ¥9/mo | Optional |
unpkg.zhimg.com unpkg.zhimg.com | Other | 135ms | 74 KB | — | ¥7/mo | Optional |
cstaticdun.126.net cstaticdun.126.net | Other | 134ms | 15 KB | — | ¥7/mo | Optional |
static.zhihu.com static.zhihu.com | Other | 129ms | 118 KB | 73% | ¥6/mo | Optional |
static.zhihu.com static.zhihu.com | Other | 108ms | 791 KB | 73% | ¥5/mo | Optional |
static.zhihu.com static.zhihu.com | Other | 58ms | 5 KB | — | ¥3/mo | Optional |
cstaticdun.126.net cstaticdun.126.net | Other | 56ms | 180 KB | 44% | ¥3/mo | Optional |
These scripts may cost more than they're worth
- static.zhihu.com adds 610ms and costs ~¥30/month
- static.zhihu.com adds 306ms and costs ~¥15/month
- www.zhihu.com adds 289ms and costs ~¥14/month
- Unattributable adds 275ms and costs ~¥14/month
100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.
When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.
Learn more ▾ ▴
Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.
Source: web.dev
static.zhihu.com takes 610ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
static.zhihu.com takes 306ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
70% of static.zhihu.com's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
www.zhihu.com takes 289ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Unattributable takes 275ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
73% of static.zhihu.com's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
73% of static.zhihu.com's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev