Skip to content
https://vk.com

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

60
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.32 s

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

3.88 s

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

134 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.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.

4.79 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
15
5 PASS 3 REVIEW 5 FIX
F
Page Weight Budget
Action
3.6 MB transferred, 152 requests
FIX
3.6 MB transferred, 152 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::
152 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
152 requests
0.76 g CO2 per page load
JavaScript 3.1 MiB 85%
CSS 320.2 KiB 9%
Fonts 140.0 KiB 4%
HTML 82.0 KiB 2%
Other 10.2 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
93% third-party, 0 ms blocking
FIX
93% third-party, 0 ms blocking
Warning::
Third-party code accounts for 93% of page weight (3.4 MiB of 3.6 MiB)
Info::
Third-party blocking time is low (0 ms)
93%
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
152 resources · 3.6 MB · 1.8 MB savings available
FIX
152 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::
130 third-party resources (93% of weight)
Info::
3 resources over 200KB
152 resources · 3.6 MiB · 130 third-party 2.6 MiB over 1MB target
JavaScript 85% · 3.1 MiB
CSS 9% · 320.2 KiB
Font 4% · 140.0 KiB
Document 2% · 86.6 KiB
Other 0% · 10.7 KiB
Image 0% · 8.6 KiB

~1.8 MiB of savings available

Remove unused JavaScript: 1.8 MiB
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

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
1793ms total JS execution
REVIEW
1793ms total JS execution
Warning::
Unattributable: 559ms CPU time
Warning::
https://st.vk.com/dist/web/chunks/common.0a2fe728....: 392ms CPU time
Warning::
https://st.vk.com/dist/core_spa/core_spa_vk.12d621...: 265ms CPU time
Info::
https://static.vk.com/vkid/1.1.1321/qr_auth.js: 163ms CPU time
Info::
https://vk.com/: 106ms CPU time
Warning::
Third-party scripts: 1614ms (90% of total)

Main Thread Breakdown

