Skip to content
https://max.ru

Performance

· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
78
GRADE
C
FIX
3
REVIEW
4
PASS
8
INFO
2

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

52
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
85
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
100
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
100
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.

1.67 s

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

4.26 s

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

6.24 s

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.

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

10.08 s

Page Load Progression

830 ms
1.7 s
2.5 s
3.3 s
4.1 s
5.0 s
5.8 s
6.6 s
Checks
17
8 PASS 4 REVIEW 3 FIX
F
Page Weight Budget
Action
19.4 MB transferred, 88 requests
FIX
19.4 MB transferred, 88 requests
Critical::
Page weighs 22.4 MB (19.4 MB transferred)
Warning::
Images are 1.0 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.0 MB
Info::
88 HTTP requests
Info::
Estimated 4.1 g CO2 per page load
19.4 MB / 2.4 MB budget
19.4 MB transferred
88 requests
4.1 g CO2 per page load
Other 17.9 MiB 93%
Images 1.0 MiB 5%
JavaScript 197.6 KiB 1%
Other 156.8 KiB 1%
Fonts 36.8 KiB 0%
HTML 11.3 KiB 0%
CSS 6.0 KiB 0%
Other 2.6 KiB 0%
Other 380 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.

Why this matters

Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.

Source: web.dev

F
JS Execution Cost
Action
9796ms total JS execution
FIX
9796ms total JS execution
Warning::
https://max.ru/_app/immutable/chunks/CX_HdG7b.js: 7245ms CPU time
Warning::
Unattributable: 1224ms CPU time
Warning::
https://privacy-cs.mail.ru/static/sync-loader.js: 456ms CPU time
Warning::
https://mc.yandex.ru/metrika/tag.js: 354ms CPU time
Info::
https://max.ru/: 198ms CPU time
Info::
Third-party scripts: 2184ms (22% of total)

Main Thread Breakdown

Other 81% Script Evaluation 12% Style & Layout 4%
ScriptTotalScriptingParse/CompileParty
https://max.ru/_app/immutable/chunks/CX_HdG7b.js7245ms145ms0ms1st
Unattributable1224ms91ms0ms3rd
https://privacy-cs.mail.ru/static/sync-loader.js456ms375ms9ms3rd
https://mc.yandex.ru/metrika/tag.js354ms292ms53ms3rd
https://max.ru/198ms16ms3ms1st
https://top-fwz1.mail.ru/js/code.js151ms121ms5ms3rd
https://max.ru/_app/immutable/chunks/sDEGO1DI.js115ms89ms0ms1st
https://max.ru/_app/immutable/chunks/Cpv6kJzN.js53ms17ms0ms1st
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.
Info::
Last-Modified header present

No Cache-Control header

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

C
Image Optimization
Action
13 images, 0 KB saveable
REVIEW
13 images, 0 KB saveable
Warning::
https://max.ru/s/img/big-logo.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://max.ru/s/img/phone-body.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
13 images 1.0 MB
0 oversized -0 KB
13 legacy format
2 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

B
JS Bundles
39 scripts, 51 KB unused
REVIEW
39 scripts, 51 KB unused
Warning::
https://mc.yandex.ru/metrika/tag.js: 51 KB unused (60%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 51 KB
51 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://mc.yandex.ru/metrika/tag.js85 KB51 KB (60%)3rd
https://max.ru/_app/immutable/chunks/DfxMt3bL.js1 KB1st
https://max.ru/_app/immutable/chunks/Cpv6kJzN.js2 KB1st
https://max.ru/_app/immutable/chunks/BJNTHV0U.js9 KB1st
https://max.ru/_app/immutable/chunks/CO_Kkw34.js3 KB1st
https://max.ru/_app/immutable/chunks/CzTBNV8K.js1 KB1st
https://max.ru/_app/immutable/chunks/D0iwhpLH.js0 KB1st
https://max.ru/_app/immutable/entry/app.C-FwJhMr.js3 KB1st
https://max.ru/_app/immutable/chunks/PPVm8Dsz.js1 KB1st
https://max.ru/_app/immutable/chunks/DsnmJJEf.js0 KB1st

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

C
Page Weight Inventory
Action
88 resources · 19.4 MB · 51 KB savings available
REVIEW
88 resources · 19.4 MB · 51 KB savings available
Warning::
Page weight 18.4 MB over 1MB target
Got: 19.4 MB Expected: ≤ 1 MB
Info::
~51 KB of savings available
Info::
19 third-party resources (1% of weight)
Info::
6 resources over 200KB
88 resources · 19.4 MiB · 19 third-party 18.4 MiB over 1MB target
Media 93% · 17.9 MiB
Image 6% · 1.2 MiB
JavaScript 1% · 197.6 KiB
Font 0% · 36.8 KiB
Document 0% · 11.3 KiB
Other 0% · 8.7 KiB
CSS 0% · 6.0 KiB

~50.9 KiB of savings available

Remove unused JavaScript: 50.9 KiB
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Third-Party Impact
1% third-party, 0 ms blocking
PASS
1% third-party, 0 ms blocking
Info::
Third-party code accounts for 1% of page weight (139.1 KiB of 19.4 MiB)
Info::
Third-party blocking time is low (0 ms)
99%
First-party Third-party
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
2 fonts (37 KB)
PASS
2 fonts (37 KB)
Info::
2 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

2

37 KB total

Render-blocking

0

