Skip to content
https://megapersonals.eu

Performance

· 23 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
86
GRADE
B
FIX
2
REVIEW
8
PASS
9
INFO
4

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

96
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
66
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.
92
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.

889 ms

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

1.23 s

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

0 ms

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

0.000

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

889 ms

Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.

1.23 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
23
9 PASS 8 REVIEW 2 FIX
D
JS Bundles
Action
10 scripts, 347 KB unused
FIX
10 scripts, 347 KB unused
Warning::
https://www.gstatic.com/recaptcha/releases/w_Yb7dG...: 235 KB unused (71%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://ajax.googleapis.com/ajax/libs/jqueryui/1.1...: 59 KB unused (89%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://mc.yandex.ru/metrika/tag.js: 53 KB unused (60%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 347 KB
347 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.gstatic.com/recaptcha/releases/w_Yb7dGGXaKesJ7BMiqFJqBG/recaptcha__en.js333 KB235 KB (71%)3rd
https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js67 KB59 KB (89%)3rd
https://mc.yandex.ru/metrika/tag.js88 KB53 KB (60%)3rd
https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js30 KB3rd
https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js1 KB3rd
https://www.google.com/recaptcha/api.js1 KB3rd
https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js11 KB3rd
https://megapersonals.eu/resources/js/emojionearea.min.js?v=178531448017 KB1st
https://megapersonals.eu/resources/js/anti_clicker.js?v=17853144801 KB1st
https://itransitauthority.com/www/delivery/spcjs.php?id=101 KB3rd

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

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-cache, no-store, max-age=0, must-revalidate
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

no-cache, no-store, max-age=0, must-revalidate

DirectiveValueMeaning
no-cacheCache but always revalidate first
no-storeNever cache this response
max-age0Cache for 0 seconds
must-revalidateMust recheck with server after expiry
B
Page Weight Budget
1.1 MB transferred, 30 requests
REVIEW
1.1 MB transferred, 30 requests
Info::
Page weighs 2.3 MB (1.1 MB transferred)
Warning::
JavaScript is 548 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 548 KB
Info::
30 HTTP requests
Info::
Estimated 0.23 g CO2 per page load
1.1 MB / 2.4 MB budget
1.1 MB transferred
30 requests
0.23 g CO2 per page load
JavaScript 548.3 KiB 48%
Images 432.4 KiB 38%
CSS 67.0 KiB 6%
Other 66.0 KiB 6%
HTML 24.1 KiB 2%
Other 1.1 KiB 0%
0 2.4 MB 4.9 MB
Under 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

B
Third-Party Impact
50% third-party, 0 ms blocking
REVIEW
50% third-party, 0 ms blocking
Info::
Third-party code accounts for 50% of page weight (566.2 KiB of 1.1 MiB)
Info::
Third-party blocking time is low (0 ms)
50%
50%
First-party Third-party
B
Image Optimization
5 images, 0 KB saveable
REVIEW
5 images, 0 KB saveable
Warning::
https://megapersonals.eu/resources/img/agecake18.p... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
5 images 432 KB
0 oversized -0 KB
5 legacy format
1 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

B
HTTP/3 (QUIC)
HTTP/3 not advertised
REVIEW
HTTP/3 not advertised
Info::
HTTP/3 (QUIC) is not advertised
HTTP/3 isn't advertised via Alt-Svc and the worker didn't negotiate h3. HTTP/3 reduces handshake latency (1-RTT instead of 2-3 RTTs) and is more resilient on lossy connections. Most modern CDNs (Cloudflare, Fastly, AWS CloudFront, Google Cloud CDN) support HTTP/3 with a single config switch -- consider enabling for mobile-heavy workloads.
B
Compression Algorithm
Main response uses gzip; brotli would be ~20% smaller
REVIEW
Main response uses gzip; brotli would be ~20% smaller
Info::
Main HTML response uses gzip (brotli would be ~20% smaller)
All current browsers support brotli. Most CDNs (Cloudflare, Fastly, AWS CloudFront, Vercel, Netlify) can switch from gzip to brotli with a single config flag. Origin servers (nginx, Apache) need a brotli module compiled in -- nginx-brotli or Apache mod_brotli.
B
Server-Timing Observability
No Server-Timing header found
REVIEW
No Server-Timing header found
Info::
No Server-Timing header found
Server-Timing exposes backend timing breakdowns to browser DevTools (e.g., `db: 45ms; render: 120ms; cache: 2ms`). Useful for diagnosing slow pages without backend log access. Most modern frameworks (Next.js, Cloudflare Workers, Fastly) emit it automatically; absence on a managed platform usually means telemetry headers are stripped at the edge.
B
Page Weight Inventory
30 resources · 1.1 MB · 347 KB savings available
REVIEW
30 resources · 1.1 MB · 347 KB savings available
Warning::
Page weight 1.1 MB exceeds 1 MB target by 115 KB
Got: 1.1 MB Expected: ≤ 1 MB
Info::
~347 KB of savings available
Warning::
22 third-party resources (50% of weight)
Info::
2 resources over 200KB
30 resources · 1.1 MiB · 22 third-party 114.8 KiB over 1MB target
JavaScript 48% · 548.3 KiB
Image 43% · 494.9 KiB
CSS 6% · 67.0 KiB
Document 2% · 24.1 KiB
Other 0% · 4.5 KiB

~346.5 KiB of savings available

Remove unused JavaScript: 346.5 KiB
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+
JS Execution Cost
107ms total JS execution
PASS
107ms total JS execution
Info::
Unattributable: 54ms CPU time
Info::
https://mc.yandex.ru/metrika/tag.js: 53ms CPU time
Info::
Third-party scripts: 53ms (49% of total)

Main Thread Breakdown

Script Evaluation 40% Other 27% Script Parsing & Compilation 13% Style & Layout 13% Parse HTML & CSS 4% Rendering 3%
ScriptTotalScriptingParse/CompileParty
Unattributable54ms5ms0ms1st
https://mc.yandex.ru/metrika/tag.js53ms44ms6ms3rd
A+
Font Loading
No web fonts (system fonts)
PASS
No web fonts (system fonts)
Info::
No web fonts loaded — system fonts are fastest
No web fonts loaded — system fonts are optimal.
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+
LCP Image Preload
LCP preload audit not available
PASS
LCP preload audit not available
Info::
LCP image preload audit not available for this scan
A+
Main HTML Cache-Control
Main HTML uses no-store -- correct for sensitive/dynamic content
PASS
Main HTML uses no-store -- correct for sensitive/dynamic content
Info::
Main HTML uses no-store -- correct for sensitive/dynamic content
Got: no-cache, no-store, max-age=0, must-revalidate
A+
Server Response Intelligence
2 server-response signal(s) detected
PASS
2 server-response signal(s) detected
Info::
`Vary` header declared: Origin
The page declares a `Vary` header, telling downstream caches which request headers the response varies on. Critical for content-negotiated responses (compression, language, cookies, device class).
Info::
No `ETag` or `Last-Modified` -- conditional GET not supported
Without either header, browsers can't issue conditional GETs and refresh always re-downloads the full response body even when nothing changed. Add `ETag: "<hash>"` (or `Last-Modified: <date>`) on cacheable responses; the server returns 304 Not Modified when the client's cached copy is still valid, saving bandwidth.
Network Waterfall
30 requests over 1535ms
INFO
0 ms 500 ms 1.0 s 1.5 s FCP 889 ms LCP 1.2 shttps://megapersonals.eu// https://megapersonals.eu/ — 200 — 24.1 KiB — 150 ms — h2https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.cssmaxcdn.bootstrapcdn.com/bootstrap/3... https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css — 200 — 19.8 KiB — 47 ms — h3https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/themes/smoothness/jquery-ui.cssajax.googleapis.com/ajax/libs/jquer... https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/themes/smoothness/jquery-ui.css — 200 — 8.8 KiB — 138 ms — h2https://megapersonals.eu/resources/css/custom.css?v=1785314480/resources/css/custom.css?v=1785314... https://megapersonals.eu/resources/css/custom.css?v=1785314480 — 200 — 31.1 KiB — 35 ms — h2https://megapersonals.eu/resources/css/emojionearea.min.css?v=1785314480/resources/css/emojionearea.min.css... https://megapersonals.eu/resources/css/emojionearea.min.css?v=1785314480 — 200 — 5.1 KiB — 34 ms — h2https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.jsajax.googleapis.com/ajax/libs/jquer... https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js — 200 — 29.7 KiB — 195 ms — h2https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.jsajax.googleapis.com/ajax/libs/jquer... https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js — 200 — 66.5 KiB — 210 ms — h2https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.jscdnjs.cloudflare.com/ajax/libs/jque... https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js — 200 — 1.2 KiB — 87 ms — h3https://www.google.com/recaptcha/api.jswww.google.com/recaptcha/api.js https://www.google.com/recaptcha/api.js — 200 — 1013 B — 66 ms — h3https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.jsmaxcdn.bootstrapcdn.com/bootstrap/3... https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js — 200 — 10.7 KiB — 48 ms — h3https://megapersonals.eu/resources/js/emojionearea.min.js?v=1785314480/resources/js/emojionearea.min.js?v... https://megapersonals.eu/resources/js/emojionearea.min.js?v=1785314480 — 200 — 17.0 KiB — 29 ms — h2https://megapersonals.eu/resources/js/anti_clicker.js?v=1785314480/resources/js/anti_clicker.js?v=178... https://megapersonals.eu/resources/js/anti_clicker.js?v=1785314480 — 200 — 655 B — 48 ms — h2https://megapersonals.eu/resources/img/agecake18.png?v=1785314480/resources/img/agecake18.png?v=1785... https://megapersonals.eu/resources/img/agecake18.png?v=1785314480 — 200 — 417.0 KiB — 72 ms — h2https://fonts.googleapis.com/css?family=Lemonada:300,400,700fonts.googleapis.com/css?family=Lem... https://fonts.googleapis.com/css?family=Lemonada:300,400,700 — 200 — 839 B — 75 ms — h2https://fonts.googleapis.com/css?family=Patrick+Handfonts.googleapis.com/css?family=Pat... https://fonts.googleapis.com/css?family=Patrick+Hand — 200 — 938 B — 73 ms — h2https://fonts.googleapis.com/css?family=Neuchafonts.googleapis.com/css?family=Neu... https://fonts.googleapis.com/css?family=Neucha — 200 — 403 B — 80 ms — h2https://itransitauthority.com/www/delivery/spcjs.php?id=10itransitauthority.com/www/delivery/... https://itransitauthority.com/www/delivery/spcjs.php?id=10 — 200 — 1.1 KiB — 100 ms — http/1.1https://www.gstatic.com/recaptcha/releases/w_Yb7dGGXaKesJ7BMiqFJqBG/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/w_Yb7dGGXaKesJ7BMiqFJqBG/recaptcha__en.js — 200 — 332.6 KiB — 269 ms — h2https://mc.yandex.ru/metrika/tag.jsmc.yandex.ru/metrika/tag.js https://mc.yandex.ru/metrika/tag.js — 200 — 87.8 KiB — 451 ms — h2https://megapersonals.eu/resources/img/agepopup_bg.png/resources/img/agepopup_bg.png https://megapersonals.eu/resources/img/agepopup_bg.png — 200 — 15.1 KiB — 25 ms — h2https://mc.yandex.com/sync_cookie_image_check?scid=024de9f2-956b-b56f-6803-c62af20b8b5e&cid=51410560mc.yandex.com/sync_cookie_image_che... https://mc.yandex.com/sync_cookie_image_check?scid=024de9f2-956b-b56f-6803-c62af20b8b5e&cid=51410560 — 302 — 496 B — 81 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 — 139 B — 83 ms — h2https://mc.yandex.ru/sync_cookie_image_start?cid=51410560&redirect_domain=mc.yandex.com&scid=024de9f2-956b-b56f-6803-c62af20b8b5e&token=11107.m2CP0daylxqRKmqotLxPe1f4iayTeazBjavgreJQl2P0U4rtMdsP9k55m7Lt1ZNM.ybhjSHOTGO8E9P6n4bqwBwWsPh0%2Cmc.yandex.ru/sync_cookie_image_star... https://mc.yandex.ru/sync_cookie_image_start?cid=51410560&redirect_domain=mc.yandex.com&scid=024de9f2-956b-b56f-6803-c62af20b8b5e&token=11107.m2CP0daylxqRKmqotLxPe1f4iayTeazBjavgreJQl2P0U4rtMdsP9k55m7Lt1ZNM.ybhjSHOTGO8E9P6n4bqwBwWsPh0%2C — 302 — 302 B — 79 ms — h2https://mc.yandex.com/sync_cookie_image_decide?cid=51410560&scid=024de9f2-956b-b56f-6803-c62af20b8b5e&token=11107.Qep6HOl0eSK7Si-VCsZ57Dd3nQOMY_YEO8uzE7O86EJJRo8sFoRcP-aYWs6xD67CVqdt-kM22QztTUYxuxyoLoanB6IR5R2YscjtoA1qfNQ%2C.BAufLQTqVib0acGzaiaL9_CUKR0%2Cmc.yandex.com/sync_cookie_image_dec... https://mc.yandex.com/sync_cookie_image_decide?cid=51410560&scid=024de9f2-956b-b56f-6803-c62af20b8b5e&token=11107.Qep6HOl0eSK7Si-VCsZ57Dd3nQOMY_YEO8uzE7O86EJJRo8sFoRcP-aYWs6xD67CVqdt-kM22QztTUYxuxyoLoanB6IR5R2YscjtoA1qfNQ%2C.BAufLQTqVib0acGzaiaL9_CUKR0%2C — 200 — 67 B — 78 ms — h2https://mc.yandex.com/watch/51410560?wmode=7&page-url=https%3A%2F%2Fmegapersonals.eu%2F&charset=utf-8&uah=chu%0A%22Chromium%22%3Bv%3D%22151%22%2C%22Google%20Chrome%22%3Bv%3D%22151%22%0Acha%0Ax86%0Achb%0A64%0Achf%0A151.0.0.0%0Achl%0A%22Chromium%22%3Bv%3D%22151.0.7922.71%22%2C%22Not%3DA%3FBrand%22%3Bv%3D%2299.0.0.0%22%0Achm%0A%3F0%0Achp%0AmacOS%0Achv%0A10.15.7&browser-info=pv%3A1%3Avf%3A2fcf9t0evwpka93vpr54j1ow8p4p23%3Afu%3A0%3Aen%3Autf-8%3Ala%3Aen-US%3Av%3A2600%3Acn%3A1%3Adp%3A0%3Als%3A1003042216350%3Ahid%3A922578881%3Az%3A0%3Ai%3A20260804143926%3Aet%3A1785854366%3Ac%3A1%3Arn%3A523054918%3Arqn%3A1%3Au%3A1785854366137585606%3Aw%3A1350x940%3As%3A800x600x24%3Ask%3A1%3Afp%3A468%3Awv%3A2%3Ads%3A0%2C37%2C112%2C2%2C1%2C0%2C%2C281%2C1%2C%2C%2C%2C434%3Aco%3A0%3Acpf%3A1%3Ans%3A1785854365480%3Aadb%3A2%3Arqnl%3A1%3Ast%3A1785854367%3At%3AMegaPersonals%3A%20Classified%20hookups&t=gdpr(14)clc(0-0-0)rqnt(1)aw(1)rcm(1)cdl(na)eco(42009088)ti(1)mc.yandex.com/watch/51410560?wmode=... https://mc.yandex.com/watch/51410560?wmode=7&page-url=https%3A%2F%2Fmegapersonals.eu%2F&charset=utf-8&uah=chu%0A%22Chromium%22%3Bv%3D%22151%22%2C%22Google%20Chrome%22%3Bv%3D%22151%22%0Acha%0Ax86%0Achb%0A64%0Achf%0A151.0.0.0%0Achl%0A%22Chromium%22%3Bv%3D%22151.0.7922.71%22%2C%22Not%3DA%3FBrand%22%3Bv%3D%2299.0.0.0%22%0Achm%0A%3F0%0Achp%0AmacOS%0Achv%0A10.15.7&browser-info=pv%3A1%3Avf%3A2fcf9t0evwpka93vpr54j1ow8p4p23%3Afu%3A0%3Aen%3Autf-8%3Ala%3Aen-US%3Av%3A2600%3Acn%3A1%3Adp%3A0%3Als%3A1003042216350%3Ahid%3A922578881%3Az%3A0%3Ai%3A20260804143926%3Aet%3A1785854366%3Ac%3A1%3Arn%3A523054918%3Arqn%3A1%3Au%3A1785854366137585606%3Aw%3A1350x940%3As%3A800x600x24%3Ask%3A1%3Afp%3A468%3Awv%3A2%3Ads%3A0%2C37%2C112%2C2%2C1%2C0%2C%2C281%2C1%2C%2C%2C%2C434%3Aco%3A0%3Acpf%3A1%3Ans%3A1785854365480%3Aadb%3A2%3Arqnl%3A1%3Ast%3A1785854367%3At%3AMegaPersonals%3A%20Classified%20hookups&t=gdpr(14)clc(0-0-0)rqnt(1)aw(1)rcm(1)cdl(na)eco(42009088)ti(1) — 302 — 1.7 KiB — 79 ms — h2https://megapersonals.eu/resources/img/devilgirl_favicon.ico/resources/img/devilgirl_favicon.ic... https://megapersonals.eu/resources/img/devilgirl_favicon.ico — 200 — 62.6 KiB — 25 ms — h2https://mc.yandex.com/watch/51410560/1?wmode=7&page-url=https%3A%2F%2Fmegapersonals.eu%2F&charset=utf-8&uah=chu%0A%22Chromium%22%3Bv%3D%22151%22%2C%22Google%20Chrome%22%3Bv%3D%22151%22%0Acha%0Ax86%0Achb%0A64%0Achf%0A151.0.0.0%0Achl%0A%22Chromium%22%3Bv%3D%22151.0.7922.71%22%2C%22Not%3DA%3FBrand%22%3Bv%3D%2299.0.0.0%22%0Achm%0A%3F0%0Achp%0AmacOS%0Achv%0A10.15.7&browser-info=pv%3A1%3Avf%3A2fcf9t0evwpka93vpr54j1ow8p4p23%3Afu%3A0%3Aen%3Autf-8%3Ala%3Aen-US%3Av%3A2600%3Acn%3A1%3Adp%3A0%3Als%3A1003042216350%3Ahid%3A922578881%3Az%3A0%3Ai%3A20260804143926%3Aet%3A1785854366%3Ac%3A1%3Arn%3A523054918%3Arqn%3A1%3Au%3A1785854366137585606%3Aw%3A1350x940%3As%3A800x600x24%3Ask%3A1%3Afp%3A468%3Awv%3A2%3Ads%3A0%2C37%2C112%2C2%2C1%2C0%2C%2C281%2C1%2C%2C%2C%2C434%3Aco%3A0%3Acpf%3A1%3Ans%3A1785854365480%3Aadb%3A2%3Arqnl%3A1%3Ast%3A1785854367%3At%3AMegaPersonals%3A%20Classified%20hookups&t=gdpr%2814%29clc%280-0-0%29rqnt%281%29aw%281%29rcm%281%29cdl%28na%29eco%2842009088%29ti%281%29&redirnss=1mc.yandex.com/watch/51410560/1?wmod... https://mc.yandex.com/watch/51410560/1?wmode=7&page-url=https%3A%2F%2Fmegapersonals.eu%2F&charset=utf-8&uah=chu%0A%22Chromium%22%3Bv%3D%22151%22%2C%22Google%20Chrome%22%3Bv%3D%22151%22%0Acha%0Ax86%0Achb%0A64%0Achf%0A151.0.0.0%0Achl%0A%22Chromium%22%3Bv%3D%22151.0.7922.71%22%2C%22Not%3DA%3FBrand%22%3Bv%3D%2299.0.0.0%22%0Achm%0A%3F0%0Achp%0AmacOS%0Achv%0A10.15.7&browser-info=pv%3A1%3Avf%3A2fcf9t0evwpka93vpr54j1ow8p4p23%3Afu%3A0%3Aen%3Autf-8%3Ala%3Aen-US%3Av%3A2600%3Acn%3A1%3Adp%3A0%3Als%3A1003042216350%3Ahid%3A922578881%3Az%3A0%3Ai%3A20260804143926%3Aet%3A1785854366%3Ac%3A1%3Arn%3A523054918%3Arqn%3A1%3Au%3A1785854366137585606%3Aw%3A1350x940%3As%3A800x600x24%3Ask%3A1%3Afp%3A468%3Awv%3A2%3Ads%3A0%2C37%2C112%2C2%2C1%2C0%2C%2C281%2C1%2C%2C%2C%2C434%3Aco%3A0%3Acpf%3A1%3Ans%3A1785854365480%3Aadb%3A2%3Arqnl%3A1%3Ast%3A1785854367%3At%3AMegaPersonals%3A%20Classified%20hookups&t=gdpr%2814%29clc%280-0-0%29rqnt%281%29aw%281%29rcm%281%29cdl%28na%29eco%2842009088%29ti%281%29&redirnss=1 — 200 — 1.1 KiB — 79 ms — h2https://mc.yandex.com/sync_cookie_image_check_secondary?scid=0e202337-b25b-b43e-157c-67d1a87e5ffb&cid=51410560mc.yandex.com/sync_cookie_image_che... https://mc.yandex.com/sync_cookie_image_check_secondary?scid=0e202337-b25b-b43e-157c-67d1a87e5ffb&cid=51410560 — 302 — 481 B — 83 ms — h2https://mc.yandex.ru/sync_cookie_image_start_secondary?cid=51410560&redirect_domain=mc.yandex.com&scid=0e202337-b25b-b43e-157c-67d1a87e5ffb&token=11107.-uBcs8XUFdqpBcWXepn-Fykn_NLnyT5GeSQBvYe9o3M8BIEuZc5nHdO6QHU8n0YL.N8pgFrrlmYGcuvxhvudgGSdp3Tc%2Cmc.yandex.ru/sync_cookie_image_star... https://mc.yandex.ru/sync_cookie_image_start_secondary?cid=51410560&redirect_domain=mc.yandex.com&scid=0e202337-b25b-b43e-157c-67d1a87e5ffb&token=11107.-uBcs8XUFdqpBcWXepn-Fykn_NLnyT5GeSQBvYe9o3M8BIEuZc5nHdO6QHU8n0YL.N8pgFrrlmYGcuvxhvudgGSdp3Tc%2C — 302 — 493 B — 83 ms — h2https://mc.yandex.com/sync_cookie_image_decide_secondary?cid=51410560&scid=0e202337-b25b-b43e-157c-67d1a87e5ffb&token=11107.Wm82EOqoPdnAzBM-lP7L_cmnJy-rYux52bVvmYG-1K1YlTAgcdue8Yrp5XkX5dt3wkHPYB7eGnBXjY-tCT88ysBcu3o9g_aVT2ck9UIjrPQ%2C._bgn60okdAHDYT8RSkMZDRbp2QU%2Cmc.yandex.com/sync_cookie_image_dec... https://mc.yandex.com/sync_cookie_image_decide_secondary?cid=51410560&scid=0e202337-b25b-b43e-157c-67d1a87e5ffb&token=11107.Wm82EOqoPdnAzBM-lP7L_cmnJy-rYux52bVvmYG-1K1YlTAgcdue8Yrp5XkX5dt3wkHPYB7eGnBXjY-tCT88ysBcu3o9g_aVT2ck9UIjrPQ%2C._bgn60okdAHDYT8RSkMZDRbp2QU%2C — 200 — 79 B — 79 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
49% of JavaScript execution is third-party
First-party Third-party 53ms · 88KB · €1/mo
mc.yandex.ru
Other
Optional
Execution 53ms
Transfer 88 KB
Unused 60%
Monthly Cost €1/mo

49% of JavaScript execution time comes from third-party scripts.

Why this matters

Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.

Learn more

Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.

Source: web.dev / HTTP Archive Web Almanac

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

Real-User Performance (CrUX)
Field metrics from the Chrome User Experience Report
INFO

Chrome User Experience (CrUX)

Real-user metrics from the Chrome UX Report (2026-07-05 — 2026-08-01)

LCP (p75)

1825 ms

86% good

INP (p75)

94 ms

94% good

CLS (p75)

0.000

100% good

FCP (p75)

1820 ms

TTFB (p75)

955 ms

This origin passes Core Web Vitals assessment
Image Optimization
1 images, 416 KB total, 383 KB wasted
INFO

Image Optimization Audit

Total Images

1

Total Size

416 KB

Oversized

1

Wasted

383 KB

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

Send Feedback