Skip to content
https://boosty.to

Performance

· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
72
GRADE
C
FIX
6
REVIEW
2
PASS
7
INFO
2

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

42
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
80
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
96
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.

6.99 s

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

13.37 s

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

650 ms

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

0.001

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

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

13.45 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
17
7 PASS 2 REVIEW 6 FIX
F
Page Weight Budget
Action
2.7 MB transferred, 69 requests
FIX
2.7 MB transferred, 69 requests
Warning::
Page weighs 7.0 MB (2.7 MB transferred)
Warning::
Images are 1.1 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.1 MB
Warning::
JavaScript is 740 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 740 KB
Info::
Fonts are 439 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 439 KB
Info::
CSS is 317 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 317 KB
Info::
69 HTTP requests
Info::
Estimated 0.57 g CO2 per page load
2.7 MB / 2.4 MB budget
2.7 MB transferred
69 requests
0.57 g CO2 per page load
Images 1.1 MiB 42%
JavaScript 739.6 KiB 27%
Fonts 439.0 KiB 16%
CSS 316.5 KiB 11%
HTML 105.9 KiB 4%
Other 8.2 KiB 0%
Other 3.3 KiB 0%
Other 2.5 KiB 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

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

Subset fonts to include only used characters, or switch to system font stacks.

Why this matters

Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).

Source: web.dev font loading

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

D
Third-Party Impact
Action
96% third-party, 0 ms blocking
FIX
96% third-party, 0 ms blocking
Warning::
Third-party code accounts for 96% of page weight (2.6 MiB of 2.7 MiB)
Info::
Third-party blocking time is low (0 ms)
96%
First-party Third-party
F
JS Execution Cost
Action
3529ms total JS execution
FIX
3529ms total JS execution
Warning::
https://boosty.to/: 1278ms CPU time
Warning::
Unattributable: 470ms CPU time
Warning::
https://privacy-cs.mail.ru/static/sync-loader.js: 268ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-KQ1D...: 250ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-PM9D...: 246ms CPU time
Warning::
Third-party scripts: 2251ms (64% of total)

Main Thread Breakdown

Script Evaluation 39% Other 32% Style & Layout 11% Script Parsing & Compilation 8% Parse HTML & CSS 7% Rendering 3%
ScriptTotalScriptingParse/CompileParty
https://boosty.to/1278ms29ms72ms1st
Unattributable470ms55ms0ms3rd
https://privacy-cs.mail.ru/static/sync-loader.js268ms224ms9ms3rd
https://www.googletagmanager.com/gtag/js?id=G-KQ1D2YYTVG&l=GtmDataLayer&cx=c&gtm=4e64k1250ms199ms35ms3rd
https://www.googletagmanager.com/gtag/js?id=G-PM9D5LFL6M&l=GtmDataLayer&cx=c&gtm=4e64k1246ms188ms42ms3rd
https://static-mobile.boosty.to/css/style.Dmew442G.css232ms0ms0ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-TSQ743P&l=GtmDataLayer222ms184ms34ms3rd
https://top-fwz1.mail.ru/js/code.js208ms178ms4ms3rd
https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMA.js191ms149ms39ms3rd
https://mc.yandex.ru/metrika/tag.js164ms137ms19ms3rd
D
JS Bundles
Action
11 scripts, 303 KB unused
FIX
11 scripts, 303 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=G-PM9D...: 68 KB unused (43%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-KQ1D...: 67 KB unused (43%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-TSQ...: 66 KB unused (45%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://analytics.tiktok.com/i18n/pixel/static/mai...: 56 KB unused (54%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://mc.yandex.ru/metrika/tag.js: 46 KB unused (54%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 303 KB
303 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=G-PM9D5LFL6M&l=GtmDataLayer&cx=c&gtm=4e64k1158 KB68 KB (43%)3rd
https://www.googletagmanager.com/gtag/js?id=G-KQ1D2YYTVG&l=GtmDataLayer&cx=c&gtm=4e64k1157 KB67 KB (43%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-TSQ743P&l=GtmDataLayer147 KB66 KB (45%)3rd
https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMA.js106 KB56 KB (54%)3rd
https://mc.yandex.ru/metrika/tag.js85 KB46 KB (54%)3rd
https://static-mobile.boosty.to/js/app.BlDAJ-rF.js0 KB3rd
https://top-fwz1.mail.ru/js/code.js20 KB3rd
https://analytics.tiktok.com/i18n/pixel/events.js?sdkid=CIAU3R3C77UFB57U2LO0&lib=ttq3 KB3rd
https://privacy-cs.mail.ru/static/sync-loader.js22 KB3rd
https://top-fwz1.mail.ru/js/dyn-goal-config.js?ids=31194642 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

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
Page Weight Inventory
Action
69 resources · 2.7 MB · 303 KB savings available
FIX
69 resources · 2.7 MB · 303 KB savings available
Warning::
Page weight 1.7 MB over 1MB target
Got: 2.7 MB Expected: ≤ 1 MB
Info::
~303 KB of savings available
Warning::
67 third-party resources (96% of weight)
Info::
2 resources over 200KB
69 resources · 2.7 MiB · 67 third-party 1.7 MiB over 1MB target
Image 42% · 1.1 MiB
JavaScript 27% · 739.6 KiB
Font 16% · 439.0 KiB
CSS 11% · 316.5 KiB
Document 4% · 105.9 KiB
Other 0% · 10.2 KiB

~302.9 KiB of savings available

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

no-store

DirectiveValueMeaning
no-storeNever cache this response
C
Image Optimization
Action
32 images, 0 KB saveable
REVIEW
32 images, 0 KB saveable
Warning::
https://static-mobile.boosty.to/assets/images/inte... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://static-mobile.boosty.to/assets/images/auth... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://static-mobile.boosty.to/assets/images/auth... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://static-mobile.boosty.to/assets/images/auth... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://static-mobile.boosty.to/assets/images/auth... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://static-mobile.boosty.to/assets/images/auth... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://static-mobile.boosty.to/assets/images/auth... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://static-mobile.boosty.to/assets/images/auth... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://static-mobile.boosty.to/assets/images/auth... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
32 images 1.1 MB
0 oversized -0 KB
21 legacy format
9 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

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

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

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

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

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 (439 KB)
PASS
6 fonts (439 KB)
Info::
6 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

6

439 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 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s FCP 7.0 s LCP 13.4 shttps://static-mobile.boosty.to/assets/fonts/Inter-Regular.BHP6tI7_.woff2Inter-Regular.BHP6tI7_.... https://static-mobile.boosty.to/assets/fonts/Inter-Regular.BHP6tI7_.woff2 — 87.7 KiB — 298 ms — font-display: swaphttps://static-mobile.boosty.to/assets/fonts/Inter-Medium.DLI8xdiI.woff2Inter-Medium.DLI8xdiI.w... https://static-mobile.boosty.to/assets/fonts/Inter-Medium.DLI8xdiI.woff2 — 93.6 KiB — 433 ms — font-display: swaphttps://static-mobile.boosty.to/assets/fonts/Inter-SemiBold.CudmWj5i.woff2Inter-SemiBold.CudmWj5i... https://static-mobile.boosty.to/assets/fonts/Inter-SemiBold.CudmWj5i.woff2 — 94.0 KiB — 377 ms — font-display: swaphttps://static-mobile.boosty.to/assets/fonts/pt-root-ui_bold.BF38dJVs.woff2pt-root-ui_bold.BF38dJV... https://static-mobile.boosty.to/assets/fonts/pt-root-ui_bold.BF38dJVs.woff2 — 54.7 KiB — 436 ms — font-display: swaphttps://static-mobile.boosty.to/assets/fonts/pt-root-ui_medium.Dc0oVJgs.woff2pt-root-ui_medium.Dc0oV... https://static-mobile.boosty.to/assets/fonts/pt-root-ui_medium.Dc0oVJgs.woff2 — 54.6 KiB — 439 ms — font-display: swaphttps://static-mobile.boosty.to/assets/fonts/pt-root-ui_regular.DAfJN3DY.woff2pt-root-ui_regular.DAfJ... https://static-mobile.boosty.to/assets/fonts/pt-root-ui_regular.DAfJN3DY.woff2 — 54.5 KiB — 440 ms — font-display: swap
Inter-Regular.BHP6tI7_.... woff2 swap
Size 88 KB
Load time 298 ms
Start 1.3 s
Risk FOUT — text flashes from fallback to web font
Inter-Medium.DLI8xdiI.w... woff2 swap
Size 94 KB
Load time 433 ms
Start 1.3 s
Risk FOUT — text flashes from fallback to web font
Inter-SemiBold.CudmWj5i... woff2 swap
Size 94 KB
Load time 377 ms
Start 1.3 s
Risk FOUT — text flashes from fallback to web font
pt-root-ui_bold.BF38dJV... woff2 swap
Size 55 KB
Load time 436 ms
Start 1.3 s
Risk FOUT — text flashes from fallback to web font
pt-root-ui_medium.Dc0oV... woff2 swap
Size 55 KB
Load time 439 ms
Start 1.3 s
Risk FOUT — text flashes from fallback to web font
pt-root-ui_regular.DAfJ... woff2 swap
Size 55 KB
Load time 440 ms
Start 1.3 s
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
69 requests over 3068ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s FCP 7.0 s LCP 13.4 shttps://boosty.to// https://boosty.to/ — 200 — 105.9 KiB — 478 ms — h2https://static-mobile.boosty.to/css/style.Dmew442G.cssstatic-mobile.boosty.to/css/style.D... https://static-mobile.boosty.to/css/style.Dmew442G.css — 200 — 316.5 KiB — 778 ms — h2https://static-mobile.boosty.to/js/app.BlDAJ-rF.jsstatic-mobile.boosty.to/js/app.BlDA... https://static-mobile.boosty.to/js/app.BlDAJ-rF.js — -1 — 0 B — 321 ms — https://static-mobile.boosty.to/key.DqB0cKL8.svgstatic-mobile.boosty.to/key.DqB0cKL... https://static-mobile.boosty.to/key.DqB0cKL8.svg — 200 — 943 B — 652 ms — h2https://static-mobile.boosty.to/thumb-up.CD0-VRSE.svgstatic-mobile.boosty.to/thumb-up.CD... https://static-mobile.boosty.to/thumb-up.CD0-VRSE.svg — 200 — 771 B — 653 ms — h2https://static-mobile.boosty.to/microphone.D-Kl8QHC.svgstatic-mobile.boosty.to/microphone.... https://static-mobile.boosty.to/microphone.D-Kl8QHC.svg — 200 — 824 B — 71 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 — 310 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-TSQ743P&l=GtmDataLayerwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-TSQ743P&l=GtmDataLayer — 200 — 147.0 KiB — 204 ms — h2https://static-mobile.boosty.to/logo.vwVnzgQk.svgstatic-mobile.boosty.to/logo.vwVnzg... https://static-mobile.boosty.to/logo.vwVnzgQk.svg — 200 — 1.2 KiB — 71 ms — h2https://static-mobile.boosty.to/fire-fullcolor.DK9rTnjX.svgstatic-mobile.boosty.to/fire-fullco... https://static-mobile.boosty.to/fire-fullcolor.DK9rTnjX.svg — 200 — 2.0 KiB — 71 ms — h2https://static-mobile.boosty.to/lightning.8S6fGz-d.svgstatic-mobile.boosty.to/lightning.8... https://static-mobile.boosty.to/lightning.8S6fGz-d.svg — 200 — 466 B — 72 ms — h2https://static-mobile.boosty.to/assets/images/1-pic.D0Dxt1l7.pngstatic-mobile.boosty.to/assets/imag... https://static-mobile.boosty.to/assets/images/1-pic.D0Dxt1l7.png — 200 — 28.9 KiB — 73 ms — h2https://static-mobile.boosty.to/assets/images/2-pic.CYkcJeEA.pngstatic-mobile.boosty.to/assets/imag... https://static-mobile.boosty.to/assets/images/2-pic.CYkcJeEA.png — 200 — 86.6 KiB — 76 ms — h2https://static-mobile.boosty.to/assets/images/3-pic.DcCb6ZdZ.pngstatic-mobile.boosty.to/assets/imag... https://static-mobile.boosty.to/assets/images/3-pic.DcCb6ZdZ.png — 200 — 23.9 KiB — 76 ms — h2https://static-mobile.boosty.to/boosty-logo-stroked.CVS1-6Et.svgstatic-mobile.boosty.to/boosty-logo... https://static-mobile.boosty.to/boosty-logo-stroked.CVS1-6Et.svg — 200 — 1.4 KiB — 79 ms — h2https://static-mobile.boosty.to/assets/images/footer-user-1.B7p1NW6A.jpgstatic-mobile.boosty.to/assets/imag... https://static-mobile.boosty.to/assets/images/footer-user-1.B7p1NW6A.jpg — 200 — 8.7 KiB — 132 ms — h2https://static-mobile.boosty.to/assets/images/footer-user-2.RkHz4XHd.jpgstatic-mobile.boosty.to/assets/imag... https://static-mobile.boosty.to/assets/images/footer-user-2.RkHz4XHd.jpg — 200 — 10.8 KiB — 134 ms — h2https://static-mobile.boosty.to/assets/images/footer-user-3.CHCtZBcF.jpgstatic-mobile.boosty.to/assets/imag... https://static-mobile.boosty.to/assets/images/footer-user-3.CHCtZBcF.jpg — 200 — 9.7 KiB — 129 ms — h2https://static-mobile.boosty.to/assets/fonts/Inter-Regular.BHP6tI7_.woff2static-mobile.boosty.to/assets/font... https://static-mobile.boosty.to/assets/fonts/Inter-Regular.BHP6tI7_.woff2 — 200 — 87.7 KiB — 298 ms — h2https://static-mobile.boosty.to/assets/fonts/Inter-Medium.DLI8xdiI.woff2static-mobile.boosty.to/assets/font... https://static-mobile.boosty.to/assets/fonts/Inter-Medium.DLI8xdiI.woff2 — 200 — 93.6 KiB — 433 ms — h2https://static-mobile.boosty.to/assets/fonts/Inter-SemiBold.CudmWj5i.woff2static-mobile.boosty.to/assets/font... https://static-mobile.boosty.to/assets/fonts/Inter-SemiBold.CudmWj5i.woff2 — 200 — 94.0 KiB — 377 ms — h2https://static-mobile.boosty.to/assets/fonts/pt-root-ui_bold.BF38dJVs.woff2static-mobile.boosty.to/assets/font... https://static-mobile.boosty.to/assets/fonts/pt-root-ui_bold.BF38dJVs.woff2 — 200 — 54.7 KiB — 436 ms — h2https://static-mobile.boosty.to/assets/fonts/pt-root-ui_medium.Dc0oVJgs.woff2static-mobile.boosty.to/assets/font... https://static-mobile.boosty.to/assets/fonts/pt-root-ui_medium.Dc0oVJgs.woff2 — 200 — 54.6 KiB — 439 ms — h2https://static-mobile.boosty.to/assets/fonts/pt-root-ui_regular.DAfJN3DY.woff2static-mobile.boosty.to/assets/font... https://static-mobile.boosty.to/assets/fonts/pt-root-ui_regular.DAfJN3DY.woff2 — 200 — 54.5 KiB — 440 ms — h2https://www.googletagmanager.com/gtag/js?id=G-KQ1D2YYTVG&l=GtmDataLayer&cx=c&gtm=4e64k1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-KQ1D2YYTVG&l=GtmDataLayer&cx=c&gtm=4e64k1 — 200 — 156.9 KiB — 60 ms — h2https://www.googletagmanager.com/gtag/js?id=G-PM9D5LFL6M&l=GtmDataLayer&cx=c&gtm=4e64k1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-PM9D5LFL6M&l=GtmDataLayer&cx=c&gtm=4e64k1 — 200 — 157.6 KiB — 67 ms — h2https://mc.yandex.ru/metrika/tag.jsmc.yandex.ru/metrika/tag.js https://mc.yandex.ru/metrika/tag.js — 200 — 85.4 KiB — 450 ms — h2https://analytics.tiktok.com/i18n/pixel/events.js?sdkid=CIAU3R3C77UFB57U2LO0&lib=ttqanalytics.tiktok.com/i18n/pixel/eve... https://analytics.tiktok.com/i18n/pixel/events.js?sdkid=CIAU3R3C77UFB57U2LO0&lib=ttq — 200 — 3.0 KiB — 226 ms — h2https://www.google.com/ccm/collect?rcb=3&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fboosty.to%2F&scrsrc=www.googletagmanager.com&rnd=1741627955.1776900632&dt=Boosty.to%20-%20a%20place%20where%20success%20turns%20into%20a%20stable%20income&auid=1565845032.1776900632&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64k1v812215822za200zd812215822xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938465~115938469~117266400&apve=1&apvf=f&apvc=1&tft=1776900632277&tfd=1496www.google.com/ccm/collect?rcb=3&fr... https://www.google.com/ccm/collect?rcb=3&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fboosty.to%2F&scrsrc=www.googletagmanager.com&rnd=1741627955.1776900632&dt=Boosty.to%20-%20a%20place%20where%20success%20turns%20into%20a%20stable%20income&auid=1565845032.1776900632&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64k1v812215822za200zd812215822xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938465~115938469~117266400&apve=1&apvf=f&apvc=1&tft=1776900632277&tfd=1496 — 200 — 21 B — 119 ms — h3https://static-mobile.boosty.to/assets/images/author-1.AU7h6DGX.webpstatic-mobile.boosty.to/assets/imag... https://static-mobile.boosty.to/assets/images/author-1.AU7h6DGX.webp — 200 — 69.4 KiB — 79 ms — h2
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s FCP 7.0 s LCP 13.4 shttps://boosty.to// https://boosty.to/ — 200 — 105.9 KiB — 478 ms — h2https://static-mobile.boosty.to/css/style.Dmew442G.cssstatic-mobile.boosty.to/css/style.D... https://static-mobile.boosty.to/css/style.Dmew442G.css — 200 — 316.5 KiB — 778 ms — h2https://static-mobile.boosty.to/js/app.BlDAJ-rF.jsstatic-mobile.boosty.to/js/app.BlDA... https://static-mobile.boosty.to/js/app.BlDAJ-rF.js — -1 — 0 B — 321 ms — https://static-mobile.boosty.to/key.DqB0cKL8.svgstatic-mobile.boosty.to/key.DqB0cKL... https://static-mobile.boosty.to/key.DqB0cKL8.svg — 200 — 943 B — 652 ms — h2https://static-mobile.boosty.to/thumb-up.CD0-VRSE.svgstatic-mobile.boosty.to/thumb-up.CD... https://static-mobile.boosty.to/thumb-up.CD0-VRSE.svg — 200 — 771 B — 653 ms — h2https://static-mobile.boosty.to/microphone.D-Kl8QHC.svgstatic-mobile.boosty.to/microphone.... https://static-mobile.boosty.to/microphone.D-Kl8QHC.svg — 200 — 824 B — 71 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 — 310 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-TSQ743P&l=GtmDataLayerwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-TSQ743P&l=GtmDataLayer — 200 — 147.0 KiB — 204 ms — h2https://static-mobile.boosty.to/logo.vwVnzgQk.svgstatic-mobile.boosty.to/logo.vwVnzg... https://static-mobile.boosty.to/logo.vwVnzgQk.svg — 200 — 1.2 KiB — 71 ms — h2https://static-mobile.boosty.to/fire-fullcolor.DK9rTnjX.svgstatic-mobile.boosty.to/fire-fullco... https://static-mobile.boosty.to/fire-fullcolor.DK9rTnjX.svg — 200 — 2.0 KiB — 71 ms — h2https://static-mobile.boosty.to/lightning.8S6fGz-d.svgstatic-mobile.boosty.to/lightning.8... https://static-mobile.boosty.to/lightning.8S6fGz-d.svg — 200 — 466 B — 72 ms — h2https://static-mobile.boosty.to/assets/images/1-pic.D0Dxt1l7.pngstatic-mobile.boosty.to/assets/imag... https://static-mobile.boosty.to/assets/images/1-pic.D0Dxt1l7.png — 200 — 28.9 KiB — 73 ms — h2https://static-mobile.boosty.to/assets/images/2-pic.CYkcJeEA.pngstatic-mobile.boosty.to/assets/imag... https://static-mobile.boosty.to/assets/images/2-pic.CYkcJeEA.png — 200 — 86.6 KiB — 76 ms — h2https://static-mobile.boosty.to/assets/images/3-pic.DcCb6ZdZ.pngstatic-mobile.boosty.to/assets/imag... https://static-mobile.boosty.to/assets/images/3-pic.DcCb6ZdZ.png — 200 — 23.9 KiB — 76 ms — h2https://static-mobile.boosty.to/boosty-logo-stroked.CVS1-6Et.svgstatic-mobile.boosty.to/boosty-logo... https://static-mobile.boosty.to/boosty-logo-stroked.CVS1-6Et.svg — 200 — 1.4 KiB — 79 ms — h2https://static-mobile.boosty.to/assets/images/footer-user-1.B7p1NW6A.jpgstatic-mobile.boosty.to/assets/imag... https://static-mobile.boosty.to/assets/images/footer-user-1.B7p1NW6A.jpg — 200 — 8.7 KiB — 132 ms — h2https://static-mobile.boosty.to/assets/images/footer-user-2.RkHz4XHd.jpgstatic-mobile.boosty.to/assets/imag... https://static-mobile.boosty.to/assets/images/footer-user-2.RkHz4XHd.jpg — 200 — 10.8 KiB — 134 ms — h2https://static-mobile.boosty.to/assets/images/footer-user-3.CHCtZBcF.jpgstatic-mobile.boosty.to/assets/imag... https://static-mobile.boosty.to/assets/images/footer-user-3.CHCtZBcF.jpg — 200 — 9.7 KiB — 129 ms — h2https://static-mobile.boosty.to/assets/fonts/Inter-Regular.BHP6tI7_.woff2static-mobile.boosty.to/assets/font... https://static-mobile.boosty.to/assets/fonts/Inter-Regular.BHP6tI7_.woff2 — 200 — 87.7 KiB — 298 ms — h2https://static-mobile.boosty.to/assets/fonts/Inter-Medium.DLI8xdiI.woff2static-mobile.boosty.to/assets/font... https://static-mobile.boosty.to/assets/fonts/Inter-Medium.DLI8xdiI.woff2 — 200 — 93.6 KiB — 433 ms — h2https://static-mobile.boosty.to/assets/fonts/Inter-SemiBold.CudmWj5i.woff2static-mobile.boosty.to/assets/font... https://static-mobile.boosty.to/assets/fonts/Inter-SemiBold.CudmWj5i.woff2 — 200 — 94.0 KiB — 377 ms — h2https://static-mobile.boosty.to/assets/fonts/pt-root-ui_bold.BF38dJVs.woff2static-mobile.boosty.to/assets/font... https://static-mobile.boosty.to/assets/fonts/pt-root-ui_bold.BF38dJVs.woff2 — 200 — 54.7 KiB — 436 ms — h2https://static-mobile.boosty.to/assets/fonts/pt-root-ui_medium.Dc0oVJgs.woff2static-mobile.boosty.to/assets/font... https://static-mobile.boosty.to/assets/fonts/pt-root-ui_medium.Dc0oVJgs.woff2 — 200 — 54.6 KiB — 439 ms — h2https://static-mobile.boosty.to/assets/fonts/pt-root-ui_regular.DAfJN3DY.woff2static-mobile.boosty.to/assets/font... https://static-mobile.boosty.to/assets/fonts/pt-root-ui_regular.DAfJN3DY.woff2 — 200 — 54.5 KiB — 440 ms — h2https://www.googletagmanager.com/gtag/js?id=G-KQ1D2YYTVG&l=GtmDataLayer&cx=c&gtm=4e64k1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-KQ1D2YYTVG&l=GtmDataLayer&cx=c&gtm=4e64k1 — 200 — 156.9 KiB — 60 ms — h2https://www.googletagmanager.com/gtag/js?id=G-PM9D5LFL6M&l=GtmDataLayer&cx=c&gtm=4e64k1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-PM9D5LFL6M&l=GtmDataLayer&cx=c&gtm=4e64k1 — 200 — 157.6 KiB — 67 ms — h2https://mc.yandex.ru/metrika/tag.jsmc.yandex.ru/metrika/tag.js https://mc.yandex.ru/metrika/tag.js — 200 — 85.4 KiB — 450 ms — h2https://analytics.tiktok.com/i18n/pixel/events.js?sdkid=CIAU3R3C77UFB57U2LO0&lib=ttqanalytics.tiktok.com/i18n/pixel/eve... https://analytics.tiktok.com/i18n/pixel/events.js?sdkid=CIAU3R3C77UFB57U2LO0&lib=ttq — 200 — 3.0 KiB — 226 ms — h2https://www.google.com/ccm/collect?rcb=3&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fboosty.to%2F&scrsrc=www.googletagmanager.com&rnd=1741627955.1776900632&dt=Boosty.to%20-%20a%20place%20where%20success%20turns%20into%20a%20stable%20income&auid=1565845032.1776900632&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64k1v812215822za200zd812215822xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938465~115938469~117266400&apve=1&apvf=f&apvc=1&tft=1776900632277&tfd=1496www.google.com/ccm/collect?rcb=3&fr... https://www.google.com/ccm/collect?rcb=3&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fboosty.to%2F&scrsrc=www.googletagmanager.com&rnd=1741627955.1776900632&dt=Boosty.to%20-%20a%20place%20where%20success%20turns%20into%20a%20stable%20income&auid=1565845032.1776900632&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64k1v812215822za200zd812215822xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938465~115938469~117266400&apve=1&apvf=f&apvc=1&tft=1776900632277&tfd=1496 — 200 — 21 B — 119 ms — h3https://static-mobile.boosty.to/assets/images/author-1.AU7h6DGX.webpstatic-mobile.boosty.to/assets/imag... https://static-mobile.boosty.to/assets/images/author-1.AU7h6DGX.webp — 200 — 69.4 KiB — 79 ms — h2https://static-mobile.boosty.to/assets/images/author-2.GfNIkjQd.webpstatic-mobile.boosty.to/assets/imag... https://static-mobile.boosty.to/assets/images/author-2.GfNIkjQd.webp — 200 — 71.4 KiB — 89 ms — h2https://static-mobile.boosty.to/assets/images/author-3.DG3bPsSR.webpstatic-mobile.boosty.to/assets/imag... https://static-mobile.boosty.to/assets/images/author-3.DG3bPsSR.webp — 200 — 46.2 KiB — 84 ms — h2https://static-mobile.boosty.to/assets/images/author-4.CanVhyaY.webpstatic-mobile.boosty.to/assets/imag... https://static-mobile.boosty.to/assets/images/author-4.CanVhyaY.webp — 200 — 52.4 KiB — 86 ms — h2https://static-mobile.boosty.to/assets/images/author-5.BfVKtPr3.webpstatic-mobile.boosty.to/assets/imag... https://static-mobile.boosty.to/assets/images/author-5.BfVKtPr3.webp — 200 — 54.3 KiB — 89 ms — h2https://static-mobile.boosty.to/assets/images/author-6.5Mk-x5fE.webpstatic-mobile.boosty.to/assets/imag... https://static-mobile.boosty.to/assets/images/author-6.5Mk-x5fE.webp — 200 — 52.8 KiB — 151 ms — h2https://static-mobile.boosty.to/assets/images/author-7.IUZE4ncP.webpstatic-mobile.boosty.to/assets/imag... https://static-mobile.boosty.to/assets/images/author-7.IUZE4ncP.webp — 200 — 66.1 KiB — 162 ms — h2https://static-mobile.boosty.to/assets/images/author-8.BuhsSV2B.webpstatic-mobile.boosty.to/assets/imag... https://static-mobile.boosty.to/assets/images/author-8.BuhsSV2B.webp — 200 — 64.9 KiB — 162 ms — h2https://static-mobile.boosty.to/assets/images/author-9.DcordSDN.webpstatic-mobile.boosty.to/assets/imag... https://static-mobile.boosty.to/assets/images/author-9.DcordSDN.webp — 200 — 64.0 KiB — 161 ms — h2https://static-mobile.boosty.to/assets/images/author-10.D0VzBYnN.webpstatic-mobile.boosty.to/assets/imag... https://static-mobile.boosty.to/assets/images/author-10.D0VzBYnN.webp — 200 — 40.7 KiB — 162 ms — h2https://static-mobile.boosty.to/assets/images/author-11.CTqmJYTP.webpstatic-mobile.boosty.to/assets/imag... https://static-mobile.boosty.to/assets/images/author-11.CTqmJYTP.webp — 200 — 52.4 KiB — 162 ms — h2https://static-mobile.boosty.to/assets/images/integration.8NZcFojs.pngstatic-mobile.boosty.to/assets/imag... https://static-mobile.boosty.to/assets/images/integration.8NZcFojs.png — 200 — 264.8 KiB — 226 ms — h2https://static-mobile.boosty.to/bundle.DGdJlvAt.svgstatic-mobile.boosty.to/bundle.DGdJ... https://static-mobile.boosty.to/bundle.DGdJlvAt.svg — 200 — 732 B — 220 ms — h2https://static-mobile.boosty.to/assets/images/bundles.B4D_fJOV.pngstatic-mobile.boosty.to/assets/imag... https://static-mobile.boosty.to/assets/images/bundles.B4D_fJOV.png — 200 — 73.0 KiB — 223 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-KQ1D2YYTVG&gtm=45je64k1v9206596289z8812215822za20gzb812215822zd812215822&_p=1776900632014&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1985576650.1776900632&frm=0&pscdl=noapi&rcb=1&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938469~117266400~117512543&sid=1776900632&sct=1&seg=0&dl=https%3A%2F%2Fboosty.to%2F&dt=Boosty.to%20-%20a%20place%20where%20success%20turns%20into%20a%20stable%20income&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=1602region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-KQ1D2YYTVG&gtm=45je64k1v9206596289z8812215822za20gzb812215822zd812215822&_p=1776900632014&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1985576650.1776900632&frm=0&pscdl=noapi&rcb=1&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938469~117266400~117512543&sid=1776900632&sct=1&seg=0&dl=https%3A%2F%2Fboosty.to%2F&dt=Boosty.to%20-%20a%20place%20where%20success%20turns%20into%20a%20stable%20income&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=1602 — 204 — 544 B — 105 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 — 294 ms — http/1.1https://top-fwz1.mail.ru/js/dyn-goal-config.js?ids=3119464top-fwz1.mail.ru/js/dyn-goal-config... https://top-fwz1.mail.ru/js/dyn-goal-config.js?ids=3119464 — 200 — 2.3 KiB — 71 ms — h2https://top-fwz1.mail.ru/counter?_=0.28182625733115263;id=3119464;u=https%3A%2F%2Fboosty.to%2F;title=Boosty.to%20-%20a%20place%20where%20success%20turns%20into%20a%20stable%20income;s=412*823;vp=412*823;touch=1;hds=1.75;sid=660910f001620a24;ver=60.6.0;tz=0%2FUTC;st=1776900632016;ct=1618/1622/1622//1232;rt=1232/311/0/0/0/1232/1233/1263/1263/1404/1332/1404/1541/1543;gl=u;ni=0//4g/0/0/;lvid=1776900632403%3A1776900632409%3A1%3A4e7d70d05b7d75504265003a61c8358a;opts=jst-gtag%2Ccnhp%3Dh2%2Ccs%3D19684-48997-19984;visible=true;js=13top-fwz1.mail.ru/counter?_=0.281826... https://top-fwz1.mail.ru/counter?_=0.28182625733115263;id=3119464;u=https%3A%2F%2Fboosty.to%2F;title=Boosty.to%20-%20a%20place%20where%20success%20turns%20into%20a%20stable%20income;s=412*823;vp=412*823;touch=1;hds=1.75;sid=660910f001620a24;ver=60.6.0;tz=0%2FUTC;st=1776900632016;ct=1618/1622/1622//1232;rt=1232/311/0/0/0/1232/1233/1263/1263/1404/1332/1404/1541/1543;gl=u;ni=0//4g/0/0/;lvid=1776900632403%3A1776900632409%3A1%3A4e7d70d05b7d75504265003a61c8358a;opts=jst-gtag%2Ccnhp%3Dh2%2Ccs%3D19684-48997-19984;visible=true;js=13 — 302 — 1.2 KiB — 71 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-PM9D5LFL6M&gtm=45je64k1v9170165936z8812215822za20gzb812215822zd812215822&_p=1776900632014&gcd=13l3lPl2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1985576650.1776900632&frm=0&pscdl=noapi&rcb=10&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938469~117266401~117384405~117512543~118463261&sid=1776900632&sct=1&seg=0&dl=https%3A%2F%2Fboosty.to%2F&dt=Boosty.to%20-%20a%20place%20where%20success%20turns%20into%20a%20stable%20income&en=page_view&_fv=1&_ss=1&tfd=1683region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-PM9D5LFL6M&gtm=45je64k1v9170165936z8812215822za20gzb812215822zd812215822&_p=1776900632014&gcd=13l3lPl2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1985576650.1776900632&frm=0&pscdl=noapi&rcb=10&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938469~117266401~117384405~117512543~118463261&sid=1776900632&sct=1&seg=0&dl=https%3A%2F%2Fboosty.to%2F&dt=Boosty.to%20-%20a%20place%20where%20success%20turns%20into%20a%20stable%20income&en=page_view&_fv=1&_ss=1&tfd=1683 — 204 — 48 B — 34 ms — h2https://top-fwz1.mail.ru/counter2?_=0.28182625733115263;id=3119464;u=https%3A%2F%2Fboosty.to%2F;title=Boosty.to%20-%20a%20place%20where%20success%20turns%20into%20a%20stable%20income;s=412*823;vp=412*823;touch=1;hds=1.75;sid=660910f001620a24;ver=60.6.0;tz=0%2FUTC;st=1776900632016;ct=1618/1622/1622//1232;rt=1232/311/0/0/0/1232/1233/1263/1263/1404/1332/1404/1541/1543;gl=u;ni=0//4g/0/0/;lvid=1776900632403%3A1776900632409%3A1%3A4e7d70d05b7d75504265003a61c8358a;opts=jst-gtag%2Ccnhp%3Dh2%2Ccs%3D19684-48997-19984;visible=true;js=13top-fwz1.mail.ru/counter2?_=0.28182... https://top-fwz1.mail.ru/counter2?_=0.28182625733115263;id=3119464;u=https%3A%2F%2Fboosty.to%2F;title=Boosty.to%20-%20a%20place%20where%20success%20turns%20into%20a%20stable%20income;s=412*823;vp=412*823;touch=1;hds=1.75;sid=660910f001620a24;ver=60.6.0;tz=0%2FUTC;st=1776900632016;ct=1618/1622/1622//1232;rt=1232/311/0/0/0/1232/1233/1263/1263/1404/1332/1404/1541/1543;gl=u;ni=0//4g/0/0/;lvid=1776900632403%3A1776900632409%3A1%3A4e7d70d05b7d75504265003a61c8358a;opts=jst-gtag%2Ccnhp%3Dh2%2Ccs%3D19684-48997-19984;visible=true;js=13 — 200 — 913 B — 71 ms — h2https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMA.jsanalytics.tiktok.com/i18n/pixel/sta... https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMA.js — 200 — 105.8 KiB — 16 ms — h2https://analytics.tiktok.com/i18n/pixel/static/identify_5cff1caf.jsanalytics.tiktok.com/i18n/pixel/sta... https://analytics.tiktok.com/i18n/pixel/static/identify_5cff1caf.js — 200 — 39.6 KiB — 24 ms — h2https://analytics-ipv6.tiktokw.us/ipv6/enrich_ipv6analytics-ipv6.tiktokw.us/ipv6/enri... https://analytics-ipv6.tiktokw.us/ipv6/enrich_ipv6 — 200 — 931 B — 196 ms — h2https://analytics.tiktok.com/api/v2/pixelanalytics.tiktok.com/api/v2/pixel https://analytics.tiktok.com/api/v2/pixel — 200 — 908 B — 160 ms — h2https://analytics.tiktok.com/api/v2/pixelanalytics.tiktok.com/api/v2/pixel https://analytics.tiktok.com/api/v2/pixel — 200 — 748 B — 137 ms — h2https://privacy-cs.mail.ru/fp/?id=X6NmH-jeebfVO3mC8Crnfprivacy-cs.mail.ru/fp/?id=X6NmH-jee... https://privacy-cs.mail.ru/fp/?id=X6NmH-jeebfVO3mC8Crnf — 200 — 0 B — 203 ms — http/1.1https://mc.yandex.com/sync_cookie_image_check?scid=50b6a566-7479-f5aa-fcea-5b75c756c111&cid=92805412mc.yandex.com/sync_cookie_image_che... https://mc.yandex.com/sync_cookie_image_check?scid=50b6a566-7479-f5aa-fcea-5b75c756c111&cid=92805412 — 302 — 322 B — 109 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 — 326 B — 105 ms — h2https://analytics.tiktok.com/api/v2/pixel/actanalytics.tiktok.com/api/v2/pixel/a... https://analytics.tiktok.com/api/v2/pixel/act — 200 — 747 B — 148 ms — h2https://mc.yandex.ru/sync_cookie_image_start?cid=92805412&redirect_domain=mc.yandex.com&scid=50b6a566-7479-f5aa-fcea-5b75c756c111&token=11009.9okYxegjrs31NFXEZVPhBYhXd7V5c2J0UbKzN5qox_FrU4KyoFYlj46AXejx9D9g.8PShZlLjCfv6uGIb6xW33dSTn28%2Cmc.yandex.ru/sync_cookie_image_star... https://mc.yandex.ru/sync_cookie_image_start?cid=92805412&redirect_domain=mc.yandex.com&scid=50b6a566-7479-f5aa-fcea-5b75c756c111&token=11009.9okYxegjrs31NFXEZVPhBYhXd7V5c2J0UbKzN5qox_FrU4KyoFYlj46AXejx9D9g.8PShZlLjCfv6uGIb6xW33dSTn28%2C — 302 — 304 B — 73 ms — h2https://privacy-cs.mail.ru/fp/?id=X6NmH-jeebfVO3mC8Crnfprivacy-cs.mail.ru/fp/?id=X6NmH-jee... https://privacy-cs.mail.ru/fp/?id=X6NmH-jeebfVO3mC8Crnf — 200 — 450 B — 79 ms — http/1.1https://mc.yandex.com/sync_cookie_image_decide?cid=92805412&scid=50b6a566-7479-f5aa-fcea-5b75c756c111&token=11009.B8uurTAiFU-NIcCaUDO9zoTw9NIMmFsJv4Wfo9Y74MPFtIfLHiBXwGNl9xukktaRhatXvlV0ZQSET8P68cZ5oZopeDcAahPtGZp_-Mi2gPQ%2C.j61f7TS9P8oUiWfBOOzsR1FRSp0%2Cmc.yandex.com/sync_cookie_image_dec... https://mc.yandex.com/sync_cookie_image_decide?cid=92805412&scid=50b6a566-7479-f5aa-fcea-5b75c756c111&token=11009.B8uurTAiFU-NIcCaUDO9zoTw9NIMmFsJv4Wfo9Y74MPFtIfLHiBXwGNl9xukktaRhatXvlV0ZQSET8P68cZ5oZopeDcAahPtGZp_-Mi2gPQ%2C.j61f7TS9P8oUiWfBOOzsR1FRSp0%2C — 200 — 254 B — 80 ms — h2https://top-fwz1.mail.ru/tracker?_=0.8689918773460997;id=3119464;u=https%3A%2F%2Fboosty.to%2F;title=Boosty.to%20-%20a%20place%20where%20success%20turns%20into%20a%20stable%20income;s=412*823;vp=412*823;touch=1;hds=1.75;sid=660910f001620a24;ver=60.6.0;tz=0%2FUTC;st=1776900632016;nt=0/0/1776900630781/////2/3/8/8/149/76/150/344/480/349/1235/1235/1235/2277/2277/2278;ct=1618/1622/1622/1630/1232;rt=1232/311/0/0/0/1232/1233/1263/1263/1404/1332/1404/1541/1543;gl=u;ni=0//4g/0/0/;lvid=1776900632403%3A1776900633060%3A2%3A4e7d70d05b7d75504265003a61c8358a;opts=jst-gtag%2Ccnhp%3Dh2%2Ccs%3D19684-48997-19984;fpid=X6NmH-jeebfVO3mC8Crnf;visible=true;js=13;e=RT%2Fload;et=1776900633059top-fwz1.mail.ru/tracker?_=0.868991... https://top-fwz1.mail.ru/tracker?_=0.8689918773460997;id=3119464;u=https%3A%2F%2Fboosty.to%2F;title=Boosty.to%20-%20a%20place%20where%20success%20turns%20into%20a%20stable%20income;s=412*823;vp=412*823;touch=1;hds=1.75;sid=660910f001620a24;ver=60.6.0;tz=0%2FUTC;st=1776900632016;nt=0/0/1776900630781/////2/3/8/8/149/76/150/344/480/349/1235/1235/1235/2277/2277/2278;ct=1618/1622/1622/1630/1232;rt=1232/311/0/0/0/1232/1233/1263/1263/1404/1332/1404/1541/1543;gl=u;ni=0//4g/0/0/;lvid=1776900632403%3A1776900633060%3A2%3A4e7d70d05b7d75504265003a61c8358a;opts=jst-gtag%2Ccnhp%3Dh2%2Ccs%3D19684-48997-19984;fpid=X6NmH-jeebfVO3mC8Crnf;visible=true;js=13;e=RT%2Fload;et=1776900633059 — 200 — 914 B — 71 ms — h2https://mc.yandex.com/watch/92805412?wmode=7&page-url=https%3A%2F%2Fboosty.to%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%3A1584898060085%3Ahid%3A154958859%3Az%3A0%3Ai%3A20260422233032%3Aet%3A1776900633%3Ac%3A1%3Arn%3A555039202%3Arqn%3A1%3Au%3A1776900633897773369%3Aw%3A412x823%3As%3A412x823x24%3Ask%3A1.75%3Awv%3A2%3Ads%3A5%2C142%2C194%2C137%2C1%2C0%2C%2C754%2C0%2C%2C%2C%2C1234%3Aco%3A0%3Acpf%3A1%3Ans%3A1776900630781%3Agi%3AR0ExLjEuMTk4NTU3NjY1MC4xNzc2OTAwNjMy%3Aadb%3A2%3Arqnl%3A1%3Ast%3A1776900633%3At%3ABoosty.to%20-%20a%20place%20where%20success%20turns%20into%20a%20stable%20income&t=clt(504)gdpr(14)clc(0-0-0)rqnt(1)aw(1)rcm(1)cdl(na)eco(42009092)ti(1)mc.yandex.com/watch/92805412?wmode=... https://mc.yandex.com/watch/92805412?wmode=7&page-url=https%3A%2F%2Fboosty.to%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%3A1584898060085%3Ahid%3A154958859%3Az%3A0%3Ai%3A20260422233032%3Aet%3A1776900633%3Ac%3A1%3Arn%3A555039202%3Arqn%3A1%3Au%3A1776900633897773369%3Aw%3A412x823%3As%3A412x823x24%3Ask%3A1.75%3Awv%3A2%3Ads%3A5%2C142%2C194%2C137%2C1%2C0%2C%2C754%2C0%2C%2C%2C%2C1234%3Aco%3A0%3Acpf%3A1%3Ans%3A1776900630781%3Agi%3AR0ExLjEuMTk4NTU3NjY1MC4xNzc2OTAwNjMy%3Aadb%3A2%3Arqnl%3A1%3Ast%3A1776900633%3At%3ABoosty.to%20-%20a%20place%20where%20success%20turns%20into%20a%20stable%20income&t=clt(504)gdpr(14)clc(0-0-0)rqnt(1)aw(1)rcm(1)cdl(na)eco(42009092)ti(1) — 302 — 1.7 KiB — 77 ms — h2https://boosty.to/favicon.png?v=14/favicon.png?v=14 https://boosty.to/favicon.png?v=14 — 200 — 3.7 KiB — 73 ms — h2https://mc.yandex.com/watch/92805412/1?wmode=7&page-url=https%3A%2F%2Fboosty.to%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%3A1584898060085%3Ahid%3A154958859%3Az%3A0%3Ai%3A20260422233032%3Aet%3A1776900633%3Ac%3A1%3Arn%3A555039202%3Arqn%3A1%3Au%3A1776900633897773369%3Aw%3A412x823%3As%3A412x823x24%3Ask%3A1.75%3Awv%3A2%3Ads%3A5%2C142%2C194%2C137%2C1%2C0%2C%2C754%2C0%2C%2C%2C%2C1234%3Aco%3A0%3Acpf%3A1%3Ans%3A1776900630781%3Agi%3AR0ExLjEuMTk4NTU3NjY1MC4xNzc2OTAwNjMy%3Aadb%3A2%3Arqnl%3A1%3Ast%3A1776900633%3At%3ABoosty.to%20-%20a%20place%20where%20success%20turns%20into%20a%20stable%20income&t=clt%28504%29gdpr%2814%29clc%280-0-0%29rqnt%281%29aw%281%29rcm%281%29cdl%28na%29eco%2842009092%29ti%281%29&redirnss=1mc.yandex.com/watch/92805412/1?wmod... https://mc.yandex.com/watch/92805412/1?wmode=7&page-url=https%3A%2F%2Fboosty.to%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%3A1584898060085%3Ahid%3A154958859%3Az%3A0%3Ai%3A20260422233032%3Aet%3A1776900633%3Ac%3A1%3Arn%3A555039202%3Arqn%3A1%3Au%3A1776900633897773369%3Aw%3A412x823%3As%3A412x823x24%3Ask%3A1.75%3Awv%3A2%3Ads%3A5%2C142%2C194%2C137%2C1%2C0%2C%2C754%2C0%2C%2C%2C%2C1234%3Aco%3A0%3Acpf%3A1%3Ans%3A1776900630781%3Agi%3AR0ExLjEuMTk4NTU3NjY1MC4xNzc2OTAwNjMy%3Aadb%3A2%3Arqnl%3A1%3Ast%3A1776900633%3At%3ABoosty.to%20-%20a%20place%20where%20success%20turns%20into%20a%20stable%20income&t=clt%28504%29gdpr%2814%29clc%280-0-0%29rqnt%281%29aw%281%29rcm%281%29cdl%28na%29eco%2842009092%29ti%281%29&redirnss=1 — 200 — 1.0 KiB — 74 ms — h2https://mc.yandex.com/sync_cookie_image_check_secondary?scid=33ecb142-629b-a33b-314a-26899aba7346&cid=92805412mc.yandex.com/sync_cookie_image_che... https://mc.yandex.com/sync_cookie_image_check_secondary?scid=33ecb142-629b-a33b-314a-26899aba7346&cid=92805412 — 302 — 492 B — 81 ms — h2https://mc.yandex.ru/sync_cookie_image_start_secondary?cid=92805412&redirect_domain=mc.yandex.com&scid=33ecb142-629b-a33b-314a-26899aba7346&token=11009.2xUOyNhNr-TKZVfe_TLovFss3A9Du5D7_do9U5cU2hBYJsvn_g-VxiRRSdM3u3LZ.aIBUTppb7ROM3BQ80iO7VN5VHGE%2Cmc.yandex.ru/sync_cookie_image_star... https://mc.yandex.ru/sync_cookie_image_start_secondary?cid=92805412&redirect_domain=mc.yandex.com&scid=33ecb142-629b-a33b-314a-26899aba7346&token=11009.2xUOyNhNr-TKZVfe_TLovFss3A9Du5D7_do9U5cU2hBYJsvn_g-VxiRRSdM3u3LZ.aIBUTppb7ROM3BQ80iO7VN5VHGE%2C — 302 — 505 B — 119 ms — h2https://mc.yandex.com/sync_cookie_image_decide_secondary?cid=92805412&scid=33ecb142-629b-a33b-314a-26899aba7346&token=11009.cPkK7RG_HuPvJlCMPo-knejrhEwmpbOC4Rzfp5OqzNoOiKjXPrxkcnpSlzyigTZWky6EaAPCvJnroxoRo5BTnDN1CgrLXIY6SHD6hfHgD80%2C.Eb4CkY96kmvQlMSvu_bVEny1r2k%2Cmc.yandex.com/sync_cookie_image_dec... https://mc.yandex.com/sync_cookie_image_decide_secondary?cid=92805412&scid=33ecb142-629b-a33b-314a-26899aba7346&token=11009.cPkK7RG_HuPvJlCMPo-knejrhEwmpbOC4Rzfp5OqzNoOiKjXPrxkcnpSlzyigTZWky6EaAPCvJnroxoRo5BTnDN1CgrLXIY6SHD6hfHgD80%2C.Eb4CkY96kmvQlMSvu_bVEny1r2k%2C — 200 — 79 B — 73 ms — h2https://privacy-cs.mail.ru/fp/?id=X6NmH-jeebfVO3mC8Crnfprivacy-cs.mail.ru/fp/?id=X6NmH-jee... https://privacy-cs.mail.ru/fp/?id=X6NmH-jeebfVO3mC8Crnf — 200 — 451 B — 81 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
64% of JavaScript execution is third-party
First-party Third-party 2251ms · 1011KB · ₽667/mo
Unattributable
Other
Costly
Execution 470ms
Transfer 0 KB
Monthly Cost ₽139/mo
privacy-cs.mail.ru
Other
Costly
Execution 268ms
Transfer 22 KB
Monthly Cost ₽79/mo
Google Tag Manager
Tag Manager
Costly
Execution 250ms
Transfer 157 KB
Unused 43%
Monthly Cost ₽74/mo
Google Tag Manager
Tag Manager
Costly
Execution 246ms
Transfer 158 KB
Unused 43%
Monthly Cost ₽73/mo
static-mobile.boosty.to
Other
Costly
Execution 232ms
Transfer 317 KB
Monthly Cost ₽69/mo
Google Tag Manager
Tag Manager
Costly
Execution 222ms
Transfer 147 KB
Unused 45%
Monthly Cost ₽66/mo
top-fwz1.mail.ru
Other
Costly
Execution 208ms
Transfer 20 KB
Monthly Cost ₽62/mo
analytics.tiktok.com
Other
Costly
Execution 191ms
Transfer 106 KB
Unused 54%
Monthly Cost ₽57/mo
mc.yandex.ru
Other
Optional
Execution 164ms
Transfer 85 KB
Unused 54%
Monthly Cost ₽49/mo

These scripts may cost more than they're worth

  • Unattributable adds 470ms and costs ~₽139/month
  • privacy-cs.mail.ru adds 268ms and costs ~₽79/month
  • Google Tag Manager adds 250ms and costs ~₽74/month
  • Google Tag Manager adds 246ms and costs ~₽73/month
  • static-mobile.boosty.to adds 232ms and costs ~₽69/month
  • Google Tag Manager adds 222ms and costs ~₽66/month
  • top-fwz1.mail.ru adds 208ms and costs ~₽62/month
  • analytics.tiktok.com adds 191ms and costs ~₽57/month

64% 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

Unattributable takes 470ms 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 268ms 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

Google Tag Manager takes 250ms 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

Google Tag Manager takes 246ms 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

static-mobile.boosty.to takes 232ms 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

Google Tag Manager takes 222ms 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

top-fwz1.mail.ru takes 208ms 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

analytics.tiktok.com takes 191ms 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

54% of analytics.tiktok.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

54% 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