of 2

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 1.7 s LCP 4.3 shttps://max.ru/s/fonts/max-sans/MaxSans-Medium.woff2MaxSans-Medium.woff2 https://max.ru/s/fonts/max-sans/MaxSans-Medium.woff2 — 18.4 KiB — 151 ms — font-display: swaphttps://max.ru/s/fonts/max-sans/MaxSans-Regular.woff2MaxSans-Regular.woff2 https://max.ru/s/fonts/max-sans/MaxSans-Regular.woff2 — 18.4 KiB — 151 ms — font-display: swap
MaxSans-Medium.woff2 woff2 swap
Size 18 KB
Load time 151 ms
Start 372 ms
Risk FOUT — text flashes from fallback to web font
MaxSans-Regular.woff2 woff2 swap
Size 18 KB
Load time 151 ms
Start 372 ms
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)
A+
Resource 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
A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
Network Waterfall
88 requests over 4334ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 1.7 s LCP 4.3 shttps://max.ru// https://max.ru/ — 200 — 11.3 KiB — 218 ms — h2https://max.ru/_app/immutable/assets/0.DgaonB1M.css/_app/immutable/assets/0.DgaonB1M.c... https://max.ru/_app/immutable/assets/0.DgaonB1M.css — 200 — 1.4 KiB — 84 ms — h2https://max.ru/_app/immutable/assets/Header.CQPEuAo8.css/_app/immutable/assets/Header.CQPEu... https://max.ru/_app/immutable/assets/Header.CQPEuAo8.css — 200 — 1.2 KiB — 92 ms — h2https://max.ru/_app/immutable/assets/Icon40Desktop.ViQuQrbF.css/_app/immutable/assets/Icon40Deskto... https://max.ru/_app/immutable/assets/Icon40Desktop.ViQuQrbF.css — 200 — 1.1 KiB — 88 ms — h2https://max.ru/_app/immutable/assets/Possibilities.MUo5q6Be.css/_app/immutable/assets/Possibilitie... https://max.ru/_app/immutable/assets/Possibilities.MUo5q6Be.css — 200 — 902 B — 85 ms — h2https://max.ru/_app/immutable/assets/Main.B-lU3xLs.css/_app/immutable/assets/Main.B-lU3xL... https://max.ru/_app/immutable/assets/Main.B-lU3xLs.css — 200 — 365 B — 89 ms — h2https://max.ru/_app/immutable/assets/20.B5r2r5el.css/_app/immutable/assets/20.B5r2r5el.... https://max.ru/_app/immutable/assets/20.B5r2r5el.css — 200 — 1.0 KiB — 86 ms — h2https://max.ru/_app/immutable/entry/start.C4WyuElb.js/_app/immutable/entry/start.C4WyuEl... https://max.ru/_app/immutable/entry/start.C4WyuElb.js — 200 — 300 B — 94 ms — h2https://max.ru/_app/immutable/chunks/Da_-Y6IT.js/_app/immutable/chunks/Da_-Y6IT.js https://max.ru/_app/immutable/chunks/Da_-Y6IT.js — 200 — 11.5 KiB — 149 ms — h2https://max.ru/_app/immutable/chunks/D5-bHlzZ.js/_app/immutable/chunks/D5-bHlzZ.js https://max.ru/_app/immutable/chunks/D5-bHlzZ.js — 200 — 933 B — 96 ms — h2https://max.ru/_app/immutable/chunks/BJNTHV0U.js/_app/immutable/chunks/BJNTHV0U.js https://max.ru/_app/immutable/chunks/BJNTHV0U.js — 200 — 9.0 KiB — 150 ms — h2https://max.ru/_app/immutable/chunks/CO_Kkw34.js/_app/immutable/chunks/CO_Kkw34.js https://max.ru/_app/immutable/chunks/CO_Kkw34.js — 200 — 2.9 KiB — 90 ms — h2https://max.ru/_app/immutable/chunks/CzTBNV8K.js/_app/immutable/chunks/CzTBNV8K.js https://max.ru/_app/immutable/chunks/CzTBNV8K.js — 200 — 983 B — 151 ms — h2https://max.ru/_app/immutable/chunks/D0iwhpLH.js/_app/immutable/chunks/D0iwhpLH.js https://max.ru/_app/immutable/chunks/D0iwhpLH.js — 200 — 472 B — 152 ms — h2https://max.ru/_app/immutable/entry/app.C-FwJhMr.js/_app/immutable/entry/app.C-FwJhMr.... https://max.ru/_app/immutable/entry/app.C-FwJhMr.js — 200 — 3.3 KiB — 91 ms — h2https://max.ru/_app/immutable/chunks/PPVm8Dsz.js/_app/immutable/chunks/PPVm8Dsz.js https://max.ru/_app/immutable/chunks/PPVm8Dsz.js — 200 — 810 B — 174 ms — h2https://max.ru/_app/immutable/chunks/DsnmJJEf.js/_app/immutable/chunks/DsnmJJEf.js https://max.ru/_app/immutable/chunks/DsnmJJEf.js — 200 — 283 B — 225 ms — h2https://max.ru/_app/immutable/chunks/BUKUe8ZQ.js/_app/immutable/chunks/BUKUe8ZQ.js https://max.ru/_app/immutable/chunks/BUKUe8ZQ.js — 200 — 470 B — 230 ms — h2https://max.ru/_app/immutable/chunks/CQz-7rPh.js/_app/immutable/chunks/CQz-7rPh.js https://max.ru/_app/immutable/chunks/CQz-7rPh.js — 200 — 367 B — 282 ms — h2https://max.ru/_app/immutable/chunks/hiINyMSv.js/_app/immutable/chunks/hiINyMSv.js https://max.ru/_app/immutable/chunks/hiINyMSv.js — 200 — 411 B — 282 ms — h2https://max.ru/_app/immutable/chunks/BdFm7Mwt.js/_app/immutable/chunks/BdFm7Mwt.js https://max.ru/_app/immutable/chunks/BdFm7Mwt.js — 200 — 904 B — 169 ms — h2https://max.ru/_app/immutable/nodes/0.DMKtjTvb.js/_app/immutable/nodes/0.DMKtjTvb.js https://max.ru/_app/immutable/nodes/0.DMKtjTvb.js — 200 — 6.1 KiB — 163 ms — h2https://max.ru/_app/immutable/chunks/royJesz9.js/_app/immutable/chunks/royJesz9.js https://max.ru/_app/immutable/chunks/royJesz9.js — 200 — 365 B — 161 ms — h2https://max.ru/_app/immutable/chunks/DU47CWCQ.js/_app/immutable/chunks/DU47CWCQ.js https://max.ru/_app/immutable/chunks/DU47CWCQ.js — 200 — 452 B — 155 ms — h2https://max.ru/_app/immutable/nodes/20.DSC9bRs9.js/_app/immutable/nodes/20.DSC9bRs9.j... https://max.ru/_app/immutable/nodes/20.DSC9bRs9.js — 200 — 3.3 KiB — 232 ms — h2https://max.ru/_app/immutable/chunks/DfxMt3bL.js/_app/immutable/chunks/DfxMt3bL.js https://max.ru/_app/immutable/chunks/DfxMt3bL.js — 200 — 1.3 KiB — 170 ms — h2https://max.ru/_app/immutable/chunks/BlUq-Lta.js/_app/immutable/chunks/BlUq-Lta.js https://max.ru/_app/immutable/chunks/BlUq-Lta.js — 200 — 3.3 KiB — 234 ms — h2https://max.ru/_app/immutable/chunks/Cpv6kJzN.js/_app/immutable/chunks/Cpv6kJzN.js https://max.ru/_app/immutable/chunks/Cpv6kJzN.js — 200 — 2.0 KiB — 165 ms — h2https://max.ru/_app/immutable/chunks/BHtFydYV.js/_app/immutable/chunks/BHtFydYV.js https://max.ru/_app/immutable/chunks/BHtFydYV.js — 200 — 2.1 KiB — 227 ms — h2https://max.ru/_app/immutable/chunks/sDEGO1DI.js/_app/immutable/chunks/sDEGO1DI.js https://max.ru/_app/immutable/chunks/sDEGO1DI.js — 200 — 318 B — 163 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 1.7 s LCP 4.3 shttps://max.ru// https://max.ru/ — 200 — 11.3 KiB — 218 ms — h2https://max.ru/_app/immutable/assets/0.DgaonB1M.css/_app/immutable/assets/0.DgaonB1M.c... https://max.ru/_app/immutable/assets/0.DgaonB1M.css — 200 — 1.4 KiB — 84 ms — h2https://max.ru/_app/immutable/assets/Header.CQPEuAo8.css/_app/immutable/assets/Header.CQPEu... https://max.ru/_app/immutable/assets/Header.CQPEuAo8.css — 200 — 1.2 KiB — 92 ms — h2https://max.ru/_app/immutable/assets/Icon40Desktop.ViQuQrbF.css/_app/immutable/assets/Icon40Deskto... https://max.ru/_app/immutable/assets/Icon40Desktop.ViQuQrbF.css — 200 — 1.1 KiB — 88 ms — h2https://max.ru/_app/immutable/assets/Possibilities.MUo5q6Be.css/_app/immutable/assets/Possibilitie... https://max.ru/_app/immutable/assets/Possibilities.MUo5q6Be.css — 200 — 902 B — 85 ms — h2https://max.ru/_app/immutable/assets/Main.B-lU3xLs.css/_app/immutable/assets/Main.B-lU3xL... https://max.ru/_app/immutable/assets/Main.B-lU3xLs.css — 200 — 365 B — 89 ms — h2https://max.ru/_app/immutable/assets/20.B5r2r5el.css/_app/immutable/assets/20.B5r2r5el.... https://max.ru/_app/immutable/assets/20.B5r2r5el.css — 200 — 1.0 KiB — 86 ms — h2https://max.ru/_app/immutable/entry/start.C4WyuElb.js/_app/immutable/entry/start.C4WyuEl... https://max.ru/_app/immutable/entry/start.C4WyuElb.js — 200 — 300 B — 94 ms — h2https://max.ru/_app/immutable/chunks/Da_-Y6IT.js/_app/immutable/chunks/Da_-Y6IT.js https://max.ru/_app/immutable/chunks/Da_-Y6IT.js — 200 — 11.5 KiB — 149 ms — h2https://max.ru/_app/immutable/chunks/D5-bHlzZ.js/_app/immutable/chunks/D5-bHlzZ.js https://max.ru/_app/immutable/chunks/D5-bHlzZ.js — 200 — 933 B — 96 ms — h2https://max.ru/_app/immutable/chunks/BJNTHV0U.js/_app/immutable/chunks/BJNTHV0U.js https://max.ru/_app/immutable/chunks/BJNTHV0U.js — 200 — 9.0 KiB — 150 ms — h2https://max.ru/_app/immutable/chunks/CO_Kkw34.js/_app/immutable/chunks/CO_Kkw34.js https://max.ru/_app/immutable/chunks/CO_Kkw34.js — 200 — 2.9 KiB — 90 ms — h2https://max.ru/_app/immutable/chunks/CzTBNV8K.js/_app/immutable/chunks/CzTBNV8K.js https://max.ru/_app/immutable/chunks/CzTBNV8K.js — 200 — 983 B — 151 ms — h2https://max.ru/_app/immutable/chunks/D0iwhpLH.js/_app/immutable/chunks/D0iwhpLH.js https://max.ru/_app/immutable/chunks/D0iwhpLH.js — 200 — 472 B — 152 ms — h2https://max.ru/_app/immutable/entry/app.C-FwJhMr.js/_app/immutable/entry/app.C-FwJhMr.... https://max.ru/_app/immutable/entry/app.C-FwJhMr.js — 200 — 3.3 KiB — 91 ms — h2https://max.ru/_app/immutable/chunks/PPVm8Dsz.js/_app/immutable/chunks/PPVm8Dsz.js https://max.ru/_app/immutable/chunks/PPVm8Dsz.js — 200 — 810 B — 174 ms — h2https://max.ru/_app/immutable/chunks/DsnmJJEf.js/_app/immutable/chunks/DsnmJJEf.js https://max.ru/_app/immutable/chunks/DsnmJJEf.js — 200 — 283 B — 225 ms — h2https://max.ru/_app/immutable/chunks/BUKUe8ZQ.js/_app/immutable/chunks/BUKUe8ZQ.js https://max.ru/_app/immutable/chunks/BUKUe8ZQ.js — 200 — 470 B — 230 ms — h2https://max.ru/_app/immutable/chunks/CQz-7rPh.js/_app/immutable/chunks/CQz-7rPh.js https://max.ru/_app/immutable/chunks/CQz-7rPh.js — 200 — 367 B — 282 ms — h2https://max.ru/_app/immutable/chunks/hiINyMSv.js/_app/immutable/chunks/hiINyMSv.js https://max.ru/_app/immutable/chunks/hiINyMSv.js — 200 — 411 B — 282 ms — h2https://max.ru/_app/immutable/chunks/BdFm7Mwt.js/_app/immutable/chunks/BdFm7Mwt.js https://max.ru/_app/immutable/chunks/BdFm7Mwt.js — 200 — 904 B — 169 ms — h2https://max.ru/_app/immutable/nodes/0.DMKtjTvb.js/_app/immutable/nodes/0.DMKtjTvb.js https://max.ru/_app/immutable/nodes/0.DMKtjTvb.js — 200 — 6.1 KiB — 163 ms — h2https://max.ru/_app/immutable/chunks/royJesz9.js/_app/immutable/chunks/royJesz9.js https://max.ru/_app/immutable/chunks/royJesz9.js — 200 — 365 B — 161 ms — h2https://max.ru/_app/immutable/chunks/DU47CWCQ.js/_app/immutable/chunks/DU47CWCQ.js https://max.ru/_app/immutable/chunks/DU47CWCQ.js — 200 — 452 B — 155 ms — h2https://max.ru/_app/immutable/nodes/20.DSC9bRs9.js/_app/immutable/nodes/20.DSC9bRs9.j... https://max.ru/_app/immutable/nodes/20.DSC9bRs9.js — 200 — 3.3 KiB — 232 ms — h2https://max.ru/_app/immutable/chunks/DfxMt3bL.js/_app/immutable/chunks/DfxMt3bL.js https://max.ru/_app/immutable/chunks/DfxMt3bL.js — 200 — 1.3 KiB — 170 ms — h2https://max.ru/_app/immutable/chunks/BlUq-Lta.js/_app/immutable/chunks/BlUq-Lta.js https://max.ru/_app/immutable/chunks/BlUq-Lta.js — 200 — 3.3 KiB — 234 ms — h2https://max.ru/_app/immutable/chunks/Cpv6kJzN.js/_app/immutable/chunks/Cpv6kJzN.js https://max.ru/_app/immutable/chunks/Cpv6kJzN.js — 200 — 2.0 KiB — 165 ms — h2https://max.ru/_app/immutable/chunks/BHtFydYV.js/_app/immutable/chunks/BHtFydYV.js https://max.ru/_app/immutable/chunks/BHtFydYV.js — 200 — 2.1 KiB — 227 ms — h2https://max.ru/_app/immutable/chunks/sDEGO1DI.js/_app/immutable/chunks/sDEGO1DI.js https://max.ru/_app/immutable/chunks/sDEGO1DI.js — 200 — 318 B — 163 ms — h2https://max.ru/_app/immutable/chunks/Blch52OJ.js/_app/immutable/chunks/Blch52OJ.js https://max.ru/_app/immutable/chunks/Blch52OJ.js — 200 — 257 B — 152 ms — h2https://max.ru/_app/immutable/chunks/Dftym6rJ.js/_app/immutable/chunks/Dftym6rJ.js https://max.ru/_app/immutable/chunks/Dftym6rJ.js — 200 — 1000 B — 165 ms — h2https://max.ru/_app/immutable/chunks/B6zh5PUl.js/_app/immutable/chunks/B6zh5PUl.js https://max.ru/_app/immutable/chunks/B6zh5PUl.js — 200 — 530 B — 148 ms — h2https://max.ru/_app/immutable/chunks/CX_HdG7b.js/_app/immutable/chunks/CX_HdG7b.js https://max.ru/_app/immutable/chunks/CX_HdG7b.js — 200 — 6.5 KiB — 224 ms — h2https://max.ru/_app/immutable/chunks/Dy1Y3EUg.js/_app/immutable/chunks/Dy1Y3EUg.js https://max.ru/_app/immutable/chunks/Dy1Y3EUg.js — 200 — 4.3 KiB — 154 ms — h2https://max.ru/_app/immutable/chunks/301y6Aas.js/_app/immutable/chunks/301y6Aas.js https://max.ru/_app/immutable/chunks/301y6Aas.js — 200 — 656 B — 228 ms — h2https://max.ru/_app/immutable/chunks/CQ8big6F.js/_app/immutable/chunks/CQ8big6F.js https://max.ru/_app/immutable/chunks/CQ8big6F.js — 200 — 499 B — 220 ms — h2https://max.ru/_app/immutable/chunks/CBwYtt_I.js/_app/immutable/chunks/CBwYtt_I.js https://max.ru/_app/immutable/chunks/CBwYtt_I.js — 200 — 383 B — 225 ms — h2https://max.ru/_app/immutable/chunks/BJaAC6Dl.js/_app/immutable/chunks/BJaAC6Dl.js https://max.ru/_app/immutable/chunks/BJaAC6Dl.js — 200 — 416 B — 229 ms — h2https://max.ru/_app/immutable/chunks/BK3GwBKc.js/_app/immutable/chunks/BK3GwBKc.js https://max.ru/_app/immutable/chunks/BK3GwBKc.js — 200 — 875 B — 156 ms — h2https://max.ru/s/img/phone-body.png/s/img/phone-body.png https://max.ru/s/img/phone-body.png — 200 — 41.6 KiB — 289 ms — h2https://max.ru/s/img/main-video-poster.jpg/s/img/main-video-poster.jpg https://max.ru/s/img/main-video-poster.jpg — 200 — 99.2 KiB — 289 ms — h2https://max.ru/s/img/chat-poster.jpg/s/img/chat-poster.jpg https://max.ru/s/img/chat-poster.jpg — 200 — 192.2 KiB — 402 ms — h2https://max.ru/manifest.json/manifest.json https://max.ru/manifest.json — 200 — 380 B — 224 ms — h2https://max.ru/s/img/call-poster.jpg/s/img/call-poster.jpg https://max.ru/s/img/call-poster.jpg — 200 — 85.4 KiB — 262 ms — h2https://max.ru/s/img/channels-poster.jpg/s/img/channels-poster.jpg https://max.ru/s/img/channels-poster.jpg — 200 — 251.2 KiB — 472 ms — h2https://max.ru/s/img/privacy-poster.jpg/s/img/privacy-poster.jpg https://max.ru/s/img/privacy-poster.jpg — 200 — 180.7 KiB — 437 ms — h2https://max.ru/s/img/digitalId-poster.jpg/s/img/digitalId-poster.jpg https://max.ru/s/img/digitalId-poster.jpg — 200 — 115.6 KiB — 389 ms — h2https://max.ru/s/img/big-logo.png/s/img/big-logo.png https://max.ru/s/img/big-logo.png — 200 — 77.6 KiB — 394 ms — h2https://mc.yandex.ru/metrika/tag.jsmc.yandex.ru/metrika/tag.js https://mc.yandex.ru/metrika/tag.js — 200 — 85.4 KiB — 470 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 — 335 ms — h2https://max.ru/s/fonts/max-sans/MaxSans-Medium.woff2/s/fonts/max-sans/MaxSans-Medium.wo... https://max.ru/s/fonts/max-sans/MaxSans-Medium.woff2 — 200 — 18.4 KiB — 151 ms — h2https://max.ru/s/fonts/max-sans/MaxSans-Regular.woff2/s/fonts/max-sans/MaxSans-Regular.w... https://max.ru/s/fonts/max-sans/MaxSans-Regular.woff2 — 200 — 18.4 KiB — 151 ms — h2https://max.ru/s/video/main.mp4/s/video/main.mp4 https://max.ru/s/video/main.mp4 — 206 — 16.2 KiB — 407 ms — h2https://max.ru/s/video/chat.mp4/s/video/chat.mp4 https://max.ru/s/video/chat.mp4 — 206 — 23.9 KiB — 2.6 s — h2https://max.ru/s/video/calls.mp4/s/video/calls.mp4 https://max.ru/s/video/calls.mp4 — 206 — 192 B — 422 ms — h2https://max.ru/s/video/channels.mp4/s/video/channels.mp4 https://max.ru/s/video/channels.mp4 — 206 — 192 B — 426 ms — h2https://max.ru/s/video/privacy.mp4/s/video/privacy.mp4 https://max.ru/s/video/privacy.mp4 — 206 — 3.0 MiB — 691 ms — h2https://max.ru/s/video/digitalId.mp4/s/video/digitalId.mp4 https://max.ru/s/video/digitalId.mp4 — 206 — 4.3 MiB — 2.6 s — h2https://max.ru/_app/immutable/nodes/1.Dp5NAFOI.js/_app/immutable/nodes/1.Dp5NAFOI.js https://max.ru/_app/immutable/nodes/1.Dp5NAFOI.js — 200 — 488 B — 285 ms — h2https://max.ru/_app/immutable/chunks/D0oLQDdP.js/_app/immutable/chunks/D0oLQDdP.js https://max.ru/_app/immutable/chunks/D0oLQDdP.js — 200 — 340 B — 278 ms — h2https://max.ru/_api_/config/_api_/config https://max.ru/_api_/config — 200 — 999 B — 252 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 — 291 ms — http/1.1https://top-fwz1.mail.ru/js/dyn-goal-config.js?ids=3668376top-fwz1.mail.ru/js/dyn-goal-config... https://top-fwz1.mail.ru/js/dyn-goal-config.js?ids=3668376 — 200 — 2.3 KiB — 67 ms — h2https://top-fwz1.mail.ru/counter?_=0.6141343982799686;id=3668376;u=https%3A%2F%2Fmax.ru%2F;title=MAX%20%E2%80%93%20%D0%B1%D1%8B%D1%81%D1%82%D1%80%D0%BE%D0%B5%20%D0%B8%20%D0%BB%D0%B5%D0%B3%D0%BA%D0%BE%D0%B5%20%D0%BF%D1%80%D0%B8%D0%BB%D0%BE%D0%B6%D0%B5%D0%BD%D0%B8%D0%B5%20%D0%B4%D0%BB%D1%8F%20%D0%BE%D0%B1%D1%89%D0%B5%D0%BD%D0%B8%D1%8F%20%D0%B8%20%D1%80%D0%B5%D1%88%D0%B5%D0%BD%D0%B8%D1%8F%20%D0%BF%D0%BE%D0%B2%D1%81%D0%B5%D0%B4%D0%BD%D0%B5%D0%B2%D0%BD%D1%8B%D1%85%20%D0%B7%D0%B0%D0%B4%D0%B0%D1%87;s=412*823;vp=412*823;touch=1;hds=1.75;sid=bae9ee72dd640bde;ver=60.6.0;tz=0%2FUTC;st=1776810289792;ct=691/699/699//342;rt=342/342/0/0/0/342/348/417/417/549/482/550/682/684;gl=u;ni=0//4g/0/0/;lvid=1776810290109%3A1776810290116%3A1%3Ad93e0ad41409ac6a7a305f40e5ee68e2;opts=cnhp%3Dh2%2Ccs%3D19684-48997-19984;visible=true;js=13top-fwz1.mail.ru/counter?_=0.614134... https://top-fwz1.mail.ru/counter?_=0.6141343982799686;id=3668376;u=https%3A%2F%2Fmax.ru%2F;title=MAX%20%E2%80%93%20%D0%B1%D1%8B%D1%81%D1%82%D1%80%D0%BE%D0%B5%20%D0%B8%20%D0%BB%D0%B5%D0%B3%D0%BA%D0%BE%D0%B5%20%D0%BF%D1%80%D0%B8%D0%BB%D0%BE%D0%B6%D0%B5%D0%BD%D0%B8%D0%B5%20%D0%B4%D0%BB%D1%8F%20%D0%BE%D0%B1%D1%89%D0%B5%D0%BD%D0%B8%D1%8F%20%D0%B8%20%D1%80%D0%B5%D1%88%D0%B5%D0%BD%D0%B8%D1%8F%20%D0%BF%D0%BE%D0%B2%D1%81%D0%B5%D0%B4%D0%BD%D0%B5%D0%B2%D0%BD%D1%8B%D1%85%20%D0%B7%D0%B0%D0%B4%D0%B0%D1%87;s=412*823;vp=412*823;touch=1;hds=1.75;sid=bae9ee72dd640bde;ver=60.6.0;tz=0%2FUTC;st=1776810289792;ct=691/699/699//342;rt=342/342/0/0/0/342/348/417/417/549/482/550/682/684;gl=u;ni=0//4g/0/0/;lvid=1776810290109%3A1776810290116%3A1%3Ad93e0ad41409ac6a7a305f40e5ee68e2;opts=cnhp%3Dh2%2Ccs%3D19684-48997-19984;visible=true;js=13 — 302 — 1.4 KiB — 67 ms — h2https://top-fwz1.mail.ru/counter2?_=0.6141343982799686;id=3668376;u=https%3A%2F%2Fmax.ru%2F;title=MAX%20%E2%80%93%20%D0%B1%D1%8B%D1%81%D1%82%D1%80%D0%BE%D0%B5%20%D0%B8%20%D0%BB%D0%B5%D0%B3%D0%BA%D0%BE%D0%B5%20%D0%BF%D1%80%D0%B8%D0%BB%D0%BE%D0%B6%D0%B5%D0%BD%D0%B8%D0%B5%20%D0%B4%D0%BB%D1%8F%20%D0%BE%D0%B1%D1%89%D0%B5%D0%BD%D0%B8%D1%8F%20%D0%B8%20%D1%80%D0%B5%D1%88%D0%B5%D0%BD%D0%B8%D1%8F%20%D0%BF%D0%BE%D0%B2%D1%81%D0%B5%D0%B4%D0%BD%D0%B5%D0%B2%D0%BD%D1%8B%D1%85%20%D0%B7%D0%B0%D0%B4%D0%B0%D1%87;s=412*823;vp=412*823;touch=1;hds=1.75;sid=bae9ee72dd640bde;ver=60.6.0;tz=0%2FUTC;st=1776810289792;ct=691/699/699//342;rt=342/342/0/0/0/342/348/417/417/549/482/550/682/684;gl=u;ni=0//4g/0/0/;lvid=1776810290109%3A1776810290116%3A1%3Ad93e0ad41409ac6a7a305f40e5ee68e2;opts=cnhp%3Dh2%2Ccs%3D19684-48997-19984;visible=true;js=13top-fwz1.mail.ru/counter2?_=0.61413... https://top-fwz1.mail.ru/counter2?_=0.6141343982799686;id=3668376;u=https%3A%2F%2Fmax.ru%2F;title=MAX%20%E2%80%93%20%D0%B1%D1%8B%D1%81%D1%82%D1%80%D0%BE%D0%B5%20%D0%B8%20%D0%BB%D0%B5%D0%B3%D0%BA%D0%BE%D0%B5%20%D0%BF%D1%80%D0%B8%D0%BB%D0%BE%D0%B6%D0%B5%D0%BD%D0%B8%D0%B5%20%D0%B4%D0%BB%D1%8F%20%D0%BE%D0%B1%D1%89%D0%B5%D0%BD%D0%B8%D1%8F%20%D0%B8%20%D1%80%D0%B5%D1%88%D0%B5%D0%BD%D0%B8%D1%8F%20%D0%BF%D0%BE%D0%B2%D1%81%D0%B5%D0%B4%D0%BD%D0%B5%D0%B2%D0%BD%D1%8B%D1%85%20%D0%B7%D0%B0%D0%B4%D0%B0%D1%87;s=412*823;vp=412*823;touch=1;hds=1.75;sid=bae9ee72dd640bde;ver=60.6.0;tz=0%2FUTC;st=1776810289792;ct=691/699/699//342;rt=342/342/0/0/0/342/348/417/417/549/482/550/682/684;gl=u;ni=0//4g/0/0/;lvid=1776810290109%3A1776810290116%3A1%3Ad93e0ad41409ac6a7a305f40e5ee68e2;opts=cnhp%3Dh2%2Ccs%3D19684-48997-19984;visible=true;js=13 — 200 — 915 B — 66 ms — h2https://max.ru/s/video/main.mp4/s/video/main.mp4 https://max.ru/s/video/main.mp4 — 206 — 89.2 KiB — 222 ms — h2https://max.ru/s/video/calls.mp4/s/video/calls.mp4 https://max.ru/s/video/calls.mp4 — 206 — 33.9 KiB — 205 ms — h2https://max.ru/s/video/channels.mp4/s/video/channels.mp4 https://max.ru/s/video/channels.mp4 — 206 — 16.0 KiB — 75 ms — h2https://max.ru/s/video/chat.mp4/s/video/chat.mp4 https://max.ru/s/video/chat.mp4 — 206 — 0 B — 7 ms — h2https://max.ru/s/video/digitalId.mp4/s/video/digitalId.mp4 https://max.ru/s/video/digitalId.mp4 — 206 — 0 B — 3 ms — h2https://max.ru/s/video/main.mp4/s/video/main.mp4 https://max.ru/s/video/main.mp4 — 206 — 3.6 MiB — 4 ms — h2https://max.ru/s/video/calls.mp4/s/video/calls.mp4 https://max.ru/s/video/calls.mp4 — 206 — 4.4 MiB — 405 ms — h2https://max.ru/s/video/channels.mp4/s/video/channels.mp4 https://max.ru/s/video/channels.mp4 — 206 — 2.5 MiB — 974 ms — h2https://mc.yandex.com/sync_cookie_image_check?scid=c64b9209-adba-53d5-506d-7b3330b9839d&cid=100551127mc.yandex.com/sync_cookie_image_che... https://mc.yandex.com/sync_cookie_image_check?scid=c64b9209-adba-53d5-506d-7b3330b9839d&cid=100551127 — 302 — 509 B — 104 ms — h2https://mc.yandex.com/metrika/advert.gif?t=gdpr(14)ti(4)mc.yandex.com/metrika/advert.gif?t=... https://mc.yandex.com/metrika/advert.gif?t=gdpr(14)ti(4) — 200 — 187 B — 99 ms — h2https://privacy-cs.mail.ru/fp/?id=ih6kslRaN0y5dwVhd0nKmprivacy-cs.mail.ru/fp/?id=ih6kslRaN... https://privacy-cs.mail.ru/fp/?id=ih6kslRaN0y5dwVhd0nKm — 200 — 0 B — 206 ms — http/1.1https://mc.yandex.ru/sync_cookie_image_start?cid=100551127&redirect_domain=mc.yandex.com&scid=c64b9209-adba-53d5-506d-7b3330b9839d&token=11008.r2v_wZHGt8Yd9SnOqnzOCjslg8P1AUZyQdtRBI4d1efdGLC0N-g_QyHoxYPbqtND.e5oHwGqUfltc1OMK8rYGQaT5Exo%2Cmc.yandex.ru/sync_cookie_image_star... https://mc.yandex.ru/sync_cookie_image_start?cid=100551127&redirect_domain=mc.yandex.com&scid=c64b9209-adba-53d5-506d-7b3330b9839d&token=11008.r2v_wZHGt8Yd9SnOqnzOCjslg8P1AUZyQdtRBI4d1efdGLC0N-g_QyHoxYPbqtND.e5oHwGqUfltc1OMK8rYGQaT5Exo%2C — 302 — 492 B — 91 ms — h2https://mc.yandex.com/sync_cookie_image_decide?cid=100551127&scid=c64b9209-adba-53d5-506d-7b3330b9839d&token=11008.OE_px9s7eUaRxh59u_nIpJFIpGHuhgOhyfe_wmyzNWYdRP1h0uQiqB5jaEyJ5XOPyrIbvIoCqSa7HIP3k_NfPJvOSALKyQqdQnfjDJATtYc%2C.yA1c9qmmhgnQj6Kaj_97CXAFm7w%2Cmc.yandex.com/sync_cookie_image_dec... https://mc.yandex.com/sync_cookie_image_decide?cid=100551127&scid=c64b9209-adba-53d5-506d-7b3330b9839d&token=11008.OE_px9s7eUaRxh59u_nIpJFIpGHuhgOhyfe_wmyzNWYdRP1h0uQiqB5jaEyJ5XOPyrIbvIoCqSa7HIP3k_NfPJvOSALKyQqdQnfjDJATtYc%2C.yA1c9qmmhgnQj6Kaj_97CXAFm7w%2C — 200 — 67 B — 85 ms — h2https://privacy-cs.mail.ru/fp/?id=ih6kslRaN0y5dwVhd0nKmprivacy-cs.mail.ru/fp/?id=ih6kslRaN... https://privacy-cs.mail.ru/fp/?id=ih6kslRaN0y5dwVhd0nKm — 200 — 447 B — 76 ms — http/1.1https://top-fwz1.mail.ru/tracker?_=0.8172323333223073;id=3668376;u=https%3A%2F%2Fmax.ru%2F;title=MAX%20%E2%80%93%20%D0%B1%D1%8B%D1%81%D1%82%D1%80%D0%BE%D0%B5%20%D0%B8%20%D0%BB%D0%B5%D0%B3%D0%BA%D0%BE%D0%B5%20%D0%BF%D1%80%D0%B8%D0%BB%D0%BE%D0%B6%D0%B5%D0%BD%D0%B8%D0%B5%20%D0%B4%D0%BB%D1%8F%20%D0%BE%D0%B1%D1%89%D0%B5%D0%BD%D0%B8%D1%8F%20%D0%B8%20%D1%80%D0%B5%D1%88%D0%B5%D0%BD%D0%B8%D1%8F%20%D0%BF%D0%BE%D0%B2%D1%81%D0%B5%D0%B4%D0%BD%D0%B5%D0%B2%D0%BD%D1%8B%D1%85%20%D0%B7%D0%B0%D0%B4%D0%B0%D1%87;s=412*823;vp=412*823;touch=1;hds=1.75;sid=bae9ee72dd640bde;ver=60.6.0;tz=0%2FUTC;st=1776810289792;nt=0/0/1776810289411/////3/4/7/8/147/76/147/220/222/227/381/381/381/3376/3376/3376;ct=691/699/699/708/342;rt=342/342/0/0/0/342/348/417/417/549/482/550/682/684;gl=u;ni=0//4g/0/0/;lvid=1776810290109%3A1776810292789%3A2%3Ad93e0ad41409ac6a7a305f40e5ee68e2;opts=jst-ym%2Ccnhp%3Dh2%2Ccs%3D19684-48997-19984;fpid=ih6kslRaN0y5dwVhd0nKm;visible=true;js=13;e=RT%2Fload;et=1776810292787top-fwz1.mail.ru/tracker?_=0.817232... https://top-fwz1.mail.ru/tracker?_=0.8172323333223073;id=3668376;u=https%3A%2F%2Fmax.ru%2F;title=MAX%20%E2%80%93%20%D0%B1%D1%8B%D1%81%D1%82%D1%80%D0%BE%D0%B5%20%D0%B8%20%D0%BB%D0%B5%D0%B3%D0%BA%D0%BE%D0%B5%20%D0%BF%D1%80%D0%B8%D0%BB%D0%BE%D0%B6%D0%B5%D0%BD%D0%B8%D0%B5%20%D0%B4%D0%BB%D1%8F%20%D0%BE%D0%B1%D1%89%D0%B5%D0%BD%D0%B8%D1%8F%20%D0%B8%20%D1%80%D0%B5%D1%88%D0%B5%D0%BD%D0%B8%D1%8F%20%D0%BF%D0%BE%D0%B2%D1%81%D0%B5%D0%B4%D0%BD%D0%B5%D0%B2%D0%BD%D1%8B%D1%85%20%D0%B7%D0%B0%D0%B4%D0%B0%D1%87;s=412*823;vp=412*823;touch=1;hds=1.75;sid=bae9ee72dd640bde;ver=60.6.0;tz=0%2FUTC;st=1776810289792;nt=0/0/1776810289411/////3/4/7/8/147/76/147/220/222/227/381/381/381/3376/3376/3376;ct=691/699/699/708/342;rt=342/342/0/0/0/342/348/417/417/549/482/550/682/684;gl=u;ni=0//4g/0/0/;lvid=1776810290109%3A1776810292789%3A2%3Ad93e0ad41409ac6a7a305f40e5ee68e2;opts=jst-ym%2Ccnhp%3Dh2%2Ccs%3D19684-48997-19984;fpid=ih6kslRaN0y5dwVhd0nKm;visible=true;js=13;e=RT%2Fload;et=1776810292787 — 200 — 915 B — 68 ms — h2https://mc.yandex.com/watch/100551127?wmode=7&page-url=https%3A%2F%2Fmax.ru%2F&charset=utf-8&uah=chu%0A%22Chromium%22%3Bv%3D%22147%22%2C%22Google%20Chrome%22%3Bv%3D%22147%22%0Achb%0A64%0Achf%0A147.0.0.0%0Achl%0A%22Chromium%22%3Bv%3D%22147.0.7727.101%22%2C%22Not.A%2FBrand%22%3Bv%3D%228.0.0.0%22%0Achm%0A%3F1%0Acho%0Amoto%20g%20power%20(2022)%0Achp%0AAndroid%0Achv%0A11.0&browser-info=pv%3A1%3Avf%3A6glgxny3ywmlt088t0nklbpybmq57%3Afu%3A0%3Aen%3Autf-8%3Ala%3Aen-US%3Av%3A2470%3Acn%3A1%3Adp%3A0%3Als%3A330175520218%3Ahid%3A31645928%3Az%3A0%3Ai%3A20260421222452%3Aet%3A1776810292%3Ac%3A1%3Arn%3A212429358%3Arqn%3A1%3Au%3A1776810292489390511%3Aw%3A412x823%3As%3A412x823x24%3Ask%3A1.75%3Afp%3A1412%3Awv%3A2%3Ads%3A4%2C140%2C73%2C1%2C2%2C0%2C%2C160%2C0%2C%2C%2C%2C381%3Aco%3A0%3Acpf%3A1%3Ans%3A1776810289411%3Aadb%3A2%3Arqnl%3A1%3Ast%3A1776810293%3At%3AMAX%20%E2%80%93%20%D0%B1%D1%8B%D1%81%D1%82%D1%80%D0%BE%D0%B5%20%D0%B8%20%D0%BB%D0%B5%D0%B3%D0%BA%D0%BE%D0%B5%20%D0%BF%D1%80%D0%B8%D0%BB%D0%BE%D0%B6%D0%B5%D0%BD%D0%B8%D0%B5%20%D0%B4%D0%BB%D1%8F%20%D0%BE%D0%B1%D1%89%D0%B5%D0%BD%D0%B8%D1%8F%20%D0%B8%20%D1%80%D0%B5%D1%88%D0%B5%D0%BD%D0%B8%D1%8F%20%D0%BF%D0%BE%D0%B2%D1%81%D0%B5%D0%B4%D0%BD%D0%B5%D0%B2%D0%BD%D1%8B%D1%85%20%D0%B7%D0%B0%D0%B4%D0%B0%D1%87&t=clt(2717)gdpr(14)clc(0-0-0)rqnt(1)aw(1)rcm(1)cdl(na)eco(42009088)ti(1)mc.yandex.com/watch/100551127?wmode... https://mc.yandex.com/watch/100551127?wmode=7&page-url=https%3A%2F%2Fmax.ru%2F&charset=utf-8&uah=chu%0A%22Chromium%22%3Bv%3D%22147%22%2C%22Google%20Chrome%22%3Bv%3D%22147%22%0Achb%0A64%0Achf%0A147.0.0.0%0Achl%0A%22Chromium%22%3Bv%3D%22147.0.7727.101%22%2C%22Not.A%2FBrand%22%3Bv%3D%228.0.0.0%22%0Achm%0A%3F1%0Acho%0Amoto%20g%20power%20(2022)%0Achp%0AAndroid%0Achv%0A11.0&browser-info=pv%3A1%3Avf%3A6glgxny3ywmlt088t0nklbpybmq57%3Afu%3A0%3Aen%3Autf-8%3Ala%3Aen-US%3Av%3A2470%3Acn%3A1%3Adp%3A0%3Als%3A330175520218%3Ahid%3A31645928%3Az%3A0%3Ai%3A20260421222452%3Aet%3A1776810292%3Ac%3A1%3Arn%3A212429358%3Arqn%3A1%3Au%3A1776810292489390511%3Aw%3A412x823%3As%3A412x823x24%3Ask%3A1.75%3Afp%3A1412%3Awv%3A2%3Ads%3A4%2C140%2C73%2C1%2C2%2C0%2C%2C160%2C0%2C%2C%2C%2C381%3Aco%3A0%3Acpf%3A1%3Ans%3A1776810289411%3Aadb%3A2%3Arqnl%3A1%3Ast%3A1776810293%3At%3AMAX%20%E2%80%93%20%D0%B1%D1%8B%D1%81%D1%82%D1%80%D0%BE%D0%B5%20%D0%B8%20%D0%BB%D0%B5%D0%B3%D0%BA%D0%BE%D0%B5%20%D0%BF%D1%80%D0%B8%D0%BB%D0%BE%D0%B6%D0%B5%D0%BD%D0%B8%D0%B5%20%D0%B4%D0%BB%D1%8F%20%D0%BE%D0%B1%D1%89%D0%B5%D0%BD%D0%B8%D1%8F%20%D0%B8%20%D1%80%D0%B5%D1%88%D0%B5%D0%BD%D0%B8%D1%8F%20%D0%BF%D0%BE%D0%B2%D1%81%D0%B5%D0%B4%D0%BD%D0%B5%D0%B2%D0%BD%D1%8B%D1%85%20%D0%B7%D0%B0%D0%B4%D0%B0%D1%87&t=clt(2717)gdpr(14)clc(0-0-0)rqnt(1)aw(1)rcm(1)cdl(na)eco(42009088)ti(1) — 302 — 2.4 KiB — 87 ms — h2https://max.ru/favicon.ico/favicon.ico https://max.ru/favicon.ico — 200 — 151.0 KiB — 301 ms — h2https://mc.yandex.com/watch/100551127/1?wmode=7&page-url=https%3A%2F%2Fmax.ru%2F&charset=utf-8&uah=chu%0A%22Chromium%22%3Bv%3D%22147%22%2C%22Google%20Chrome%22%3Bv%3D%22147%22%0Achb%0A64%0Achf%0A147.0.0.0%0Achl%0A%22Chromium%22%3Bv%3D%22147.0.7727.101%22%2C%22Not.A%2FBrand%22%3Bv%3D%228.0.0.0%22%0Achm%0A%3F1%0Acho%0Amoto%20g%20power%20%282022%29%0Achp%0AAndroid%0Achv%0A11.0&browser-info=pv%3A1%3Avf%3A6glgxny3ywmlt088t0nklbpybmq57%3Afu%3A0%3Aen%3Autf-8%3Ala%3Aen-US%3Av%3A2470%3Acn%3A1%3Adp%3A0%3Als%3A330175520218%3Ahid%3A31645928%3Az%3A0%3Ai%3A20260421222452%3Aet%3A1776810292%3Ac%3A1%3Arn%3A212429358%3Arqn%3A1%3Au%3A1776810292489390511%3Aw%3A412x823%3As%3A412x823x24%3Ask%3A1.75%3Afp%3A1412%3Awv%3A2%3Ads%3A4%2C140%2C73%2C1%2C2%2C0%2C%2C160%2C0%2C%2C%2C%2C381%3Aco%3A0%3Acpf%3A1%3Ans%3A1776810289411%3Aadb%3A2%3Arqnl%3A1%3Ast%3A1776810293%3At%3AMAX%20%E2%80%93%20%D0%B1%D1%8B%D1%81%D1%82%D1%80%D0%BE%D0%B5%20%D0%B8%20%D0%BB%D0%B5%D0%B3%D0%BA%D0%BE%D0%B5%20%D0%BF%D1%80%D0%B8%D0%BB%D0%BE%D0%B6%D0%B5%D0%BD%D0%B8%D0%B5%20%D0%B4%D0%BB%D1%8F%20%D0%BE%D0%B1%D1%89%D0%B5%D0%BD%D0%B8%D1%8F%20%D0%B8%20%D1%80%D0%B5%D1%88%D0%B5%D0%BD%D0%B8%D1%8F%20%D0%BF%D0%BE%D0%B2%D1%81%D0%B5%D0%B4%D0%BD%D0%B5%D0%B2%D0%BD%D1%8B%D1%85%20%D0%B7%D0%B0%D0%B4%D0%B0%D1%87&t=clt%282717%29gdpr%2814%29clc%280-0-0%29rqnt%281%29aw%281%29rcm%281%29cdl%28na%29eco%2842009088%29ti%281%29&redirnss=1mc.yandex.com/watch/100551127/1?wmo... https://mc.yandex.com/watch/100551127/1?wmode=7&page-url=https%3A%2F%2Fmax.ru%2F&charset=utf-8&uah=chu%0A%22Chromium%22%3Bv%3D%22147%22%2C%22Google%20Chrome%22%3Bv%3D%22147%22%0Achb%0A64%0Achf%0A147.0.0.0%0Achl%0A%22Chromium%22%3Bv%3D%22147.0.7727.101%22%2C%22Not.A%2FBrand%22%3Bv%3D%228.0.0.0%22%0Achm%0A%3F1%0Acho%0Amoto%20g%20power%20%282022%29%0Achp%0AAndroid%0Achv%0A11.0&browser-info=pv%3A1%3Avf%3A6glgxny3ywmlt088t0nklbpybmq57%3Afu%3A0%3Aen%3Autf-8%3Ala%3Aen-US%3Av%3A2470%3Acn%3A1%3Adp%3A0%3Als%3A330175520218%3Ahid%3A31645928%3Az%3A0%3Ai%3A20260421222452%3Aet%3A1776810292%3Ac%3A1%3Arn%3A212429358%3Arqn%3A1%3Au%3A1776810292489390511%3Aw%3A412x823%3As%3A412x823x24%3Ask%3A1.75%3Afp%3A1412%3Awv%3A2%3Ads%3A4%2C140%2C73%2C1%2C2%2C0%2C%2C160%2C0%2C%2C%2C%2C381%3Aco%3A0%3Acpf%3A1%3Ans%3A1776810289411%3Aadb%3A2%3Arqnl%3A1%3Ast%3A1776810293%3At%3AMAX%20%E2%80%93%20%D0%B1%D1%8B%D1%81%D1%82%D1%80%D0%BE%D0%B5%20%D0%B8%20%D0%BB%D0%B5%D0%B3%D0%BA%D0%BE%D0%B5%20%D0%BF%D1%80%D0%B8%D0%BB%D0%BE%D0%B6%D0%B5%D0%BD%D0%B8%D0%B5%20%D0%B4%D0%BB%D1%8F%20%D0%BE%D0%B1%D1%89%D0%B5%D0%BD%D0%B8%D1%8F%20%D0%B8%20%D1%80%D0%B5%D1%88%D0%B5%D0%BD%D0%B8%D1%8F%20%D0%BF%D0%BE%D0%B2%D1%81%D0%B5%D0%B4%D0%BD%D0%B5%D0%B2%D0%BD%D1%8B%D1%85%20%D0%B7%D0%B0%D0%B4%D0%B0%D1%87&t=clt%282717%29gdpr%2814%29clc%280-0-0%29rqnt%281%29aw%281%29rcm%281%29cdl%28na%29eco%2842009088%29ti%281%29&redirnss=1 — 200 — 787 B — 83 ms — h2https://mc.yandex.com/sync_cookie_image_check_secondary?scid=2668bf09-e8a8-e514-03df-106c2f69abd4&cid=100551127mc.yandex.com/sync_cookie_image_che... https://mc.yandex.com/sync_cookie_image_check_secondary?scid=2668bf09-e8a8-e514-03df-106c2f69abd4&cid=100551127 — 302 — 495 B — 79 ms — h2https://mc.yandex.ru/sync_cookie_image_start_secondary?cid=100551127&redirect_domain=mc.yandex.com&scid=2668bf09-e8a8-e514-03df-106c2f69abd4&token=11008.BylzWEok_2AWmjerh6qBy_AQgMISOK2QDTYBBYLRyd_zyOjfxBEKjvg1sjzZYX0q.fmTh7pPcm4MdwC1OD6DqvP5iGEw%2Cmc.yandex.ru/sync_cookie_image_star... https://mc.yandex.ru/sync_cookie_image_start_secondary?cid=100551127&redirect_domain=mc.yandex.com&scid=2668bf09-e8a8-e514-03df-106c2f69abd4&token=11008.BylzWEok_2AWmjerh6qBy_AQgMISOK2QDTYBBYLRyd_zyOjfxBEKjvg1sjzZYX0q.fmTh7pPcm4MdwC1OD6DqvP5iGEw%2C — 302 — 507 B — 87 ms — h2https://mc.yandex.com/sync_cookie_image_decide_secondary?cid=100551127&scid=2668bf09-e8a8-e514-03df-106c2f69abd4&token=11008.rUU6EANsJ26xqSHwJEFzv2wYZFEGuvMeWbWLrzJkGRIMqXIBzOAASU7x_iZVbFRlI5fX6qzZbeChqJo9nqrJo3tkAgz04yl3XGzljRI9SF4%2C.z8CIdLkoa5BWr4cVzT6w4u2z0ak%2Cmc.yandex.com/sync_cookie_image_dec... https://mc.yandex.com/sync_cookie_image_decide_secondary?cid=100551127&scid=2668bf09-e8a8-e514-03df-106c2f69abd4&token=11008.rUU6EANsJ26xqSHwJEFzv2wYZFEGuvMeWbWLrzJkGRIMqXIBzOAASU7x_iZVbFRlI5fX6qzZbeChqJo9nqrJo3tkAgz04yl3XGzljRI9SF4%2C.z8CIdLkoa5BWr4cVzT6w4u2z0ak%2C — 200 — 79 B — 78 ms — h2https://privacy-cs.mail.ru/fp/?id=ih6kslRaN0y5dwVhd0nKmprivacy-cs.mail.ru/fp/?id=ih6kslRaN... https://privacy-cs.mail.ru/fp/?id=ih6kslRaN0y5dwVhd0nKm — 200 — 447 B — 76 ms — http/1.1
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
22% of JavaScript execution is third-party
First-party Third-party 2184ms · 127KB · ₽647/mo
Unattributable
Other
Costly
Execution 1224ms
Transfer 0 KB
Monthly Cost ₽362/mo
privacy-cs.mail.ru
Other
Costly
Execution 456ms
Transfer 22 KB
Monthly Cost ₽135/mo
mc.yandex.ru
Other
Costly
Execution 354ms
Transfer 85 KB
Unused 60%
Monthly Cost ₽105/mo
top-fwz1.mail.ru
Other
Optional
Execution 151ms
Transfer 20 KB
Monthly Cost ₽45/mo

These scripts may cost more than they're worth

  • Unattributable adds 1224ms and costs ~₽362/month
  • privacy-cs.mail.ru adds 456ms and costs ~₽135/month
  • mc.yandex.ru adds 354ms and costs ~₽105/month

Unattributable takes 1224ms 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

privacy-cs.mail.ru takes 456ms 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

mc.yandex.ru takes 354ms 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

60% of mc.yandex.ru'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