Skip to content
https://orbitapp.buzz

Performance

· 21 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
89
GRADE
B
FIX
1
REVIEW
6
PASS
12
INFO
2

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

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

849 ms

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

971 ms

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

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

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

971 ms

Page Load Progression

445 ms
890 ms
1.3 s
1.8 s
2.2 s
2.7 s
3.1 s
3.6 s
Checks
21
12 PASS 6 REVIEW 1 FIX
D
Third-Party Impact
Action
63% third-party, 0 ms blocking
FIX
63% third-party, 0 ms blocking
Warning::
Third-party code accounts for 63% of page weight (620.4 KiB of 980.3 KiB)
Info::
Third-party blocking time is low (0 ms)
37%
63%
First-party Third-party
B
JS Bundles
49 scripts, 104 KB unused
REVIEW
49 scripts, 104 KB unused
Warning::
https://orbitapp.buzz/assets/client-Bn93UADq.js: 45 KB unused (83%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://orbitapp.buzz/assets/index-DTLZthfW.js: 38 KB unused (36%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://orbitapp.buzz/assets/AppShell-i1wMl08Y.js: 21 KB unused (85%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 104 KB
104 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://orbitapp.buzz/assets/client-Bn93UADq.js55 KB45 KB (83%)1st
https://orbitapp.buzz/assets/index-DTLZthfW.js106 KB38 KB (36%)1st
https://orbitapp.buzz/assets/AppShell-i1wMl08Y.js25 KB21 KB (85%)1st
https://orbitapp.buzz/assets/dist-DMpNOeNL.js3 KB1st
https://orbitapp.buzz/assets/dialog-B6jQVsYn.js1 KB1st
https://orbitapp.buzz/assets/link-yVItxHb2.js8 KB1st
https://orbitapp.buzz/assets/routes-BhlOmJvf.js5 KB1st
https://orbitapp.buzz/assets/useAuth-CA1arit6.js13 KB1st
https://orbitapp.buzz/assets/device-B_2_T4Qo.js5 KB1st
https://orbitapp.buzz/assets/OrbitMark-CHkWq36T.js12 KB1st

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

B
HTTP/3 (QUIC)
HTTP/3 not advertised
REVIEW
HTTP/3 not advertised
Info::
HTTP/3 (QUIC) is not advertised
HTTP/3 isn't advertised via Alt-Svc and the worker didn't negotiate h3. HTTP/3 reduces handshake latency (1-RTT instead of 2-3 RTTs) and is more resilient on lossy connections. Most modern CDNs (Cloudflare, Fastly, AWS CloudFront, Google Cloud CDN) support HTTP/3 with a single config switch -- consider enabling for mobile-heavy workloads.
B
Document Compression
Document response uses gzip; brotli would be ~20% smaller
REVIEW
Document response uses gzip; brotli would be ~20% smaller
Info::
Main HTML response uses gzip (brotli would be ~20% smaller)
All current browsers support brotli. Most CDNs (Cloudflare, Fastly, AWS CloudFront, Vercel, Netlify) can switch from gzip to brotli with a single config flag. Origin servers (nginx, Apache) need a brotli module compiled in -- nginx-brotli or Apache mod_brotli.
B
Server-Timing Observability
No Server-Timing header found
REVIEW
No Server-Timing header found
Info::
No Server-Timing header found
Server-Timing exposes backend timing breakdowns to browser DevTools (e.g., `db: 45ms; render: 120ms; cache: 2ms`). Useful for diagnosing slow pages without backend log access. Most modern frameworks (Next.js, Cloudflare Workers, Fastly) emit it automatically; absence on a managed platform usually means telemetry headers are stripped at the edge.
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

B
HTTP Caching
no-cache, must-revalidate, max-age=0
REVIEW
no-cache, must-revalidate, max-age=0
Info::
Cache-Control header is set
Got: no-cache, must-revalidate, max-age=0
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

no-cache, must-revalidate, max-age=0

DirectiveValueMeaning
no-cacheCache but always revalidate first
must-revalidateMust recheck with server after expiry
max-age0Cache for 0 seconds
A
Page Weight Budget
980 KB transferred, 66 requests
PASS
980 KB transferred, 66 requests
Info::
Page weighs 2.3 MB (980 KB transferred)
Info::
66 HTTP requests
Info::
Estimated 0.20 g CO2 per page load
980 KB / 2.4 MB budget
980 KB transferred
66 requests
0.20 g CO2 per page load
Other 466.2 KiB 48%
JavaScript 316.8 KiB 32%
HTML 95.8 KiB 10%
Other 47.3 KiB 5%
Fonts 26.7 KiB 3%
CSS 17.4 KiB 2%
Images 5.2 KiB 1%
Other 3.8 KiB 0%
Other 1.1 KiB 0%
0 2.4 MB 4.9 MB
Under budget
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
1 images, 0 KB saveable
PASS
1 images, 0 KB saveable
Info::
All images are well-optimized
1 images 5 KB
0 oversized -0 KB
1 legacy format
0 missing dimensions CLS risk
A+
JS Execution Cost
379ms total JS execution
PASS
379ms total JS execution
Info::
https://orbitapp.buzz/assets/index-DTLZthfW.js: 169ms CPU time
Info::
https://orbitapp.buzz/: 119ms CPU time
Info::
Unattributable: 91ms CPU time

Main Thread Breakdown

