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.
2.99 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.88 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
3.18 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.
9.62 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.67 s
Page Load Progression
FPage Weight BudgetAction2.8 MB transferred, 320 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 ImpactAction98% third-party, 0 ms blockingFIX
FJS Execution CostAction13186ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://icdn.lenta.ru/assets/webpack/vendorsOptiPwa.003d701c.js | 4462ms | 1688ms | 52ms | 3rd |
| https://lenta.ru/ | 1297ms | 45ms | 11ms | 1st |
| Unattributable | 1151ms | 156ms | 0ms | 3rd |
| https://cdn-s01.rambler.ru/magic/v1.3.6/magic.js | 1098ms | 72ms | 32ms | 3rd |
| https://yandex.ru/ads/system/context.js | 937ms | 508ms | 47ms | 3rd |
| https://ssp.rambler.ru/capirs_async.js | 878ms | 730ms | 56ms | 3rd |
| https://privacy-cs.mail.ru/static/sync-loader.js | 658ms | 521ms | 11ms | 3rd |
| https://st.top100.ru/top100/top100.js | 649ms | 552ms | 52ms | 3rd |
| https://icdn.lenta.ru/assets/webpack/commonOptiPwa.003d701c.js | 550ms | 482ms | 47ms | 3rd |
| https://yastatic.net/partner-code-bundles/1304651/e98eb32840226dc3.js | 348ms | 237ms | 31ms | 3rd |
Showing top 10 of 17 scripts
DJS BundlesAction24 scripts, 387 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://yastatic.net/partner-code-bundles/1304651/00cc0164cd639ddf.js | 130 KB | 93 KB (72%) | ✓ | 3rd |
| https://icdn.lenta.ru/assets/webpack/vendorsOptiPwa.003d701c.js | 130 KB | 93 KB (71%) | ✓ | 3rd |
| https://yandex.ru/ads/system/context.js | 105 KB | 49 KB (47%) | ✓ | 3rd |
| https://mc.webvisor.org/metrika/tag_ww.js | 86 KB | 43 KB (50%) | ✓ | 3rd |
| https://ssp.rambler.ru/capirs_async.js | 89 KB | 36 KB (41%) | ✓ | 3rd |
| https://st.top100.ru/top100/top100.js | 37 KB | 27 KB (74%) | ✓ | 3rd |
| https://yastatic.net/partner-code-bundles/1304651/e98eb32840226dc3.js | 58 KB | 23 KB (40%) | ✓ | 3rd |
| https://yastatic.net/partner-code-bundles/1304651/22d10f9d8e892aab.js | 32 KB | 23 KB (72%) | ✓ | 3rd |
| https://www.tns-counter.ru/tcounter.js | 0 KB | — | ✓ | 3rd |
| https://privacy-cs.mail.ru/static/sync-loader.js | 22 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
DPage Weight InventoryAction320 resources · 2.8 MB · 387 KB savings availableFIX
~386.8 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 320 resources | 2.8 MiB | ||||||
BImage Optimization48 images, 0 KB saveableREVIEW
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
BHTTP Cachingmax-age=0, private, must-revalidateREVIEW
max-age=0, private, must-revalidate
| Directive | Value | Meaning |
|---|---|---|
| max-age | 0 | Cache for 0 seconds |
| private | — | Only browser cache, not CDN/proxy |
| must-revalidate | — | Must recheck with server after expiry |
A+Text CompressionAll text resources are compressedPASS
A+Font Loading3 fonts (120 KB)PASS
Web fonts
3
120 KB total
Render-blocking
0
of 3
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 Waterfall320 requests over 6767msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
icdn.lenta.ru icdn.lenta.ru | Other | 4462ms | 130 KB | 71% | ₽1321/mo | Costly |
Unattributable Unattributable | Other | 1151ms | 0 KB | — | ₽341/mo | Costly |
cdn-s01.rambler.ru cdn-s01.rambler.ru | Other | 1098ms | 43 KB | — | ₽325/mo | Costly |
yandex.ru yandex.ru | Other | 937ms | 105 KB | 47% | ₽277/mo | Costly |
ssp.rambler.ru ssp.rambler.ru | Other | 878ms | 89 KB | 41% | ₽260/mo | Costly |
privacy-cs.mail.ru privacy-cs.mail.ru | Other | 658ms | 22 KB | — | ₽195/mo | Costly |
st.top100.ru st.top100.ru | Other | 649ms | 37 KB | 74% | ₽192/mo | Costly |
icdn.lenta.ru icdn.lenta.ru | Other | 550ms | 181 KB | — | ₽163/mo | Costly |
yastatic.net yastatic.net | Other | 348ms | 58 KB | 40% | ₽103/mo | Costly |
mc.webvisor.org mc.webvisor.org | Other | 325ms | 86 KB | 50% | ₽96/mo | Costly |
yastatic.net yastatic.net | Other | 233ms | 32 KB | 72% | ₽69/mo | Costly |
vp.rambler.ru vp.rambler.ru | Other | 187ms | 18 KB | — | ₽55/mo | Costly |
yastatic.net yastatic.net | Other | 183ms | 130 KB | 72% | ₽54/mo | Costly |
top-fwz1.mail.ru top-fwz1.mail.ru | Other | 90ms | 20 KB | — | ₽27/mo | Optional |
st.top100.ru st.top100.ru | Other | 80ms | 6 KB | — | ₽24/mo | Optional |
icdn.lenta.ru icdn.lenta.ru | Other | 59ms | 4 KB | — | ₽18/mo | Optional |
These scripts may cost more than they're worth
- icdn.lenta.ru adds 4462ms and costs ~₽1321/month
- Unattributable adds 1151ms and costs ~₽341/month
- cdn-s01.rambler.ru adds 1098ms and costs ~₽325/month
- yandex.ru adds 937ms and costs ~₽277/month
- ssp.rambler.ru adds 878ms and costs ~₽260/month
- privacy-cs.mail.ru adds 658ms and costs ~₽195/month
- st.top100.ru adds 649ms and costs ~₽192/month
- icdn.lenta.ru adds 550ms and costs ~₽163/month
- yastatic.net adds 348ms and costs ~₽103/month
- mc.webvisor.org adds 325ms and costs ~₽96/month
- yastatic.net adds 233ms and costs ~₽69/month
- vp.rambler.ru adds 187ms and costs ~₽55/month
- yastatic.net adds 183ms and costs ~₽54/month
90% 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
icdn.lenta.ru takes 4462ms 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 icdn.lenta.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
Unattributable takes 1151ms 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-s01.rambler.ru takes 1098ms 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 937ms 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
ssp.rambler.ru takes 878ms 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
privacy-cs.mail.ru takes 658ms 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
st.top100.ru takes 649ms 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
74% of st.top100.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
icdn.lenta.ru takes 550ms 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 348ms 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.webvisor.org takes 325ms 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
50% of mc.webvisor.org'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 233ms 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
72% 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
vp.rambler.ru takes 187ms 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 183ms 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
72% 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