Skip to content
https://x.com

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
75
GRADE
C
FIX
4
REVIEW
2
PASS
7
INFO
2

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

55
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
89
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.
100
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.

811 ms

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

2.73 s

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

275 ms

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

0.300

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

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

2.73 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
15
7 PASS 2 REVIEW 4 FIX
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 (1.6 MiB of 1.7 MiB)
Info::
Third-party blocking time is low (0 ms)
96%
First-party Third-party
D
JS Bundles
Action
57 scripts, 479 KB unused
FIX
57 scripts, 479 KB unused
Warning::
https://abs.twimg.com/responsive-web/client-web/ma...: 147 KB unused (51%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://abs.twimg.com/responsive-web/client-web/ve...: 102 KB unused (30%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://abs.twimg.com/responsive-web/client-web/mo...: 75 KB unused (99%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://accounts.google.com/gsi/client: 68 KB unused (72%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://abs.twimg.com/responsive-web/client-web/i1...: 42 KB unused (23%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 479 KB
479 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://abs.twimg.com/responsive-web/client-web/main.52d81e4a.js287 KB147 KB (51%)3rd
https://abs.twimg.com/responsive-web/client-web/vendor.7ef16aaa.js346 KB102 KB (30%)3rd
https://abs.twimg.com/responsive-web/client-web/modules.audio.184d9faa.js76 KB75 KB (99%)3rd
https://accounts.google.com/gsi/client96 KB68 KB (72%)3rd
https://abs.twimg.com/responsive-web/client-web/i18n/en.f19ad19a.js180 KB42 KB (23%)3rd
https://abs.twimg.com/responsive-web/client-web/loader.AppModules.219d882a.js33 KB25 KB (75%)3rd
https://abs.twimg.com/responsive-web/client-web/shared~bundle.AudioSpaceDetail~bundle.AudioSpaceDiscovery~bundle.AudioSpacebarScreen~bundle.Birdwatch~bundle..2150637a.js23 KB20 KB (90%)3rd
https://abs.twimg.com/responsive-web/client-web/icons.29.93c0a75a.js7 KB3rd
https://abs.twimg.com/responsive-web/client-web/icons.10.f9bc985a.js5 KB3rd
https://abs.twimg.com/responsive-web/client-web/bundle.LoggedOutHome.888e533a.js7 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

F
Page Weight Inventory
Action
76 resources · 1.7 MB · 479 KB savings available
FIX
76 resources · 1.7 MB · 479 KB savings available
Warning::
Page weight 738 KB over 1MB target
Got: 1.7 MB Expected: ≤ 1 MB
Info::
~479 KB of savings available
Warning::
74 third-party resources (96% of weight)
Info::
2 resources over 200KB
76 resources · 1.7 MiB · 74 third-party 737.7 KiB over 1MB target
JavaScript 85% · 1.5 MiB
Font 10% · 171.5 KiB
Document 4% · 65.5 KiB
Other 1% · 17.9 KiB
Image 0% · 5.6 KiB
CSS 0% · 642 B

~479.5 KiB of savings available

Remove unused JavaScript: 479.5 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-cache, no-store, must-revalidate, pre-check=0, post-check=0
Info::
Last-Modified header present
Cache-Control

no-cache, no-store, must-revalidate, pre-check=0, post-check=0

DirectiveValueMeaning
no-cacheCache but always revalidate first
no-storeNever cache this response
must-revalidateMust recheck with server after expiry
pre-check0
post-check0
C
Page Weight Budget
Action
1.7 MB transferred, 76 requests
REVIEW
1.7 MB transferred, 76 requests
Info::
Page weighs 5.5 MB (1.7 MB transferred)
Warning::
JavaScript is 1.5 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.5 MB
Info::
76 HTTP requests
Info::
Estimated 0.36 g CO2 per page load
1.7 MB / 2.4 MB budget
1.7 MB transferred
76 requests
0.36 g CO2 per page load
JavaScript 1.5 MiB 85%
Fonts 171.5 KiB 10%
HTML 65.5 KiB 4%
Other 10.1 KiB 1%
Other 7.9 KiB 0%
Other 4.8 KiB 0%
Images 752 B 0%
CSS 642 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Approaching limit

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