Other 43% Script Evaluation 38% Style & Layout 13%
ScriptTotalScriptingParse/CompileParty
https://orbitapp.buzz/assets/index-DTLZthfW.js169ms126ms0ms1st
https://orbitapp.buzz/119ms3ms1ms1st
Unattributable91ms3ms0ms1st
A+
Font Loading
1 fonts (27 KB)
PASS
1 fonts (27 KB)
Info::
1 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

1

27 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 500 ms 1.0 s FCP 849 ms LCP 971 mshttps://fonts.gstatic.com/s/plusjakartasans/v12/LDIoaomQNQcsA88c7O9yZ4KMCoOg4Ko20yygg_vb.woff2LDIoaomQNQcsA88c7O9yZ4K... https://fonts.gstatic.com/s/plusjakartasans/v12/LDIoaomQNQcsA88c7O9yZ4KMCoOg4Ko20yygg_vb.woff2 — 26.7 KiB — 25 ms — font-display: swap
LDIoaomQNQcsA88c7O9yZ4K... woff2 swap
Size 27 KB
Load time 25 ms
Start 590 ms
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+
LCP Image Preload
LCP preload audit not available
PASS
LCP preload audit not available
Info::
LCP image preload audit not available for this scan
A+
Main HTML Cache-Control
Main HTML uses no-cache -- safe revalidate-on-request policy
PASS
Main HTML uses no-cache -- safe revalidate-on-request policy
Info::
Main HTML uses no-cache -- safe revalidate-on-request policy
Got: no-cache, must-revalidate, max-age=0
A
Server Response Intelligence
2 server-response signal(s) detected
PASS
2 server-response signal(s) detected
Warning::
Compressed response missing `Vary` header
The page is served with `Content-Encoding: gzip` but has no `Vary` header. Without `Vary: Accept-Encoding`, intermediary caches (corporate proxies, ISP caches) may serve the compressed variant to clients that didn't send the matching `Accept-Encoding` -- the client sees garbled bytes. Add `Vary: Accept-Encoding` whenever the response is conditionally compressed.
Info::
No `ETag` or `Last-Modified` -- conditional GET not supported
Without either header, browsers can't issue conditional GETs and refresh always re-downloads the full response body even when nothing changed. Add `ETag: "<hash>"` (or `Last-Modified: <date>`) on cacheable responses; the server returns 304 Not Modified when the client's cached copy is still valid, saving bandwidth.
A
Page Weight Inventory
66 resources · 980 KB · 104 KB savings available
PASS
66 resources · 980 KB · 104 KB savings available
Info::
Within 1MB page-weight target
Got: 980 KB
Info::
~104 KB of savings available
Warning::
15 third-party resources (63% of weight)
Info::
1 resources over 200KB
66 resources · 980.3 KiB · 15 third-party Within 1MB page-weight target
Other 48% · 471.3 KiB
JavaScript 32% · 316.8 KiB
Document 10% · 95.8 KiB
Image 5% · 52.3 KiB
Font 3% · 26.7 KiB
CSS 2% · 17.4 KiB

~103.6 KiB of savings available

