Performance
· 17 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.
4.09 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
15.12 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.00 s
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.
9.08 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.
20.64 s
Page Load Progression
FPage Weight BudgetAction3.3 MB transferred, 120 requestsFIX
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.
Source: web.dev
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.
Source: web.dev
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction7180ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://static.zhihu.com/heifetz/mobile.app.b35ba6660342576655af.js | 1662ms | 1242ms | 155ms | 3rd |
| https://static.zhihu.com/event/wza/4633_1/aria.js?appid=c5ddb58ead4528987249d96fb27246ab | 1023ms | 930ms | 40ms | 3rd |
| https://static.zhihu.com/event/react-dom@17.0.2/umd/react-dom.production.min.js | 862ms | 750ms | 13ms | 3rd |
| Unattributable | 813ms | 244ms | 0ms | 3rd |
| https://www.zhihu.com/ | 656ms | 27ms | 3ms | 3rd |
| https://unpkg.zhimg.com/@cfe/assets@1.5.1/dist/third-party/gtoneid-h5-simple-min.js | 601ms | 538ms | 16ms | 3rd |
| https://unpkg.zhimg.com/za-js-sdk@5.6.0/dist/zap.js | 576ms | 527ms | 33ms | 3rd |
| https://static.zhihu.com/heifetz/682.app.858f080ce596fa634bde.js | 421ms | 67ms | 333ms | 3rd |
| https://unpkg.zhimg.com/@cfe/sentry-script@1.3.1/dist/init.js | 381ms | 200ms | 4ms | 3rd |
| https://static.zhihu.com/heifetz/chunks/zswsdid.993bf3e63383befd3ad6.js | 184ms | 166ms | 8ms | 3rd |
FJS BundlesAction69 scripts, 1.0 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://static.zhihu.com/heifetz/682.app.858f080ce596fa634bde.js | 787 KB | 551 KB (71%) | ✓ | 3rd |
| https://static.zhihu.com/heifetz/mobile.app.b35ba6660342576655af.js | 361 KB | 234 KB (66%) | ✓ | 3rd |
| https://static.zhihu.com/heifetz/chunks/shared-a7a4a2d0093164b9d10e43fa748708c97cbfd9fe.68756e8818a7d751fad3.js | 144 KB | 115 KB (83%) | ✓ | 3rd |
| https://static.zhihu.com/event/wza/4633_1/aria.js?appid=c5ddb58ead4528987249d96fb27246ab | 118 KB | 85 KB (73%) | ✓ | 3rd |
| https://static.zhihu.com/heifetz/chunks/shared-826b84a0e8ebf4ad4125f3058df7b8d7c0b5bca4.9172b81f5ec9e991f398.js | 43 KB | 38 KB (93%) | ✓ | 3rd |
| https://static.zhihu.com/heifetz/vendor.007c46aa2a2931497960.js | 67 KB | 32 KB (48%) | ✓ | 3rd |
| https://unpkg.zhimg.com/za-js-sdk@5.6.0/dist/zap.js | 74 KB | — | ✓ | 3rd |
| https://static.zhihu.com/heifetz/chunks/lib-c4d1bd12.e06df5e16f45e5f90ed9.js | 9 KB | — | ✓ | 3rd |
| https://static.zhihu.com/event/react-dom@17.0.2/umd/react-dom-server.browser.production.min.js | 8 KB | — | ✓ | 3rd |
| https://static.zhihu.com/heifetz/runtime.app.cafe2cbeb5405865917a.js | 9 KB | — | ✓ | 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 InventoryAction120 resources · 3.3 MB · 1.0 MB savings availableFIX
~1.0 MiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 120 resources | 3.3 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization11 images, 0 KB saveableREVIEW
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 Hints8 hints, 0 missing preconnectsPASS
Current Resource Hints
8 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall120 requests over 6003msINFO
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 | 1662ms | 361 KB | 66% | ¥82/mo | Costly |
static.zhihu.com static.zhihu.com | Other | 1023ms | 118 KB | 73% | ¥50/mo | Costly |
static.zhihu.com static.zhihu.com | Other | 862ms | 40 KB | — | ¥43/mo | Costly |
Unattributable Unattributable | Other | 813ms | 0 KB | — | ¥40/mo | Costly |
www.zhihu.com www.zhihu.com | Other | 656ms | 28 KB | — | ¥32/mo | Costly |
unpkg.zhimg.com unpkg.zhimg.com | Other | 601ms | 47 KB | — | ¥30/mo | Costly |
unpkg.zhimg.com unpkg.zhimg.com | Other | 576ms | 74 KB | — | ¥28/mo | Costly |
static.zhihu.com static.zhihu.com | Other | 421ms | 787 KB | 71% | ¥21/mo | Costly |
unpkg.zhimg.com unpkg.zhimg.com | Other | 381ms | 14 KB | — | ¥19/mo | Costly |
static.zhihu.com static.zhihu.com | Other | 184ms | 25 KB | — | ¥9/mo | Optional |
These scripts may cost more than they're worth
- static.zhihu.com adds 1662ms and costs ~¥82/month
- static.zhihu.com adds 1023ms and costs ~¥50/month
- static.zhihu.com adds 862ms and costs ~¥43/month
- Unattributable adds 813ms and costs ~¥40/month
- www.zhihu.com adds 656ms and costs ~¥32/month
- unpkg.zhimg.com adds 601ms and costs ~¥30/month
- unpkg.zhimg.com adds 576ms and costs ~¥28/month
- static.zhihu.com adds 421ms and costs ~¥21/month
- unpkg.zhimg.com adds 381ms and costs ~¥19/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 1662ms 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
66% 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
static.zhihu.com takes 1023ms 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
static.zhihu.com takes 862ms 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 813ms 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
www.zhihu.com takes 656ms 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
unpkg.zhimg.com takes 601ms 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
unpkg.zhimg.com takes 576ms 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 421ms 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
71% 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
unpkg.zhimg.com takes 381ms 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