Skip to content
https://vkontakte.ru

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
69
GRADE
D
FIX
5
REVIEW
3
PASS
5
INFO
2

Performance-focused optimization plan with CWV assessment, top offenders, and time estimates

59
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
96
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
73
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
91
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

3.75 s

Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.

4.32 s

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

75 ms

Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.

0.003

Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.

3.75 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.21 s

Page Load Progression

403 ms
805 ms
1.2 s
1.6 s
2.0 s
2.4 s
2.8 s
3.2 s
Checks
15
5 PASS 3 REVIEW 5 FIX
F
Page Weight Budget
Action
3.6 MB transferred, 154 requests
FIX
3.6 MB transferred, 154 requests
Warning::
Page weighs 14.6 MB (3.6 MB transferred)
Warning::
JavaScript is 3.1 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 3.1 MB
Info::
CSS is 320 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 320 KB
Warning::
154 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.76 g CO2 per page load
3.6 MB / 2.4 MB budget
3.6 MB transferred
154 requests
0.76 g CO2 per page load
JavaScript 3.1 MiB 85%
CSS 320.1 KiB 9%
Fonts 139.7 KiB 4%
HTML 81.6 KiB 2%
Other 12.1 KiB 0%
Other 8.4 KiB 0%
Images 2.4 KiB 0%
Other 1.7 KiB 0%
Other 1.3 KiB 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.

Why this matters

JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.

Source: web.dev

Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.

Why this matters

CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.

Source: web.dev

Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.

Why this matters

High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.

Source: web.dev

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (3.6 MiB of 3.6 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
78 scripts, 1.8 MB unused
FIX
78 scripts, 1.8 MB unused
Warning::
https://st.vk.com/dist/core_spa/core_spa_vk.12d621...: 557 KB unused (67%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://st.vk.com/dist/web/chunks/common.0a2fe728....: 259 KB unused (61%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://st.vk.com/dist/web/chunks/vkcom-kit.4c5691...: 231 KB unused (93%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://st.vk.com/dist/web/chunks/vkcom-kit-icons....: 89 KB unused (98%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://static.vk.com/vkid/1.1.1321/qr_auth.js: 77 KB unused (43%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 1.8 MB
1797 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://st.vk.com/dist/core_spa/core_spa_vk.12d6213b.js837 KB557 KB (67%)3rd
https://st.vk.com/dist/web/chunks/common.0a2fe728.js428 KB259 KB (61%)3rd
https://st.vk.com/dist/web/chunks/vkcom-kit.4c5691fd.js249 KB231 KB (93%)3rd
https://st.vk.com/dist/web/chunks/vkcom-kit-icons.c4563565.js91 KB89 KB (98%)3rd
https://static.vk.com/vkid/1.1.1321/qr_auth.js181 KB77 KB (43%)3rd
https://st.vk.com/dist/web/chunks/vkui.e301c498.js111 KB75 KB (68%)3rd
https://st.vk.com/dist/web/chunks/d716fd59.56eb09e2.js72 KB58 KB (81%)3rd
https://st.vk.com/dist/web/chunks/b0cab1c1.async.60d15b44.js66 KB58 KB (88%)3rd
https://st.vk.com/dist/web/chunks/audioplayer-lib.85e44529.js68 KB50 KB (75%)3rd
https://st.vk.com/dist/web/chunks/audio_config_legacy.4c3f6b9a.js54 KB50 KB (94%)3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

F
Page Weight Inventory
Action
154 resources · 3.6 MB · 1.8 MB savings available
FIX
154 resources · 3.6 MB · 1.8 MB savings available
Warning::
Page weight 2.6 MB over 1MB target
Got: 3.6 MB Expected: ≤ 1 MB
Info::
~1.8 MB of savings available
Warning::
153 third-party resources (100% of weight)
Info::
3 resources over 200KB
154 resources · 3.6 MiB · 153 third-party 2.6 MiB over 1MB target
JavaScript 85% · 3.1 MiB
CSS 9% · 320.1 KiB
Font 4% · 139.7 KiB
Document 2% · 88.4 KiB
Other 0% · 10.7 KiB
Image 0% · 8.5 KiB

~1.8 MiB of savings available

Remove unused JavaScript: 1.8 MiB
D
HTTP Caching
Action
no-store (uncacheable)
FIX
no-store (uncacheable)
Info::
Cache-Control: no-store prevents all caching
Intentional for dynamic content, but increases server load for every page view.
Got: no-store
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

no-store

DirectiveValueMeaning
no-storeNever cache this response
B
Image Optimization
5 images, 0 KB saveable
REVIEW
5 images, 0 KB saveable
Info::
All images are well-optimized
5 images 2 KB
0 oversized -0 KB
4 legacy format
0 missing dimensions CLS risk
C
JS Execution Cost
Action
1569ms total JS execution
REVIEW
1569ms total JS execution
Warning::
Unattributable: 487ms CPU time
Warning::
https://st.vk.com/dist/web/chunks/common.0a2fe728....: 290ms CPU time
Warning::
https://st.vk.com/dist/core_spa/core_spa_vk.12d621...: 251ms CPU time
Info::
https://static.vk.com/vkid/1.1.1321/qr_auth.js: 149ms CPU time
Info::
https://st.vk.com/dist/web/grip.67dde0b3.js: 111ms CPU time
Warning::
Third-party scripts: 1569ms (100% of total)

Main Thread Breakdown

Script Evaluation 64% Other 22% Style & Layout 5% Script Parsing & Compilation 4%
ScriptTotalScriptingParse/CompileParty
Unattributable487ms111ms0ms3rd
https://st.vk.com/dist/web/chunks/common.0a2fe728.js290ms279ms2ms3rd
https://st.vk.com/dist/core_spa/core_spa_vk.12d6213b.js251ms246ms3ms3rd
https://static.vk.com/vkid/1.1.1321/qr_auth.js149ms112ms14ms3rd
https://st.vk.com/dist/web/grip.67dde0b3.js111ms81ms0ms3rd
https://vk.com/105ms16ms4ms3rd
https://privacy-cs.mail.ru/static/sync-loader.js68ms59ms2ms3rd
https://vk.com/dist/core_spa/chunks/grip-lib.d84d2556.js56ms55ms1ms3rd
https://st.vk.com/dist/core_spa/error_monitoring.isolated.a9c04e6f.js50ms46ms0ms3rd
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
6 fonts (140 KB)
PASS
6 fonts (140 KB)
Info::
6 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

6

140 KB total

Render-blocking

0

of 6

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 3.7 s LCP 4.3 shttps://st.vk.com/css/fonts/VKSansDisplayDemiBoldFaux.v100.woff2VKSansDisplayDemiBoldFa... https://st.vk.com/css/fonts/VKSansDisplayDemiBoldFaux.v100.woff2 — 9.2 KiB — 207 ms — font-display: swaphttps://vk.com/css/fonts/VKSansDisplayBoldLatin.v320.woff2VKSansDisplayBoldLatin.... https://vk.com/css/fonts/VKSansDisplayBoldLatin.v320.woff2 — 12.1 KiB — 64 ms — font-display: swaphttps://vk.com/css/fonts/VKSansDisplayBoldCyrillic.v320.woff2VKSansDisplayBoldCyrill... https://vk.com/css/fonts/VKSansDisplayBoldCyrillic.v320.woff2 — 9.0 KiB — 65 ms — font-display: swaphttps://st.vk.com/css/fonts/VKSansDisplayBoldLatin.v320.woff2VKSansDisplayBoldLatin.... https://st.vk.com/css/fonts/VKSansDisplayBoldLatin.v320.woff2 — 12.2 KiB — 66 ms — font-display: swaphttps://st.vk.com/css/fonts/VKSansDisplayBoldCyrillic.v320.woff2VKSansDisplayBoldCyrill... https://st.vk.com/css/fonts/VKSansDisplayBoldCyrillic.v320.woff2 — 9.0 KiB — 66 ms — font-display: swaphttps://st.vk.com/fonts/roboto400.woffroboto400.woff https://st.vk.com/fonts/roboto400.woff — 88.2 KiB — 65 ms — font-display: swap
VKSansDisplayDemiBoldFa... woff2 swap
Size 9 KB
Load time 207 ms
Start 832 ms
Risk FOUT — text flashes from fallback to web font
VKSansDisplayBoldLatin.... woff2 swap
Size 12 KB
Load time 64 ms
Start 2.3 s
Risk FOUT — text flashes from fallback to web font
VKSansDisplayBoldCyrill... woff2 swap
Size 9 KB
Load time 65 ms
Start 2.3 s
Risk FOUT — text flashes from fallback to web font
VKSansDisplayBoldLatin.... woff2 swap
Size 12 KB
Load time 66 ms
Start 2.3 s
Risk FOUT — text flashes from fallback to web font
VKSansDisplayBoldCyrill... woff2 swap
Size 9 KB
Load time 66 ms
Start 2.3 s
Risk FOUT — text flashes from fallback to web font
roboto400.woff woff swap
Size 88 KB
Load time 65 ms
Start 2.4 s
Risk FOUT — text flashes from fallback to web font
  • 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 ~26 KB and ~52 ms

A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
Network Waterfall
154 requests over 6275ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 3.7 s LCP 4.3 shttps://vkontakte.ru// https://vkontakte.ru/ — 302 — 903 B — 201 ms — h2https://vk.com/login?act=vkcomredirect&to=vk.com/login?act=vkcomredirect&to= https://vk.com/login?act=vkcomredirect&to= — 301 — 1.1 KiB — 242 ms — h2https://vk.com/vk.com/ https://vk.com/ — 200 — 47.6 KiB — 434 ms — h2https://st.vk.com/css/al/common.837ea214.cssst.vk.com/css/al/common.837ea214.cs... https://st.vk.com/css/al/common.837ea214.css — 200 — 56.1 KiB — 132 ms — h2https://st.vk.com/css/al/base.8c3900ec.cssst.vk.com/css/al/base.8c3900ec.css https://st.vk.com/css/al/base.8c3900ec.css — 200 — 7.7 KiB — 66 ms — h2https://st.vk.com/css/al/vkui.ad50b2ae.cssst.vk.com/css/al/vkui.ad50b2ae.css https://st.vk.com/css/al/vkui.ad50b2ae.css — 200 — 47.6 KiB — 128 ms — h2https://st.vk.com/css/al/fonts_utf.7fa94ada.cssst.vk.com/css/al/fonts_utf.7fa94ada... https://st.vk.com/css/al/fonts_utf.7fa94ada.css — 200 — 1.5 KiB — 126 ms — h2https://st.vk.com/css/al/fonts_cnt_async.4881739c.cssst.vk.com/css/al/fonts_cnt_async.48... https://st.vk.com/css/al/fonts_cnt_async.4881739c.css — 200 — 638 B — 127 ms — h2https://st.vk.com/css/fonts/VKSansDisplayDemiBoldFaux.v100.woff2st.vk.com/css/fonts/VKSansDisplayDe... https://st.vk.com/css/fonts/VKSansDisplayDemiBoldFaux.v100.woff2 — 200 — 9.2 KiB — 207 ms — h2https://vk.com/js/loader_nav214913744187_3.jsvk.com/js/loader_nav214913744187_3.... https://vk.com/js/loader_nav214913744187_3.js — 200 — 96.6 KiB — 194 ms — h2https://vk.com/js/lang3_2.js?29606011vk.com/js/lang3_2.js?29606011 https://vk.com/js/lang3_2.js?29606011 — 200 — 54.5 KiB — 162 ms — h2https://st.vk.com/dist/core_spa/error_monitoring.isolated.a9c04e6f.jsst.vk.com/dist/core_spa/error_monit... https://st.vk.com/dist/core_spa/error_monitoring.isolated.a9c04e6f.js — 200 — 49.6 KiB — 391 ms — h2https://st.vk.com/dist/core_spa/core_spa_vk.a4ae1954.cssst.vk.com/dist/core_spa/core_spa_vk... https://st.vk.com/dist/core_spa/core_spa_vk.a4ae1954.css — 200 — 26.0 KiB — 87 ms — h2https://st.vk.com/dist/core_spa/core_spa_vk.12d6213b.jsst.vk.com/dist/core_spa/core_spa_vk... https://st.vk.com/dist/core_spa/core_spa_vk.12d6213b.js — 200 — 836.6 KiB — 605 ms — h2https://st.vk.com/dist/web/chunks/vkcom-kit.b0680b61.cssst.vk.com/dist/web/chunks/vkcom-kit... https://st.vk.com/dist/web/chunks/vkcom-kit.b0680b61.css — 200 — 81.5 KiB — 156 ms — h2https://st.vk.com/dist/web/chunks/vkcom-kit.4c5691fd.jsst.vk.com/dist/web/chunks/vkcom-kit... https://st.vk.com/dist/web/chunks/vkcom-kit.4c5691fd.js — 200 — 248.9 KiB — 585 ms — h2https://st.vk.com/dist/web/chunks/vkcom-kit-icons.c4563565.jsst.vk.com/dist/web/chunks/vkcom-kit... https://st.vk.com/dist/web/chunks/vkcom-kit-icons.c4563565.js — 200 — 91.2 KiB — 453 ms — h2https://st.vk.com/dist/web/chunks/react.bd51212f.jsst.vk.com/dist/web/chunks/react.bd5... https://st.vk.com/dist/web/chunks/react.bd51212f.js — 200 — 54.3 KiB — 447 ms — h2https://st.vk.com/dist/web/chunks/vkui.e301c498.jsst.vk.com/dist/web/chunks/vkui.e301... https://st.vk.com/dist/web/chunks/vkui.e301c498.js — 200 — 110.9 KiB — 521 ms — h2https://st.vk.com/dist/web/chunks/state-management.c8525527.jsst.vk.com/dist/web/chunks/state-man... https://st.vk.com/dist/web/chunks/state-management.c8525527.js — 200 — 24.3 KiB — 505 ms — h2https://st.vk.com/dist/web/chunks/architecture-mobx.b327c653.jsst.vk.com/dist/web/chunks/architect... https://st.vk.com/dist/web/chunks/architecture-mobx.b327c653.js — 200 — 21.1 KiB — 505 ms — h2https://st.vk.com/dist/web/chunks/audioplayer-lib.85ff28d7.cssst.vk.com/dist/web/chunks/audioplay... https://st.vk.com/dist/web/chunks/audioplayer-lib.85ff28d7.css — 200 — 1.5 KiB — 131 ms — h2https://st.vk.com/dist/web/chunks/audioplayer-lib.85e44529.jsst.vk.com/dist/web/chunks/audioplay... https://st.vk.com/dist/web/chunks/audioplayer-lib.85e44529.js — 200 — 67.6 KiB — 524 ms — h2https://st.vk.com/dist/web/chunks/common.0a2fe728.jsst.vk.com/dist/web/chunks/common.0a... https://st.vk.com/dist/web/chunks/common.0a2fe728.js — 200 — 427.8 KiB — 798 ms — h2https://st.vk.com/dist/web/chunks/common.evergreen.b57eda21.jsst.vk.com/dist/web/chunks/common.ev... https://st.vk.com/dist/web/chunks/common.evergreen.b57eda21.js — 200 — 29.5 KiB — 519 ms — h2https://st.vk.com/dist/web/common_web.917adb2f.cssst.vk.com/dist/web/common_web.917ad... https://st.vk.com/dist/web/common_web.917adb2f.css — 200 — 996 B — 131 ms — h2https://st.vk.com/dist/web/common_web.e9dd7c99.jsst.vk.com/dist/web/common_web.e9dd7... https://st.vk.com/dist/web/common_web.e9dd7c99.js — 200 — 27.5 KiB — 518 ms — h2https://vk.com/js/lib/px.js?ch=1vk.com/js/lib/px.js?ch=1 https://vk.com/js/lib/px.js?ch=1 — 302 — 772 B — 188 ms — h2https://vk.com/js/lib/px.js?ch=2vk.com/js/lib/px.js?ch=2 https://vk.com/js/lib/px.js?ch=2 — 302 — 774 B — 187 ms — h2https://st.vk.com/css/al/index.b4934277.cssst.vk.com/css/al/index.b4934277.css https://st.vk.com/css/al/index.b4934277.css — 200 — 3.7 KiB — 131 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 3.7 s LCP 4.3 shttps://vkontakte.ru// https://vkontakte.ru/ — 302 — 903 B — 201 ms — h2https://vk.com/login?act=vkcomredirect&to=vk.com/login?act=vkcomredirect&to= https://vk.com/login?act=vkcomredirect&to= — 301 — 1.1 KiB — 242 ms — h2https://vk.com/vk.com/ https://vk.com/ — 200 — 47.6 KiB — 434 ms — h2https://st.vk.com/css/al/common.837ea214.cssst.vk.com/css/al/common.837ea214.cs... https://st.vk.com/css/al/common.837ea214.css — 200 — 56.1 KiB — 132 ms — h2https://st.vk.com/css/al/base.8c3900ec.cssst.vk.com/css/al/base.8c3900ec.css https://st.vk.com/css/al/base.8c3900ec.css — 200 — 7.7 KiB — 66 ms — h2https://st.vk.com/css/al/vkui.ad50b2ae.cssst.vk.com/css/al/vkui.ad50b2ae.css https://st.vk.com/css/al/vkui.ad50b2ae.css — 200 — 47.6 KiB — 128 ms — h2https://st.vk.com/css/al/fonts_utf.7fa94ada.cssst.vk.com/css/al/fonts_utf.7fa94ada... https://st.vk.com/css/al/fonts_utf.7fa94ada.css — 200 — 1.5 KiB — 126 ms — h2https://st.vk.com/css/al/fonts_cnt_async.4881739c.cssst.vk.com/css/al/fonts_cnt_async.48... https://st.vk.com/css/al/fonts_cnt_async.4881739c.css — 200 — 638 B — 127 ms — h2https://st.vk.com/css/fonts/VKSansDisplayDemiBoldFaux.v100.woff2st.vk.com/css/fonts/VKSansDisplayDe... https://st.vk.com/css/fonts/VKSansDisplayDemiBoldFaux.v100.woff2 — 200 — 9.2 KiB — 207 ms — h2https://vk.com/js/loader_nav214913744187_3.jsvk.com/js/loader_nav214913744187_3.... https://vk.com/js/loader_nav214913744187_3.js — 200 — 96.6 KiB — 194 ms — h2https://vk.com/js/lang3_2.js?29606011vk.com/js/lang3_2.js?29606011 https://vk.com/js/lang3_2.js?29606011 — 200 — 54.5 KiB — 162 ms — h2https://st.vk.com/dist/core_spa/error_monitoring.isolated.a9c04e6f.jsst.vk.com/dist/core_spa/error_monit... https://st.vk.com/dist/core_spa/error_monitoring.isolated.a9c04e6f.js — 200 — 49.6 KiB — 391 ms — h2https://st.vk.com/dist/core_spa/core_spa_vk.a4ae1954.cssst.vk.com/dist/core_spa/core_spa_vk... https://st.vk.com/dist/core_spa/core_spa_vk.a4ae1954.css — 200 — 26.0 KiB — 87 ms — h2https://st.vk.com/dist/core_spa/core_spa_vk.12d6213b.jsst.vk.com/dist/core_spa/core_spa_vk... https://st.vk.com/dist/core_spa/core_spa_vk.12d6213b.js — 200 — 836.6 KiB — 605 ms — h2https://st.vk.com/dist/web/chunks/vkcom-kit.b0680b61.cssst.vk.com/dist/web/chunks/vkcom-kit... https://st.vk.com/dist/web/chunks/vkcom-kit.b0680b61.css — 200 — 81.5 KiB — 156 ms — h2https://st.vk.com/dist/web/chunks/vkcom-kit.4c5691fd.jsst.vk.com/dist/web/chunks/vkcom-kit... https://st.vk.com/dist/web/chunks/vkcom-kit.4c5691fd.js — 200 — 248.9 KiB — 585 ms — h2https://st.vk.com/dist/web/chunks/vkcom-kit-icons.c4563565.jsst.vk.com/dist/web/chunks/vkcom-kit... https://st.vk.com/dist/web/chunks/vkcom-kit-icons.c4563565.js — 200 — 91.2 KiB — 453 ms — h2https://st.vk.com/dist/web/chunks/react.bd51212f.jsst.vk.com/dist/web/chunks/react.bd5... https://st.vk.com/dist/web/chunks/react.bd51212f.js — 200 — 54.3 KiB — 447 ms — h2https://st.vk.com/dist/web/chunks/vkui.e301c498.jsst.vk.com/dist/web/chunks/vkui.e301... https://st.vk.com/dist/web/chunks/vkui.e301c498.js — 200 — 110.9 KiB — 521 ms — h2https://st.vk.com/dist/web/chunks/state-management.c8525527.jsst.vk.com/dist/web/chunks/state-man... https://st.vk.com/dist/web/chunks/state-management.c8525527.js — 200 — 24.3 KiB — 505 ms — h2https://st.vk.com/dist/web/chunks/architecture-mobx.b327c653.jsst.vk.com/dist/web/chunks/architect... https://st.vk.com/dist/web/chunks/architecture-mobx.b327c653.js — 200 — 21.1 KiB — 505 ms — h2https://st.vk.com/dist/web/chunks/audioplayer-lib.85ff28d7.cssst.vk.com/dist/web/chunks/audioplay... https://st.vk.com/dist/web/chunks/audioplayer-lib.85ff28d7.css — 200 — 1.5 KiB — 131 ms — h2https://st.vk.com/dist/web/chunks/audioplayer-lib.85e44529.jsst.vk.com/dist/web/chunks/audioplay... https://st.vk.com/dist/web/chunks/audioplayer-lib.85e44529.js — 200 — 67.6 KiB — 524 ms — h2https://st.vk.com/dist/web/chunks/common.0a2fe728.jsst.vk.com/dist/web/chunks/common.0a... https://st.vk.com/dist/web/chunks/common.0a2fe728.js — 200 — 427.8 KiB — 798 ms — h2https://st.vk.com/dist/web/chunks/common.evergreen.b57eda21.jsst.vk.com/dist/web/chunks/common.ev... https://st.vk.com/dist/web/chunks/common.evergreen.b57eda21.js — 200 — 29.5 KiB — 519 ms — h2https://st.vk.com/dist/web/common_web.917adb2f.cssst.vk.com/dist/web/common_web.917ad... https://st.vk.com/dist/web/common_web.917adb2f.css — 200 — 996 B — 131 ms — h2https://st.vk.com/dist/web/common_web.e9dd7c99.jsst.vk.com/dist/web/common_web.e9dd7... https://st.vk.com/dist/web/common_web.e9dd7c99.js — 200 — 27.5 KiB — 518 ms — h2https://vk.com/js/lib/px.js?ch=1vk.com/js/lib/px.js?ch=1 https://vk.com/js/lib/px.js?ch=1 — 302 — 772 B — 188 ms — h2https://vk.com/js/lib/px.js?ch=2vk.com/js/lib/px.js?ch=2 https://vk.com/js/lib/px.js?ch=2 — 302 — 774 B — 187 ms — h2https://st.vk.com/css/al/index.b4934277.cssst.vk.com/css/al/index.b4934277.css https://st.vk.com/css/al/index.b4934277.css — 200 — 3.7 KiB — 131 ms — h2https://st.vk.com/dist/web/chunks/75852421.bdd5224e.jsst.vk.com/dist/web/chunks/75852421.... https://st.vk.com/dist/web/chunks/75852421.bdd5224e.js — 200 — 10.0 KiB — 515 ms — h2https://st.vk.com/dist/web/chunks/967567a5.5e750512.jsst.vk.com/dist/web/chunks/967567a5.... https://st.vk.com/dist/web/chunks/967567a5.5e750512.js — 200 — 8.5 KiB — 437 ms — h2https://st.vk.com/dist/web/chunks/d716fd59.56eb09e2.jsst.vk.com/dist/web/chunks/d716fd59.... https://st.vk.com/dist/web/chunks/d716fd59.56eb09e2.js — 200 — 72.1 KiB — 574 ms — h2https://st.vk.com/dist/web/index.caa2558e.cssst.vk.com/dist/web/index.caa2558e.c... https://st.vk.com/dist/web/index.caa2558e.css — 200 — 6.2 KiB — 130 ms — h2https://st.vk.com/dist/web/index.00b3c792.jsst.vk.com/dist/web/index.00b3c792.j... https://st.vk.com/dist/web/index.00b3c792.js — 200 — 14.8 KiB — 520 ms — h2https://st.vk.com/css/al/login.0f91e6b7.cssst.vk.com/css/al/login.0f91e6b7.css https://st.vk.com/css/al/login.0f91e6b7.css — 200 — 6.0 KiB — 129 ms — h2https://vk.com/dist/web/language.d1e1b7c5.jsvk.com/dist/web/language.d1e1b7c5.j... https://vk.com/dist/web/language.d1e1b7c5.js — 200 — 3.1 KiB — 148 ms — h2https://st.vk.com/dist/web/join.3ced1c7b.jsst.vk.com/dist/web/join.3ced1c7b.js https://st.vk.com/dist/web/join.3ced1c7b.js — 200 — 26.2 KiB — 522 ms — h2https://st.vk.com/css/al/join.9ad6d7d0.cssst.vk.com/css/al/join.9ad6d7d0.css https://st.vk.com/css/al/join.9ad6d7d0.css — 200 — 6.0 KiB — 130 ms — h2https://st.vk.com/js/lib/ui_controls.js?200st.vk.com/js/lib/ui_controls.js?200 https://st.vk.com/js/lib/ui_controls.js?200 — 200 — 26.3 KiB — 551 ms — h2https://st.vk.com/css/ui_controls.fc2bb468.cssst.vk.com/css/ui_controls.fc2bb468.... https://st.vk.com/css/ui_controls.fc2bb468.css — 200 — 5.2 KiB — 131 ms — h2https://st.vk.com/dist/web/search_top_anonymous.e79d35b6.cssst.vk.com/dist/web/search_top_anony... https://st.vk.com/dist/web/search_top_anonymous.e79d35b6.css — 200 — 799 B — 132 ms — h2https://st.vk.com/dist/web/search_top_anonymous.5da8edcf.jsst.vk.com/dist/web/search_top_anony... https://st.vk.com/dist/web/search_top_anonymous.5da8edcf.js — 200 — 12.0 KiB — 553 ms — h2https://st.vk.com/css/al/search.fc12f225.cssst.vk.com/css/al/search.fc12f225.cs... https://st.vk.com/css/al/search.fc12f225.css — 200 — 5.3 KiB — 134 ms — h2https://st.vk.com/dist/web/site_layout.28b60b54.cssst.vk.com/dist/web/site_layout.28b6... https://st.vk.com/dist/web/site_layout.28b60b54.css — 200 — 611 B — 136 ms — h2https://st.vk.com/dist/web/site_layout.2e8ca889.jsst.vk.com/dist/web/site_layout.2e8c... https://st.vk.com/dist/web/site_layout.2e8ca889.js — 200 — 15.2 KiB — 558 ms — h2https://st.vk.com/dist/web/performance_observers.0f8aff3a.jsst.vk.com/dist/web/performance_obse... https://st.vk.com/dist/web/performance_observers.0f8aff3a.js — 200 — 11.2 KiB — 558 ms — h2https://st.vk.com/dist/web/css_types.a6f85f4f.jsst.vk.com/dist/web/css_types.a6f85f... https://st.vk.com/dist/web/css_types.a6f85f4f.js — 200 — 6.6 KiB — 558 ms — h2https://st.vk.com/css/al/vk_sans_display_faux.7d208ecb.cssst.vk.com/css/al/vk_sans_display_fa... https://st.vk.com/css/al/vk_sans_display_faux.7d208ecb.css — 200 — 959 B — 135 ms — h2https://st.vk.com/css/al/vk_sans_display.3e51f1a2.cssst.vk.com/css/al/vk_sans_display.3e... https://st.vk.com/css/al/vk_sans_display.3e51f1a2.css — 200 — 1.1 KiB — 136 ms — h2https://st.vk.com/dist/web/vk_sans_observer.1b7f9061.jsst.vk.com/dist/web/vk_sans_observer... https://st.vk.com/dist/web/vk_sans_observer.1b7f9061.js — 200 — 2.5 KiB — 557 ms — h2https://st.vk.com/dist/web/unauthorized.091f87c2.jsst.vk.com/dist/web/unauthorized.091... https://st.vk.com/dist/web/unauthorized.091f87c2.js — 200 — 11.1 KiB — 558 ms — h2https://st.vk.com/dist/web/page_layout.4f2e057e.jsst.vk.com/dist/web/page_layout.4f2e... https://st.vk.com/dist/web/page_layout.4f2e057e.js — 200 — 2.8 KiB — 559 ms — h2https://st.vk.com/dist/web/chunks/45624723.80939dbf.jsst.vk.com/dist/web/chunks/45624723.... https://st.vk.com/dist/web/chunks/45624723.80939dbf.js — 200 — 10.3 KiB — 560 ms — h2https://st.vk.com/dist/web/ui_common.dbdd46c6.jsst.vk.com/dist/web/ui_common.dbdd46... https://st.vk.com/dist/web/ui_common.dbdd46c6.js — 200 — 23.9 KiB — 560 ms — h2https://st.vk.com/css/al/ui_common.1b3a2852.cssst.vk.com/css/al/ui_common.1b3a2852... https://st.vk.com/css/al/ui_common.1b3a2852.css — 200 — 15.6 KiB — 139 ms — h2https://st.vk.com/dist/web/likes.3f913479.jsst.vk.com/dist/web/likes.3f913479.j... https://st.vk.com/dist/web/likes.3f913479.js — 200 — 18.3 KiB — 564 ms — h2https://st.vk.com/dist/web/grip.67dde0b3.jsst.vk.com/dist/web/grip.67dde0b3.js https://st.vk.com/dist/web/grip.67dde0b3.js — 200 — 8.8 KiB — 564 ms — h2https://vk.com/dist/public/lib/px.d8e2d40de34f54b587630b4bb4f716cf.js?ch=2vk.com/dist/public/lib/px.d8e2d40de... https://vk.com/dist/public/lib/px.d8e2d40de34f54b587630b4bb4f716cf.js?ch=2 — 200 — 791 B — 63 ms — h2https://vk.com/dist/public/lib/px.d8e2d40de34f54b587630b4bb4f716cf.js?ch=1vk.com/dist/public/lib/px.d8e2d40de... https://vk.com/dist/public/lib/px.d8e2d40de34f54b587630b4bb4f716cf.js?ch=1 — 200 — 790 B — 64 ms — h2https://sdk-api.apptracer.ru/api/crash/trackSession?crashToken=B5d6H7nKgmqPMHnLp5DE9pSWT6tlYEDmDtAU2Uo9ipa&sdkVersion=2.6.5sdk-api.apptracer.ru/api/crash/trac... https://sdk-api.apptracer.ru/api/crash/trackSession?crashToken=B5d6H7nKgmqPMHnLp5DE9pSWT6tlYEDmDtAU2Uo9ipa&sdkVersion=2.6.5 — 200 — 0 B — 219 ms — h2https://sdk-api.apptracer.ru/api/crash/trackSession?crashToken=B5d6H7nKgmqPMHnLp5DE9pSWT6tlYEDmDtAU2Uo9ipa&sdkVersion=2.6.5sdk-api.apptracer.ru/api/crash/trac... https://sdk-api.apptracer.ru/api/crash/trackSession?crashToken=B5d6H7nKgmqPMHnLp5DE9pSWT6tlYEDmDtAU2Uo9ipa&sdkVersion=2.6.5 — 200 — 446 B — 73 ms — h2https://vk.com/dist/web/chunks/79ccc352.cssvk.com/dist/web/chunks/79ccc352.css https://vk.com/dist/web/chunks/79ccc352.css — 200 — 644 B — 64 ms — h2https://vk.com/dist/web/chunks/rlottie.bd13dce8.jsvk.com/dist/web/chunks/rlottie.bd13... https://vk.com/dist/web/chunks/rlottie.bd13dce8.js — 200 — 6.0 KiB — 64 ms — h2https://vk.com/usefull.phpvk.com/usefull.php https://vk.com/usefull.php — 200 — 836 B — 73 ms — h2https://vk.com/dist/web/chunks/initIdleTabStats.f53afe70.jsvk.com/dist/web/chunks/initIdleTabS... https://vk.com/dist/web/chunks/initIdleTabStats.f53afe70.js — 200 — 1.1 KiB — 63 ms — h2https://tns-counter.ru/tns-counter.ru/ https://tns-counter.ru/ — 200 — 182 B — 439 ms — h2https://top-fwz1.mail.ru/top-fwz1.mail.ru/ https://top-fwz1.mail.ru/ — 200 — 579 B — 440 ms — h2https://ads.vk.com/ads.vk.com/ https://ads.vk.com/ — 200 — 301 B — 440 ms — h2https://r0.mradx.net/r0.mradx.net/ https://r0.mradx.net/ — 204 — 41 B — 440 ms — h2https://st.vk.com/dist/web/chunks/75f64ad0.async.caa5e143.jsst.vk.com/dist/web/chunks/75f64ad0.... https://st.vk.com/dist/web/chunks/75f64ad0.async.caa5e143.js — 200 — 11.9 KiB — 66 ms — h2https://st.vk.com/dist/web/chunks/8f1c88a8.cssst.vk.com/dist/web/chunks/8f1c88a8.... https://st.vk.com/dist/web/chunks/8f1c88a8.css — 200 — 825 B — 64 ms — h2https://st.vk.com/dist/web/chunks/stickers-popup-tq-handlers.14dd1b6c.jsst.vk.com/dist/web/chunks/stickers-... https://st.vk.com/dist/web/chunks/stickers-popup-tq-handlers.14dd1b6c.js — 200 — 8.2 KiB — 66 ms — h2https://vk.com/js/langs/web/stickers-popup-tq-handlers.797ae8774f3e2305.js?v=1&p=web&l=3vk.com/js/langs/web/stickers-popup-... https://vk.com/js/langs/web/stickers-popup-tq-handlers.797ae8774f3e2305.js?v=1&p=web&l=3 — 200 — 947 B — 85 ms — h2https://st.vk.com/dist/web/chunks/AudioEventNotifier.0da38693.jsst.vk.com/dist/web/chunks/AudioEven... https://st.vk.com/dist/web/chunks/AudioEventNotifier.0da38693.js — 200 — 2.8 KiB — 64 ms — h2https://vk.com/js/langs/web/AudioEventNotifier.b82c8ec8afb32860.js?v=1&p=web&l=3vk.com/js/langs/web/AudioEventNotif... https://vk.com/js/langs/web/AudioEventNotifier.b82c8ec8afb32860.js?v=1&p=web&l=3 — 200 — 1.1 KiB — 75 ms — h2data:image/webp;base64,UklGRhoAAABXRUJQVlA4TA0AAAAvAAAAEAcQERGIiP4HAA==data:image/webp;base64,UklGRhoAAABX... data:image/webp;base64,UklGRhoAAABXRUJQVlA4TA0AAAAvAAAAEAcQERGIiP4HAA== — 200 — 0 B — 0 ms — datahttps://vk.com/css/fonts/VKSansDisplayBoldLatin.v320.woff2vk.com/css/fonts/VKSansDisplayBoldL... https://vk.com/css/fonts/VKSansDisplayBoldLatin.v320.woff2 — 200 — 12.1 KiB — 64 ms — h2https://vk.com/css/fonts/VKSansDisplayBoldCyrillic.v320.woff2vk.com/css/fonts/VKSansDisplayBoldC... https://vk.com/css/fonts/VKSansDisplayBoldCyrillic.v320.woff2 — 200 — 9.0 KiB — 65 ms — h2https://st.vk.com/css/fonts/VKSansDisplayBoldLatin.v320.woff2st.vk.com/css/fonts/VKSansDisplayBo... https://st.vk.com/css/fonts/VKSansDisplayBoldLatin.v320.woff2 — 200 — 12.2 KiB — 66 ms — h2https://st.vk.com/css/fonts/VKSansDisplayBoldCyrillic.v320.woff2st.vk.com/css/fonts/VKSansDisplayBo... https://st.vk.com/css/fonts/VKSansDisplayBoldCyrillic.v320.woff2 — 200 — 9.0 KiB — 66 ms — h2https://st.vk.com/fonts/roboto400.woffst.vk.com/fonts/roboto400.woff https://st.vk.com/fonts/roboto400.woff — 200 — 88.2 KiB — 65 ms — h2https://st.vk.com/dist/web/chunks/webSwClient.802c805d.jsst.vk.com/dist/web/chunks/webSwClie... https://st.vk.com/dist/web/chunks/webSwClient.802c805d.js — 200 — 1.7 KiB — 63 ms — h2https://st.vk.com/dist/web/chunks/webPushNotifier.b7fb4c1e.jsst.vk.com/dist/web/chunks/webPushNo... https://st.vk.com/dist/web/chunks/webPushNotifier.b7fb4c1e.js — 200 — 3.0 KiB — 64 ms — h2https://vk.com/js/langs/web/webPushNotifier.02ae0ade011c9bc3.js?v=1&p=web&l=3vk.com/js/langs/web/webPushNotifier... https://vk.com/js/langs/web/webPushNotifier.02ae0ade011c9bc3.js?v=1&p=web&l=3 — 200 — 904 B — 73 ms — h2https://top-fwz1.mail.ru/js/code.jstop-fwz1.mail.ru/js/code.js https://top-fwz1.mail.ru/js/code.js — 200 — 20.0 KiB — 284 ms — h2https://login.vk.com/?act=get_accountslogin.vk.com/?act=get_accounts https://login.vk.com/?act=get_accounts — 200 — 1.6 KiB — 76 ms — h2https://www.tns-counter.ru/V13a**clid:13**vk_com/ru/UTF-8/tmsec=vksite_total/823729648www.tns-counter.ru/V13a**clid:13**v... https://www.tns-counter.ru/V13a**clid:13**vk_com/ru/UTF-8/tmsec=vksite_total/823729648 — 302 — 408 B — 247 ms — h2https://www.tns-counter.ru/V13a****vk_ad/ru/UTF-8/tmsec=vkad_cid1015708-posid1184674/384254750www.tns-counter.ru/V13a****vk_ad/ru... https://www.tns-counter.ru/V13a****vk_ad/ru/UTF-8/tmsec=vkad_cid1015708-posid1184674/384254750 — 302 — 415 B — 246 ms — h2https://st.vk.com/dist/web/chunks/749b661c.async.42512d65.jsst.vk.com/dist/web/chunks/749b661c.... https://st.vk.com/dist/web/chunks/749b661c.async.42512d65.js — 200 — 8.6 KiB — 64 ms — h2https://st.vk.com/dist/web/chunks/web_audio_AnyAudioLegacyService.0ed842af.jsst.vk.com/dist/web/chunks/web_audio... https://st.vk.com/dist/web/chunks/web_audio_AnyAudioLegacyService.0ed842af.js — 200 — 1.1 KiB — 65 ms — h2https://st.vk.com/dist/web/chunks/3fd1d330.async.aaf8b5ba.jsst.vk.com/dist/web/chunks/3fd1d330.... https://st.vk.com/dist/web/chunks/3fd1d330.async.aaf8b5ba.js — 200 — 6.8 KiB — 65 ms — h2https://st.vk.com/dist/web/chunks/audioPageDomain.6b673b46.jsst.vk.com/dist/web/chunks/audioPage... https://st.vk.com/dist/web/chunks/audioPageDomain.6b673b46.js — 200 — 5.8 KiB — 69 ms — h2https://st.vk.com/dist/web/chunks/3f815443.async.bf891494.jsst.vk.com/dist/web/chunks/3f815443.... https://st.vk.com/dist/web/chunks/3f815443.async.bf891494.js — 200 — 7.9 KiB — 72 ms — h2https://st.vk.com/dist/web/chunks/1bfe7f58.async.cf44d6ce.jsst.vk.com/dist/web/chunks/1bfe7f58.... https://st.vk.com/dist/web/chunks/1bfe7f58.async.cf44d6ce.js — 200 — 11.7 KiB — 77 ms — h2https://st.vk.com/dist/web/chunks/9176e670.async.4b3adbdb.jsst.vk.com/dist/web/chunks/9176e670.... https://st.vk.com/dist/web/chunks/9176e670.async.4b3adbdb.js — 200 — 11.0 KiB — 78 ms — h2https://st.vk.com/dist/web/chunks/958d42b8.async.0b931eaa.jsst.vk.com/dist/web/chunks/958d42b8.... https://st.vk.com/dist/web/chunks/958d42b8.async.0b931eaa.js — 200 — 23.4 KiB — 80 ms — h2https://st.vk.com/dist/web/chunks/f70c08bb.async.f4e40b04.jsst.vk.com/dist/web/chunks/f70c08bb.... https://st.vk.com/dist/web/chunks/f70c08bb.async.f4e40b04.js — 200 — 38.0 KiB — 82 ms — h2https://st.vk.com/dist/web/chunks/02493f4e.cssst.vk.com/dist/web/chunks/02493f4e.... https://st.vk.com/dist/web/chunks/02493f4e.css — 200 — 931 B — 72 ms — h2https://st.vk.com/dist/web/chunks/audio_web_globalPlayerImpl.3b1a3e32.jsst.vk.com/dist/web/chunks/audio_web... https://st.vk.com/dist/web/chunks/audio_web_globalPlayerImpl.3b1a3e32.js — 200 — 4.2 KiB — 117 ms — h2https://vk.com/js/langs/web/audio_web_globalPlayerImpl.ff4bec0f8da66f36.js?v=1&p=web&l=3vk.com/js/langs/web/audio_web_globa... https://vk.com/js/langs/web/audio_web_globalPlayerImpl.ff4bec0f8da66f36.js?v=1&p=web&l=3 — 200 — 2.4 KiB — 152 ms — h2https://st.vk.com/dist/web/chunks/97d9b16d.async.806390d3.jsst.vk.com/dist/web/chunks/97d9b16d.... https://st.vk.com/dist/web/chunks/97d9b16d.async.806390d3.js — 200 — 22.6 KiB — 118 ms — h2https://st.vk.com/dist/web/chunks/1e082b70.async.5871c9c1.jsst.vk.com/dist/web/chunks/1e082b70.... https://st.vk.com/dist/web/chunks/1e082b70.async.5871c9c1.js — 200 — 20.0 KiB — 120 ms — h2https://st.vk.com/dist/web/chunks/30a25b92.async.0d9a1d81.jsst.vk.com/dist/web/chunks/30a25b92.... https://st.vk.com/dist/web/chunks/30a25b92.async.0d9a1d81.js — 200 — 6.5 KiB — 123 ms — h2https://st.vk.com/dist/web/chunks/2cdae121.async.b7dd3cca.jsst.vk.com/dist/web/chunks/2cdae121.... https://st.vk.com/dist/web/chunks/2cdae121.async.b7dd3cca.js — 200 — 9.8 KiB — 124 ms — h2https://st.vk.com/dist/web/chunks/55f510ae.async.5800c87f.jsst.vk.com/dist/web/chunks/55f510ae.... https://st.vk.com/dist/web/chunks/55f510ae.async.5800c87f.js — 200 — 11.4 KiB — 126 ms — h2https://st.vk.com/dist/web/chunks/b0cab1c1.async.60d15b44.jsst.vk.com/dist/web/chunks/b0cab1c1.... https://st.vk.com/dist/web/chunks/b0cab1c1.async.60d15b44.js — 200 — 66.3 KiB — 147 ms — h2https://st.vk.com/dist/web/chunks/9b1ce1a1.async.365a14a8.jsst.vk.com/dist/web/chunks/9b1ce1a1.... https://st.vk.com/dist/web/chunks/9b1ce1a1.async.365a14a8.js — 200 — 11.8 KiB — 130 ms — h2https://st.vk.com/dist/web/chunks/c87a1172.async.63678921.jsst.vk.com/dist/web/chunks/c87a1172.... https://st.vk.com/dist/web/chunks/c87a1172.async.63678921.js — 200 — 19.7 KiB — 140 ms — h2https://st.vk.com/dist/web/chunks/f940ca6a.async.59f980af.jsst.vk.com/dist/web/chunks/f940ca6a.... https://st.vk.com/dist/web/chunks/f940ca6a.async.59f980af.js — 200 — 8.8 KiB — 137 ms — h2https://st.vk.com/dist/web/chunks/audio_config_legacy.4c3f6b9a.jsst.vk.com/dist/web/chunks/audio_con... https://st.vk.com/dist/web/chunks/audio_config_legacy.4c3f6b9a.js — 200 — 53.5 KiB — 146 ms — h2https://vk.com/js/langs/web/audio_config_legacy.1f752bec3a6a9232.js?v=1&p=web&l=3vk.com/js/langs/web/audio_config_le... https://vk.com/js/langs/web/audio_config_legacy.1f752bec3a6a9232.js?v=1&p=web&l=3 — 200 — 7.8 KiB — 178 ms — h2https://st.vk.com/dist/web/chunks/31025993.async.57dd91a8.jsst.vk.com/dist/web/chunks/31025993.... https://st.vk.com/dist/web/chunks/31025993.async.57dd91a8.js — 200 — 29.0 KiB — 171 ms — h2https://st.vk.com/dist/web/chunks/audio_config_overrides.371723c1.jsst.vk.com/dist/web/chunks/audio_con... https://st.vk.com/dist/web/chunks/audio_config_overrides.371723c1.js — 200 — 39.1 KiB — 187 ms — h2https://vk.com/js/langs/web/audio_config_overrides.158f4b6bbfb64620.js?v=1&p=web&l=3vk.com/js/langs/web/audio_config_ov... https://vk.com/js/langs/web/audio_config_overrides.158f4b6bbfb64620.js?v=1&p=web&l=3 — 200 — 4.3 KiB — 176 ms — h2https://st.vk.com/dist/web/chunks/audio_config_audioAdvertisingBannerViewModelProvider.0c50e6ac.jsst.vk.com/dist/web/chunks/audio_con... https://st.vk.com/dist/web/chunks/audio_config_audioAdvertisingBannerViewModelProvider.0c50e6ac.js — 200 — 1.9 KiB — 175 ms — h2https://id.vk.com/qr_auth?scheme=bright_light&app_id=7913379&origin=https%3A%2F%2Fvk.com&initial_stats_info=eyJzY3JlZW4iOiJhdXRoX3FyX2NvZGUiLCJzb3VyY2UiOiJtYWluIn0%3D&only_qr=1id.vk.com/qr_auth?scheme=bright_lig... https://id.vk.com/qr_auth?scheme=bright_light&app_id=7913379&origin=https%3A%2F%2Fvk.com&initial_stats_info=eyJzY3JlZW4iOiJhdXRoX3FyX2NvZGUiLCJzb3VyY2UiOiJtYWluIn0%3D&only_qr=1 — 200 — 34.1 KiB — 247 ms — h2https://tns-counter.ru/tns-counter.ru/ https://tns-counter.ru/ — 200 — 181 B — 84 ms — h2https://top-fwz1.mail.ru/top-fwz1.mail.ru/ https://top-fwz1.mail.ru/ — 200 — 578 B — 84 ms — h2https://ads.vk.com/ads.vk.com/ https://ads.vk.com/ — 200 — 299 B — 84 ms — h2https://r0.mradx.net/r0.mradx.net/ https://r0.mradx.net/ — 204 — 40 B — 80 ms — h2https://st.vk.com/dist/web/chunks/38e27adb.async.d2ea7031.jsst.vk.com/dist/web/chunks/38e27adb.... https://st.vk.com/dist/web/chunks/38e27adb.async.d2ea7031.js — 200 — 9.2 KiB — 76 ms — h2https://st.vk.com/dist/web/chunks/audio_onMediaAttachmentPlayer.94e334a8.jsst.vk.com/dist/web/chunks/audio_onM... https://st.vk.com/dist/web/chunks/audio_onMediaAttachmentPlayer.94e334a8.js — 200 — 3.8 KiB — 78 ms — h2https://st.vk.com/dist/web/chunks/audio_postingPlayer.1b1ebc31.jsst.vk.com/dist/web/chunks/audio_pos... https://st.vk.com/dist/web/chunks/audio_postingPlayer.1b1ebc31.js — 200 — 3.7 KiB — 77 ms — h2https://www.tns-counter.ru/V13b****vk_ad/ru/UTF-8/tmsec=vkad_cid1015708-posid1184674/384254750www.tns-counter.ru/V13b****vk_ad/ru... https://www.tns-counter.ru/V13b****vk_ad/ru/UTF-8/tmsec=vkad_cid1015708-posid1184674/384254750 — 200 — 297 B — 72 ms — h2https://www.tns-counter.ru/V13b**clid:13**vk_com/ru/UTF-8/tmsec=vksite_total/823729648www.tns-counter.ru/V13b**clid:13**v... https://www.tns-counter.ru/V13b**clid:13**vk_com/ru/UTF-8/tmsec=vksite_total/823729648 — 200 — 297 B — 73 ms — h2https://privacy-cs.mail.ru/static/sync-loader.jsprivacy-cs.mail.ru/static/sync-load... https://privacy-cs.mail.ru/static/sync-loader.js — 200 — 21.9 KiB — 290 ms — http/1.1https://top-fwz1.mail.ru/js/dyn-goal-config.js?ids=2579437top-fwz1.mail.ru/js/dyn-goal-config... https://top-fwz1.mail.ru/js/dyn-goal-config.js?ids=2579437 — 200 — 2.3 KiB — 73 ms — h2https://top-fwz1.mail.ru/counter?_=0.7341805053239919;id=2579437;u=https%3A%2F%2Fvk.com%2F;pid=0;userid=0;title=VK%20%7C%20Welcome!;s=800*600;vp=1350*940;touch=0;hds=1;sid=5b3f557da24955ea;ver=60.6.0;tz=0%2FUTC;st=1776360697865;ct=2783/2793/2793//2505;rt=2468/284/0/0/0/2468/2469/2469/2469/2610/2539/2610/2680/2752;gl=u;ni=0//4g/0/0/;lvid=1776360699764%3A1776360699769%3A1%3A3ff8ecec84ae8eec1c617bbcdb5e85c9;opts=ts%2Ccnhp%3Dh2%2Ccs%3D19684-48997-19984;visible=true;js=13top-fwz1.mail.ru/counter?_=0.734180... https://top-fwz1.mail.ru/counter?_=0.7341805053239919;id=2579437;u=https%3A%2F%2Fvk.com%2F;pid=0;userid=0;title=VK%20%7C%20Welcome!;s=800*600;vp=1350*940;touch=0;hds=1;sid=5b3f557da24955ea;ver=60.6.0;tz=0%2FUTC;st=1776360697865;ct=2783/2793/2793//2505;rt=2468/284/0/0/0/2468/2469/2469/2469/2610/2539/2610/2680/2752;gl=u;ni=0//4g/0/0/;lvid=1776360699764%3A1776360699769%3A1%3A3ff8ecec84ae8eec1c617bbcdb5e85c9;opts=ts%2Ccnhp%3Dh2%2Ccs%3D19684-48997-19984;visible=true;js=13 — 302 — 1.2 KiB — 73 ms — h2https://static.vk.com/vkid/1.1.1321/qr_auth.cssstatic.vk.com/vkid/1.1.1321/qr_auth... https://static.vk.com/vkid/1.1.1321/qr_auth.css — 200 — 42.8 KiB — 85 ms — h2https://static.vk.com/vkid/1.1.1321/qr_auth.jsstatic.vk.com/vkid/1.1.1321/qr_auth... https://static.vk.com/vkid/1.1.1321/qr_auth.js — 200 — 180.8 KiB — 87 ms — h2https://top-fwz1.mail.ru/counter2?_=0.7341805053239919;id=2579437;u=https%3A%2F%2Fvk.com%2F;pid=0;userid=0;title=VK%20%7C%20Welcome!;s=800*600;vp=1350*940;touch=0;hds=1;sid=5b3f557da24955ea;ver=60.6.0;tz=0%2FUTC;st=1776360697865;ct=2783/2793/2793//2505;rt=2468/284/0/0/0/2468/2469/2469/2469/2610/2539/2610/2680/2752;gl=u;ni=0//4g/0/0/;lvid=1776360699764%3A1776360699769%3A1%3A3ff8ecec84ae8eec1c617bbcdb5e85c9;opts=ts%2Ccnhp%3Dh2%2Ccs%3D19684-48997-19984;visible=true;js=13top-fwz1.mail.ru/counter2?_=0.73418... https://top-fwz1.mail.ru/counter2?_=0.7341805053239919;id=2579437;u=https%3A%2F%2Fvk.com%2F;pid=0;userid=0;title=VK%20%7C%20Welcome!;s=800*600;vp=1350*940;touch=0;hds=1;sid=5b3f557da24955ea;ver=60.6.0;tz=0%2FUTC;st=1776360697865;ct=2783/2793/2793//2505;rt=2468/284/0/0/0/2468/2469/2469/2469/2610/2539/2610/2680/2752;gl=u;ni=0//4g/0/0/;lvid=1776360699764%3A1776360699769%3A1%3A3ff8ecec84ae8eec1c617bbcdb5e85c9;opts=ts%2Ccnhp%3Dh2%2Ccs%3D19684-48997-19984;visible=true;js=13 — 200 — 915 B — 72 ms — h2https://id.vk.com/cspid.vk.com/csp https://id.vk.com/csp — 204 — 436 B — 78 ms — h2https://stacks.vk-portal.net/api/69/envelope/?sentry_key=a639677236f945fb863d4f3353655bff&sentry_version=7&sentry_client=sentry.javascript.browser%2F7.120.3stacks.vk-portal.net/api/69/envelop... https://stacks.vk-portal.net/api/69/envelope/?sentry_key=a639677236f945fb863d4f3353655bff&sentry_version=7&sentry_client=sentry.javascript.browser%2F7.120.3 — 200 — 612 B — 348 ms — h2https://id.vk.com/cspid.vk.com/csp https://id.vk.com/csp — 204 — 436 B — 77 ms — h2https://sdk-api.apptracer.ru/api/crash/trackSession?crashToken=T9Fa1vaxM1xf0SfxzxhCCRuuVJNRL1psxqCB3ih5MM90&sdkVersion=2.6.3sdk-api.apptracer.ru/api/crash/trac... https://sdk-api.apptracer.ru/api/crash/trackSession?crashToken=T9Fa1vaxM1xf0SfxzxhCCRuuVJNRL1psxqCB3ih5MM90&sdkVersion=2.6.3 — 200 — 0 B — 73 ms — h2https://api.vk.com/method/statEvents.addVKIDAnonymously?v=5.245&client_id=7913379api.vk.com/method/statEvents.addVKI... https://api.vk.com/method/statEvents.addVKIDAnonymously?v=5.245&client_id=7913379 — 200 — 712 B — 87 ms — h2https://api.vk.com/method/auth.getAuthCode?v=5.126&client_id=7913379api.vk.com/method/auth.getAuthCode?... https://api.vk.com/method/auth.getAuthCode?v=5.126&client_id=7913379 — 200 — 828 B — 106 ms — h2https://sdk-api.apptracer.ru/api/crash/trackSession?crashToken=T9Fa1vaxM1xf0SfxzxhCCRuuVJNRL1psxqCB3ih5MM90&sdkVersion=2.6.3sdk-api.apptracer.ru/api/crash/trac... https://sdk-api.apptracer.ru/api/crash/trackSession?crashToken=T9Fa1vaxM1xf0SfxzxhCCRuuVJNRL1psxqCB3ih5MM90&sdkVersion=2.6.3 — 200 — 448 B — 75 ms — h2https://top-fwz1.mail.ru/tracker?_=0.0324512240969802;id=2579437;u=https%3A%2F%2Fvk.com%2F;pid=0;userid=0;title=VK%20%7C%20Welcome!;s=800*600;vp=1350*940;touch=0;hds=1;sid=5b3f557da24955ea;ver=60.6.0;tz=0%2FUTC;st=1776360697865;nt=0/0/1776360696973/////446/446/446/446/446//447/819/881/825/892/2471/2471/3095/3095/3102;ct=2783/2793/2793/2798/2505;rt=2468/284/0/0/0/2468/2469/2469/2469/2610/2539/2610/2680/2752;gl=p;ni=0//4g/0/0/;lvid=1776360699764%3A1776360700077%3A2%3A3ff8ecec84ae8eec1c617bbcdb5e85c9;opts=ts%2Ccnhp%3Dh2%2Ccs%3D19684-48997-19984;visible=true;js=13;e=RT%2Fload;et=1776360700075top-fwz1.mail.ru/tracker?_=0.032451... https://top-fwz1.mail.ru/tracker?_=0.0324512240969802;id=2579437;u=https%3A%2F%2Fvk.com%2F;pid=0;userid=0;title=VK%20%7C%20Welcome!;s=800*600;vp=1350*940;touch=0;hds=1;sid=5b3f557da24955ea;ver=60.6.0;tz=0%2FUTC;st=1776360697865;nt=0/0/1776360696973/////446/446/446/446/446//447/819/881/825/892/2471/2471/3095/3095/3102;ct=2783/2793/2793/2798/2505;rt=2468/284/0/0/0/2468/2469/2469/2469/2610/2539/2610/2680/2752;gl=p;ni=0//4g/0/0/;lvid=1776360699764%3A1776360700077%3A2%3A3ff8ecec84ae8eec1c617bbcdb5e85c9;opts=ts%2Ccnhp%3Dh2%2Ccs%3D19684-48997-19984;visible=true;js=13;e=RT%2Fload;et=1776360700075 — 200 — 914 B — 72 ms — h2https://vk.com/images/icons/favicons/fav_logo.ico?8vk.com/images/icons/favicons/fav_lo... https://vk.com/images/icons/favicons/fav_logo.ico?8 — 200 — 5.3 KiB — 64 ms — h2https://privacy-cs.mail.ru/fp/?id=0YE-g9HGLexmdMia7Hqkqprivacy-cs.mail.ru/fp/?id=0YE-g9HGL... https://privacy-cs.mail.ru/fp/?id=0YE-g9HGLexmdMia7Hqkq — 200 — 0 B — 220 ms — http/1.1https://privacy-cs.mail.ru/fp/?id=0YE-g9HGLexmdMia7Hqkqprivacy-cs.mail.ru/fp/?id=0YE-g9HGL... https://privacy-cs.mail.ru/fp/?id=0YE-g9HGLexmdMia7Hqkq — 200 — 448 B — 88 ms — http/1.1https://vk.com/dist/core_spa/chunks/grip-lib.d84d2556.jsvk.com/dist/core_spa/chunks/grip-li... https://vk.com/dist/core_spa/chunks/grip-lib.d84d2556.js — 200 — 8.9 KiB — 64 ms — h2https://stats.vk-portal.net/stats.vk-portal.net/ https://stats.vk-portal.net/ — 403 — 271 B — 189 ms — h2https://stats.vk-portal.net/web-stats/p?device_id=091223d4bf09547f76f6c78c92173d80&domain_sid=0YE-g9HGLexmdMia7Hqkq%3A1776360700084stats.vk-portal.net/web-stats/p?dev... https://stats.vk-portal.net/web-stats/p?device_id=091223d4bf09547f76f6c78c92173d80&domain_sid=0YE-g9HGLexmdMia7Hqkq%3A1776360700084 — 200 — 918 B — 211 ms — h2https://id.vk.com/cspid.vk.com/csp https://id.vk.com/csp — 204 — 437 B — 75 ms — h2https://sdk-api.apptracer.ru/api/perf/upload?crashToken=T9Fa1vaxM1xf0SfxzxhCCRuuVJNRL1psxqCB3ih5MM90&sdkVersion=2.6.3sdk-api.apptracer.ru/api/perf/uploa... https://sdk-api.apptracer.ru/api/perf/upload?crashToken=T9Fa1vaxM1xf0SfxzxhCCRuuVJNRL1psxqCB3ih5MM90&sdkVersion=2.6.3 — 200 — 0 B — 73 ms — h2https://sdk-api.apptracer.ru/api/perf/upload?crashToken=T9Fa1vaxM1xf0SfxzxhCCRuuVJNRL1psxqCB3ih5MM90&sdkVersion=2.6.3sdk-api.apptracer.ru/api/perf/uploa... https://sdk-api.apptracer.ru/api/perf/upload?crashToken=T9Fa1vaxM1xf0SfxzxhCCRuuVJNRL1psxqCB3ih5MM90&sdkVersion=2.6.3 — 200 — 448 B — 74 ms — h2https://privacy-cs.mail.ru/fp/?id=0YE-g9HGLexmdMia7Hqkqprivacy-cs.mail.ru/fp/?id=0YE-g9HGL... https://privacy-cs.mail.ru/fp/?id=0YE-g9HGLexmdMia7Hqkq — 200 — 448 B — 85 ms — http/1.1https://stats.vk-portal.net/stats.vk-portal.net/ https://stats.vk-portal.net/ — 403 — 269 B — 67 ms — h2https://akashi.vk-portal.net/api/v1/webakashi.vk-portal.net/api/v1/web https://akashi.vk-portal.net/api/v1/web — -1 — 0 B — 0 ms — https://api.vk.com/method/statEvents.addVKIDAnonymously?v=5.245&client_id=7913379api.vk.com/method/statEvents.addVKI... https://api.vk.com/method/statEvents.addVKIDAnonymously?v=5.245&client_id=7913379 — 200 — 713 B — 86 ms — h2https://api.vk.com/method/auth.checkAuthCode?v=5.126&client_id=7913379api.vk.com/method/auth.checkAuthCod... https://api.vk.com/method/auth.checkAuthCode?v=5.126&client_id=7913379 — 200 — 490 B — 99 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 1569ms · 1582KB · ₽464/mo
Unattributable
Other
Costly
Execution 487ms
Transfer 0 KB
Monthly Cost ₽144/mo
st.vk.com
Other
Costly
Execution 290ms
Transfer 428 KB
Unused 61%
Monthly Cost ₽86/mo
st.vk.com
Other
Costly
Execution 251ms
Transfer 837 KB
Unused 67%
Monthly Cost ₽74/mo
static.vk.com
Other
Optional
Execution 149ms
Transfer 181 KB
Unused 43%
Monthly Cost ₽44/mo
st.vk.com
Other
Optional
Execution 111ms
Transfer 9 KB
Monthly Cost ₽33/mo
vk.com
Other
Optional
Execution 105ms
Transfer 48 KB
Monthly Cost ₽31/mo
privacy-cs.mail.ru
Other
Optional
Execution 68ms
Transfer 22 KB
Monthly Cost ₽20/mo
vk.com
Other
Optional
Execution 56ms
Transfer 9 KB
Monthly Cost ₽17/mo
st.vk.com
Other
Optional
Execution 50ms
Transfer 50 KB
Unused 69%
Monthly Cost ₽15/mo

These scripts may cost more than they're worth

  • Unattributable adds 487ms and costs ~₽144/month
  • st.vk.com adds 290ms and costs ~₽86/month
  • st.vk.com adds 251ms and costs ~₽74/month

100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.

Why this matters

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 487ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

st.vk.com takes 290ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

61% of st.vk.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

st.vk.com takes 251ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

67% of st.vk.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

69% of st.vk.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

How third-party costs are calculated

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback