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.96 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.26 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
797 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.001
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.96 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.
17.22 s
Page Load Progression
FPage Weight BudgetAction2.6 MB transferred, 202 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 CostAction3796ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 1003ms | 15ms | 0ms | 3rd |
| https://m.ok.ru/mres/batch/js/common/f0a82b76/common.js | 468ms | 210ms | 86ms | 3rd |
| https://privacy-cs.mail.ru/static/sync-loader.js | 371ms | 301ms | 44ms | 3rd |
| https://m.ok.ru/mres/batch/js/head/f4d757e/head.js | 293ms | 245ms | 9ms | 3rd |
| https://m.ok.ru/mres/react/toast-manager_b464fc79.js | 228ms | 160ms | 62ms | 3rd |
| https://m.ok.ru/mres/react/clips-fullscreen_dedf91f.js | 217ms | 148ms | 69ms | 3rd |
| https://m.ok.ru/mres/batch/js/reacte58fc505/vendors.js | 192ms | 28ms | 163ms | 3rd |
| https://m.ok.ru/mres/batch/js/healthPage/accbaa14/coreKeeper.js | 190ms | 145ms | 2ms | 3rd |
| https://m.ok.ru/ | 186ms | 35ms | 9ms | 3rd |
| https://mc.yandex.ru/metrika/tag.js | 180ms | 152ms | 21ms | 3rd |
Showing top 10 of 15 scripts
FJS BundlesAction27 scripts, 5.8 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://m.ok.ru/mres/batch/js/reacte58fc505/vendors.js | 0 KB | 1656 KB (94%) | ✓ | 3rd |
| https://m.ok.ru/mres/batch/js/reacte58fc505/vendors.js | 375 KB | 1656 KB (94%) | ✓ | 3rd |
| https://m.ok.ru/mres/batch/js/reacte58fc505/react-loader.js | 231 KB | 805 KB (88%) | ✓ | 3rd |
| https://m.ok.ru/mres/batch/js/reacte58fc505/react-loader.js | 0 KB | 805 KB (88%) | ✓ | 3rd |
| https://m.ok.ru/mres/batch/js/photos6a361c01/photos.module.js | 244 KB | 212 KB (87%) | ✓ | 3rd |
| https://m.ok.ru/mres/batch/js/registrationf815cd9a/landing.module.js | 227 KB | 200 KB (88%) | ✓ | 3rd |
| https://m.ok.ru/mres/batch/js/donate73192632/donate.module.js | 227 KB | 200 KB (88%) | ✓ | 3rd |
| https://m.ok.ru/mres/batch/js/common/f0a82b76/common.js | 226 KB | 161 KB (71%) | ✓ | 3rd |
| https://m.ok.ru/mres/react/clips-fullscreen_dedf91f.js | 179 KB | 97 KB (54%) | ✓ | 3rd |
| https://m.ok.ru/mres/react/toast-manager_b464fc79.js | 166 KB | 89 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 InventoryAction202 resources · 2.6 MB · 5.8 MB savings availableFIX
~5.8 MiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 202 resources | 2.6 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization127 images, 0 KB saveableREVIEW
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
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 Loading3 fonts (105 KB)PASS
Web fonts
3
105 KB total
Render-blocking
0
of 3
Dominant font-display
swap
Most common across fonts
Font loading timeline
- 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 ~15 KB and ~30 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints64 hints, 0 missing preconnectsPASS
Current Resource Hints
64 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall202 requests over 32126msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 1003ms | 0 KB | — | ₽297/mo | Costly |
m.ok.ru m.ok.ru | Other | 468ms | 226 KB | 71% | ₽139/mo | Costly |
privacy-cs.mail.ru privacy-cs.mail.ru | Other | 371ms | 22 KB | — | ₽110/mo | Costly |
m.ok.ru m.ok.ru | Other | 293ms | 24 KB | — | ₽87/mo | Costly |
m.ok.ru m.ok.ru | Other | 228ms | 166 KB | 54% | ₽67/mo | Costly |
m.ok.ru m.ok.ru | Other | 217ms | 179 KB | 54% | ₽64/mo | Costly |
m.ok.ru m.ok.ru | Other | 192ms | 0 KB | 94% | ₽57/mo | Costly |
m.ok.ru m.ok.ru | Other | 190ms | 12 KB | — | ₽56/mo | Costly |
m.ok.ru m.ok.ru | Other | 186ms | 14 KB | — | ₽55/mo | Costly |
mc.yandex.ru mc.yandex.ru | Other | 180ms | 85 KB | 59% | ₽53/mo | Costly |
m.ok.ru m.ok.ru | Other | 115ms | 244 KB | 87% | ₽34/mo | Optional |
top-fwz1.mail.ru top-fwz1.mail.ru | Other | 108ms | 20 KB | — | ₽32/mo | Optional |
m.ok.ru m.ok.ru | Other | 91ms | 227 KB | 88% | ₽27/mo | Optional |
m.ok.ru m.ok.ru | Other | 81ms | 227 KB | 88% | ₽24/mo | Optional |
m.ok.ru m.ok.ru | Other | 72ms | 0 KB | 88% | ₽21/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 1003ms and costs ~₽297/month
- m.ok.ru adds 468ms and costs ~₽139/month
- privacy-cs.mail.ru adds 371ms and costs ~₽110/month
- m.ok.ru adds 293ms and costs ~₽87/month
- m.ok.ru adds 228ms and costs ~₽67/month
- m.ok.ru adds 217ms and costs ~₽64/month
- m.ok.ru adds 192ms and costs ~₽57/month
- m.ok.ru adds 190ms and costs ~₽56/month
- m.ok.ru adds 186ms and costs ~₽55/month
- mc.yandex.ru adds 180ms 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
Unattributable takes 1003ms 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
m.ok.ru takes 468ms 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 m.ok.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
privacy-cs.mail.ru takes 371ms 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
m.ok.ru takes 293ms 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
m.ok.ru takes 228ms 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 m.ok.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
m.ok.ru takes 217ms 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 m.ok.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
m.ok.ru takes 192ms 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
94% of m.ok.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
m.ok.ru takes 190ms 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
m.ok.ru takes 186ms 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 180ms 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
59% 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
87% of m.ok.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
88% of m.ok.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
88% of m.ok.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
88% of m.ok.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