C
JS Execution Cost
Action
1129ms total JS execution
REVIEW
1129ms total JS execution
Warning::
https://abs.twimg.com/responsive-web/client-web/ma...: 704ms CPU time
Warning::
https://abs.twimg.com/responsive-web/client-web/ve...: 338ms CPU time
Info::
Unattributable: 87ms CPU time
Warning::
Third-party scripts: 1129ms (100% of total)

Main Thread Breakdown

Script Evaluation 78% Script Parsing & Compilation 9% Other 8%
ScriptTotalScriptingParse/CompileParty
https://abs.twimg.com/responsive-web/client-web/main.52d81e4a.js704ms649ms20ms3rd
https://abs.twimg.com/responsive-web/client-web/vendor.7ef16aaa.js338ms274ms29ms3rd
Unattributable87ms9ms0ms3rd
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+
Image Optimization
3 images, 0 KB saveable
PASS
3 images, 0 KB saveable
Info::
All images are well-optimized
3 images 1 KB
0 oversized -0 KB
1 legacy format
0 missing dimensions CLS risk
A+
Font Loading
4 fonts (172 KB)
PASS
4 fonts (172 KB)
Info::
4 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

4

172 KB total

Render-blocking

0

of 4

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 811 ms LCP 2.7 shttps://abs.twimg.com/responsive-web/client-web/Chirp-Regular.80fda27a.woff2Chirp-Regular.80fda27a.... https://abs.twimg.com/responsive-web/client-web/Chirp-Regular.80fda27a.woff2 — 43.9 KiB — 153 ms — font-display: swaphttps://abs.twimg.com/responsive-web/client-web/Chirp-Bold.ebb56aba.woff2Chirp-Bold.ebb56aba.woff2 https://abs.twimg.com/responsive-web/client-web/Chirp-Bold.ebb56aba.woff2 — 44.3 KiB — 151 ms — font-display: swaphttps://abs.twimg.com/responsive-web/client-web/Chirp-Medium.f8e2739a.woff2Chirp-Medium.f8e2739a.w... https://abs.twimg.com/responsive-web/client-web/Chirp-Medium.f8e2739a.woff2 — 44.3 KiB — 150 ms — font-display: swaphttps://abs.twimg.com/fonts/v1/chirp-extended-heavy-web.woff2chirp-extended-heavy-we... https://abs.twimg.com/fonts/v1/chirp-extended-heavy-web.woff2 — 39.1 KiB — 37 ms — font-display: swap
Chirp-Regular.80fda27a.... woff2 swap
Size 44 KB
Load time 153 ms
Start 189 ms
Risk FOUT — text flashes from fallback to web font
Chirp-Bold.ebb56aba.woff2 woff2 swap
Size 44 KB
Load time 151 ms
Start 189 ms
Risk FOUT — text flashes from fallback to web font
Chirp-Medium.f8e2739a.w... woff2 swap
Size 44 KB
Load time 150 ms
Start 189 ms
Risk FOUT — text flashes from fallback to web font
chirp-extended-heavy-we... woff2 swap
Size 39 KB
Load time 37 ms
Start 1.6 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+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Cloudflare

Network Waterfall
76 requests over 1939ms
INFO
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 811 ms LCP 2.7 shttps://x.com// https://x.com/ — 200 — 65.5 KiB — 245 ms — h2https://abs.twimg.com/responsive-web/client-web/Chirp-Regular.80fda27a.woff2abs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/Chirp-Regular.80fda27a.woff2 — 200 — 43.9 KiB — 153 ms — h2https://abs.twimg.com/responsive-web/client-web/Chirp-Bold.ebb56aba.woff2abs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/Chirp-Bold.ebb56aba.woff2 — 200 — 44.3 KiB — 151 ms — h2https://abs.twimg.com/responsive-web/client-web/Chirp-Medium.f8e2739a.woff2abs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/Chirp-Medium.f8e2739a.woff2 — 200 — 44.3 KiB — 150 ms — h2https://abs.twimg.com/responsive-web/client-web/vendor.7ef16aaa.jsabs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/vendor.7ef16aaa.js — 200 — 345.9 KiB — 142 ms — h2https://abs.twimg.com/responsive-web/client-web/i18n/en.f19ad19a.jsabs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/i18n/en.f19ad19a.js — 200 — 180.1 KiB — 146 ms — h2https://abs.twimg.com/responsive-web/client-web/main.52d81e4a.jsabs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/main.52d81e4a.js — 200 — 287.0 KiB — 151 ms — h2https://abs.twimg.com/responsive-web/client-web/bundle.LoggedOutShell.d6e583ca.jsabs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/bundle.LoggedOutShell.d6e583ca.js — 200 — 20.1 KiB — 146 ms — h2https://abs.twimg.com/responsive-web/client-web/bundle.LoggedOutRoutes.5381a15a.jsabs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/bundle.LoggedOutRoutes.5381a15a.js — 200 — 7.2 KiB — 78 ms — h2https://abs.twimg.com/responsive-web/client-web/bundle.LoggedOutHome.888e533a.jsabs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/bundle.LoggedOutHome.888e533a.js — 200 — 7.1 KiB — 149 ms — h2https://x.com/manifest.json/manifest.json https://x.com/manifest.json — 200 — 7.9 KiB — 137 ms — h2https://abs-0.twimg.com/emoji/v2/svg/26a0.svgabs-0.twimg.com/emoji/v2/svg/26a0.s... https://abs-0.twimg.com/emoji/v2/svg/26a0.svg — 200 — 752 B — 7 ms — h2https://abs.twimg.com/responsive-web/client-web/icons.8.fa9011ea.jsabs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/icons.8.fa9011ea.js — 200 — 9.2 KiB — 33 ms — h2https://abs.twimg.com/responsive-web/client-web/icons.15.b08c9c9a.jsabs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/icons.15.b08c9c9a.js — 200 — 6.6 KiB — 37 ms — h2https://abs.twimg.com/responsive-web/client-web/icons.9.d0d9163a.jsabs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/icons.9.d0d9163a.js — 200 — 8.6 KiB — 48 ms — h2https://abs.twimg.com/responsive-web/client-web/icons.22.a1035d5a.jsabs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/icons.22.a1035d5a.js — 200 — 8.5 KiB — 37 ms — h2https://abs.twimg.com/responsive-web/client-web/icons.18.ead3a9da.jsabs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/icons.18.ead3a9da.js — 200 — 7.4 KiB — 46 ms — h2https://abs.twimg.com/responsive-web/client-web/icons.7.cac73cea.jsabs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/icons.7.cac73cea.js — 200 — 8.3 KiB — 49 ms — h2https://abs.twimg.com/responsive-web/client-web/icons.1.d09dd5aa.jsabs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/icons.1.d09dd5aa.js — 200 — 5.6 KiB — 48 ms — h2https://abs.twimg.com/responsive-web/client-web/icons.5.214c465a.jsabs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/icons.5.214c465a.js — 200 — 6.4 KiB — 51 ms — h2https://abs.twimg.com/responsive-web/client-web/icons.24.9ebc84fa.jsabs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/icons.24.9ebc84fa.js — 200 — 6.1 KiB — 52 ms — h2https://abs.twimg.com/responsive-web/client-web/icons.4.a032591a.jsabs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/icons.4.a032591a.js — 200 — 7.1 KiB — 53 ms — h2https://abs.twimg.com/responsive-web/client-web/icons.14.a210b5fa.jsabs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/icons.14.a210b5fa.js — 200 — 6.0 KiB — 57 ms — h2https://abs.twimg.com/responsive-web/client-web/icons.13.027fab8a.jsabs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/icons.13.027fab8a.js — 200 — 5.8 KiB — 55 ms — h2https://abs.twimg.com/responsive-web/client-web/icons.25.b2e7018a.jsabs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/icons.25.b2e7018a.js — 200 — 5.9 KiB — 56 ms — h2https://abs.twimg.com/responsive-web/client-web/icons.19.e81232ba.jsabs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/icons.19.e81232ba.js — 200 — 7.3 KiB — 53 ms — h2https://abs.twimg.com/responsive-web/client-web/icons.6.6693286a.jsabs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/icons.6.6693286a.js — 200 — 6.4 KiB — 59 ms — h2https://abs.twimg.com/responsive-web/client-web/icons.3.45196c7a.jsabs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/icons.3.45196c7a.js — 200 — 6.8 KiB — 73 ms — h2https://abs.twimg.com/responsive-web/client-web/icons.21.7be58aca.jsabs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/icons.21.7be58aca.js — 200 — 5.4 KiB — 78 ms — h2https://abs.twimg.com/responsive-web/client-web/icons.17.08424e9a.jsabs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/icons.17.08424e9a.js — 200 — 5.8 KiB — 80 ms — h2
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 811 ms LCP 2.7 shttps://x.com// https://x.com/ — 200 — 65.5 KiB — 245 ms — h2https://abs.twimg.com/responsive-web/client-web/Chirp-Regular.80fda27a.woff2abs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/Chirp-Regular.80fda27a.woff2 — 200 — 43.9 KiB — 153 ms — h2https://abs.twimg.com/responsive-web/client-web/Chirp-Bold.ebb56aba.woff2abs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/Chirp-Bold.ebb56aba.woff2 — 200 — 44.3 KiB — 151 ms — h2https://abs.twimg.com/responsive-web/client-web/Chirp-Medium.f8e2739a.woff2abs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/Chirp-Medium.f8e2739a.woff2 — 200 — 44.3 KiB — 150 ms — h2https://abs.twimg.com/responsive-web/client-web/vendor.7ef16aaa.jsabs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/vendor.7ef16aaa.js — 200 — 345.9 KiB — 142 ms — h2https://abs.twimg.com/responsive-web/client-web/i18n/en.f19ad19a.jsabs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/i18n/en.f19ad19a.js — 200 — 180.1 KiB — 146 ms — h2https://abs.twimg.com/responsive-web/client-web/main.52d81e4a.jsabs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/main.52d81e4a.js — 200 — 287.0 KiB — 151 ms — h2https://abs.twimg.com/responsive-web/client-web/bundle.LoggedOutShell.d6e583ca.jsabs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/bundle.LoggedOutShell.d6e583ca.js — 200 — 20.1 KiB — 146 ms — h2https://abs.twimg.com/responsive-web/client-web/bundle.LoggedOutRoutes.5381a15a.jsabs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/bundle.LoggedOutRoutes.5381a15a.js — 200 — 7.2 KiB — 78 ms — h2https://abs.twimg.com/responsive-web/client-web/bundle.LoggedOutHome.888e533a.jsabs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/bundle.LoggedOutHome.888e533a.js — 200 — 7.1 KiB — 149 ms — h2https://x.com/manifest.json/manifest.json https://x.com/manifest.json — 200 — 7.9 KiB — 137 ms — h2https://abs-0.twimg.com/emoji/v2/svg/26a0.svgabs-0.twimg.com/emoji/v2/svg/26a0.s... https://abs-0.twimg.com/emoji/v2/svg/26a0.svg — 200 — 752 B — 7 ms — h2https://abs.twimg.com/responsive-web/client-web/icons.8.fa9011ea.jsabs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/icons.8.fa9011ea.js — 200 — 9.2 KiB — 33 ms — h2https://abs.twimg.com/responsive-web/client-web/icons.15.b08c9c9a.jsabs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/icons.15.b08c9c9a.js — 200 — 6.6 KiB — 37 ms — h2https://abs.twimg.com/responsive-web/client-web/icons.9.d0d9163a.jsabs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/icons.9.d0d9163a.js — 200 — 8.6 KiB — 48 ms — h2https://abs.twimg.com/responsive-web/client-web/icons.22.a1035d5a.jsabs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/icons.22.a1035d5a.js — 200 — 8.5 KiB — 37 ms — h2https://abs.twimg.com/responsive-web/client-web/icons.18.ead3a9da.jsabs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/icons.18.ead3a9da.js — 200 — 7.4 KiB — 46 ms — h2https://abs.twimg.com/responsive-web/client-web/icons.7.cac73cea.jsabs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/icons.7.cac73cea.js — 200 — 8.3 KiB — 49 ms — h2https://abs.twimg.com/responsive-web/client-web/icons.1.d09dd5aa.jsabs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/icons.1.d09dd5aa.js — 200 — 5.6 KiB — 48 ms — h2https://abs.twimg.com/responsive-web/client-web/icons.5.214c465a.jsabs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/icons.5.214c465a.js — 200 — 6.4 KiB — 51 ms — h2https://abs.twimg.com/responsive-web/client-web/icons.24.9ebc84fa.jsabs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/icons.24.9ebc84fa.js — 200 — 6.1 KiB — 52 ms — h2https://abs.twimg.com/responsive-web/client-web/icons.4.a032591a.jsabs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/icons.4.a032591a.js — 200 — 7.1 KiB — 53 ms — h2https://abs.twimg.com/responsive-web/client-web/icons.14.a210b5fa.jsabs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/icons.14.a210b5fa.js — 200 — 6.0 KiB — 57 ms — h2https://abs.twimg.com/responsive-web/client-web/icons.13.027fab8a.jsabs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/icons.13.027fab8a.js — 200 — 5.8 KiB — 55 ms — h2https://abs.twimg.com/responsive-web/client-web/icons.25.b2e7018a.jsabs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/icons.25.b2e7018a.js — 200 — 5.9 KiB — 56 ms — h2https://abs.twimg.com/responsive-web/client-web/icons.19.e81232ba.jsabs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/icons.19.e81232ba.js — 200 — 7.3 KiB — 53 ms — h2https://abs.twimg.com/responsive-web/client-web/icons.6.6693286a.jsabs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/icons.6.6693286a.js — 200 — 6.4 KiB — 59 ms — h2https://abs.twimg.com/responsive-web/client-web/icons.3.45196c7a.jsabs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/icons.3.45196c7a.js — 200 — 6.8 KiB — 73 ms — h2https://abs.twimg.com/responsive-web/client-web/icons.21.7be58aca.jsabs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/icons.21.7be58aca.js — 200 — 5.4 KiB — 78 ms — h2https://abs.twimg.com/responsive-web/client-web/icons.17.08424e9a.jsabs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/icons.17.08424e9a.js — 200 — 5.8 KiB — 80 ms — h2https://abs.twimg.com/responsive-web/client-web/icons.29.93c0a75a.jsabs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/icons.29.93c0a75a.js — 200 — 7.1 KiB — 56 ms — h2https://abs.twimg.com/responsive-web/client-web/icons.28.6b0fceaa.jsabs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/icons.28.6b0fceaa.js — 200 — 7.0 KiB — 80 ms — h2https://abs.twimg.com/responsive-web/client-web/icons.27.1b4d3d2a.jsabs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/icons.27.1b4d3d2a.js — 200 — 14.5 KiB — 63 ms — h2https://abs.twimg.com/responsive-web/client-web/icons.11.d11aecea.jsabs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/icons.11.d11aecea.js — 200 — 4.3 KiB — 81 ms — h2https://abs.twimg.com/responsive-web/client-web/icons.10.f9bc985a.jsabs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/icons.10.f9bc985a.js — 200 — 4.9 KiB — 58 ms — h2https://abs.twimg.com/responsive-web/client-web/icons.23.1095d89a.jsabs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/icons.23.1095d89a.js — 200 — 5.1 KiB — 57 ms — h2https://abs.twimg.com/responsive-web/client-web/icons.0.b108d64a.jsabs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/icons.0.b108d64a.js — 200 — 6.2 KiB — 59 ms — h2https://abs.twimg.com/responsive-web/client-web/shared~bundle.Routes~bundle.LoggedOutShell~bundle.Delegate~bundle.TwitterBlue~ondemand.CommandCenter~ondemand.9e80c4ba.jsabs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/shared~bundle.Routes~bundle.LoggedOutShell~bundle.Delegate~bundle.TwitterBlue~ondemand.CommandCenter~ondemand.9e80c4ba.js — 200 — 42.3 KiB — 84 ms — h2https://abs.twimg.com/responsive-web/client-web/shared~bundle.Routes~bundle.LoggedOutShell~ondemand.HoverCard~bundle.Delegate~bundle.TwitterBlue~ondemand.Com.39f4feca.jsabs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/shared~bundle.Routes~bundle.LoggedOutShell~ondemand.HoverCard~bundle.Delegate~bundle.TwitterBlue~ondemand.Com.39f4feca.js — 200 — 41.3 KiB — 86 ms — h2https://abs.twimg.com/responsive-web/client-web/shared~bundle.AppShell~bundle.LoggedInMain~bundle.Routes~bundle.LoggedOutShell~bundle.LoggedOutRoutes~ondeman.cecd285a.jsabs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/shared~bundle.AppShell~bundle.LoggedInMain~bundle.Routes~bundle.LoggedOutShell~bundle.LoggedOutRoutes~ondeman.cecd285a.js — 200 — 13.2 KiB — 66 ms — h2https://abs.twimg.com/responsive-web/client-web/shared~bundle.AppShell~bundle.LoggedOutShell~ondemand.AVCallOverlays~ondemand.XChat~bundle.AccountAnalytics~o.1c04537a.jsabs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/shared~bundle.AppShell~bundle.LoggedOutShell~ondemand.AVCallOverlays~ondemand.XChat~bundle.AccountAnalytics~o.1c04537a.js — 200 — 11.5 KiB — 60 ms — h2https://abs.twimg.com/responsive-web/client-web/shared~bundle.Routes~bundle.LoggedOutShell~bundle.LoggedOutRoutes~loader.AppModules~ondemand.HoverCard~bundle.95f11eaa.jsabs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/shared~bundle.Routes~bundle.LoggedOutShell~bundle.LoggedOutRoutes~loader.AppModules~ondemand.HoverCard~bundle.95f11eaa.js — 200 — 7.5 KiB — 67 ms — h2https://abs.twimg.com/responsive-web/client-web/shared~bundle.LoggedOutRoutes~loader.TweetCurationActionMenu.4a88c37a.jsabs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/shared~bundle.LoggedOutRoutes~loader.TweetCurationActionMenu.4a88c37a.js — 200 — 4.3 KiB — 57 ms — h2blob:https://x.com/508b97bd-9d5b-4e9b-aa35-cedaf1d76240x.com/508b97bd-9d5b-4e9b-aa35-cedaf... blob:https://x.com/508b97bd-9d5b-4e9b-aa35-cedaf1d76240 — 200 — -1 B — 365 ms — blobblob:https://x.com/6a661551-cabc-498c-bad6-d6bdc91cbfeax.com/6a661551-cabc-498c-bad6-d6bdc... blob:https://x.com/6a661551-cabc-498c-bad6-d6bdc91cbfea — -1 — 0 B — 0 ms — data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAABn0lEQVR4AQSAa0hTUQCAv06pSdBIw…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAABn0lEQVR4AQSAa0hTUQCAv06pSdBIw… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAAQAElEQVR4AexdCZwU1Z3+egaYgZVr8…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAAQAElEQVR4AexdCZwU1Z3+egaYgZVr8… — 200 — 0 B — 0 ms — datahttps://abs.twimg.com/responsive-web/client-web/20584.c337a31a.jsabs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/20584.c337a31a.js — 200 — 17.7 KiB — 44 ms — h2https://abs.twimg.com/responsive-web/client-web/ondemand.Dropdown.295a35fa.jsabs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/ondemand.Dropdown.295a35fa.js — 200 — 2.9 KiB — 35 ms — h2https://abs.twimg.com/responsive-web/client-web/icons.2.9eea616a.jsabs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/icons.2.9eea616a.js — 200 — 10.0 KiB — 35 ms — h2https://abs.twimg.com/responsive-web/client-web/icons.12.29b9971a.jsabs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/icons.12.29b9971a.js — 200 — 6.7 KiB — 37 ms — h2https://abs.twimg.com/responsive-web/client-web/modules.common.469fbc7a.jsabs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/modules.common.469fbc7a.js — 200 — 21.2 KiB — 40 ms — h2https://abs.twimg.com/responsive-web/client-web/icons.16.7c46365a.jsabs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/icons.16.7c46365a.js — 200 — 5.9 KiB — 38 ms — h2https://abs.twimg.com/responsive-web/client-web/shared~loader.SideNav~loader.Typeahead~bundle.Login~loader.TimelineRenderer~loader.EventSummaryHandler~loader.97e2e81a.jsabs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/shared~loader.SideNav~loader.Typeahead~bundle.Login~loader.TimelineRenderer~loader.EventSummaryHandler~loader.97e2e81a.js — 200 — 5.7 KiB — 53 ms — h2https://abs.twimg.com/responsive-web/client-web/shared~loader.SideNav~bundle.MultiAccount~bundle.JobSearch.68873e9a.jsabs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/shared~loader.SideNav~bundle.MultiAccount~bundle.JobSearch.68873e9a.js — 200 — 4.6 KiB — 59 ms — h2https://abs.twimg.com/responsive-web/client-web/loader.SideNav.4437618a.jsabs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/loader.SideNav.4437618a.js — 200 — 14.7 KiB — 41 ms — h2https://abs.twimg.com/responsive-web/client-web/shared~bundle.AudioSpaceDetail~bundle.AudioSpaceDiscovery~bundle.AudioSpacebarScreen~bundle.Birdwatch~bundle..2150637a.jsabs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/shared~bundle.AudioSpaceDetail~bundle.AudioSpaceDiscovery~bundle.AudioSpacebarScreen~bundle.Birdwatch~bundle..2150637a.js — 200 — 22.7 KiB — 44 ms — h2https://abs.twimg.com/responsive-web/client-web/shared~loader.AppModules~loader.Typeahead~ondemand.NotFound~bundle.Login~bundle.LoggedOutHome~ondemand.Settin.d89ba39a.jsabs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/shared~loader.AppModules~loader.Typeahead~ondemand.NotFound~bundle.Login~bundle.LoggedOutHome~ondemand.Settin.d89ba39a.js — 200 — 8.4 KiB — 39 ms — h2https://abs.twimg.com/responsive-web/client-web/shared~bundle.LoggedOutHome~loader.TimelineRenderer~loader.SignupModule.eeec36ea.jsabs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/shared~bundle.LoggedOutHome~loader.TimelineRenderer~loader.SignupModule.eeec36ea.js — 200 — 5.6 KiB — 39 ms — h2https://abs.twimg.com/responsive-web/client-web/modules.audio.184d9faa.jsabs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/modules.audio.184d9faa.js — 200 — 76.1 KiB — 49 ms — h2https://abs.twimg.com/responsive-web/client-web/loader.AppModules.219d882a.jsabs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/loader.AppModules.219d882a.js — 200 — 32.9 KiB — 49 ms — h2https://accounts.google.com/gsi/clientaccounts.google.com/gsi/client https://accounts.google.com/gsi/client — 200 — 96.2 KiB — 181 ms — h2https://abs.twimg.com/responsive-web/client-web/ondemand.s.a759306a.jsabs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/ondemand.s.a759306a.js — 200 — 10.5 KiB — 39 ms — h2https://abs.twimg.com/responsive-web/client-web/loader.richScribeAction.c4e1adfa.jsabs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/loader.richScribeAction.c4e1adfa.js — 200 — 1.0 KiB — 34 ms — h2https://appleid.cdn-apple.com/appleauth/static/jsapi/appleid/1/en_US/appleid.auth.jsappleid.cdn-apple.com/appleauth/sta... https://appleid.cdn-apple.com/appleauth/static/jsapi/appleid/1/en_US/appleid.auth.js — 200 — 17.4 KiB — 9 ms — http/1.1https://abs.twimg.com/fonts/v1/chirp-extended-heavy-web.woff2abs.twimg.com/fonts/v1/chirp-extend... https://abs.twimg.com/fonts/v1/chirp-extended-heavy-web.woff2 — 200 — 39.1 KiB — 37 ms — h2https://api.x.com/1.1/hashflags.jsonapi.x.com/1.1/hashflags.json https://api.x.com/1.1/hashflags.json — 200 — 0 B — 157 ms — h2https://api.x.com/1.1/graphql/user_flow.jsonapi.x.com/1.1/graphql/user_flow.jso... https://api.x.com/1.1/graphql/user_flow.json — 200 — 0 B — 144 ms — h2https://api.x.com/1.1/onboarding/sso_init.jsonapi.x.com/1.1/onboarding/sso_init.j... https://api.x.com/1.1/onboarding/sso_init.json — 200 — 0 B — 139 ms — h2https://accounts.google.com/gsi/styleaccounts.google.com/gsi/style https://accounts.google.com/gsi/style — 200 — 642 B — 55 ms — h2https://accounts.google.com/gsi/log?client_id=49625052041-kgt0hghf445lmcmhijv46b715m2mpbct.apps.googleusercontent.com&as=uTKFHSW%2F0W8VWYvTQlxx9EXvGNiVfPVT%2BZ8Xny90Gdk&bs=%2BZsF24sMN0FI9A2B6xaZtDAhqt%2BxIsAGE46jziVUVCc&event=onetap.card.prompt.apiCall&enable_itp_optimization=20accounts.google.com/gsi/log?client_... https://accounts.google.com/gsi/log?client_id=49625052041-kgt0hghf445lmcmhijv46b715m2mpbct.apps.googleusercontent.com&as=uTKFHSW%2F0W8VWYvTQlxx9EXvGNiVfPVT%2BZ8Xny90Gdk&bs=%2BZsF24sMN0FI9A2B6xaZtDAhqt%2BxIsAGE46jziVUVCc&event=onetap.card.prompt.apiCall&enable_itp_optimization=20 — 200 — 23 B — 101 ms — h3https://abs.twimg.com/favicons/twitter.3.icoabs.twimg.com/favicons/twitter.3.ic... https://abs.twimg.com/favicons/twitter.3.ico — 200 — 794 B — 75 ms — h2https://abs.twimg.com/responsive-web/client-web/icon-default.522d363a.pngabs.twimg.com/responsive-web/client... https://abs.twimg.com/responsive-web/client-web/icon-default.522d363a.png — 200 — 4.1 KiB — 72 ms — h2https://api.x.com/1.1/onboarding/sso_init.jsonapi.x.com/1.1/onboarding/sso_init.j... https://api.x.com/1.1/onboarding/sso_init.json — 200 — 534 B — 140 ms — h2https://api.x.com/1.1/hashflags.jsonapi.x.com/1.1/hashflags.json https://api.x.com/1.1/hashflags.json — 200 — 9.3 KiB — 139 ms — h2https://api.x.com/1.1/graphql/user_flow.jsonapi.x.com/1.1/graphql/user_flow.jso... https://api.x.com/1.1/graphql/user_flow.json — 200 — 166 B — 157 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 1129ms · 633KB · €12/mo
abs.twimg.com
Other
Costly
Execution 704ms
Transfer 287 KB
Unused 51%
Monthly Cost €8/mo
abs.twimg.com
Other
Costly
Execution 338ms
Transfer 346 KB
Unused 30%
Monthly Cost €4/mo
Unattributable
Other
Optional
Execution 87ms
Transfer 0 KB
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • abs.twimg.com adds 704ms and costs ~€8/month
  • abs.twimg.com adds 338ms and costs ~€4/month

100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.

Why this matters

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 704ms 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

51% of abs.twimg.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

abs.twimg.com takes 338ms 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

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