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.
1.44 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.27 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.057
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.32 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.
5.27 s
Page Load Progression
FPage Weight BudgetAction4.4 MB transferred, 198 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
Subset fonts to include only used characters, or switch to system font stacks.
Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).
Source: web.dev font loading
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 CostAction2123ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://i.li.ru/static/js/protoculous-effects-packer.js | 475ms | 328ms | 2ms | 3rd |
| https://yastatic.net/partner-code-bundles/1304651/00cc0164cd639ddf.js | 337ms | 238ms | 14ms | 3rd |
| Unattributable | 282ms | 23ms | 0ms | 3rd |
| https://www.liveinternet.ru/ | 230ms | 11ms | 2ms | 3rd |
| https://cdn.viqeo.tv/js/vq_starter.js | 208ms | 42ms | 5ms | 3rd |
| https://yandex.ru/ads/system/context.js | 178ms | 143ms | 10ms | 3rd |
| https://mc.yandex.ru/metrika/watch.js | 109ms | 97ms | 9ms | 3rd |
| https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js | 89ms | 63ms | 17ms | 3rd |
| https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202604200101/show_ads_impl_fy2021.js?bust=31097972 | 85ms | 69ms | 12ms | 3rd |
| https://cdn.vqserve.com/vpaid-profile.js | 75ms | 64ms | 8ms | 3rd |
Showing top 10 of 11 scripts
FJS BundlesAction48 scripts, 864 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://i.li.ru/static/radio/radio-mediametrics-widget__VK_1251.js | 573 KB | 199 KB (35%) | ✗ | 3rd |
| https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202604200101/show_ads_impl_fy2021.js?bust=31097972 | 177 KB | 135 KB (76%) | ✓ | 3rd |
| https://www.liveinternet.ru/utf/li.js | 152 KB | 121 KB (81%) | ✗ | 3rd |
| https://yastatic.net/partner-code-bundles/1304651/00cc0164cd639ddf.js | 130 KB | 75 KB (58%) | ✓ | 3rd |
| https://cdn.vqserve.com/vpaid-profile.js | 91 KB | 67 KB (78%) | ✓ | 3rd |
| https://cdn.viqeo.tv/js/assets/master-8150/js/vn_player.js | 117 KB | 40 KB (34%) | ✓ | 3rd |
| https://cdn-c.skcrtxr.com/wrapper/js/adserver-vpaid-eng-v4.js?v=s-dc1af2de-5f10-4ef6-a4db-cb39db302222 | 66 KB | 40 KB (61%) | ✓ | 3rd |
| https://yandex.ru/ads/system/context.js | 104 KB | 38 KB (36%) | ✓ | 3rd |
| https://mc.yandex.ru/metrika/watch.js | 69 KB | 37 KB (54%) | ✓ | 3rd |
| https://mc.yandex.ru/metrika/watch.js | 0 KB | 37 KB (54%) | ✓ | 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 InventoryAction198 resources · 4.4 MB · 864 KB savings availableFIX
~863.7 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 198 resources | 4.4 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization46 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 Loading4 fonts (290 KB)PASS
Web fonts
4
290 KB total
Render-blocking
0
of 4
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
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 ~79 KB and ~158 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
Network Waterfall198 requests over 31925msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
i.li.ru i.li.ru | Other | 475ms | 62 KB | — | ₽141/mo | Costly |
yastatic.net yastatic.net | Other | 337ms | 130 KB | 58% | ₽100/mo | Costly |
Unattributable Unattributable | Other | 282ms | 0 KB | — | ₽84/mo | Costly |
www.liveinternet.ru www.liveinternet.ru | Other | 230ms | 34 KB | — | ₽68/mo | Costly |
cdn.viqeo.tv cdn.viqeo.tv | Other | 208ms | 0 KB | — | ₽62/mo | Costly |
yandex.ru yandex.ru | Other | 178ms | 104 KB | 36% | ₽53/mo | Costly |
mc.yandex.ru mc.yandex.ru | Other | 109ms | 0 KB | 54% | ₽32/mo | Optional |
pagead2.googlesyndication.com pagead2.googlesyndication.com | Other | 89ms | 54 KB | 52% | ₽26/mo | Optional |
pagead2.googlesyndication.com pagead2.googlesyndication.com | Other | 85ms | 177 KB | 76% | ₽25/mo | Optional |
cdn.vqserve.com cdn.vqserve.com | Other | 75ms | 91 KB | 78% | ₽22/mo | Optional |
yastatic.net yastatic.net | Other | 55ms | 58 KB | 41% | ₽16/mo | Optional |
These scripts may cost more than they're worth
- i.li.ru adds 475ms and costs ~₽141/month
- yastatic.net adds 337ms and costs ~₽100/month
- Unattributable adds 282ms and costs ~₽84/month
- www.liveinternet.ru adds 230ms and costs ~₽68/month
- cdn.viqeo.tv adds 208ms and costs ~₽62/month
- yandex.ru adds 178ms and costs ~₽53/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
i.li.ru takes 475ms 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 337ms 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
58% 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
Unattributable takes 282ms 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.liveinternet.ru takes 230ms 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
cdn.viqeo.tv takes 208ms 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
yandex.ru takes 178ms 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
54% of mc.yandex.ru'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
52% of pagead2.googlesyndication.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
76% of pagead2.googlesyndication.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
78% of cdn.vqserve.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