Performance
· 22 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.
911 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.11 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
600 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.002
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.85 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.
3.11 s
Page Load Progression
FPage Weight BudgetAction2.7 MB transferred, 111 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
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 ImpactAction100% third-party, 0 ms blockingFIX
DJS Execution CostAction2363ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://abs.twimg.com/responsive-web/client-web/ondemand.castle.1ff15ffa.js | 968ms | 888ms | 21ms | 3rd |
| https://abs.twimg.com/responsive-web/client-web/main.4b8dc5fa.js | 694ms | 606ms | 38ms | 3rd |
| Unattributable | 209ms | 9ms | 0ms | 1st |
| https://x.com/ | 135ms | 14ms | 17ms | 3rd |
| https://abs.twimg.com/responsive-web/client-web/shared~loader.Dock~bundle.AudioSpaceDetail~bundle.AudioSpaceDiscovery~bundle.AudioSpacebarScreen~bundle.Birdw.9e84b01a.js | 124ms | 111ms | 3ms | 3rd |
| https://abs.twimg.com/responsive-web/client-web/ondemand.s.15e81dda.js | 102ms | 84ms | 1ms | 3rd |
| https://abs.twimg.com/responsive-web/client-web/vendor.6f0bbb5a.js | 81ms | 15ms | 21ms | 3rd |
| https://abs.twimg.com/responsive-web/client-web/icons.0.b3882cba.js | 51ms | 49ms | 1ms | 3rd |
FJS BundlesAction86 scripts, 1.4 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://abs.twimg.com/responsive-web/client-web/main.4b8dc5fa.js | 283 KB | 144 KB (51%) | ✓ | 3rd |
| https://abs.twimg.com/responsive-web/client-web/shared~loader.Dock~bundle.ConnectTab~ondemand.XChat~bundle.DockPeek~bundle.LiveEvent~ondemand.ChatDrawer~load.4dc5a45a.js | 132 KB | 122 KB (92%) | ✓ | 3rd |
| https://abs.twimg.com/responsive-web/client-web/vendor.6f0bbb5a.js | 188 KB | 86 KB (46%) | ✓ | 3rd |
| https://abs.twimg.com/responsive-web/client-web/ondemand.castle.1ff15ffa.js | 212 KB | 72 KB (34%) | ✓ | 3rd |
| https://abs.twimg.com/responsive-web/client-web/modules.common.4722c04a.js | 0 KB | 65 KB (92%) | ✓ | 3rd |
| https://abs.twimg.com/responsive-web/client-web/modules.common.4722c04a.js | 21 KB | 65 KB (92%) | ✓ | 3rd |
| https://accounts.google.com/gsi/client | 97 KB | 65 KB (68%) | ✓ | 3rd |
| https://abs.twimg.com/responsive-web/client-web/shared~loader.Dock~bundle.AudioSpaceDetail~bundle.AudioSpaceDiscovery~bundle.AudioSpacebarScreen~bundle.Birdw.9e84b01a.js | 27 KB | 64 KB (66%) | ✓ | 3rd |
| https://abs.twimg.com/responsive-web/client-web/shared~loader.Dock~bundle.AudioSpaceDetail~bundle.AudioSpaceDiscovery~bundle.AudioSpacebarScreen~bundle.Birdw.9e84b01a.js | 0 KB | 64 KB (66%) | ✓ | 3rd |
| https://abs.twimg.com/responsive-web/client-web/shared~bundle.LoggedInMain~ondemand.HoverCard~loader.AudioDock~loader.Dock~loader.Typeahead~bundle.GrokDrawer.21bc47da.js | 25 KB | 59 KB (79%) | ✓ | 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 InventoryAction111 resources · 2.7 MB · 1.4 MB savings availableFIX
~1.4 MiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 111 resources | 2.7 MiB | ||||||
BHTTP/3 (QUIC)HTTP/3 not advertisedREVIEW
BCompression AlgorithmMain response uses gzip; brotli would be ~20% smallerREVIEW
BServer-Timing ObservabilityNo Server-Timing header foundREVIEW
BHTTP Cachingno-cache, private, must-revalidate, pre-check=0, post-check=0REVIEW
no-cache, private, must-revalidate, pre-check=0, post-check=0
| Directive | Value | Meaning |
|---|---|---|
| no-cache | — | Cache but always revalidate first |
| private | — | Only browser cache, not CDN/proxy |
| must-revalidate | — | Must recheck with server after expiry |
| pre-check | 0 | |
| post-check | 0 |
A+Text CompressionAll text resources are compressedPASS
A+Image Optimization3 images, 0 KB saveablePASS
A+Font Loading5 fonts (255 KB)PASS
Web fonts
5
255 KB total
Render-blocking
0
of 5
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 HintsNo optimization neededPASS
A+LCP Image PreloadLCP preload audit not availablePASS
A+Main HTML Cache-ControlMain HTML uses no-cache -- safe revalidate-on-request policyPASS
A+Server Response Intelligence2 server-response signal(s) detectedPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall111 requests over 5390msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
abs.twimg.com abs.twimg.com | Other | 968ms | 212 KB | 34% | €11/mo | Costly |
abs.twimg.com abs.twimg.com | Other | 694ms | 283 KB | 51% | €8/mo | Costly |
x.com x.com | Other | 135ms | 70 KB | — | €1/mo | Optional |
abs.twimg.com abs.twimg.com | Other | 124ms | 0 KB | 66% | €1/mo | Optional |
abs.twimg.com abs.twimg.com | Other | 102ms | 9 KB | — | €1/mo | Optional |
abs.twimg.com abs.twimg.com | Other | 81ms | 188 KB | 46% | €1/mo | Optional |
abs.twimg.com abs.twimg.com | Other | 51ms | 7 KB | — | €1/mo | Optional |
These scripts may cost more than they're worth
- abs.twimg.com adds 968ms and costs ~€11/month
- abs.twimg.com adds 694ms and costs ~€8/month
91% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.
When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.
Learn more ▾ ▴
Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.
Source: web.dev
abs.twimg.com takes 968ms 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
abs.twimg.com takes 694ms 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
51% of abs.twimg.com'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
66% of abs.twimg.com'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
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-06-11 — 2026-07-08)
LCP (p75)
4183 ms
45% good
INP (p75)
334 ms
51% good
CLS (p75)
0.070
92% good
FCP (p75)
1087 ms
TTFB (p75)
768 ms