Skip to content
https://bsky.app

Performance

· 14 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
73
GRADE
C
FIX
5
REVIEW
1
PASS
6
INFO
2

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

38
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
77
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
100
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
92
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.

752 ms

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

4.54 s

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

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

4.49 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.25 s

Page Load Progression

624 ms
1.2 s
1.9 s
2.5 s
3.1 s
3.7 s
4.4 s
5.0 s
Checks
14
6 PASS 1 REVIEW 5 FIX
F
Page Weight Budget
Action
3.3 MB transferred, 69 requests
FIX
3.3 MB transferred, 69 requests
Warning::
Page weighs 8.8 MB (3.3 MB transferred)
Warning::
JavaScript is 2.2 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 2.2 MB
Info::
Fonts are 345 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 345 KB
Info::
69 HTTP requests
Info::
Estimated 0.68 g CO2 per page load
3.3 MB / 2.4 MB budget
3.3 MB transferred
69 requests
0.68 g CO2 per page load
JavaScript 2.2 MiB 68%
Images 668.9 KiB 20%
Fonts 345.0 KiB 10%
Other 37.5 KiB 1%
CSS 3.4 KiB 0%
Other 3.3 KiB 0%
HTML 3.2 KiB 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

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

Subset fonts to include only used characters, or switch to system font stacks.

Why this matters

Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).

Source: web.dev font loading

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (3.3 MiB of 3.3 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Execution Cost
Action
4013ms total JS execution
FIX
4013ms total JS execution
Warning::
https://web-cdn.bsky.app/static/js/8918.42b29087.j...: 2325ms CPU time
Warning::
https://web-cdn.bsky.app/static/js/main.53d50458.j...: 1107ms CPU time
Warning::
Unattributable: 344ms CPU time
Info::
https://bsky.app/: 164ms CPU time
Info::
https://web-cdn.bsky.app/static/js/8930.c7cd4580.c...: 73ms CPU time
Warning::
Third-party scripts: 3849ms (96% of total)

Main Thread Breakdown

Script Evaluation 71% Other 10% Script Parsing & Compilation 10% Style & Layout 5%
ScriptTotalScriptingParse/CompileParty
https://web-cdn.bsky.app/static/js/8918.42b29087.js2325ms1777ms193ms3rd
https://web-cdn.bsky.app/static/js/main.53d50458.js1107ms932ms164ms3rd
Unattributable344ms103ms0ms3rd
https://bsky.app/164ms4ms1ms1st
https://web-cdn.bsky.app/static/js/8930.c7cd4580.chunk.js73ms45ms27ms3rd
F
JS Bundles
Action
4 scripts, 1.4 MB unused
FIX
4 scripts, 1.4 MB unused
Warning::
https://web-cdn.bsky.app/static/js/main.53d50458.j...: 656 KB unused (76%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://web-cdn.bsky.app/static/js/8918.42b29087.j...: 585 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://web-cdn.bsky.app/static/js/8930.c7cd4580.c...: 150 KB unused (91%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 1.4 MB
1391 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://web-cdn.bsky.app/static/js/main.53d50458.js865 KB656 KB (76%)3rd
https://web-cdn.bsky.app/static/js/8918.42b29087.js1199 KB585 KB (49%)3rd
https://web-cdn.bsky.app/static/js/8930.c7cd4580.chunk.js166 KB150 KB (91%)3rd
https://web-cdn.bsky.app/static/js/7090.61b26aef.chunk.js53 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

F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

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
43 images, 0 KB saveable
PASS
43 images, 0 KB saveable
Info::
All images are well-optimized
43 images 669 KB
0 oversized -0 KB
3 legacy format
0 missing dimensions CLS risk
A+
Font Loading
1 fonts (345 KB)
PASS
1 fonts (345 KB)
Info::
1 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

1

345 KB total

Render-blocking

0

of 1

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 752 ms LCP 4.5 shttps://web-cdn.bsky.app/static/media/InterVariable.c504db5c06caaf7cdfba.woff2InterVariable.c504db5c0... https://web-cdn.bsky.app/static/media/InterVariable.c504db5c06caaf7cdfba.woff2 — 345.0 KiB — 0 ms — font-display: swap
InterVariable.c504db5c0... woff2 swap
Size 345 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
  • 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 ~173 KB and ~346 ms

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
Network Waterfall
69 requests over 0ms
INFO

Performance analysis not available for this result.

Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
96% of JavaScript execution is third-party
First-party Third-party 3849ms · 2230KB · $51/mo
web-cdn.bsky.app
Other
Costly
Execution 2325ms
Transfer 1199 KB
Unused 49%
Monthly Cost $31/mo
web-cdn.bsky.app
Other
Costly
Execution 1107ms
Transfer 865 KB
Unused 76%
Monthly Cost $15/mo
Unattributable
Other
Costly
Execution 344ms
Transfer 0 KB
Monthly Cost $5/mo
web-cdn.bsky.app
Other
Optional
Execution 73ms
Transfer 166 KB
Unused 91%
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • web-cdn.bsky.app adds 2325ms and costs ~$31/month
  • web-cdn.bsky.app adds 1107ms and costs ~$15/month
  • Unattributable adds 344ms and costs ~$5/month

96% 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

web-cdn.bsky.app takes 2325ms 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

web-cdn.bsky.app takes 1107ms 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

76% of web-cdn.bsky.app'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

Unattributable takes 344ms 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

91% of web-cdn.bsky.app'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

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