Skip to content
https://orbitapp.buzz

Performance

· 26 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
90
GRADE
A
FIX
1
REVIEW
6
PASS
16
INFO
3

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

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

2.46 s

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

3.39 s

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

421 ms

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

0.064

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

4.22 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.82 s

Page Load Progression

566 ms
1.1 s
1.7 s
2.3 s
2.8 s
3.4 s
4.0 s
4.5 s
Checks
26
16 PASS 6 REVIEW 1 FIX
D
JS Execution Cost
Action
3145ms total JS execution
FIX
3145ms total JS execution
Warning::
https://orbitapp.buzz/assets/index-CmINsZJb.js: 1269ms CPU time
Warning::
https://orbitapp.buzz/: 974ms CPU time
Warning::
Unattributable: 557ms CPU time
Info::
https://orbitapp.buzz/~flock.js: 216ms CPU time
Info::
https://challenges.cloudflare.com/turnstile/v0/api...: 129ms CPU time
Info::
Third-party scripts: 129ms (4% of total)

Main Thread Breakdown

Other 42% Script Evaluation 38% Style & Layout 13%
ScriptTotalScriptingParse/CompileParty
https://orbitapp.buzz/assets/index-CmINsZJb.js1269ms932ms5ms1st
https://orbitapp.buzz/974ms25ms5ms1st
Unattributable557ms34ms0ms1st
https://orbitapp.buzz/~flock.js216ms206ms7ms1st
https://challenges.cloudflare.com/turnstile/v0/api.js?render=explicit129ms79ms24ms3rd
B
Third-Party Impact
56% third-party, 0 ms blocking
REVIEW
56% third-party, 0 ms blocking
Warning::
Third-party code accounts for 56% of page weight (499.7 KiB of 886.9 KiB)
Info::
Third-party blocking time is low (0 ms)
44%
56%
First-party Third-party
B
JS Bundles
47 scripts, 104 KB unused
REVIEW
47 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-CmINsZJb.js: 38 KB unused (36%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://orbitapp.buzz/assets/AppShell-D2SdbX_4.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-CmINsZJb.js106 KB38 KB (36%)1st
https://orbitapp.buzz/assets/AppShell-D2SdbX_4.js25 KB21 KB (85%)1st
https://orbitapp.buzz/~flock.js8 KB1st
https://orbitapp.buzz/assets/invariant-DEEwAagU.js0 KB1st
https://orbitapp.buzz/assets/link-yVItxHb2.js8 KB1st
https://orbitapp.buzz/assets/routes-_NC1eZ2Z.js5 KB1st
https://orbitapp.buzz/assets/useAuth-CA1arit6.js13 KB1st
https://orbitapp.buzz/assets/device-C9iYHZeR.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.
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
887 KB transferred, 62 requests
PASS
887 KB transferred, 62 requests
Info::
Page weighs 2.2 MB (887 KB transferred)
Info::
62 HTTP requests
Info::
Estimated 0.18 g CO2 per page load
887 KB / 2.4 MB budget
887 KB transferred
62 requests
0.18 g CO2 per page load
Other 379.8 KiB 43%
JavaScript 317.1 KiB 36%
HTML 94.5 KiB 11%
Other 47.3 KiB 5%
Fonts 26.8 KiB 3%
CSS 16.6 KiB 2%
Other 3.2 KiB 0%
Other 1.1 KiB 0%
Images 386 B 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 0 KB
0 oversized -0 KB
1 legacy format
0 missing dimensions CLS risk
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 1.0 s 2.0 s 3.0 s FCP 2.5 s LCP 3.4 shttps://orbitapp.buzz/fonts/plus-jakarta-sans-latin.woff2plus-jakarta-sans-latin... https://orbitapp.buzz/fonts/plus-jakarta-sans-latin.woff2 — 26.8 KiB — 394 ms — font-display: swap
plus-jakarta-sans-latin... woff2 swap
Size 27 KB
Load time 394 ms
Start 533 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
1 hints, 0 missing preconnects
PASS
1 hints, 0 missing preconnects
Info::
Page uses 1 resource hint(s)

Current Resource Hints

preconnect
preload
1
dns-prefetch
prefetch

1 resource hints configured

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
Info::
`Vary` header declared: Accept-Encoding
The page declares a `Vary` header, telling downstream caches which request headers the response varies on. Critical for content-negotiated responses (compression, language, cookies, device class).
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
62 resources · 887 KB · 104 KB savings available
PASS
62 resources · 887 KB · 104 KB savings available
Info::
Within 1MB page-weight target
Got: 887 KB
Info::
~104 KB of savings available
Warning::
10 third-party resources (56% of weight)
Info::
1 resources over 200KB
62 resources · 886.9 KiB · 10 third-party Within 1MB page-weight target
Other 43% · 384.4 KiB
JavaScript 36% · 317.1 KiB
Document 11% · 94.5 KiB
Image 5% · 47.5 KiB
Font 3% · 26.8 KiB
CSS 2% · 16.6 KiB

~103.7 KiB of savings available

Remove unused JavaScript: 103.7 KiB
A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
A+
JavaScript Blocking
No render-blocking JS or document.write usage detected
PASS
No render-blocking JS or document.write usage detected
Info::
No JavaScript blocking issues detected
A+
CSS Performance Depth
No CSS performance depth issues detected
PASS
No CSS performance depth issues detected
Info::
No CSS performance depth issues detected
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

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
62 requests over 4333ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 2.5 s LCP 3.4 shttps://orbitapp.buzz// https://orbitapp.buzz/ — 200 — 4.8 KiB — 463 ms — h2https://orbitapp.buzz/assets/styles-BCZOVoY1.css/assets/styles-BCZOVoY1.css https://orbitapp.buzz/assets/styles-BCZOVoY1.css — 200 — 16.6 KiB — 175 ms — h2https://orbitapp.buzz/assets/index-CmINsZJb.js/assets/index-CmINsZJb.js https://orbitapp.buzz/assets/index-CmINsZJb.js — 200 — 106.5 KiB — 246 ms — h2https://orbitapp.buzz/assets/useRouter-YZdvOMOB.js/assets/useRouter-YZdvOMOB.js https://orbitapp.buzz/assets/useRouter-YZdvOMOB.js — 200 — 4.5 KiB — 148 ms — h2https://orbitapp.buzz/assets/useAuth-CA1arit6.js/assets/useAuth-CA1arit6.js https://orbitapp.buzz/assets/useAuth-CA1arit6.js — 200 — 13.0 KiB — 158 ms — h2https://orbitapp.buzz/assets/link-yVItxHb2.js/assets/link-yVItxHb2.js https://orbitapp.buzz/assets/link-yVItxHb2.js — 200 — 8.4 KiB — 176 ms — h2https://orbitapp.buzz/assets/invariant-DEEwAagU.js/assets/invariant-DEEwAagU.js https://orbitapp.buzz/assets/invariant-DEEwAagU.js — 200 — 135 B — 170 ms — h2https://orbitapp.buzz/assets/client-Bn93UADq.js/assets/client-Bn93UADq.js https://orbitapp.buzz/assets/client-Bn93UADq.js — 200 — 54.6 KiB — 249 ms — h2https://orbitapp.buzz/assets/routes-_NC1eZ2Z.js/assets/routes-_NC1eZ2Z.js https://orbitapp.buzz/assets/routes-_NC1eZ2Z.js — 200 — 5.3 KiB — 199 ms — h2https://orbitapp.buzz/assets/AppShell-D2SdbX_4.js/assets/AppShell-D2SdbX_4.js https://orbitapp.buzz/assets/AppShell-D2SdbX_4.js — 200 — 24.5 KiB — 209 ms — h2https://orbitapp.buzz/assets/device-C9iYHZeR.js/assets/device-C9iYHZeR.js https://orbitapp.buzz/assets/device-C9iYHZeR.js — 200 — 4.6 KiB — 233 ms — h2https://orbitapp.buzz/assets/OrbitMark-CHkWq36T.js/assets/OrbitMark-CHkWq36T.js https://orbitapp.buzz/assets/OrbitMark-CHkWq36T.js — 200 — 11.7 KiB — 188 ms — h2https://orbitapp.buzz/assets/RequireAuth-DGUWyQks.js/assets/RequireAuth-DGUWyQks.js https://orbitapp.buzz/assets/RequireAuth-DGUWyQks.js — 200 — 8.4 KiB — 182 ms — h2https://orbitapp.buzz/assets/label-BncF7BcZ.js/assets/label-BncF7BcZ.js https://orbitapp.buzz/assets/label-BncF7BcZ.js — 200 — 1021 B — 178 ms — h2https://orbitapp.buzz/assets/eye-DpqUbaOT.js/assets/eye-DpqUbaOT.js https://orbitapp.buzz/assets/eye-DpqUbaOT.js — 200 — 253 B — 205 ms — h2https://orbitapp.buzz/assets/image-plus-HFnD9UPI.js/assets/image-plus-HFnD9UPI.js https://orbitapp.buzz/assets/image-plus-HFnD9UPI.js — 200 — 306 B — 197 ms — h2https://orbitapp.buzz/assets/pause-Cvi8pQvB.js/assets/pause-Cvi8pQvB.js https://orbitapp.buzz/assets/pause-Cvi8pQvB.js — 200 — 219 B — 200 ms — h2https://orbitapp.buzz/assets/send-CHme4LRv.js/assets/send-CHme4LRv.js https://orbitapp.buzz/assets/send-CHme4LRv.js — 200 — 282 B — 208 ms — h2https://orbitapp.buzz/assets/trash-2-DIR7adaa.js/assets/trash-2-DIR7adaa.js https://orbitapp.buzz/assets/trash-2-DIR7adaa.js — 200 — 266 B — 225 ms — h2https://orbitapp.buzz/assets/x-D92O9aAO.js/assets/x-D92O9aAO.js https://orbitapp.buzz/assets/x-D92O9aAO.js — 200 — 197 B — 241 ms — h2https://orbitapp.buzz/assets/dialog-B6jQVsYn.js/assets/dialog-B6jQVsYn.js https://orbitapp.buzz/assets/dialog-B6jQVsYn.js — 200 — 924 B — 222 ms — h2https://orbitapp.buzz/assets/posts-BUq6hGTF.js/assets/posts-BUq6hGTF.js https://orbitapp.buzz/assets/posts-BUq6hGTF.js — 200 — 1.4 KiB — 200 ms — h2https://orbitapp.buzz/assets/textarea-CIc9tf2T.js/assets/textarea-CIc9tf2T.js https://orbitapp.buzz/assets/textarea-CIc9tf2T.js — 200 — 415 B — 208 ms — h2https://orbitapp.buzz/assets/PostCard-Btd8qwml.js/assets/PostCard-Btd8qwml.js https://orbitapp.buzz/assets/PostCard-Btd8qwml.js — 200 — 4.2 KiB — 218 ms — h2https://orbitapp.buzz/fonts/plus-jakarta-sans-latin.woff2/fonts/plus-jakarta-sans-latin.woff... https://orbitapp.buzz/fonts/plus-jakarta-sans-latin.woff2 — 200 — 26.8 KiB — 394 ms — h2https://orbitapp.buzz/~flock.js/~flock.js https://orbitapp.buzz/~flock.js — 200 — 8.2 KiB — 70 ms — h2https://orbitapp.buzz/manifest.webmanifest/manifest.webmanifest https://orbitapp.buzz/manifest.webmanifest — 200 — 1.1 KiB — 242 ms — h2https://orbitapp.buzz/assets/auth-middleware-DT0sqYfD.js/assets/auth-middleware-DT0sqYfD.js https://orbitapp.buzz/assets/auth-middleware-DT0sqYfD.js — 200 — 1.9 KiB — 344 ms — h2https://orbitapp.buzz/assets/dist-DMpNOeNL.js/assets/dist-DMpNOeNL.js https://orbitapp.buzz/assets/dist-DMpNOeNL.js — 200 — 3.0 KiB — 356 ms — h2https://orbitapp.buzz/assets/dist-1NU5iD31.js/assets/dist-1NU5iD31.js https://orbitapp.buzz/assets/dist-1NU5iD31.js — 200 — 2.9 KiB — 170 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 2.5 s LCP 3.4 shttps://orbitapp.buzz// https://orbitapp.buzz/ — 200 — 4.8 KiB — 463 ms — h2https://orbitapp.buzz/assets/styles-BCZOVoY1.css/assets/styles-BCZOVoY1.css https://orbitapp.buzz/assets/styles-BCZOVoY1.css — 200 — 16.6 KiB — 175 ms — h2https://orbitapp.buzz/assets/index-CmINsZJb.js/assets/index-CmINsZJb.js https://orbitapp.buzz/assets/index-CmINsZJb.js — 200 — 106.5 KiB — 246 ms — h2https://orbitapp.buzz/assets/useRouter-YZdvOMOB.js/assets/useRouter-YZdvOMOB.js https://orbitapp.buzz/assets/useRouter-YZdvOMOB.js — 200 — 4.5 KiB — 148 ms — h2https://orbitapp.buzz/assets/useAuth-CA1arit6.js/assets/useAuth-CA1arit6.js https://orbitapp.buzz/assets/useAuth-CA1arit6.js — 200 — 13.0 KiB — 158 ms — h2https://orbitapp.buzz/assets/link-yVItxHb2.js/assets/link-yVItxHb2.js https://orbitapp.buzz/assets/link-yVItxHb2.js — 200 — 8.4 KiB — 176 ms — h2https://orbitapp.buzz/assets/invariant-DEEwAagU.js/assets/invariant-DEEwAagU.js https://orbitapp.buzz/assets/invariant-DEEwAagU.js — 200 — 135 B — 170 ms — h2https://orbitapp.buzz/assets/client-Bn93UADq.js/assets/client-Bn93UADq.js https://orbitapp.buzz/assets/client-Bn93UADq.js — 200 — 54.6 KiB — 249 ms — h2https://orbitapp.buzz/assets/routes-_NC1eZ2Z.js/assets/routes-_NC1eZ2Z.js https://orbitapp.buzz/assets/routes-_NC1eZ2Z.js — 200 — 5.3 KiB — 199 ms — h2https://orbitapp.buzz/assets/AppShell-D2SdbX_4.js/assets/AppShell-D2SdbX_4.js https://orbitapp.buzz/assets/AppShell-D2SdbX_4.js — 200 — 24.5 KiB — 209 ms — h2https://orbitapp.buzz/assets/device-C9iYHZeR.js/assets/device-C9iYHZeR.js https://orbitapp.buzz/assets/device-C9iYHZeR.js — 200 — 4.6 KiB — 233 ms — h2https://orbitapp.buzz/assets/OrbitMark-CHkWq36T.js/assets/OrbitMark-CHkWq36T.js https://orbitapp.buzz/assets/OrbitMark-CHkWq36T.js — 200 — 11.7 KiB — 188 ms — h2https://orbitapp.buzz/assets/RequireAuth-DGUWyQks.js/assets/RequireAuth-DGUWyQks.js https://orbitapp.buzz/assets/RequireAuth-DGUWyQks.js — 200 — 8.4 KiB — 182 ms — h2https://orbitapp.buzz/assets/label-BncF7BcZ.js/assets/label-BncF7BcZ.js https://orbitapp.buzz/assets/label-BncF7BcZ.js — 200 — 1021 B — 178 ms — h2https://orbitapp.buzz/assets/eye-DpqUbaOT.js/assets/eye-DpqUbaOT.js https://orbitapp.buzz/assets/eye-DpqUbaOT.js — 200 — 253 B — 205 ms — h2https://orbitapp.buzz/assets/image-plus-HFnD9UPI.js/assets/image-plus-HFnD9UPI.js https://orbitapp.buzz/assets/image-plus-HFnD9UPI.js — 200 — 306 B — 197 ms — h2https://orbitapp.buzz/assets/pause-Cvi8pQvB.js/assets/pause-Cvi8pQvB.js https://orbitapp.buzz/assets/pause-Cvi8pQvB.js — 200 — 219 B — 200 ms — h2https://orbitapp.buzz/assets/send-CHme4LRv.js/assets/send-CHme4LRv.js https://orbitapp.buzz/assets/send-CHme4LRv.js — 200 — 282 B — 208 ms — h2https://orbitapp.buzz/assets/trash-2-DIR7adaa.js/assets/trash-2-DIR7adaa.js https://orbitapp.buzz/assets/trash-2-DIR7adaa.js — 200 — 266 B — 225 ms — h2https://orbitapp.buzz/assets/x-D92O9aAO.js/assets/x-D92O9aAO.js https://orbitapp.buzz/assets/x-D92O9aAO.js — 200 — 197 B — 241 ms — h2https://orbitapp.buzz/assets/dialog-B6jQVsYn.js/assets/dialog-B6jQVsYn.js https://orbitapp.buzz/assets/dialog-B6jQVsYn.js — 200 — 924 B — 222 ms — h2https://orbitapp.buzz/assets/posts-BUq6hGTF.js/assets/posts-BUq6hGTF.js https://orbitapp.buzz/assets/posts-BUq6hGTF.js — 200 — 1.4 KiB — 200 ms — h2https://orbitapp.buzz/assets/textarea-CIc9tf2T.js/assets/textarea-CIc9tf2T.js https://orbitapp.buzz/assets/textarea-CIc9tf2T.js — 200 — 415 B — 208 ms — h2https://orbitapp.buzz/assets/PostCard-Btd8qwml.js/assets/PostCard-Btd8qwml.js https://orbitapp.buzz/assets/PostCard-Btd8qwml.js — 200 — 4.2 KiB — 218 ms — h2https://orbitapp.buzz/fonts/plus-jakarta-sans-latin.woff2/fonts/plus-jakarta-sans-latin.woff... https://orbitapp.buzz/fonts/plus-jakarta-sans-latin.woff2 — 200 — 26.8 KiB — 394 ms — h2https://orbitapp.buzz/~flock.js/~flock.js https://orbitapp.buzz/~flock.js — 200 — 8.2 KiB — 70 ms — h2https://orbitapp.buzz/manifest.webmanifest/manifest.webmanifest https://orbitapp.buzz/manifest.webmanifest — 200 — 1.1 KiB — 242 ms — h2https://orbitapp.buzz/assets/auth-middleware-DT0sqYfD.js/assets/auth-middleware-DT0sqYfD.js https://orbitapp.buzz/assets/auth-middleware-DT0sqYfD.js — 200 — 1.9 KiB — 344 ms — h2https://orbitapp.buzz/assets/dist-DMpNOeNL.js/assets/dist-DMpNOeNL.js https://orbitapp.buzz/assets/dist-DMpNOeNL.js — 200 — 3.0 KiB — 356 ms — h2https://orbitapp.buzz/assets/dist-1NU5iD31.js/assets/dist-1NU5iD31.js https://orbitapp.buzz/assets/dist-1NU5iD31.js — 200 — 2.9 KiB — 170 ms — h2https://orbitapp.buzz/assets/dist-CGN_AZ4U.js/assets/dist-CGN_AZ4U.js https://orbitapp.buzz/assets/dist-CGN_AZ4U.js — 200 — 716 B — 648 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 — 240 B — 676 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 — 302 B — 348 ms — h2https://orbitapp.buzz/assets/Turnstile-dtF9HHpU.js/assets/Turnstile-dtF9HHpU.js https://orbitapp.buzz/assets/Turnstile-dtF9HHpU.js — 200 — 1.1 KiB — 461 ms — h2https://orbitapp.buzz/assets/dist-Cg3nP06U.js/assets/dist-Cg3nP06U.js https://orbitapp.buzz/assets/dist-Cg3nP06U.js — 200 — 330 B — 679 ms — h2https://orbitapp.buzz/assets/dist-B545FFDJ.js/assets/dist-B545FFDJ.js https://orbitapp.buzz/assets/dist-B545FFDJ.js — 200 — 8.9 KiB — 711 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 — 705 ms — h2https://orbitapp.buzz/assets/flag-y59hxrLn.js/assets/flag-y59hxrLn.js https://orbitapp.buzz/assets/flag-y59hxrLn.js — 200 — 261 B — 648 ms — h2https://orbitapp.buzz/assets/message-square-DAm7FYE2.js/assets/message-square-DAm7FYE2.js https://orbitapp.buzz/assets/message-square-DAm7FYE2.js — 200 — 252 B — 683 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 — 285 B — 707 ms — h2https://orbitapp.buzz/assets/ReportEvidence-B8mUHNcP.js/assets/ReportEvidence-B8mUHNcP.js https://orbitapp.buzz/assets/ReportEvidence-B8mUHNcP.js — 200 — 1.1 KiB — 660 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 — 691 ms — h2https://orbitapp.buzz/assets/ChatMedia-CBENI5bY.js/assets/ChatMedia-CBENI5bY.js https://orbitapp.buzz/assets/ChatMedia-CBENI5bY.js — 200 — 436 B — 329 ms — h2https://orbitapp.buzz/assets/UserBadges-DLOBLhb8.js/assets/UserBadges-DLOBLhb8.js https://orbitapp.buzz/assets/UserBadges-DLOBLhb8.js — 200 — 1.2 KiB — 668 ms — h2https://orbitapp.buzz/favicon.png/favicon.png https://orbitapp.buzz/favicon.png — 200 — 1.2 KiB — 648 ms — h2https://orbitapp.buzz/icon-512.png/icon-512.png https://orbitapp.buzz/icon-512.png — 200 — 45.8 KiB — 189 ms — h2https://orbitapp.buzz/~api/analytics/~api/analytics https://orbitapp.buzz/~api/analytics — 202 — 86 B — 25 ms — h2https://orbitapp.buzz/assets/auth-CY-SUTky.js/assets/auth-CY-SUTky.js https://orbitapp.buzz/assets/auth-CY-SUTky.js — 200 — 5.8 KiB — 140 ms — h2https://orbitapp.buzz/assets/mail-Be-T0MxG.js/assets/mail-Be-T0MxG.js https://orbitapp.buzz/assets/mail-Be-T0MxG.js — 200 — 337 B — 153 ms — h2https://orbitapp.buzz/assets/mfa-BiDciAv8.js/assets/mfa-BiDciAv8.js https://orbitapp.buzz/assets/mfa-BiDciAv8.js — 200 — 590 B — 155 ms — h2https://orbitapp.buzz/_serverFn/c958bb1fbd35493385380f61ef07661d609555bed16ae31249f68f79f09b9768/_serverFn/c958bb1fbd35493385380f61... https://orbitapp.buzz/_serverFn/c958bb1fbd35493385380f61ef07661d609555bed16ae31249f68f79f09b9768 — 200 — 1.0 KiB — 239 ms — h2https://orbitapp.buzz/~api/analytics/~api/analytics https://orbitapp.buzz/~api/analytics — 202 — 61 B — 24 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 — 26 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.5 KiB — 17 ms — h3https://challenges.cloudflare.com/cdn-cgi/challenge-platform/h/g/turnstile/f/av0/rch/ae1cr/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/ae1cr/0x4AAAAAAE3bMTsUbjJdyGui/dark/fbE/new/normal?lang=auto — 200 — 89.7 KiB — 49 ms — h3blob:https://challenges.cloudflare.com/d062541d-95dd-4a1c-b54c-51259c3713d8challenges.cloudflare.com/d062541d-... blob:https://challenges.cloudflare.com/d062541d-95dd-4a1c-b54c-51259c3713d8 — -1 — 0 B — 0 ms — https://challenges.cloudflare.com/cdn-cgi/challenge-platform/h/g/fo/3075551683:1789935012:9DWs06vn_0TgpsFfqMjqvN-yISI_Sw9EOOQSeAWHttw/a3e3be6c7a29ad84/n1DZP0lmnAu9kyNKfOkqEg3e3iVJc60l0N4sT_sesOA-1789937860-1.2.1.1-JLaDM0KzEs8q605B7nQvKrFeV5Eq88kn60Ha9QXzy8dD0EBVDZbwUk3HRFyWRY0achallenges.cloudflare.com/cdn-cgi/c... https://challenges.cloudflare.com/cdn-cgi/challenge-platform/h/g/fo/3075551683:1789935012:9DWs06vn_0TgpsFfqMjqvN-yISI_Sw9EOOQSeAWHttw/a3e3be6c7a29ad84/n1DZP0lmnAu9kyNKfOkqEg3e3iVJc60l0N4sT_sesOA-1789937860-1.2.1.1-JLaDM0KzEs8q605B7nQvKrFeV5Eq88kn60Ha9QXzy8dD0EBVDZbwUk3HRFyWRY0a — 200 — 379.7 KiB — 225 ms — h3blob:https://challenges.cloudflare.com/5ce4ad90-1ebb-4d39-908b-7a270c65a626challenges.cloudflare.com/5ce4ad90-... blob:https://challenges.cloudflare.com/5ce4ad90-1ebb-4d39-908b-7a270c65a626 — 200 — -1 B — 70 ms — blobhttps://challenges.cloudflare.com/cdn-cgi/challenge-platform/h/g/pat/a3e3be6c7a29ad84/1789937861077/9fe32e94bbcec4b4821256f160a65cf65d9209320ce0f1970d873a7be060c74e/cdAm7jOR_gsqJvj_BuOj3Fkjk6MvD2G5GycW2gIptVI-1789937861-1.3.1.1-pAFNHdTKdSGmJ5cnj.hCHDnyoyTh4VGIdd9kbWEYWw94BeVNs04TJn9LjdQn_GJIS4BhrQVoEJVkepT0VovMmoXbQsE61fojkNutlZU39BaeQgS_0I0NQA4AYj.Jeb4aqUcnQOb7ycGICppCAxK8S04tFXCpjNg2P8bsB4LglIbvC5tIKic7VxTYxobfK3DIgncwOONWJ2hNqLYplE_geMgoCWVWh.WnQqhrPfacRKZn1_SOridMC2Ki4bkpoKCXy9.iPdeXp9mDmX7UctD66lwDDEwoMzBTtZI0QcR1X.D2eqV.XXdLMuXP5y_tfMX.64l9hpPtgmAECu.fBJXqDqi5RVvuhCbG1SpYsFN.mGYu2GNBBKniFkbh6bvKXU6esRrfBEhkzKsmkujub0IivJaRurM7L3waB6tD7SgXoDk5M3cXm8WVcqvEuJI5yImo6n2LxF315ySW1ApBIkhx6omXA7uQEH7kGMCI5hcr607j2Sje7uljnhk8l.e6qLwxKxJC_BqcWts3yVQRRs1XZ9AfNqwyc1ML.lYiWccsaJs9u.9dV1.it3ENfH2vR0kjdLdC2F57Ht6xKLNZdOnBcOC1CmExuZPxbWsQ3yKKKfZNJH4fhNb.3_KyVEb_p9xDBSeMAwl3PaDUaQZzpYmh8lugrJhFnJdt1GEHVUwvIOAyqK6iI3jiGQ9ztij_1m8cJTvxvyomKjfX2F3Mn0TGFOduKuvcPdak0ZQqQii2025smVVAART5dlllM29ls7s_251ok5ISBs8ALm4vY5WAt_ozaRvkHwYatr.DqUxFLX4sSv91a6ex0JcJ2mgepyoRchallenges.cloudflare.com/cdn-cgi/c... https://challenges.cloudflare.com/cdn-cgi/challenge-platform/h/g/pat/a3e3be6c7a29ad84/1789937861077/9fe32e94bbcec4b4821256f160a65cf65d9209320ce0f1970d873a7be060c74e/cdAm7jOR_gsqJvj_BuOj3Fkjk6MvD2G5GycW2gIptVI-1789937861-1.3.1.1-pAFNHdTKdSGmJ5cnj.hCHDnyoyTh4VGIdd9kbWEYWw94BeVNs04TJn9LjdQn_GJIS4BhrQVoEJVkepT0VovMmoXbQsE61fojkNutlZU39BaeQgS_0I0NQA4AYj.Jeb4aqUcnQOb7ycGICppCAxK8S04tFXCpjNg2P8bsB4LglIbvC5tIKic7VxTYxobfK3DIgncwOONWJ2hNqLYplE_geMgoCWVWh.WnQqhrPfacRKZn1_SOridMC2Ki4bkpoKCXy9.iPdeXp9mDmX7UctD66lwDDEwoMzBTtZI0QcR1X.D2eqV.XXdLMuXP5y_tfMX.64l9hpPtgmAECu.fBJXqDqi5RVvuhCbG1SpYsFN.mGYu2GNBBKniFkbh6bvKXU6esRrfBEhkzKsmkujub0IivJaRurM7L3waB6tD7SgXoDk5M3cXm8WVcqvEuJI5yImo6n2LxF315ySW1ApBIkhx6omXA7uQEH7kGMCI5hcr607j2Sje7uljnhk8l.e6qLwxKxJC_BqcWts3yVQRRs1XZ9AfNqwyc1ML.lYiWccsaJs9u.9dV1.it3ENfH2vR0kjdLdC2F57Ht6xKLNZdOnBcOC1CmExuZPxbWsQ3yKKKfZNJH4fhNb.3_KyVEb_p9xDBSeMAwl3PaDUaQZzpYmh8lugrJhFnJdt1GEHVUwvIOAyqK6iI3jiGQ9ztij_1m8cJTvxvyomKjfX2F3Mn0TGFOduKuvcPdak0ZQqQii2025smVVAART5dlllM29ls7s_251ok5ISBs8ALm4vY5WAt_ozaRvkHwYatr.DqUxFLX4sSv91a6ex0JcJ2mgepyoR — 401 — 2.2 KiB — 12 ms — h3https://brunhild.challenges.cloudflare.com/cdn-cgi/challenge-platform/h/g/i/a3e3be6c7a29ad84/n1DZP0lmnAu9kyNKfOkqEg3e3iVJc60l0N4sT_sesOA-1789937860-1.2.1.1-JLaDM0KzEs8q605B7nQvKrFeV5Eq88kn60Ha9QXzy8dD0EBVDZbwUk3HRFyWRY0abrunhild.challenges.cloudflare.com/... https://brunhild.challenges.cloudflare.com/cdn-cgi/challenge-platform/h/g/i/a3e3be6c7a29ad84/n1DZP0lmnAu9kyNKfOkqEg3e3iVJc60l0N4sT_sesOA-1789937860-1.2.1.1-JLaDM0KzEs8q605B7nQvKrFeV5Eq88kn60Ha9QXzy8dD0EBVDZbwUk3HRFyWRY0a — -1 — 0 B — 49 ms — https://challenges.cloudflare.com/cdn-cgi/challenge-platform/h/g/ci/a3e3be6c7a29ad84/1789937861078/OgK5a_3R.NZj09Wx3i0uhwaoa.l5eNK8syP5vwBvIAk-1789937861-1.3.1.1-daP_2qK3iYhUKm5XyuqUeaKyNOE7T3rQqRM8vGKNrqnVIWJDqdZZcdwOz_esJBpJDdpRQgpwHDd1dibNa6f4AUUlSkzQ_Miw9yccm72iTGZe7HIcIv99sBrH0vImTUNKculrxLAVEgAYLauvYIt2xFNVMlN90SC6dfl_lPMcQLOyS1TKfbFdAuJHtQquA4zvhZ46AfyVXTlnl55c_kB2WGyRRY8E1tL3JVijOUkYdqMAkZkT1sKL64pzCDPLvmgm1ayT4iQjHpPLj_9p_TywEUjHu7ht3Kstz.FQ7Dredt6EFFaF9s4HNh9yiuDPmV3xP1xwNoratxFxbgrb1YkD4Osk6Xs6MYqjQ79279KopMjFlDbCV9JtFNxv9jaOpHP6fv2TM4Uuhckid.yGErbWfUAMxMwBR0UAKm06NSuPVU04NnIpCd5CroeM4uKQUU4BFJQndwPX6q4mjLeKcTBywNYHoG0BZV5Fte7qxJek.bJJNTxM__5ZhbOfB0D0D7WfX3tYQXQFwTTnr7wo9_O2bc_H5HmcK6la645kuPN7oFTo2aXzXIZYxByjZGPi50d7baXEGEzejxZadZg8gbyyGAP6zz1SpjP8wDsLtT72vWA4KbvUW3vZpS103L8u1DOqa41Vb.UQgp7E0YGngTClq.SXXqdGCYL9ZjOigd3wblJ14EJ.HGWde.LJzJ3X6Rjv9fGWCnnKnNsi4kxP8R2aoaMojI3cvagMgwuXXQ9afX8challenges.cloudflare.com/cdn-cgi/c... https://challenges.cloudflare.com/cdn-cgi/challenge-platform/h/g/ci/a3e3be6c7a29ad84/1789937861078/OgK5a_3R.NZj09Wx3i0uhwaoa.l5eNK8syP5vwBvIAk-1789937861-1.3.1.1-daP_2qK3iYhUKm5XyuqUeaKyNOE7T3rQqRM8vGKNrqnVIWJDqdZZcdwOz_esJBpJDdpRQgpwHDd1dibNa6f4AUUlSkzQ_Miw9yccm72iTGZe7HIcIv99sBrH0vImTUNKculrxLAVEgAYLauvYIt2xFNVMlN90SC6dfl_lPMcQLOyS1TKfbFdAuJHtQquA4zvhZ46AfyVXTlnl55c_kB2WGyRRY8E1tL3JVijOUkYdqMAkZkT1sKL64pzCDPLvmgm1ayT4iQjHpPLj_9p_TywEUjHu7ht3Kstz.FQ7Dredt6EFFaF9s4HNh9yiuDPmV3xP1xwNoratxFxbgrb1YkD4Osk6Xs6MYqjQ79279KopMjFlDbCV9JtFNxv9jaOpHP6fv2TM4Uuhckid.yGErbWfUAMxMwBR0UAKm06NSuPVU04NnIpCd5CroeM4uKQUU4BFJQndwPX6q4mjLeKcTBywNYHoG0BZV5Fte7qxJek.bJJNTxM__5ZhbOfB0D0D7WfX3tYQXQFwTTnr7wo9_O2bc_H5HmcK6la645kuPN7oFTo2aXzXIZYxByjZGPi50d7baXEGEzejxZadZg8gbyyGAP6zz1SpjP8wDsLtT72vWA4KbvUW3vZpS103L8u1DOqa41Vb.UQgp7E0YGngTClq.SXXqdGCYL9ZjOigd3wblJ14EJ.HGWde.LJzJ3X6Rjv9fGWCnnKnNsi4kxP8R2aoaMojI3cvagMgwuXXQ9afX8 — 200 — 386 B — 12 ms — h3blob:https://challenges.cloudflare.com/5ce4ad90-1ebb-4d39-908b-7a270c65a626challenges.cloudflare.com/5ce4ad90-... blob:https://challenges.cloudflare.com/5ce4ad90-1ebb-4d39-908b-7a270c65a626 — 200 — -1 B — 25 ms — blob
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
4% of JavaScript execution is third-party
First-party Third-party 129ms · 0KB · $2/mo
challenges.cloudflare.com
Other
Optional
Execution 129ms
Transfer 0 KB
Monthly Cost $2/mo

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