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.
1.70 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
6.48 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
29 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.028
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.00 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.48 s
Page Load Progression
DThird-Party ImpactAction74% third-party, 0 ms blockingFIX
DHTTP CachingActionno-store (uncacheable)FIX
no-cache,no-store,max-age=0,must-revalidate
| Directive | Value | Meaning |
|---|---|---|
| no-cache | — | Cache but always revalidate first |
| no-store | — | Never cache this response |
| max-age | 0 | Cache for 0 seconds |
| must-revalidate | — | Must recheck with server after expiry |
CJS Execution CostAction1873ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://yandex.com/ | 818ms | 106ms | 36ms | 1st |
| Unattributable | 330ms | 6ms | 0ms | 3rd |
| https://yastatic.net/react/19.2.1/react-with-dom.min.js | 261ms | 204ms | 21ms | 3rd |
| https://yastatic.net/s3/home-static/_/nova/2271cd66b87d65ae22db94a5b2bdc6b9d54c91c39b65083afe87cd2fb6ac57bd.js | 252ms | 182ms | 30ms | 3rd |
| https://mc.yandex.ru/metrika/watch_serp.js | 75ms | 57ms | 8ms | 3rd |
| https://yastatic.net/s3/home-static/_/nova/CJivoyG4.js | 73ms | 54ms | 14ms | 3rd |
| https://yastatic.net/s3/gdpr/v3/gdpr.js | 64ms | 27ms | 25ms | 3rd |
BJS Bundles6 scripts, 71 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://yastatic.net/s3/home-static/_/nova/2271cd66b87d65ae22db94a5b2bdc6b9d54c91c39b65083afe87cd2fb6ac57bd.js | 69 KB | 45 KB (66%) | ✓ | 3rd |
| https://yastatic.net/react/19.2.1/react-with-dom.min.js | 51 KB | 26 KB (53%) | ✓ | 3rd |
| https://yastatic.net/s3/home-static/_/nova/CJivoyG4.js | 30 KB | — | ✓ | 3rd |
| https://an.yandex.ru/system/context.js | 1 KB | — | ✓ | 3rd |
| https://mc.yandex.ru/metrika/watch_serp.js | 27 KB | — | ✓ | 3rd |
| https://yastatic.net/s3/gdpr/v3/gdpr.js | 26 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
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Page Weight Budget319 KB transferred, 26 requestsPASS
A+Text CompressionAll text resources are compressedPASS
AImage Optimization2 images, 0 KB saveablePASS
A+Font Loading1 fonts (26 KB)PASS
Web fonts
1
26 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
APage Weight Inventory26 resources · 319 KB · 71 KB savings availablePASS
~71.3 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 26 resources | 319.2 KiB | ||||||
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall26 requests over 5564msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 330ms | 0 KB | — | ₽98/mo | Costly |
yastatic.net yastatic.net | Other | 261ms | 51 KB | 53% | ₽77/mo | Costly |
yastatic.net yastatic.net | Other | 252ms | 69 KB | 66% | ₽75/mo | Costly |
mc.yandex.ru mc.yandex.ru | Other | 75ms | 27 KB | — | ₽22/mo | Optional |
yastatic.net yastatic.net | Other | 73ms | 30 KB | — | ₽22/mo | Optional |
yastatic.net yastatic.net | Other | 64ms | 26 KB | — | ₽19/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 330ms and costs ~₽98/month
- yastatic.net adds 261ms and costs ~₽77/month
- yastatic.net adds 252ms and costs ~₽75/month
56% of JavaScript execution time comes from third-party scripts.
Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.
Learn more ▾ ▴
Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.
Source: web.dev / HTTP Archive Web Almanac
Unattributable takes 330ms 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
yastatic.net takes 261ms 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
53% of yastatic.net'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
yastatic.net takes 252ms 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 yastatic.net'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