Performance
· 27 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.
1.72 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
7.51 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.71 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.060
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
10.18 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.
30.94 s
Page Load Progression
FPage Weight BudgetAction6.5 MB transferred, 247 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
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.
Source: web.dev
Subset fonts to include only used characters, or switch to system font stacks.
Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).
Source: web.dev font loading
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 ImpactAction64% third-party, 0 ms blockingFIX
FJS Execution CostAction10738ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://avilon.ru/_next/static/chunks/6353-48a05458ee170b52.js | 5603ms | 2962ms | 47ms | 1st |
| https://avilon.ru/ | 1512ms | 39ms | 54ms | 1st |
| Unattributable | 1315ms | 171ms | 0ms | 1st |
| https://avilon.ru/_next/static/chunks/4bd1b696-a899db716147443f.js | 292ms | 280ms | 12ms | 1st |
| https://mod.calltouch.ru/front/widget.js?version=faff9b7c | 290ms | 239ms | 40ms | 3rd |
| https://avilon.webim.ru/v/ui-resources.php?location=avilon_ru&mode=mobile&lang=ru&41167a34&callback=getWebimUIResourcesCallback | 274ms | 187ms | 54ms | 3rd |
| https://mc.yandex.ru/metrika/tag.js | 271ms | 240ms | 23ms | 3rd |
| https://web-static.s.mindbox.ru/js/byendpoint/avilon.website.js?_=5929425 | 259ms | 159ms | 94ms | 3rd |
| https://avilon.webim.ru/js/button.js | 213ms | 148ms | 58ms | 3rd |
| https://avilon.ru/_next/static/chunks/8772-7cccb23a48ea3e7c.js | 196ms | 169ms | 26ms | 1st |
Showing top 10 of 15 scripts
FJS BundlesAction66 scripts, 704 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://avilon.ru/_next/static/chunks/8772-7cccb23a48ea3e7c.js | 182 KB | 170 KB (93%) | ✓ | 1st |
| https://avilon.webim.ru/js/button.js | 217 KB | 128 KB (60%) | ✓ | 3rd |
| https://api.s.mindbox.ru/scripts/modules/webpush.js?version=1.0.792 | 165 KB | 121 KB (73%) | ✓ | 3rd |
| https://mod.calltouch.ru/front/widget.js?version=faff9b7c | 167 KB | 98 KB (59%) | ✓ | 3rd |
| https://web-static.s.mindbox.ru/js/byendpoint/avilon.website.js?_=5929425 | 200 KB | 70 KB (35%) | ✓ | 3rd |
| https://avilon.ru/_next/static/chunks/6353-48a05458ee170b52.js | 120 KB | 50 KB (41%) | ✓ | 1st |
| https://mc.yandex.ru/metrika/tag.js | 86 KB | 39 KB (46%) | ✓ | 3rd |
| https://mod.calltouch.ru/front/init-widget.js?ctObject=ct&rand=2198092 | 41 KB | 28 KB (71%) | ✓ | 3rd |
| https://mod.calltouch.ru/d_client_new.js?param;;ref;urlhttps%3A%2F%2Favilon.ru%2F;cook&mod_id=3prkx8pe&script_session_id=19e2a64bcae.4ce&ctObject=ct&uniq_req_id=177882770551720192&ctClientGlobalId= | 5 KB | — | ✓ | 3rd |
| https://smartcaptcha.cloud.yandex.ru/backend.d9627726d03678c949b5.js | 0 KB | — | ✓ | 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 InventoryAction247 resources · 6.5 MB · 704 KB savings availableFIX
~703.8 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 247 resources | 6.5 MiB | ||||||
DHTTP CachingActionno-store (uncacheable)FIX
private, no-cache, no-store, max-age=0, must-revalidate
| Directive | Value | Meaning |
|---|---|---|
| private | — | Only browser cache, not CDN/proxy |
| no-cache | — | Cache but always revalidate first |
| no-store | — | Never cache this response |
| max-age | 0 | Cache for 0 seconds |
| must-revalidate | — | Must recheck with server after expiry |
BImage Optimization68 images, 0 KB saveableREVIEW
BHTTP/3 (QUIC)HTTP/3 not advertisedREVIEW
BCompression AlgorithmMain response uses gzip; brotli would be ~20% smallerREVIEW
BServer-Timing ObservabilityNo Server-Timing header foundREVIEW
BJavaScript Blocking2 JS blocking issue(s) detectedREVIEW
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Text CompressionAll text resources are compressedPASS
A+Font Loading7 fonts (601 KB)PASS
Web fonts
7
601 KB total
Render-blocking
0
of 7
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Convert to woff2 for ~30% smaller file size
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Convert to woff2 for ~30% smaller file size
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Convert to woff2 for ~30% smaller file size
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
Optimization checklist
- Preload critical fonts (priority=high)
- Use woff2 format for all fonts
- Set font-display to swap, optional, or fallback
- Subset large fonts (≤100 KB each)
Fixing the unchecked items could save ~481 KB and ~962 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
AResource Hints4 hints, 0 missing preconnectsPASS
Current Resource Hints
4 resource hints configured
Fonts are always fetched as crossorigin=anonymous; a preload without the attribute creates a different cache key, so the browser refetches when the actual font request happens. Sample: /_next/static/media/9f946c3bfd005698-s.p.ttf, /_next/static/media/e2fd72c390c50b55-s.p.ttf, /_next/static/media/eb5d8667c55dd7e2-s.p.ttf. Add `crossorigin` (or `crossorigin="anonymous"`) to each preload.
Performance issues directly impact user engagement and conversion rates.
A+LCP Image PreloadLCP preload audit not availablePASS
A+Main HTML Cache-ControlMain HTML uses no-store -- correct for sensitive/dynamic contentPASS
A+Server Response Intelligence2 server-response signal(s) detectedPASS
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
ACSS Performance Depth1 CSS depth issue(s) detectedPASS
Network Waterfall247 requests over 6088msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
mod.calltouch.ru mod.calltouch.ru | Other | 290ms | 167 KB | 59% | ₽456/mo | Costly |
avilon.webim.ru avilon.webim.ru | Other | 274ms | 64 KB | — | ₽430/mo | Costly |
mc.yandex.ru mc.yandex.ru | Other | 271ms | 86 KB | 46% | ₽425/mo | Costly |
web-static.s.mindbox.ru web-static.s.mindbox.ru | Other | 259ms | 200 KB | 35% | ₽407/mo | Costly |
avilon.webim.ru avilon.webim.ru | Other | 213ms | 217 KB | 60% | ₽334/mo | Costly |
mod.calltouch.ru mod.calltouch.ru | Other | 156ms | 5 KB | — | ₽246/mo | Costly |
api.s.mindbox.ru api.s.mindbox.ru | Other | 132ms | 165 KB | 73% | ₽207/mo | Costly |
smartcaptcha.cloud.yandex.ru smartcaptcha.cloud.yandex.ru | Other | 77ms | 58 KB | — | ₽122/mo | Costly |
mod.calltouch.ru mod.calltouch.ru | Other | 77ms | 41 KB | 71% | ₽120/mo | Costly |
ab-ct.ru ab-ct.ru | Other | 71ms | 7 KB | — | ₽111/mo | Costly |
These scripts may cost more than they're worth
- mod.calltouch.ru adds 290ms and costs ~₽456/month
- avilon.webim.ru adds 274ms and costs ~₽430/month
- mc.yandex.ru adds 271ms and costs ~₽425/month
- web-static.s.mindbox.ru adds 259ms and costs ~₽407/month
- avilon.webim.ru adds 213ms and costs ~₽334/month
- mod.calltouch.ru adds 156ms and costs ~₽246/month
- api.s.mindbox.ru adds 132ms and costs ~₽207/month
- smartcaptcha.cloud.yandex.ru adds 77ms and costs ~₽122/month
- mod.calltouch.ru adds 77ms and costs ~₽120/month
- ab-ct.ru adds 71ms and costs ~₽111/month
mod.calltouch.ru takes 290ms 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
59% of mod.calltouch.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
avilon.webim.ru takes 274ms 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 271ms 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
web-static.s.mindbox.ru takes 259ms 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
avilon.webim.ru takes 213ms 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 avilon.webim.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
mod.calltouch.ru takes 156ms 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
api.s.mindbox.ru takes 132ms 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 api.s.mindbox.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
smartcaptcha.cloud.yandex.ru takes 77ms 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
mod.calltouch.ru takes 77ms 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
71% of mod.calltouch.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
ab-ct.ru takes 71ms 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
Real-User Performance (CrUX)Field metrics from the Chrome User Experience ReportINFO
Chrome User Experience (CrUX)
Real-user metrics from the Chrome UX Report (2026-04-16 — 2026-05-13)
LCP (p75)
2624 ms
72% good
INP (p75)
178 ms
80% good
CLS (p75)
0.080
81% good
FCP (p75)
1789 ms
TTFB (p75)
1163 ms
Image Optimization200 images, 5 KB total, 0 KB wastedINFO
Image Optimization Audit
Total Images
200
Total Size
5 KB
Oversized
44