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.
3.69 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
7.88 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.09 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
8.78 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.
21.20 s
Page Load Progression
FPage Weight BudgetAction3.8 MB transferred, 208 requestsFIX
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
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.
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 ImpactAction73% third-party, 0 ms blockingFIX
FJS Execution CostAction9694ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://tass.ru/_next/static/chunks/7748-dd4896fd997b89b2.js | 2931ms | 2363ms | 25ms | 1st |
| Unattributable | 1339ms | 146ms | 0ms | 3rd |
| https://yastatic.net/partner-code-bundles/1304651/22d10f9d8e892aab.js | 1206ms | 965ms | 16ms | 3rd |
| https://static.a.mts.ru/id/pixel.js | 817ms | 532ms | 24ms | 3rd |
| https://tass.ru/ | 590ms | 24ms | 13ms | 1st |
| https://cdn-c.skcrtxr.com/wrapper/js/common-engine.js?v=s-dc1af2de-5f10-4ef6-a4db-cb39db302222 | 465ms | 335ms | 88ms | 3rd |
| https://privacy-cs.mail.ru/static/sync-loader.js | 363ms | 306ms | 7ms | 3rd |
| https://x01.aidata.io/lib/aidata.fp.latest.js?pixel=0892394 | 296ms | 236ms | 18ms | 3rd |
| https://yastatic.net/partner-code-bundles/1304651/e98eb32840226dc3.js | 287ms | 175ms | 28ms | 3rd |
| https://yandex.ru/ads/system/header-bidding.js | 257ms | 99ms | 10ms | 3rd |
Showing top 10 of 17 scripts
DJS BundlesAction56 scripts, 460 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://cdn-c.skcrtxr.com/wrapper/js/common-engine.js?v=s-dc1af2de-5f10-4ef6-a4db-cb39db302222 | 152 KB | 100 KB (66%) | ✓ | 3rd |
| https://yastatic.net/partner-code-bundles/1304651/00cc0164cd639ddf.js | 130 KB | 94 KB (73%) | ✓ | 3rd |
| https://mc.yandex.ru/metrika/tag.js | 85 KB | 44 KB (52%) | ✓ | 3rd |
| https://yandex.ru/ads/system/context.js | 105 KB | 44 KB (42%) | ✓ | 3rd |
| https://tass.ru/_next/static/chunks/7748-dd4896fd997b89b2.js | 89 KB | 42 KB (48%) | ✓ | 1st |
| https://mc.yandex.ru/metrika/watch.js | 69 KB | 37 KB (54%) | ✓ | 3rd |
| https://x01.aidata.io/lib/aidata.fp.latest.js?pixel=0892394 | 60 KB | 34 KB (58%) | ✓ | 3rd |
| https://yastatic.net/partner-code-bundles/1304651/e98eb32840226dc3.js | 58 KB | 24 KB (42%) | ✓ | 3rd |
| https://yastatic.net/partner-code-bundles/1304651/22d10f9d8e892aab.js | 32 KB | 21 KB (67%) | ✓ | 3rd |
| https://tass.ru/_next/static/chunks/2938-5693946fcec2b1df.js | 33 KB | 20 KB (62%) | ✓ | 1st |
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 InventoryAction208 resources · 3.8 MB · 460 KB savings availableFIX
~460.2 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 208 resources | 3.8 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization37 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 Loading6 fonts (173 KB)PASS
Web fonts
6
173 KB total
Render-blocking
0
of 6
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
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall208 requests over 31384msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 1339ms | 0 KB | — | ₽396/mo | Costly |
yastatic.net yastatic.net | Other | 1206ms | 32 KB | 67% | ₽357/mo | Costly |
static.a.mts.ru static.a.mts.ru | Other | 817ms | 60 KB | — | ₽242/mo | Costly |
cdn-c.skcrtxr.com cdn-c.skcrtxr.com | Other | 465ms | 152 KB | 66% | ₽138/mo | Costly |
privacy-cs.mail.ru privacy-cs.mail.ru | Other | 363ms | 22 KB | — | ₽107/mo | Costly |
x01.aidata.io x01.aidata.io | Other | 296ms | 60 KB | 58% | ₽88/mo | Costly |
yastatic.net yastatic.net | Other | 287ms | 58 KB | 42% | ₽85/mo | Costly |
yandex.ru yandex.ru | Other | 257ms | 38 KB | — | ₽76/mo | Costly |
mc.yandex.ru mc.yandex.ru | Other | 241ms | 85 KB | 52% | ₽71/mo | Costly |
yandex.ru yandex.ru | Other | 238ms | 105 KB | 42% | ₽70/mo | Costly |
yastatic.net yastatic.net | Other | 159ms | 130 KB | 73% | ₽47/mo | Optional |
top-fwz1.mail.ru top-fwz1.mail.ru | Other | 142ms | 20 KB | — | ₽42/mo | Optional |
mc.yandex.ru mc.yandex.ru | Other | 139ms | 69 KB | 54% | ₽41/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 1339ms and costs ~₽396/month
- yastatic.net adds 1206ms and costs ~₽357/month
- static.a.mts.ru adds 817ms and costs ~₽242/month
- cdn-c.skcrtxr.com adds 465ms and costs ~₽138/month
- privacy-cs.mail.ru adds 363ms and costs ~₽107/month
- x01.aidata.io adds 296ms and costs ~₽88/month
- yastatic.net adds 287ms and costs ~₽85/month
- yandex.ru adds 257ms and costs ~₽76/month
- mc.yandex.ru adds 241ms and costs ~₽71/month
- yandex.ru adds 238ms and costs ~₽70/month
61% 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 1339ms 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 1206ms 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
67% 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
static.a.mts.ru takes 817ms 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-c.skcrtxr.com takes 465ms 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 cdn-c.skcrtxr.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
privacy-cs.mail.ru takes 363ms 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
x01.aidata.io takes 296ms 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 x01.aidata.io'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 287ms 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 257ms 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
mc.yandex.ru takes 241ms 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
52% 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
yandex.ru takes 238ms 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 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
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