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.
1.06 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.03 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.
1.06 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.
5.04 s
Page Load Progression
DHTTP CachingActionno-store (uncacheable)FIX
no-store
| Directive | Value | Meaning |
|---|---|---|
| no-store | — | Never cache this response |
CPage Weight BudgetAction1.9 MB transferred, 51 requestsREVIEW
CImage OptimizationAction17 images, 0 KB saveableREVIEW
Set explicit width and height to prevent CLS.
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.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
CJS Execution CostAction1195ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://telegram.org/js/tgsticker.js?31 | 454ms | 385ms | 4ms | 1st |
| https://telegram.org/ | 417ms | 9ms | 1ms | 1st |
| Unattributable | 325ms | 13ms | 0ms | 3rd |
CPage Weight InventoryAction51 resources · 1.9 MB · 0 KB savings availableREVIEW
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 51 resources | 1.9 MiB | ||||||
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Third-Party ImpactNo third-party resourcesPASS
A+Text CompressionAll text resources are compressedPASS
A+Font LoadingNo web fonts (system fonts)PASS
A+JS Bundles14 scripts, 0 KB unusedPASS
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://telegram.org/js/main.js?47 | 7 KB | — | ✓ | 1st |
| https://telegram.org/js/tgsticker.js?31 | 7 KB | — | ✓ | 1st |
| https://telegram.org/js/tgsticker-worker.js?14 | 0 KB | — | ✓ | 1st |
| https://telegram.org/js/rlottie-wasm.js | 31 KB | — | ✓ | 1st |
| https://telegram.org/js/pako-inflate.min.js | 9 KB | — | ✓ | 1st |
| https://telegram.org/js/tgsticker-worker.js?14 | 0 KB | — | ✓ | 1st |
| https://telegram.org/js/tgsticker-worker.js?14 | 0 KB | — | ✓ | 1st |
| https://telegram.org/js/tgsticker-worker.js?14 | 0 KB | — | ✓ | 1st |
| https://telegram.org/js/rlottie-wasm.js | 0 KB | — | ✓ | 1st |
| https://telegram.org/js/rlottie-wasm.js | 0 KB | — | ✓ | 1st |
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall51 requests over 601msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 325ms | 0 KB | — | €4/mo | Costly |
These scripts may cost more than they're worth
- Unattributable adds 325ms and costs ~€4/month
Unattributable takes 325ms 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