Script Evaluation 65% Other 23% Script Parsing & Compilation 4% Style & Layout 4%
ScriptTotalScriptingParse/CompileParty
Unattributable559ms117ms0ms3rd
https://st.vk.com/dist/web/chunks/common.0a2fe728.js392ms373ms1ms3rd
https://st.vk.com/dist/core_spa/core_spa_vk.12d6213b.js265ms260ms3ms3rd
https://static.vk.com/vkid/1.1.1321/qr_auth.js163ms117ms19ms3rd
https://vk.com/106ms14ms4ms1st
https://st.vk.com/dist/web/grip.67dde0b3.js87ms78ms0ms3rd
https://privacy-cs.mail.ru/static/sync-loader.js85ms73ms3ms3rd
https://vk.com/dist/core_spa/chunks/grip-lib.d84d2556.js73ms71ms1ms1st
https://st.vk.com/dist/core_spa/error_monitoring.isolated.a9c04e6f.js62ms58ms0ms3rd
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.3 s LCP 3.9 shttps://st.vk.com/css/fonts/VKSansDisplayDemiBoldFaux.v100.woff2VKSansDisplayDemiBoldFa... https://st.vk.com/css/fonts/VKSansDisplayDemiBoldFaux.v100.woff2 — 9.2 KiB — 268 ms — font-display: swaphttps://vk.com/css/fonts/VKSansDisplayBoldLatin.v320.woff2VKSansDisplayBoldLatin.... https://vk.com/css/fonts/VKSansDisplayBoldLatin.v320.woff2 — 12.2 KiB — 68 ms — font-display: swaphttps://vk.com/css/fonts/VKSansDisplayBoldCyrillic.v320.woff2VKSansDisplayBoldCyrill... https://vk.com/css/fonts/VKSansDisplayBoldCyrillic.v320.woff2 — 9.1 KiB — 69 ms — font-display: swaphttps://st.vk.com/css/fonts/VKSansDisplayBoldLatin.v320.woff2VKSansDisplayBoldLatin.... https://st.vk.com/css/fonts/VKSansDisplayBoldLatin.v320.woff2 — 12.2 KiB — 65 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.3 KiB — 65 ms — font-display: swap
VKSansDisplayDemiBoldFa... woff2 swap
Size 9 KB
Load time 268 ms
Start 517 ms
Risk FOUT — text flashes from fallback to web font
VKSansDisplayBoldLatin.... woff2 swap
Size 12 KB
Load time 68 ms
Start 2.0 s
Risk FOUT — text flashes from fallback to web font
VKSansDisplayBoldCyrill... woff2 swap
Size 9 KB
Load time 69 ms
Start 2.0 s
Risk FOUT — text flashes from fallback to web font
VKSansDisplayBoldLatin.... woff2 swap
Size 12 KB
Load time 65 ms
Start 2.0 s
Risk FOUT — text flashes from fallback to web font
VKSansDisplayBoldCyrill... woff2 swap
Size 9 KB
Load time 66 ms
Start 2.0 s
Risk FOUT — text flashes from fallback to web font
roboto400.woff woff swap
Size 88 KB
Load time 65 ms
Start 2.2 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
152 requests over 5999ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 3.3 s LCP 3.9 shttps://vk.com// https://vk.com/ — 200 — 47.9 KiB — 562 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 — 140 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 — 69 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 — 135 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 — 131 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 — 640 B — 133 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 — 268 ms — h2https://vk.com/js/loader_nav214913744187_3.js/js/loader_nav214913744187_3.js https://vk.com/js/loader_nav214913744187_3.js — 200 — 96.6 KiB — 206 ms — h2https://vk.com/js/lang3_2.js?29605983/js/lang3_2.js?29605983 https://vk.com/js/lang3_2.js?29605983 — 200 — 54.5 KiB — 184 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.7 KiB — 277 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 — 118 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 — 617 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 — 160 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 — 412 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 — 472 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 — 478 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 — 469 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 — 403 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 — 358 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 — 139 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 — 521 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 — 548 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 — 471 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 — 994 B — 139 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 — 476 ms — h2https://vk.com/js/lib/px.js?ch=1/js/lib/px.js?ch=1 https://vk.com/js/lib/px.js?ch=1 — 302 — 771 B — 163 ms — h2https://vk.com/js/lib/px.js?ch=2/js/lib/px.js?ch=2 https://vk.com/js/lib/px.js?ch=2 — 302 — 772 B — 200 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 — 140 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 — 524 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 — 524 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 3.3 s LCP 3.9 shttps://vk.com// https://vk.com/ — 200 — 47.9 KiB — 562 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 — 140 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 — 69 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 — 135 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 — 131 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 — 640 B — 133 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 — 268 ms — h2https://vk.com/js/loader_nav214913744187_3.js/js/loader_nav214913744187_3.js https://vk.com/js/loader_nav214913744187_3.js — 200 — 96.6 KiB — 206 ms — h2https://vk.com/js/lang3_2.js?29605983/js/lang3_2.js?29605983 https://vk.com/js/lang3_2.js?29605983 — 200 — 54.5 KiB — 184 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.7 KiB — 277 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 — 118 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 — 617 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 — 160 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 — 412 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 — 472 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 — 478 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 — 469 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 — 403 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 — 358 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 — 139 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 — 521 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 — 548 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 — 471 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 — 994 B — 139 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 — 476 ms — h2https://vk.com/js/lib/px.js?ch=1/js/lib/px.js?ch=1 https://vk.com/js/lib/px.js?ch=1 — 302 — 771 B — 163 ms — h2https://vk.com/js/lib/px.js?ch=2/js/lib/px.js?ch=2 https://vk.com/js/lib/px.js?ch=2 — 302 — 772 B — 200 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 — 140 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 — 524 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 — 524 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 — 538 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 — 140 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 — 525 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 — 140 ms — h2https://vk.com/dist/web/language.d1e1b7c5.js/dist/web/language.d1e1b7c5.js https://vk.com/dist/web/language.d1e1b7c5.js — 200 — 3.2 KiB — 176 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 — 525 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 — 141 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 — 526 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 — 141 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 — 801 B — 142 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 — 525 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 — 143 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 — 145 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 — 525 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 — 526 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 — 526 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 — 145 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 — 146 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 — 525 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 — 527 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 — 527 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 — 527 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 — 529 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 — 152 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 — 529 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 — 529 ms — h2https://vk.com/dist/public/lib/px.d8e2d40de34f54b587630b4bb4f716cf.js?ch=1/dist/public/lib/px.d8e2d40de34f54b... https://vk.com/dist/public/lib/px.d8e2d40de34f54b587630b4bb4f716cf.js?ch=1 — 200 — 906 B — 64 ms — h2https://vk.com/dist/public/lib/px.d8e2d40de34f54b587630b4bb4f716cf.js?ch=2/dist/public/lib/px.d8e2d40de34f54b... https://vk.com/dist/public/lib/px.d8e2d40de34f54b587630b4bb4f716cf.js?ch=2 — 200 — 905 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 — 224 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 — 79 ms — h2https://vk.com/dist/web/chunks/79ccc352.css/dist/web/chunks/79ccc352.css https://vk.com/dist/web/chunks/79ccc352.css — 200 — 756 B — 64 ms — h2https://vk.com/dist/web/chunks/rlottie.bd13dce8.js/dist/web/chunks/rlottie.bd13dce8.j... https://vk.com/dist/web/chunks/rlottie.bd13dce8.js — 200 — 6.1 KiB — 64 ms — h2https://vk.com/usefull.php/usefull.php https://vk.com/usefull.php — 200 — 837 B — 77 ms — h2https://vk.com/dist/web/chunks/initIdleTabStats.f53afe70.js/dist/web/chunks/initIdleTabStats.f... https://vk.com/dist/web/chunks/initIdleTabStats.f53afe70.js — 200 — 1.2 KiB — 64 ms — h2https://tns-counter.ru/tns-counter.ru/ https://tns-counter.ru/ — 200 — 182 B — 404 ms — h2https://top-fwz1.mail.ru/top-fwz1.mail.ru/ https://top-fwz1.mail.ru/ — 200 — 579 B — 404 ms — h2https://ads.vk.com/ads.vk.com/ https://ads.vk.com/ — 200 — 300 B — 404 ms — h2https://r0.mradx.net/r0.mradx.net/ https://r0.mradx.net/ — 204 — 41 B — 1.3 s — 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 — 67 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 — 823 B — 65 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 — 68 ms — h2https://vk.com/js/langs/web/stickers-popup-tq-handlers.797ae8774f3e2305.js?v=1&p=web&l=3/js/langs/web/stickers-popup-tq-han... https://vk.com/js/langs/web/stickers-popup-tq-handlers.797ae8774f3e2305.js?v=1&p=web&l=3 — 200 — 945 B — 95 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 — 66 ms — h2https://vk.com/js/langs/web/AudioEventNotifier.b82c8ec8afb32860.js?v=1&p=web&l=3/js/langs/web/AudioEventNotifier.b8... https://vk.com/js/langs/web/AudioEventNotifier.b82c8ec8afb32860.js?v=1&p=web&l=3 — 200 — 1.1 KiB — 74 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.woff2/css/fonts/VKSansDisplayBoldLatin.v... https://vk.com/css/fonts/VKSansDisplayBoldLatin.v320.woff2 — 200 — 12.2 KiB — 68 ms — h2https://vk.com/css/fonts/VKSansDisplayBoldCyrillic.v320.woff2/css/fonts/VKSansDisplayBoldCyrilli... https://vk.com/css/fonts/VKSansDisplayBoldCyrillic.v320.woff2 — 200 — 9.1 KiB — 69 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 — 65 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.3 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 — 64 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=3/js/langs/web/webPushNotifier.02ae0... https://vk.com/js/langs/web/webPushNotifier.02ae0ade011c9bc3.js?v=1&p=web&l=3 — 200 — 904 B — 74 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 — 282 ms — h2https://login.vk.com/?act=get_accountslogin.vk.com/?act=get_accounts https://login.vk.com/?act=get_accounts — 200 — 1.6 KiB — 80 ms — h2https://www.tns-counter.ru/V13a**clid:13**vk_com/ru/UTF-8/tmsec=vksite_total/186072057www.tns-counter.ru/V13a**clid:13**v... https://www.tns-counter.ru/V13a**clid:13**vk_com/ru/UTF-8/tmsec=vksite_total/186072057 — 302 — 409 B — 242 ms — h2https://www.tns-counter.ru/V13a****vk_ad/ru/UTF-8/tmsec=vkad_cid1015708-posid1184674/371936827www.tns-counter.ru/V13a****vk_ad/ru... https://www.tns-counter.ru/V13a****vk_ad/ru/UTF-8/tmsec=vkad_cid1015708-posid1184674/371936827 — 302 — 414 B — 242 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 — 68 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 — 68 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 — 69 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 — 70 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 — 72 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 — 73 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 — 76 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 — 77 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 — 932 B — 69 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 — 124 ms — h2https://vk.com/js/langs/web/audio_web_globalPlayerImpl.ff4bec0f8da66f36.js?v=1&p=web&l=3/js/langs/web/audio_web_globalPlaye... https://vk.com/js/langs/web/audio_web_globalPlayerImpl.ff4bec0f8da66f36.js?v=1&p=web&l=3 — 200 — 2.4 KiB — 190 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 — 127 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 — 127 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 — 128 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 — 129 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 — 130 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 — 146 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 — 135 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 — 142 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 — 139 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 — 145 ms — h2https://vk.com/js/langs/web/audio_config_legacy.1f752bec3a6a9232.js?v=1&p=web&l=3/js/langs/web/audio_config_legacy.1... https://vk.com/js/langs/web/audio_config_legacy.1f752bec3a6a9232.js?v=1&p=web&l=3 — 200 — 7.8 KiB — 185 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 — 181 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 — 205 ms — h2https://vk.com/js/langs/web/audio_config_overrides.158f4b6bbfb64620.js?v=1&p=web&l=3/js/langs/web/audio_config_override... https://vk.com/js/langs/web/audio_config_overrides.158f4b6bbfb64620.js?v=1&p=web&l=3 — 200 — 4.3 KiB — 184 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 — 185 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 — 261 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 — 93 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 — 94 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 — 96 ms — h2https://tns-counter.ru/tns-counter.ru/ https://tns-counter.ru/ — 200 — 181 B — 125 ms — h2https://top-fwz1.mail.ru/top-fwz1.mail.ru/ https://top-fwz1.mail.ru/ — 200 — 578 B — 124 ms — h2https://ads.vk.com/ads.vk.com/ https://ads.vk.com/ — 200 — 299 B — 124 ms — h2https://r0.mradx.net/r0.mradx.net/ https://r0.mradx.net/ — 204 — 40 B — 761 ms — h2https://www.tns-counter.ru/V13b**clid:13**vk_com/ru/UTF-8/tmsec=vksite_total/186072057www.tns-counter.ru/V13b**clid:13**v... https://www.tns-counter.ru/V13b**clid:13**vk_com/ru/UTF-8/tmsec=vksite_total/186072057 — 200 — 297 B — 74 ms — h2https://www.tns-counter.ru/V13b****vk_ad/ru/UTF-8/tmsec=vkad_cid1015708-posid1184674/371936827www.tns-counter.ru/V13b****vk_ad/ru... https://www.tns-counter.ru/V13b****vk_ad/ru/UTF-8/tmsec=vkad_cid1015708-posid1184674/371936827 — 200 — 297 B — 75 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 — 311 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.06571689299613204;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=a95953de7623ad87;ver=60.6.0;tz=0%2FUTC;st=1776359003283;ct=2552/2562/2562//2255;rt=2220/283/0/0/0/2220/2221/2221/2221/2362/2291/2362/2501/2503;gl=u;ni=0//4g/0/0/;lvid=1776359005263%3A1776359005267%3A1%3A03da6bf679db59d1466d11ba22d9aff3;opts=ts%2Ccnhp%3Dh2%2Ccs%3D19684-48997-19984;visible=true;js=13top-fwz1.mail.ru/counter?_=0.065716... https://top-fwz1.mail.ru/counter?_=0.06571689299613204;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=a95953de7623ad87;ver=60.6.0;tz=0%2FUTC;st=1776359003283;ct=2552/2562/2562//2255;rt=2220/283/0/0/0/2220/2221/2221/2221/2362/2291/2362/2501/2503;gl=u;ni=0//4g/0/0/;lvid=1776359005263%3A1776359005267%3A1%3A03da6bf679db59d1466d11ba22d9aff3;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 — 98 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 — 101 ms — h2https://top-fwz1.mail.ru/counter2?_=0.06571689299613204;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=a95953de7623ad87;ver=60.6.0;tz=0%2FUTC;st=1776359003283;ct=2552/2562/2562//2255;rt=2220/283/0/0/0/2220/2221/2221/2221/2362/2291/2362/2501/2503;gl=u;ni=0//4g/0/0/;lvid=1776359005263%3A1776359005267%3A1%3A03da6bf679db59d1466d11ba22d9aff3;opts=ts%2Ccnhp%3Dh2%2Ccs%3D19684-48997-19984;visible=true;js=13top-fwz1.mail.ru/counter2?_=0.06571... https://top-fwz1.mail.ru/counter2?_=0.06571689299613204;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=a95953de7623ad87;ver=60.6.0;tz=0%2FUTC;st=1776359003283;ct=2552/2562/2562//2255;rt=2220/283/0/0/0/2220/2221/2221/2221/2362/2291/2362/2501/2503;gl=u;ni=0//4g/0/0/;lvid=1776359005263%3A1776359005267%3A1%3A03da6bf679db59d1466d11ba22d9aff3;opts=ts%2Ccnhp%3Dh2%2Ccs%3D19684-48997-19984;visible=true;js=13 — 200 — 915 B — 71 ms — h2https://id.vk.com/cspid.vk.com/csp https://id.vk.com/csp — 204 — 435 B — 82 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 — 281 ms — h2https://id.vk.com/cspid.vk.com/csp https://id.vk.com/csp — 204 — 435 B — 79 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 — 91 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 — 93 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 — 74 ms — h2https://top-fwz1.mail.ru/tracker?_=0.5159921781780005;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=a95953de7623ad87;ver=60.6.0;tz=0%2FUTC;st=1776359003283;nt=0/0/1776359002702/////0/2/2/2/127/62/127/501/564/509/581/2223/2223/2898/2899/2910;ct=2552/2562/2562/2567/2255;rt=2220/283/0/0/0/2220/2221/2221/2221/2362/2291/2362/2501/2503;gl=p;ni=0//4g/0/0/;lvid=1776359005263%3A1776359005614%3A2%3A03da6bf679db59d1466d11ba22d9aff3;opts=ts%2Ccnhp%3Dh2%2Ccs%3D19684-48997-19984;visible=true;js=13;e=RT%2Fload;et=1776359005613top-fwz1.mail.ru/tracker?_=0.515992... https://top-fwz1.mail.ru/tracker?_=0.5159921781780005;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=a95953de7623ad87;ver=60.6.0;tz=0%2FUTC;st=1776359003283;nt=0/0/1776359002702/////0/2/2/2/127/62/127/501/564/509/581/2223/2223/2898/2899/2910;ct=2552/2562/2562/2567/2255;rt=2220/283/0/0/0/2220/2221/2221/2221/2362/2291/2362/2501/2503;gl=p;ni=0//4g/0/0/;lvid=1776359005263%3A1776359005614%3A2%3A03da6bf679db59d1466d11ba22d9aff3;opts=ts%2Ccnhp%3Dh2%2Ccs%3D19684-48997-19984;visible=true;js=13;e=RT%2Fload;et=1776359005613 — 200 — 914 B — 72 ms — h2https://vk.com/images/icons/favicons/fav_logo.ico?8/images/icons/favicons/fav_logo.ico... https://vk.com/images/icons/favicons/fav_logo.ico?8 — 200 — 5.4 KiB — 65 ms — h2https://privacy-cs.mail.ru/fp/?id=mss9XcOwfD0fAP6fhAF0zprivacy-cs.mail.ru/fp/?id=mss9XcOwf... https://privacy-cs.mail.ru/fp/?id=mss9XcOwfD0fAP6fhAF0z — 200 — 0 B — 219 ms — http/1.1https://privacy-cs.mail.ru/fp/?id=mss9XcOwfD0fAP6fhAF0zprivacy-cs.mail.ru/fp/?id=mss9XcOwf... https://privacy-cs.mail.ru/fp/?id=mss9XcOwfD0fAP6fhAF0z — 200 — 447 B — 82 ms — http/1.1https://vk.com/dist/core_spa/chunks/grip-lib.d84d2556.js/dist/core_spa/chunks/grip-lib.d84d... https://vk.com/dist/core_spa/chunks/grip-lib.d84d2556.js — 200 — 9.1 KiB — 65 ms — h2https://stats.vk-portal.net/stats.vk-portal.net/ https://stats.vk-portal.net/ — 403 — 270 B — 208 ms — h2https://stats.vk-portal.net/web-stats/p?device_id=091223d4bf09547f76f6c78c92173d80&domain_sid=mss9XcOwfD0fAP6fhAF0z%3A1776359005652stats.vk-portal.net/web-stats/p?dev... https://stats.vk-portal.net/web-stats/p?device_id=091223d4bf09547f76f6c78c92173d80&domain_sid=mss9XcOwfD0fAP6fhAF0z%3A1776359005652 — 200 — 917 B — 218 ms — h2https://id.vk.com/cspid.vk.com/csp https://id.vk.com/csp — 204 — 435 B — 80 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 — 72 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=mss9XcOwfD0fAP6fhAF0zprivacy-cs.mail.ru/fp/?id=mss9XcOwf... https://privacy-cs.mail.ru/fp/?id=mss9XcOwfD0fAP6fhAF0z — 200 — 448 B — 92 ms — http/1.1https://stats.vk-portal.net/stats.vk-portal.net/ https://stats.vk-portal.net/ — 403 — 269 B — 70 ms — h2https://akashi.vk-portal.net/api/v1/webakashi.vk-portal.net/api/v1/web https://akashi.vk-portal.net/api/v1/web — 404 — 0 B — 1.5 s — 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 — 711 B — 152 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 — 487 B — 68 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
90% of JavaScript execution is third-party
First-party Third-party 1614ms · 1526KB · ₽478/mo
Unattributable
Other
Costly
Execution 559ms
Transfer 0 KB
Monthly Cost ₽166/mo
st.vk.com
Other
Costly
Execution 392ms
Transfer 428 KB
Unused 61%
Monthly Cost ₽116/mo
st.vk.com
Other
Costly
Execution 265ms
Transfer 837 KB
Unused 67%
Monthly Cost ₽79/mo
static.vk.com
Other
Optional
Execution 163ms
Transfer 181 KB
Unused 43%
Monthly Cost ₽48/mo
st.vk.com
Other
Optional
Execution 87ms
Transfer 9 KB
Monthly Cost ₽26/mo
privacy-cs.mail.ru
Other
Optional
Execution 85ms
Transfer 22 KB
Monthly Cost ₽25/mo
st.vk.com
Other
Optional
Execution 62ms
Transfer 50 KB
Unused 69%
Monthly Cost ₽18/mo

These scripts may cost more than they're worth

  • Unattributable adds 559ms and costs ~₽166/month
  • st.vk.com adds 392ms and costs ~₽116/month
  • st.vk.com adds 265ms and costs ~₽79/month

90% 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 559ms 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 392ms 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 265ms 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