Remove unused JavaScript: 103.6 KiB
Asset Compression
No text asset hosts to measure
INFO
No text asset hosts to measure
Info::
No third-party or subdomain host served enough text assets to measure
Asset compression is measured per host, from one HEAD request against a sampled resource. Pages that serve all their JS and CSS from the document's own origin are covered by the document compression check instead.
Network Waterfall
66 requests over 3558ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 849 ms LCP 971 mshttps://orbitapp.buzz// https://orbitapp.buzz/ — 200 — 4.9 KiB — 375 ms — h2https://orbitapp.buzz/assets/styles-DKhU4pnY.css/assets/styles-DKhU4pnY.css https://orbitapp.buzz/assets/styles-DKhU4pnY.css — 200 — 16.3 KiB — 174 ms — h2https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swapfonts.googleapis.com/css2?family=Pl... https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap — 200 — 1.1 KiB — 92 ms — h2https://orbitapp.buzz/assets/index-DTLZthfW.js/assets/index-DTLZthfW.js https://orbitapp.buzz/assets/index-DTLZthfW.js — 200 — 106.5 KiB — 270 ms — h2https://orbitapp.buzz/assets/useRouter-YZdvOMOB.js/assets/useRouter-YZdvOMOB.js https://orbitapp.buzz/assets/useRouter-YZdvOMOB.js — 200 — 4.4 KiB — 242 ms — h2https://orbitapp.buzz/assets/useAuth-CA1arit6.js/assets/useAuth-CA1arit6.js https://orbitapp.buzz/assets/useAuth-CA1arit6.js — 200 — 13.1 KiB — 109 ms — h2https://orbitapp.buzz/assets/link-yVItxHb2.js/assets/link-yVItxHb2.js https://orbitapp.buzz/assets/link-yVItxHb2.js — 200 — 8.4 KiB — 238 ms — h2https://orbitapp.buzz/assets/invariant-DEEwAagU.js/assets/invariant-DEEwAagU.js https://orbitapp.buzz/assets/invariant-DEEwAagU.js — 200 — 136 B — 245 ms — h2https://orbitapp.buzz/assets/client-Bn93UADq.js/assets/client-Bn93UADq.js https://orbitapp.buzz/assets/client-Bn93UADq.js — 200 — 54.6 KiB — 270 ms — h2https://orbitapp.buzz/assets/routes-BhlOmJvf.js/assets/routes-BhlOmJvf.js https://orbitapp.buzz/assets/routes-BhlOmJvf.js — 200 — 5.3 KiB — 242 ms — h2https://orbitapp.buzz/assets/AppShell-i1wMl08Y.js/assets/AppShell-i1wMl08Y.js https://orbitapp.buzz/assets/AppShell-i1wMl08Y.js — 200 — 24.5 KiB — 143 ms — h2https://orbitapp.buzz/assets/device-B_2_T4Qo.js/assets/device-B_2_T4Qo.js https://orbitapp.buzz/assets/device-B_2_T4Qo.js — 200 — 4.6 KiB — 148 ms — h2https://orbitapp.buzz/assets/OrbitMark-CHkWq36T.js/assets/OrbitMark-CHkWq36T.js https://orbitapp.buzz/assets/OrbitMark-CHkWq36T.js — 200 — 11.7 KiB — 245 ms — h2https://orbitapp.buzz/assets/RequireAuth-sBFf4MW3.js/assets/RequireAuth-sBFf4MW3.js https://orbitapp.buzz/assets/RequireAuth-sBFf4MW3.js — 200 — 8.4 KiB — 249 ms — h2https://orbitapp.buzz/assets/label-BncF7BcZ.js/assets/label-BncF7BcZ.js https://orbitapp.buzz/assets/label-BncF7BcZ.js — 200 — 1022 B — 247 ms — h2https://orbitapp.buzz/assets/eye-DpqUbaOT.js/assets/eye-DpqUbaOT.js https://orbitapp.buzz/assets/eye-DpqUbaOT.js — 200 — 253 B — 154 ms — h2https://orbitapp.buzz/assets/image-plus-HFnD9UPI.js/assets/image-plus-HFnD9UPI.js https://orbitapp.buzz/assets/image-plus-HFnD9UPI.js — 200 — 307 B — 151 ms — h2https://orbitapp.buzz/assets/pause-Cvi8pQvB.js/assets/pause-Cvi8pQvB.js https://orbitapp.buzz/assets/pause-Cvi8pQvB.js — 200 — 219 B — 218 ms — h2https://orbitapp.buzz/assets/send-CHme4LRv.js/assets/send-CHme4LRv.js https://orbitapp.buzz/assets/send-CHme4LRv.js — 200 — 282 B — 153 ms — h2https://orbitapp.buzz/assets/trash-2-DIR7adaa.js/assets/trash-2-DIR7adaa.js https://orbitapp.buzz/assets/trash-2-DIR7adaa.js — 200 — 267 B — 153 ms — h2https://orbitapp.buzz/assets/x-D92O9aAO.js/assets/x-D92O9aAO.js https://orbitapp.buzz/assets/x-D92O9aAO.js — 200 — 198 B — 147 ms — h2https://orbitapp.buzz/assets/dialog-B6jQVsYn.js/assets/dialog-B6jQVsYn.js https://orbitapp.buzz/assets/dialog-B6jQVsYn.js — 200 — 924 B — 162 ms — h2https://orbitapp.buzz/assets/posts-BYZj4DL8.js/assets/posts-BYZj4DL8.js https://orbitapp.buzz/assets/posts-BYZj4DL8.js — 200 — 1.4 KiB — 139 ms — h2https://orbitapp.buzz/assets/textarea-CIc9tf2T.js/assets/textarea-CIc9tf2T.js https://orbitapp.buzz/assets/textarea-CIc9tf2T.js — 200 — 415 B — 147 ms — h2https://orbitapp.buzz/assets/PostCard-CbZFDAeV.js/assets/PostCard-CbZFDAeV.js https://orbitapp.buzz/assets/PostCard-CbZFDAeV.js — 200 — 4.0 KiB — 148 ms — h2https://orbitapp.buzz/~flock.js/~flock.js https://orbitapp.buzz/~flock.js — 200 — 8.2 KiB — 80 ms — h2https://orbitapp.buzz/manifest.webmanifest/manifest.webmanifest https://orbitapp.buzz/manifest.webmanifest — 200 — 1.1 KiB — 197 ms — h2https://fonts.gstatic.com/s/plusjakartasans/v12/LDIoaomQNQcsA88c7O9yZ4KMCoOg4Ko20yygg_vb.woff2fonts.gstatic.com/s/plusjakartasans... https://fonts.gstatic.com/s/plusjakartasans/v12/LDIoaomQNQcsA88c7O9yZ4KMCoOg4Ko20yygg_vb.woff2 — 200 — 26.7 KiB — 25 ms — h3https://orbitapp.buzz/assets/auth-middleware-DT0sqYfD.js/assets/auth-middleware-DT0sqYfD.js https://orbitapp.buzz/assets/auth-middleware-DT0sqYfD.js — 200 — 1.9 KiB — 80 ms — h2https://orbitapp.buzz/assets/dist-DMpNOeNL.js/assets/dist-DMpNOeNL.js https://orbitapp.buzz/assets/dist-DMpNOeNL.js — 200 — 3.0 KiB — 66 ms — h2
0 ms 1.0 s 2.0 s 3.0 s FCP 849 ms LCP 971 mshttps://orbitapp.buzz// https://orbitapp.buzz/ — 200 — 4.9 KiB — 375 ms — h2https://orbitapp.buzz/assets/styles-DKhU4pnY.css/assets/styles-DKhU4pnY.css https://orbitapp.buzz/assets/styles-DKhU4pnY.css — 200 — 16.3 KiB — 174 ms — h2https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swapfonts.googleapis.com/css2?family=Pl... https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap — 200 — 1.1 KiB — 92 ms — h2https://orbitapp.buzz/assets/index-DTLZthfW.js/assets/index-DTLZthfW.js https://orbitapp.buzz/assets/index-DTLZthfW.js — 200 — 106.5 KiB — 270 ms — h2https://orbitapp.buzz/assets/useRouter-YZdvOMOB.js/assets/useRouter-YZdvOMOB.js https://orbitapp.buzz/assets/useRouter-YZdvOMOB.js — 200 — 4.4 KiB — 242 ms — h2https://orbitapp.buzz/assets/useAuth-CA1arit6.js/assets/useAuth-CA1arit6.js https://orbitapp.buzz/assets/useAuth-CA1arit6.js — 200 — 13.1 KiB — 109 ms — h2https://orbitapp.buzz/assets/link-yVItxHb2.js/assets/link-yVItxHb2.js https://orbitapp.buzz/assets/link-yVItxHb2.js — 200 — 8.4 KiB — 238 ms — h2https://orbitapp.buzz/assets/invariant-DEEwAagU.js/assets/invariant-DEEwAagU.js https://orbitapp.buzz/assets/invariant-DEEwAagU.js — 200 — 136 B — 245 ms — h2https://orbitapp.buzz/assets/client-Bn93UADq.js/assets/client-Bn93UADq.js https://orbitapp.buzz/assets/client-Bn93UADq.js — 200 — 54.6 KiB — 270 ms — h2https://orbitapp.buzz/assets/routes-BhlOmJvf.js/assets/routes-BhlOmJvf.js https://orbitapp.buzz/assets/routes-BhlOmJvf.js — 200 — 5.3 KiB — 242 ms — h2https://orbitapp.buzz/assets/AppShell-i1wMl08Y.js/assets/AppShell-i1wMl08Y.js https://orbitapp.buzz/assets/AppShell-i1wMl08Y.js — 200 — 24.5 KiB — 143 ms — h2https://orbitapp.buzz/assets/device-B_2_T4Qo.js/assets/device-B_2_T4Qo.js https://orbitapp.buzz/assets/device-B_2_T4Qo.js — 200 — 4.6 KiB — 148 ms — h2https://orbitapp.buzz/assets/OrbitMark-CHkWq36T.js/assets/OrbitMark-CHkWq36T.js https://orbitapp.buzz/assets/OrbitMark-CHkWq36T.js — 200 — 11.7 KiB — 245 ms — h2https://orbitapp.buzz/assets/RequireAuth-sBFf4MW3.js/assets/RequireAuth-sBFf4MW3.js https://orbitapp.buzz/assets/RequireAuth-sBFf4MW3.js — 200 — 8.4 KiB — 249 ms — h2https://orbitapp.buzz/assets/label-BncF7BcZ.js/assets/label-BncF7BcZ.js https://orbitapp.buzz/assets/label-BncF7BcZ.js — 200 — 1022 B — 247 ms — h2https://orbitapp.buzz/assets/eye-DpqUbaOT.js/assets/eye-DpqUbaOT.js https://orbitapp.buzz/assets/eye-DpqUbaOT.js — 200 — 253 B — 154 ms — h2https://orbitapp.buzz/assets/image-plus-HFnD9UPI.js/assets/image-plus-HFnD9UPI.js https://orbitapp.buzz/assets/image-plus-HFnD9UPI.js — 200 — 307 B — 151 ms — h2https://orbitapp.buzz/assets/pause-Cvi8pQvB.js/assets/pause-Cvi8pQvB.js https://orbitapp.buzz/assets/pause-Cvi8pQvB.js — 200 — 219 B — 218 ms — h2https://orbitapp.buzz/assets/send-CHme4LRv.js/assets/send-CHme4LRv.js https://orbitapp.buzz/assets/send-CHme4LRv.js — 200 — 282 B — 153 ms — h2https://orbitapp.buzz/assets/trash-2-DIR7adaa.js/assets/trash-2-DIR7adaa.js https://orbitapp.buzz/assets/trash-2-DIR7adaa.js — 200 — 267 B — 153 ms — h2https://orbitapp.buzz/assets/x-D92O9aAO.js/assets/x-D92O9aAO.js https://orbitapp.buzz/assets/x-D92O9aAO.js — 200 — 198 B — 147 ms — h2https://orbitapp.buzz/assets/dialog-B6jQVsYn.js/assets/dialog-B6jQVsYn.js https://orbitapp.buzz/assets/dialog-B6jQVsYn.js — 200 — 924 B — 162 ms — h2https://orbitapp.buzz/assets/posts-BYZj4DL8.js/assets/posts-BYZj4DL8.js https://orbitapp.buzz/assets/posts-BYZj4DL8.js — 200 — 1.4 KiB — 139 ms — h2https://orbitapp.buzz/assets/textarea-CIc9tf2T.js/assets/textarea-CIc9tf2T.js https://orbitapp.buzz/assets/textarea-CIc9tf2T.js — 200 — 415 B — 147 ms — h2https://orbitapp.buzz/assets/PostCard-CbZFDAeV.js/assets/PostCard-CbZFDAeV.js https://orbitapp.buzz/assets/PostCard-CbZFDAeV.js — 200 — 4.0 KiB — 148 ms — h2https://orbitapp.buzz/~flock.js/~flock.js https://orbitapp.buzz/~flock.js — 200 — 8.2 KiB — 80 ms — h2https://orbitapp.buzz/manifest.webmanifest/manifest.webmanifest https://orbitapp.buzz/manifest.webmanifest — 200 — 1.1 KiB — 197 ms — h2https://fonts.gstatic.com/s/plusjakartasans/v12/LDIoaomQNQcsA88c7O9yZ4KMCoOg4Ko20yygg_vb.woff2fonts.gstatic.com/s/plusjakartasans... https://fonts.gstatic.com/s/plusjakartasans/v12/LDIoaomQNQcsA88c7O9yZ4KMCoOg4Ko20yygg_vb.woff2 — 200 — 26.7 KiB — 25 ms — h3https://orbitapp.buzz/assets/auth-middleware-DT0sqYfD.js/assets/auth-middleware-DT0sqYfD.js https://orbitapp.buzz/assets/auth-middleware-DT0sqYfD.js — 200 — 1.9 KiB — 80 ms — h2https://orbitapp.buzz/assets/dist-DMpNOeNL.js/assets/dist-DMpNOeNL.js https://orbitapp.buzz/assets/dist-DMpNOeNL.js — 200 — 3.0 KiB — 66 ms — h2https://orbitapp.buzz/assets/dist-1NU5iD31.js/assets/dist-1NU5iD31.js https://orbitapp.buzz/assets/dist-1NU5iD31.js — 200 — 2.8 KiB — 61 ms — h2https://orbitapp.buzz/assets/dist-CGN_AZ4U.js/assets/dist-CGN_AZ4U.js https://orbitapp.buzz/assets/dist-CGN_AZ4U.js — 200 — 717 B — 84 ms — h2https://orbitapp.buzz/assets/log-out-tEbe_iLY.js/assets/log-out-tEbe_iLY.js https://orbitapp.buzz/assets/log-out-tEbe_iLY.js — 200 — 342 B — 57 ms — h2https://orbitapp.buzz/assets/shield-check-DLW-qe7c.js/assets/shield-check-DLW-qe7c.js https://orbitapp.buzz/assets/shield-check-DLW-qe7c.js — 200 — 303 B — 59 ms — h2https://orbitapp.buzz/assets/Turnstile-BudrKUue.js/assets/Turnstile-BudrKUue.js https://orbitapp.buzz/assets/Turnstile-BudrKUue.js — 200 — 1.1 KiB — 71 ms — h2https://orbitapp.buzz/assets/dist-Cg3nP06U.js/assets/dist-Cg3nP06U.js https://orbitapp.buzz/assets/dist-Cg3nP06U.js — 200 — 330 B — 75 ms — h2https://orbitapp.buzz/assets/dist-B545FFDJ.js/assets/dist-B545FFDJ.js https://orbitapp.buzz/assets/dist-B545FFDJ.js — 200 — 8.9 KiB — 73 ms — h2https://orbitapp.buzz/assets/user-check-FIAfizLn.js/assets/user-check-FIAfizLn.js https://orbitapp.buzz/assets/user-check-FIAfizLn.js — 200 — 418 B — 66 ms — h2https://orbitapp.buzz/assets/flag-y59hxrLn.js/assets/flag-y59hxrLn.js https://orbitapp.buzz/assets/flag-y59hxrLn.js — 200 — 261 B — 61 ms — h2https://orbitapp.buzz/assets/message-square-DAm7FYE2.js/assets/message-square-DAm7FYE2.js https://orbitapp.buzz/assets/message-square-DAm7FYE2.js — 200 — 253 B — 91 ms — h2https://orbitapp.buzz/assets/user-plus-twbBs7_d.js/assets/user-plus-twbBs7_d.js https://orbitapp.buzz/assets/user-plus-twbBs7_d.js — 200 — 286 B — 67 ms — h2https://orbitapp.buzz/assets/ReportEvidence-TndIW2S0.js/assets/ReportEvidence-TndIW2S0.js https://orbitapp.buzz/assets/ReportEvidence-TndIW2S0.js — 200 — 1.1 KiB — 84 ms — h2https://orbitapp.buzz/assets/loader-circle-DW2a6I_n.js/assets/loader-circle-DW2a6I_n.js https://orbitapp.buzz/assets/loader-circle-DW2a6I_n.js — 200 — 207 B — 89 ms — h2https://orbitapp.buzz/assets/ChatMedia-CjtTfT5Y.js/assets/ChatMedia-CjtTfT5Y.js https://orbitapp.buzz/assets/ChatMedia-CjtTfT5Y.js — 200 — 499 B — 88 ms — h2https://orbitapp.buzz/assets/UserBadges-DkSFstyk.js/assets/UserBadges-DkSFstyk.js https://orbitapp.buzz/assets/UserBadges-DkSFstyk.js — 200 — 1.1 KiB — 78 ms — h2https://orbitapp.buzz/favicon.png/favicon.png https://orbitapp.buzz/favicon.png — 200 — 1.3 KiB — 73 ms — h2https://orbitapp.buzz/icon-512.png/icon-512.png https://orbitapp.buzz/icon-512.png — 200 — 45.8 KiB — 68 ms — h2https://orbitapp.buzz/assets/auth-CLfVunZ5.js/assets/auth-CLfVunZ5.js https://orbitapp.buzz/assets/auth-CLfVunZ5.js — 200 — 5.8 KiB — 52 ms — h2https://orbitapp.buzz/assets/mail-Be-T0MxG.js/assets/mail-Be-T0MxG.js https://orbitapp.buzz/assets/mail-Be-T0MxG.js — 200 — 250 B — 50 ms — h2https://orbitapp.buzz/assets/mfa-BiDciAv8.js/assets/mfa-BiDciAv8.js https://orbitapp.buzz/assets/mfa-BiDciAv8.js — 200 — 540 B — 52 ms — h2https://orbitapp.buzz/~api/analytics/~api/analytics https://orbitapp.buzz/~api/analytics — 202 — 86 B — 51 ms — h2https://orbitapp.buzz/_serverFn/c958bb1fbd35493385380f61ef07661d609555bed16ae31249f68f79f09b9768/_serverFn/c958bb1fbd35493385380f61... https://orbitapp.buzz/_serverFn/c958bb1fbd35493385380f61ef07661d609555bed16ae31249f68f79f09b9768 — 200 — 1.0 KiB — 117 ms — h2https://challenges.cloudflare.com/turnstile/v0/api.js?render=explicitchallenges.cloudflare.com/turnstile... https://challenges.cloudflare.com/turnstile/v0/api.js?render=explicit — 302 — 265 B — 53 ms — h3https://challenges.cloudflare.com/turnstile/v0/g/330e41bb475c/api.jschallenges.cloudflare.com/turnstile... https://challenges.cloudflare.com/turnstile/v0/g/330e41bb475c/api.js — 200 — 27.6 KiB — 36 ms — h3https://orbitapp.buzz/~api/analytics/~api/analytics https://orbitapp.buzz/~api/analytics — 202 — 84 B — 50 ms — h2https://challenges.cloudflare.com/cdn-cgi/challenge-platform/h/g/turnstile/f/av0/rch/020hg/0x4AAAAAAE3bMTsUbjJdyGui/dark/fbE/new/normal?lang=autochallenges.cloudflare.com/cdn-cgi/c... https://challenges.cloudflare.com/cdn-cgi/challenge-platform/h/g/turnstile/f/av0/rch/020hg/0x4AAAAAAE3bMTsUbjJdyGui/dark/fbE/new/normal?lang=auto — 200 — 90.9 KiB — 80 ms — h3blob:https://challenges.cloudflare.com/660f0e88-07da-4ee5-8e22-395f5daf5960challenges.cloudflare.com/660f0e88-... blob:https://challenges.cloudflare.com/660f0e88-07da-4ee5-8e22-395f5daf5960 — -1 — 0 B — 0 ms — https://challenges.cloudflare.com/cdn-cgi/challenge-platform/h/g/fo/1576490528:1789931413:SPXKXQjPdlIJ3A7Z6y5NVII1hu8rezP3e82_uiX7Gxk/a3e34868dcf43cd7/adDOaRDjzeevECzA3fnAWBERWL_w8PR6vubV5Zxzo1g-1789933026-1.2.1.1-Udgf2YlbRQJQ_Qj6UYzMvS.PmRbQwD_v6aB0..lv7raK_t3Bjf1vanii4fagoXMWchallenges.cloudflare.com/cdn-cgi/c... https://challenges.cloudflare.com/cdn-cgi/challenge-platform/h/g/fo/1576490528:1789931413:SPXKXQjPdlIJ3A7Z6y5NVII1hu8rezP3e82_uiX7Gxk/a3e34868dcf43cd7/adDOaRDjzeevECzA3fnAWBERWL_w8PR6vubV5Zxzo1g-1789933026-1.2.1.1-Udgf2YlbRQJQ_Qj6UYzMvS.PmRbQwD_v6aB0..lv7raK_t3Bjf1vanii4fagoXMW — 200 — 420.0 KiB — 452 ms — h3blob:https://challenges.cloudflare.com/c1745e3b-4db7-4b57-98f0-7f566bcd0d04challenges.cloudflare.com/c1745e3b-... blob:https://challenges.cloudflare.com/c1745e3b-4db7-4b57-98f0-7f566bcd0d04 — 200 — -1 B — 27 ms — blobhttps://hagen.challenges.cloudflare.com/cdn-cgi/challenge-platform/h/g/i/a3e34868dcf43cd7/adDOaRDjzeevECzA3fnAWBERWL_w8PR6vubV5Zxzo1g-1789933026-1.2.1.1-Udgf2YlbRQJQ_Qj6UYzMvS.PmRbQwD_v6aB0..lv7raK_t3Bjf1vanii4fagoXMWhagen.challenges.cloudflare.com/cdn... https://hagen.challenges.cloudflare.com/cdn-cgi/challenge-platform/h/g/i/a3e34868dcf43cd7/adDOaRDjzeevECzA3fnAWBERWL_w8PR6vubV5Zxzo1g-1789933026-1.2.1.1-Udgf2YlbRQJQ_Qj6UYzMvS.PmRbQwD_v6aB0..lv7raK_t3Bjf1vanii4fagoXMW — 204 — 576 B — 79 ms — h2https://challenges.cloudflare.com/cdn-cgi/challenge-platform/h/g/pat/a3e34868dcf43cd7/1789933027046/9328d2efa22d763e96ed1786fc721a02af858702d8193a4cff3642ef6a184aad/NpbHbFajclGcTvs3hKFh5Pn8vAwuJpM.FVua4XdY9n4-1789933027-1.3.1.1-Cl4rV7u1FiCXBxCYKxWows7vpAEO5B.6DFg6tpmKkhLK8zBypRV1IENVJfe3Bo57bDKgMfZEkNNiUQjZnyolJzuhq3fTIh8bjl73Vog8zJduk8GLkef4I2A5Sgl3W.S6nUQyP_glH4DPAHGyklJ51M4ROnCnoMKOxNJoIxdXrCEGm31hKmcS.3pZIBa6zxtjGqWieGbu1dc_FrEeqRvc_T5Z0IPZcHGLJjpptPWkh5t8VpIhRcssBRBHtw6IWBCYAmwP.RW4OV_Nx0_d7iDzh9j4Sly44DdYCUi1tPbd.n1ooTV3j97nwx.IJ5odlC7ZfBLqqfeu10CdkTdUYxvmfGwGezxPlCHCD_WvQENXOSia6yqACWHZFL3urLjF8Adh1_GHcfC6vJoz4YgnCVlr7adM1cl2HNb0fbtNVlGlVbUwSK3oKP4Z9l7TBLW2PvX_smH875TDnGbxHfuweovvH4_TAQSz2GBbIeH6.gneXoHab5eG5CwcyXSv8rDifXn9e2AeAQCevfVcLQzQO8Dt5QRcWfOErqgzBl4MUFlncUQhoKZjyPrP7L_pP83MRgCIvmjTgzsKY7VMbUF8dXnWRPiC1HVdW1mzyNq.Dd7.uVtwaaj_UIBZpCHZ0RpL5rCYK9hhBZ8NbLwe5m0M0BVCANfdzv.u97n6j1JNlqQkkJgPP8_7xZqiXs7Px_BAgsnyPD3p6teK1LcCIfV9r3RxZeiPY30gESxkKSyZuiv7Tcd0Tjx1.TLDImL1E8ccb3iWPwK8HKCUUIFuogBMtp1HAC4BQ1yVusQP4j1PymaXrlIM0XgulvnP6muxuEoyhLrv7.4v5Dke2q4l7AAhk_BaWQchallenges.cloudflare.com/cdn-cgi/c... https://challenges.cloudflare.com/cdn-cgi/challenge-platform/h/g/pat/a3e34868dcf43cd7/1789933027046/9328d2efa22d763e96ed1786fc721a02af858702d8193a4cff3642ef6a184aad/NpbHbFajclGcTvs3hKFh5Pn8vAwuJpM.FVua4XdY9n4-1789933027-1.3.1.1-Cl4rV7u1FiCXBxCYKxWows7vpAEO5B.6DFg6tpmKkhLK8zBypRV1IENVJfe3Bo57bDKgMfZEkNNiUQjZnyolJzuhq3fTIh8bjl73Vog8zJduk8GLkef4I2A5Sgl3W.S6nUQyP_glH4DPAHGyklJ51M4ROnCnoMKOxNJoIxdXrCEGm31hKmcS.3pZIBa6zxtjGqWieGbu1dc_FrEeqRvc_T5Z0IPZcHGLJjpptPWkh5t8VpIhRcssBRBHtw6IWBCYAmwP.RW4OV_Nx0_d7iDzh9j4Sly44DdYCUi1tPbd.n1ooTV3j97nwx.IJ5odlC7ZfBLqqfeu10CdkTdUYxvmfGwGezxPlCHCD_WvQENXOSia6yqACWHZFL3urLjF8Adh1_GHcfC6vJoz4YgnCVlr7adM1cl2HNb0fbtNVlGlVbUwSK3oKP4Z9l7TBLW2PvX_smH875TDnGbxHfuweovvH4_TAQSz2GBbIeH6.gneXoHab5eG5CwcyXSv8rDifXn9e2AeAQCevfVcLQzQO8Dt5QRcWfOErqgzBl4MUFlncUQhoKZjyPrP7L_pP83MRgCIvmjTgzsKY7VMbUF8dXnWRPiC1HVdW1mzyNq.Dd7.uVtwaaj_UIBZpCHZ0RpL5rCYK9hhBZ8NbLwe5m0M0BVCANfdzv.u97n6j1JNlqQkkJgPP8_7xZqiXs7Px_BAgsnyPD3p6teK1LcCIfV9r3RxZeiPY30gESxkKSyZuiv7Tcd0Tjx1.TLDImL1E8ccb3iWPwK8HKCUUIFuogBMtp1HAC4BQ1yVusQP4j1PymaXrlIM0XgulvnP6muxuEoyhLrv7.4v5Dke2q4l7AAhk_BaWQ — 401 — 2.2 KiB — 23 ms — h3blob:https://challenges.cloudflare.com/c1745e3b-4db7-4b57-98f0-7f566bcd0d04challenges.cloudflare.com/c1745e3b-... blob:https://challenges.cloudflare.com/c1745e3b-4db7-4b57-98f0-7f566bcd0d04 — 200 — -1 B — 10 ms — blobblob:https://challenges.cloudflare.com/c1745e3b-4db7-4b57-98f0-7f566bcd0d04challenges.cloudflare.com/c1745e3b-... blob:https://challenges.cloudflare.com/c1745e3b-4db7-4b57-98f0-7f566bcd0d04 — 200 — -1 B — 10 ms — blobhttps://challenges.cloudflare.com/cdn-cgi/challenge-platform/h/g/ci/a3e34868dcf43cd7/1789933027052/6.Bkh1KqUrykC5DeUFeEDfH0i3IdkTcg3LqPVuY1Cjk-1789933027-1.3.1.1-_wltTzfNufhwbaRKaN.rW3rZ6FgevVsB_d9T43gEUmjDImT43sHENEQ3oetWYrOP0MWpaDZzf_qHionfVBM.87A6AXKD_Yg4sruGsPbMld_eINV3vw18Xt9abPVGW6r6fmPM1eyd1TouHbaLO6Mbk8ssJqEvH2g0kkuzCVs2L5JkjxmrFDu1IV6oLVmK2J1F0MHK9fH3BIW0E43nLyniBnEC0uDDOrnEzaBKfULnnSrn5PZJSlUq4tr35ObiMqdz_l3fj0eDqHFZnwUCuGpttzg0MVHVMruN49cirg95bssiphwz.KtpToA00C4Ud3eLce196TZ1fDYDXVesy9vO0zv0N0NXVjBUCL6nmtVNydvoC8XoZ2icgPikXswi3cAE_h3HsmwRJhZjWWDwZpczu5SiM3zpp0pkkbSz65fkTJAvefsS6rJfg.DH5HDfD5Px162tWN15bqDcWjHk9hbexZNSWEeqgU4z812hoYUS6vM6gsX.n5JoKQU_mD17VP11yqDRnpqhDuFrHC2APYBkSe4jUg6DfO8Icx91_2IJyT4jFYtjr.jM_ccRl.kfCmEUv91Ur5h7h5avqZhxZsafM531Hvy2uavPPDxyrKimOyvaIrc6P1JFaePYiBkvdL18dbKSqy4.OfRUUwNvdOx3juFe.NbgXZ4dcdaOO9933ZPKjQsNw5UVsUKHby.KQxDdSfofcJqDMANq5MxupW1i41her_fYZR26zBiLBXV95aschallenges.cloudflare.com/cdn-cgi/c... https://challenges.cloudflare.com/cdn-cgi/challenge-platform/h/g/ci/a3e34868dcf43cd7/1789933027052/6.Bkh1KqUrykC5DeUFeEDfH0i3IdkTcg3LqPVuY1Cjk-1789933027-1.3.1.1-_wltTzfNufhwbaRKaN.rW3rZ6FgevVsB_d9T43gEUmjDImT43sHENEQ3oetWYrOP0MWpaDZzf_qHionfVBM.87A6AXKD_Yg4sruGsPbMld_eINV3vw18Xt9abPVGW6r6fmPM1eyd1TouHbaLO6Mbk8ssJqEvH2g0kkuzCVs2L5JkjxmrFDu1IV6oLVmK2J1F0MHK9fH3BIW0E43nLyniBnEC0uDDOrnEzaBKfULnnSrn5PZJSlUq4tr35ObiMqdz_l3fj0eDqHFZnwUCuGpttzg0MVHVMruN49cirg95bssiphwz.KtpToA00C4Ud3eLce196TZ1fDYDXVesy9vO0zv0N0NXVjBUCL6nmtVNydvoC8XoZ2icgPikXswi3cAE_h3HsmwRJhZjWWDwZpczu5SiM3zpp0pkkbSz65fkTJAvefsS6rJfg.DH5HDfD5Px162tWN15bqDcWjHk9hbexZNSWEeqgU4z812hoYUS6vM6gsX.n5JoKQU_mD17VP11yqDRnpqhDuFrHC2APYBkSe4jUg6DfO8Icx91_2IJyT4jFYtjr.jM_ccRl.kfCmEUv91Ur5h7h5avqZhxZsafM531Hvy2uavPPDxyrKimOyvaIrc6P1JFaePYiBkvdL18dbKSqy4.OfRUUwNvdOx3juFe.NbgXZ4dcdaOO9933ZPKjQsNw5UVsUKHby.KQxDdSfofcJqDMANq5MxupW1i41her_fYZR26zBiLBXV95as — 200 — 5.2 KiB — 25 ms — h3https://challenges.cloudflare.com/cdn-cgi/challenge-platform/h/g/fo/1576490528:1789931413:SPXKXQjPdlIJ3A7Z6y5NVII1hu8rezP3e82_uiX7Gxk/a3e34868dcf43cd7/adDOaRDjzeevECzA3fnAWBERWL_w8PR6vubV5Zxzo1g-1789933026-1.2.1.1-Udgf2YlbRQJQ_Qj6UYzMvS.PmRbQwD_v6aB0..lv7raK_t3Bjf1vanii4fagoXMWchallenges.cloudflare.com/cdn-cgi/c... https://challenges.cloudflare.com/cdn-cgi/challenge-platform/h/g/fo/1576490528:1789931413:SPXKXQjPdlIJ3A7Z6y5NVII1hu8rezP3e82_uiX7Gxk/a3e34868dcf43cd7/adDOaRDjzeevECzA3fnAWBERWL_w8PR6vubV5Zxzo1g-1789933026-1.2.1.1-Udgf2YlbRQJQ_Qj6UYzMvS.PmRbQwD_v6aB0..lv7raK_t3Bjf1vanii4fagoXMW — 200 — 46.0 KiB — 91 ms — h3blob:https://challenges.cloudflare.com/8e9b0976-2e62-4f7b-a472-ec43a1582ba9challenges.cloudflare.com/8e9b0976-... blob:https://challenges.cloudflare.com/8e9b0976-2e62-4f7b-a472-ec43a1582ba9 — 200 — -1 B — 12 ms — blob
HTML JavaScript CSS Images Fonts XHR/Fetch Other
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback