Performance
· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.Performance-focused optimization plan with CWV assessment, top offenders, and time estimates
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
2.71 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.47 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
5.92 s
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.
7.13 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.
23.95 s
Page Load Progression
FPage Weight BudgetAction3.2 MB transferred, 117 requestsFIX
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.
Source: web.dev
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.
Source: web.dev
DThird-Party ImpactAction93% third-party, 0 ms blockingFIX
FJS Execution CostAction16310ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://pikabu.ru/.well-known/ddos-guard/check | 5488ms | 1514ms | 35ms | 1st |
| https://pikabu.ru/ | 2666ms | 153ms | 31ms | 1st |
| Unattributable | 2133ms | 535ms | 0ms | 3rd |
| https://cs.pikabu.ru/apps/ub/5.4.700/mobile/vendors.edb3f6438953.mo.js | 1688ms | 1119ms | 135ms | 3rd |
| https://cs.pikabu.ru/apps/ub/5.4.703/mobile/app.a00e5602742c.mo.js | 997ms | 663ms | 202ms | 3rd |
| https://cs.pikabu.ru/apps/ub/5.4.703/mobile/ui.16cfa80c1f17.mo.js | 859ms | 783ms | 64ms | 3rd |
| https://yandex.ru/ads/system/context.js | 576ms | 407ms | 42ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-GDRZR2E90Y | 405ms | 351ms | 51ms | 3rd |
| https://privacy-cs.mail.ru/static/sync-loader.js | 356ms | 302ms | 19ms | 3rd |
| https://mc.yandex.ru/metrika/tag.js | 320ms | 277ms | 26ms | 3rd |
Showing top 10 of 15 scripts
FJS BundlesAction20 scripts, 1.0 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://cs.pikabu.ru/apps/ub/5.4.703/mobile/app.a00e5602742c.mo.js | 382 KB | 275 KB (73%) | ✓ | 3rd |
| https://cs.pikabu.ru/apps/ub/5.4.700/mobile/vendors.edb3f6438953.mo.js | 347 KB | 250 KB (72%) | ✓ | 3rd |
| https://cs.pikabu.ru/apps/ub/5.4.703/mobile/ui.16cfa80c1f17.mo.js | 148 KB | 128 KB (87%) | ✓ | 3rd |
| https://yastatic.net/partner-code-bundles/1304651/00cc0164cd639ddf.js | 130 KB | 103 KB (79%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-GDRZR2E90Y | 176 KB | 68 KB (39%) | ✓ | 3rd |
| https://yandex.ru/ads/system/context.js | 105 KB | 62 KB (60%) | ✓ | 3rd |
| https://pikabu.ru/.well-known/ddos-guard/check | 177 KB | 52 KB (29%) | ✓ | 1st |
| https://mc.yandex.ru/metrika/tag.js | 85 KB | 44 KB (52%) | ✓ | 3rd |
| https://cs.pikabu.ru/apps/ub/5.4.621/mobile/vendors-editor.626cedc51779.mo.js | 40 KB | 40 KB (100%) | ✓ | 3rd |
| https://yastatic.net/partner-code-bundles/1304651/22d10f9d8e892aab.js | 32 KB | 27 KB (85%) | ✓ | 3rd |
Consider code splitting or tree shaking to reduce unused code.
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.
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.
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.
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.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
FPage Weight InventoryAction117 resources · 3.2 MB · 1.0 MB savings availableFIX
~1.0 MiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 117 resources | 3.2 MiB | ||||||
BImage Optimization36 images, 0 KB saveableREVIEW
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
BHTTP Cachingno-cacheREVIEW
no-cache
| Directive | Value | Meaning |
|---|---|---|
| no-cache | — | Cache but always revalidate first |
A+Text CompressionAll text resources are compressedPASS
A+Font Loading4 fonts (136 KB)PASS
Web fonts
4
136 KB total
Render-blocking
0
of 4
Dominant font-display
swap
Most common across fonts
Font loading timeline
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 CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints9 hints, 0 missing preconnectsPASS
Current Resource Hints
9 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall117 requests over 7730msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 2133ms | 0 KB | — | ₽631/mo | Costly |
cs.pikabu.ru cs.pikabu.ru | Other | 1688ms | 347 KB | 72% | ₽500/mo | Costly |
cs.pikabu.ru cs.pikabu.ru | Other | 997ms | 382 KB | 73% | ₽295/mo | Costly |
cs.pikabu.ru cs.pikabu.ru | Other | 859ms | 148 KB | 87% | ₽254/mo | Costly |
yandex.ru yandex.ru | Other | 576ms | 105 KB | 60% | ₽171/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 405ms | 176 KB | 39% | ₽120/mo | Costly |
privacy-cs.mail.ru privacy-cs.mail.ru | Other | 356ms | 22 KB | — | ₽105/mo | Costly |
mc.yandex.ru mc.yandex.ru | Other | 320ms | 85 KB | 52% | ₽95/mo | Costly |
yandex.ru yandex.ru | Other | 279ms | 37 KB | — | ₽83/mo | Costly |
yastatic.net yastatic.net | Other | 196ms | 130 KB | 79% | ₽58/mo | Costly |
top-fwz1.mail.ru top-fwz1.mail.ru | Other | 166ms | 20 KB | — | ₽49/mo | Optional |
cs.pikabu.ru cs.pikabu.ru | Other | 110ms | 111 KB | — | ₽33/mo | Optional |
yandex.ru yandex.ru | Other | 72ms | 28 KB | — | ₽21/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 2133ms and costs ~₽631/month
- cs.pikabu.ru adds 1688ms and costs ~₽500/month
- cs.pikabu.ru adds 997ms and costs ~₽295/month
- cs.pikabu.ru adds 859ms and costs ~₽254/month
- yandex.ru adds 576ms and costs ~₽171/month
- Google Tag Manager adds 405ms and costs ~₽120/month
- privacy-cs.mail.ru adds 356ms and costs ~₽105/month
- mc.yandex.ru adds 320ms and costs ~₽95/month
- yandex.ru adds 279ms and costs ~₽83/month
- yastatic.net adds 196ms and costs ~₽58/month
50% of JavaScript execution time comes from third-party scripts.
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 2133ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
cs.pikabu.ru takes 1688ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
72% of cs.pikabu.ru's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
cs.pikabu.ru takes 997ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
73% of cs.pikabu.ru's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
cs.pikabu.ru takes 859ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
87% of cs.pikabu.ru's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
yandex.ru takes 576ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
60% of yandex.ru's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
Google Tag Manager takes 405ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
privacy-cs.mail.ru takes 356ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
mc.yandex.ru takes 320ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
52% of mc.yandex.ru's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
yandex.ru takes 279ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
yastatic.net takes 196ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
79% of yastatic.net's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev