Skip to content
https://orbitapp.buzz

Performance

· 26 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
89
GRADE
B
FIX
2
REVIEW
5
PASS
16
INFO
3

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

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

3.12 s

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

4.47 s

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

338 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.63 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.

4.77 s

Page Load Progression

659 ms
1.3 s
2.0 s
2.6 s
3.3 s
4.0 s
4.6 s
5.3 s
Checks
26
16 PASS 5 REVIEW 2 FIX
D
Third-Party Impact
Action
61% third-party, 0 ms blocking
FIX
61% third-party, 0 ms blocking
Warning::
Third-party code accounts for 61% of page weight (557.3 KiB of 918.6 KiB)
Info::
Third-party blocking time is low (0 ms)
39%
61%
First-party Third-party
D
JS Execution Cost
Action
2707ms total JS execution
FIX
2707ms total JS execution
Warning::
https://orbitapp.buzz/assets/index-DG6zhiCE.js: 1044ms CPU time
Warning::
https://orbitapp.buzz/: 935ms CPU time
Warning::
Unattributable: 496ms CPU time
Info::
https://orbitapp.buzz/~flock.js: 159ms CPU time
Info::
https://challenges.cloudflare.com/turnstile/v0/api...: 73ms CPU time
Info::
Third-party scripts: 73ms (3% of total)

Main Thread Breakdown

Other 43% Script Evaluation 37% Style & Layout 13% Rendering 4%
ScriptTotalScriptingParse/CompileParty
https://orbitapp.buzz/assets/index-DG6zhiCE.js1044ms810ms3ms1st
https://orbitapp.buzz/935ms14ms3ms1st
Unattributable496ms23ms0ms1st
https://orbitapp.buzz/~flock.js159ms151ms4ms1st
https://challenges.cloudflare.com/turnstile/v0/api.js?render=explicit73ms52ms13ms3rd
B
JS Bundles
48 scripts, 104 KB unused
REVIEW
48 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-DG6zhiCE.js: 38 KB unused (36%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://orbitapp.buzz/assets/AppShell-CzGzMqR_.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-DG6zhiCE.js106 KB38 KB (36%)1st
https://orbitapp.buzz/assets/AppShell-CzGzMqR_.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-BaOzjra9.js5 KB1st
https://orbitapp.buzz/assets/useAuth-CA1arit6.js13 KB1st
https://orbitapp.buzz/assets/device-DxmCMT8K.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
919 KB transferred, 63 requests
PASS
919 KB transferred, 63 requests
Info::
Page weighs 2.2 MB (919 KB transferred)
Info::
63 HTTP requests
Info::
Estimated 0.19 g CO2 per page load
919 KB / 2.4 MB budget
919 KB transferred
63 requests
0.19 g CO2 per page load
Other 407.5 KiB 44%
JavaScript 318.3 KiB 35%
HTML 96.4 KiB 10%
Other 47.4 KiB 5%
Fonts 26.7 KiB 3%
CSS 17.5 KiB 2%
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
No images on this page
PASS
No images on this page
Info::
No images on this page
0 images 0 KB
0 oversized -0 KB
0 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 4.0 s FCP 3.1 s LCP 4.5 shttps://fonts.gstatic.com/s/plusjakartasans/v12/LDIoaomQNQcsA88c7O9yZ4KMCoOg4Ko20yygg_vb.woff2LDIoaomQNQcsA88c7O9yZ4K... https://fonts.gstatic.com/s/plusjakartasans/v12/LDIoaomQNQcsA88c7O9yZ4KMCoOg4Ko20yygg_vb.woff2 — 26.7 KiB — 8 ms — font-display: swap
LDIoaomQNQcsA88c7O9yZ4K... woff2 swap
Size 27 KB
Load time 8 ms
Start 870 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
2 hints, 0 missing preconnects
PASS
2 hints, 0 missing preconnects
Info::
Page uses 2 resource hint(s)

Current Resource Hints

preconnect
2
preload
dns-prefetch
prefetch

2 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
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
63 resources · 919 KB · 104 KB savings available
PASS
63 resources · 919 KB · 104 KB savings available
Info::
Within 1MB page-weight target
Got: 919 KB
Info::
~104 KB of savings available
Warning::
12 third-party resources (61% of weight)
Info::
1 resources over 200KB
63 resources · 918.6 KiB · 12 third-party Within 1MB page-weight target
Other 45% · 412.7 KiB
JavaScript 35% · 318.3 KiB
Document 10% · 96.4 KiB
Image 5% · 47.1 KiB
Font 3% · 26.7 KiB
CSS 2% · 17.5 KiB

~103.6 KiB of savings available

Remove unused JavaScript: 103.6 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
63 requests over 5251ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 3.1 s LCP 4.5 shttps://orbitapp.buzz// https://orbitapp.buzz/ — 200 — 4.9 KiB — 340 ms — h2https://orbitapp.buzz/assets/styles-DKhU4pnY.css/assets/styles-DKhU4pnY.css https://orbitapp.buzz/assets/styles-DKhU4pnY.css — 200 — 16.4 KiB — 465 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 — 58 ms — h2https://orbitapp.buzz/assets/index-DG6zhiCE.js/assets/index-DG6zhiCE.js https://orbitapp.buzz/assets/index-DG6zhiCE.js — 200 — 106.5 KiB — 690 ms — h2https://orbitapp.buzz/assets/useRouter-YZdvOMOB.js/assets/useRouter-YZdvOMOB.js https://orbitapp.buzz/assets/useRouter-YZdvOMOB.js — 200 — 4.5 KiB — 504 ms — h2https://orbitapp.buzz/assets/useAuth-CA1arit6.js/assets/useAuth-CA1arit6.js https://orbitapp.buzz/assets/useAuth-CA1arit6.js — 200 — 13.1 KiB — 597 ms — h2https://orbitapp.buzz/assets/link-yVItxHb2.js/assets/link-yVItxHb2.js https://orbitapp.buzz/assets/link-yVItxHb2.js — 200 — 8.5 KiB — 600 ms — h2https://orbitapp.buzz/assets/invariant-DEEwAagU.js/assets/invariant-DEEwAagU.js https://orbitapp.buzz/assets/invariant-DEEwAagU.js — 200 — 164 B — 691 ms — h2https://orbitapp.buzz/assets/client-Bn93UADq.js/assets/client-Bn93UADq.js https://orbitapp.buzz/assets/client-Bn93UADq.js — 200 — 54.7 KiB — 463 ms — h2https://orbitapp.buzz/assets/routes-BaOzjra9.js/assets/routes-BaOzjra9.js https://orbitapp.buzz/assets/routes-BaOzjra9.js — 200 — 5.3 KiB — 693 ms — h2https://orbitapp.buzz/assets/AppShell-CzGzMqR_.js/assets/AppShell-CzGzMqR_.js https://orbitapp.buzz/assets/AppShell-CzGzMqR_.js — 200 — 24.6 KiB — 401 ms — h2https://orbitapp.buzz/assets/device-DxmCMT8K.js/assets/device-DxmCMT8K.js https://orbitapp.buzz/assets/device-DxmCMT8K.js — 200 — 4.6 KiB — 428 ms — h2https://orbitapp.buzz/assets/OrbitMark-CHkWq36T.js/assets/OrbitMark-CHkWq36T.js https://orbitapp.buzz/assets/OrbitMark-CHkWq36T.js — 200 — 11.8 KiB — 664 ms — h2https://orbitapp.buzz/assets/RequireAuth-DmMnmQWw.js/assets/RequireAuth-DmMnmQWw.js https://orbitapp.buzz/assets/RequireAuth-DmMnmQWw.js — 200 — 8.5 KiB — 412 ms — h2https://orbitapp.buzz/assets/label-BncF7BcZ.js/assets/label-BncF7BcZ.js https://orbitapp.buzz/assets/label-BncF7BcZ.js — 200 — 1.0 KiB — 675 ms — h2https://orbitapp.buzz/assets/eye-DpqUbaOT.js/assets/eye-DpqUbaOT.js https://orbitapp.buzz/assets/eye-DpqUbaOT.js — 200 — 282 B — 754 ms — h2https://orbitapp.buzz/assets/image-plus-HFnD9UPI.js/assets/image-plus-HFnD9UPI.js https://orbitapp.buzz/assets/image-plus-HFnD9UPI.js — 200 — 335 B — 711 ms — h2https://orbitapp.buzz/assets/pause-Cvi8pQvB.js/assets/pause-Cvi8pQvB.js https://orbitapp.buzz/assets/pause-Cvi8pQvB.js — 200 — 248 B — 408 ms — h2https://orbitapp.buzz/assets/send-CHme4LRv.js/assets/send-CHme4LRv.js https://orbitapp.buzz/assets/send-CHme4LRv.js — 200 — 312 B — 700 ms — h2https://orbitapp.buzz/assets/trash-2-DIR7adaa.js/assets/trash-2-DIR7adaa.js https://orbitapp.buzz/assets/trash-2-DIR7adaa.js — 200 — 295 B — 695 ms — h2https://orbitapp.buzz/assets/x-D92O9aAO.js/assets/x-D92O9aAO.js https://orbitapp.buzz/assets/x-D92O9aAO.js — 200 — 307 B — 749 ms — h2https://orbitapp.buzz/assets/dialog-B6jQVsYn.js/assets/dialog-B6jQVsYn.js https://orbitapp.buzz/assets/dialog-B6jQVsYn.js — 200 — 976 B — 652 ms — h2https://orbitapp.buzz/assets/posts-Cz39c2BL.js/assets/posts-Cz39c2BL.js https://orbitapp.buzz/assets/posts-Cz39c2BL.js — 200 — 1.4 KiB — 878 ms — h2https://orbitapp.buzz/assets/textarea-CIc9tf2T.js/assets/textarea-CIc9tf2T.js https://orbitapp.buzz/assets/textarea-CIc9tf2T.js — 200 — 444 B — 915 ms — h2https://orbitapp.buzz/assets/PostCard-DhoWulLF.js/assets/PostCard-DhoWulLF.js https://orbitapp.buzz/assets/PostCard-DhoWulLF.js — 200 — 4.0 KiB — 1.0 s — h2https://orbitapp.buzz/~flock.js/~flock.js https://orbitapp.buzz/~flock.js — 200 — 8.2 KiB — 228 ms — h2https://orbitapp.buzz/manifest.webmanifest/manifest.webmanifest https://orbitapp.buzz/manifest.webmanifest — 200 — 1.1 KiB — 186 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 — 8 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 — 899 ms — h2https://orbitapp.buzz/assets/dist-DMpNOeNL.js/assets/dist-DMpNOeNL.js https://orbitapp.buzz/assets/dist-DMpNOeNL.js — 200 — 3.1 KiB — 759 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 3.1 s LCP 4.5 shttps://orbitapp.buzz// https://orbitapp.buzz/ — 200 — 4.9 KiB — 340 ms — h2https://orbitapp.buzz/assets/styles-DKhU4pnY.css/assets/styles-DKhU4pnY.css https://orbitapp.buzz/assets/styles-DKhU4pnY.css — 200 — 16.4 KiB — 465 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 — 58 ms — h2https://orbitapp.buzz/assets/index-DG6zhiCE.js/assets/index-DG6zhiCE.js https://orbitapp.buzz/assets/index-DG6zhiCE.js — 200 — 106.5 KiB — 690 ms — h2https://orbitapp.buzz/assets/useRouter-YZdvOMOB.js/assets/useRouter-YZdvOMOB.js https://orbitapp.buzz/assets/useRouter-YZdvOMOB.js — 200 — 4.5 KiB — 504 ms — h2https://orbitapp.buzz/assets/useAuth-CA1arit6.js/assets/useAuth-CA1arit6.js https://orbitapp.buzz/assets/useAuth-CA1arit6.js — 200 — 13.1 KiB — 597 ms — h2https://orbitapp.buzz/assets/link-yVItxHb2.js/assets/link-yVItxHb2.js https://orbitapp.buzz/assets/link-yVItxHb2.js — 200 — 8.5 KiB — 600 ms — h2https://orbitapp.buzz/assets/invariant-DEEwAagU.js/assets/invariant-DEEwAagU.js https://orbitapp.buzz/assets/invariant-DEEwAagU.js — 200 — 164 B — 691 ms — h2https://orbitapp.buzz/assets/client-Bn93UADq.js/assets/client-Bn93UADq.js https://orbitapp.buzz/assets/client-Bn93UADq.js — 200 — 54.7 KiB — 463 ms — h2https://orbitapp.buzz/assets/routes-BaOzjra9.js/assets/routes-BaOzjra9.js https://orbitapp.buzz/assets/routes-BaOzjra9.js — 200 — 5.3 KiB — 693 ms — h2https://orbitapp.buzz/assets/AppShell-CzGzMqR_.js/assets/AppShell-CzGzMqR_.js https://orbitapp.buzz/assets/AppShell-CzGzMqR_.js — 200 — 24.6 KiB — 401 ms — h2https://orbitapp.buzz/assets/device-DxmCMT8K.js/assets/device-DxmCMT8K.js https://orbitapp.buzz/assets/device-DxmCMT8K.js — 200 — 4.6 KiB — 428 ms — h2https://orbitapp.buzz/assets/OrbitMark-CHkWq36T.js/assets/OrbitMark-CHkWq36T.js https://orbitapp.buzz/assets/OrbitMark-CHkWq36T.js — 200 — 11.8 KiB — 664 ms — h2https://orbitapp.buzz/assets/RequireAuth-DmMnmQWw.js/assets/RequireAuth-DmMnmQWw.js https://orbitapp.buzz/assets/RequireAuth-DmMnmQWw.js — 200 — 8.5 KiB — 412 ms — h2https://orbitapp.buzz/assets/label-BncF7BcZ.js/assets/label-BncF7BcZ.js https://orbitapp.buzz/assets/label-BncF7BcZ.js — 200 — 1.0 KiB — 675 ms — h2https://orbitapp.buzz/assets/eye-DpqUbaOT.js/assets/eye-DpqUbaOT.js https://orbitapp.buzz/assets/eye-DpqUbaOT.js — 200 — 282 B — 754 ms — h2https://orbitapp.buzz/assets/image-plus-HFnD9UPI.js/assets/image-plus-HFnD9UPI.js https://orbitapp.buzz/assets/image-plus-HFnD9UPI.js — 200 — 335 B — 711 ms — h2https://orbitapp.buzz/assets/pause-Cvi8pQvB.js/assets/pause-Cvi8pQvB.js https://orbitapp.buzz/assets/pause-Cvi8pQvB.js — 200 — 248 B — 408 ms — h2https://orbitapp.buzz/assets/send-CHme4LRv.js/assets/send-CHme4LRv.js https://orbitapp.buzz/assets/send-CHme4LRv.js — 200 — 312 B — 700 ms — h2https://orbitapp.buzz/assets/trash-2-DIR7adaa.js/assets/trash-2-DIR7adaa.js https://orbitapp.buzz/assets/trash-2-DIR7adaa.js — 200 — 295 B — 695 ms — h2https://orbitapp.buzz/assets/x-D92O9aAO.js/assets/x-D92O9aAO.js https://orbitapp.buzz/assets/x-D92O9aAO.js — 200 — 307 B — 749 ms — h2https://orbitapp.buzz/assets/dialog-B6jQVsYn.js/assets/dialog-B6jQVsYn.js https://orbitapp.buzz/assets/dialog-B6jQVsYn.js — 200 — 976 B — 652 ms — h2https://orbitapp.buzz/assets/posts-Cz39c2BL.js/assets/posts-Cz39c2BL.js https://orbitapp.buzz/assets/posts-Cz39c2BL.js — 200 — 1.4 KiB — 878 ms — h2https://orbitapp.buzz/assets/textarea-CIc9tf2T.js/assets/textarea-CIc9tf2T.js https://orbitapp.buzz/assets/textarea-CIc9tf2T.js — 200 — 444 B — 915 ms — h2https://orbitapp.buzz/assets/PostCard-DhoWulLF.js/assets/PostCard-DhoWulLF.js https://orbitapp.buzz/assets/PostCard-DhoWulLF.js — 200 — 4.0 KiB — 1.0 s — h2https://orbitapp.buzz/~flock.js/~flock.js https://orbitapp.buzz/~flock.js — 200 — 8.2 KiB — 228 ms — h2https://orbitapp.buzz/manifest.webmanifest/manifest.webmanifest https://orbitapp.buzz/manifest.webmanifest — 200 — 1.1 KiB — 186 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 — 8 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 — 899 ms — h2https://orbitapp.buzz/assets/dist-DMpNOeNL.js/assets/dist-DMpNOeNL.js https://orbitapp.buzz/assets/dist-DMpNOeNL.js — 200 — 3.1 KiB — 759 ms — h2https://orbitapp.buzz/assets/dist-1NU5iD31.js/assets/dist-1NU5iD31.js https://orbitapp.buzz/assets/dist-1NU5iD31.js — 200 — 2.9 KiB — 972 ms — h2https://orbitapp.buzz/assets/dist-CGN_AZ4U.js/assets/dist-CGN_AZ4U.js https://orbitapp.buzz/assets/dist-CGN_AZ4U.js — 200 — 745 B — 440 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 — 270 B — 813 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 — 331 B — 714 ms — h2https://orbitapp.buzz/assets/Turnstile-0DBvY2t6.js/assets/Turnstile-0DBvY2t6.js https://orbitapp.buzz/assets/Turnstile-0DBvY2t6.js — 200 — 1.2 KiB — 928 ms — h2https://orbitapp.buzz/assets/dist-Cg3nP06U.js/assets/dist-Cg3nP06U.js https://orbitapp.buzz/assets/dist-Cg3nP06U.js — 200 — 359 B — 718 ms — h2https://orbitapp.buzz/assets/dist-B545FFDJ.js/assets/dist-B545FFDJ.js https://orbitapp.buzz/assets/dist-B545FFDJ.js — 200 — 9.0 KiB — 419 ms — h2https://orbitapp.buzz/assets/user-check-FIAfizLn.js/assets/user-check-FIAfizLn.js https://orbitapp.buzz/assets/user-check-FIAfizLn.js — 200 — 447 B — 683 ms — h2https://orbitapp.buzz/assets/flag-y59hxrLn.js/assets/flag-y59hxrLn.js https://orbitapp.buzz/assets/flag-y59hxrLn.js — 200 — 387 B — 381 ms — h2https://orbitapp.buzz/assets/message-square-DAm7FYE2.js/assets/message-square-DAm7FYE2.js https://orbitapp.buzz/assets/message-square-DAm7FYE2.js — 200 — 280 B — 690 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 — 314 B — 739 ms — h2https://orbitapp.buzz/assets/ReportEvidence-BQQ_5mOu.js/assets/ReportEvidence-BQQ_5mOu.js https://orbitapp.buzz/assets/ReportEvidence-BQQ_5mOu.js — 200 — 1.2 KiB — 977 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 — 236 B — 699 ms — h2https://orbitapp.buzz/assets/ChatMedia-vILUmd1T.js/assets/ChatMedia-vILUmd1T.js https://orbitapp.buzz/assets/ChatMedia-vILUmd1T.js — 200 — 468 B — 777 ms — h2https://orbitapp.buzz/assets/UserBadges-BpkjMuvS.js/assets/UserBadges-BpkjMuvS.js https://orbitapp.buzz/assets/UserBadges-BpkjMuvS.js — 200 — 1.2 KiB — 769 ms — h2https://orbitapp.buzz/favicon.png/favicon.png https://orbitapp.buzz/favicon.png — 200 — 1.3 KiB — 898 ms — h2https://orbitapp.buzz/icon-512.png/icon-512.png https://orbitapp.buzz/icon-512.png — 200 — 45.9 KiB — 752 ms — h2https://orbitapp.buzz/~api/analytics/~api/analytics https://orbitapp.buzz/~api/analytics — 202 — 86 B — 29 ms — h2https://orbitapp.buzz/assets/auth-BbJVnBF1.js/assets/auth-BbJVnBF1.js https://orbitapp.buzz/assets/auth-BbJVnBF1.js — 200 — 5.9 KiB — 373 ms — h2https://orbitapp.buzz/assets/mail-Be-T0MxG.js/assets/mail-Be-T0MxG.js https://orbitapp.buzz/assets/mail-Be-T0MxG.js — 200 — 279 B — 450 ms — h2https://orbitapp.buzz/assets/mfa-BiDciAv8.js/assets/mfa-BiDciAv8.js https://orbitapp.buzz/assets/mfa-BiDciAv8.js — 200 — 569 B — 380 ms — h2https://orbitapp.buzz/~api/analytics/~api/analytics https://orbitapp.buzz/~api/analytics — 202 — 61 B — 33 ms — h2https://orbitapp.buzz/_serverFn/c958bb1fbd35493385380f61ef07661d609555bed16ae31249f68f79f09b9768/_serverFn/c958bb1fbd35493385380f61... https://orbitapp.buzz/_serverFn/c958bb1fbd35493385380f61ef07661d609555bed16ae31249f68f79f09b9768 — 200 — 1.0 KiB — 212 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 — 30 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 — 14 ms — h3https://challenges.cloudflare.com/cdn-cgi/challenge-platform/h/g/turnstile/f/av0/rch/u8qgz/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/u8qgz/0x4AAAAAAE3bMTsUbjJdyGui/dark/fbE/new/normal?lang=auto — 200 — 91.6 KiB — 42 ms — h3blob:https://challenges.cloudflare.com/a09b09ec-ec27-4561-8035-158c5a98794fchallenges.cloudflare.com/a09b09ec-... blob:https://challenges.cloudflare.com/a09b09ec-ec27-4561-8035-158c5a98794f — -1 — 0 B — 0 ms — https://challenges.cloudflare.com/cdn-cgi/challenge-platform/h/g/fo/1576490528:1789931413:SPXKXQjPdlIJ3A7Z6y5NVII1hu8rezP3e82_uiX7Gxk/a3e36bb198d025dc/UJLLWHWP5HBdwXwWA.Q0TWR4NuoDIEratH8XjEHBJxM-1789934471-1.2.1.1-gG87b4tBGdgeeXhnHADC1eQGr7W37Y4OIVURnkXhIWlRfCaZrFrzQbm95XxiPw.cchallenges.cloudflare.com/cdn-cgi/c... https://challenges.cloudflare.com/cdn-cgi/challenge-platform/h/g/fo/1576490528:1789931413:SPXKXQjPdlIJ3A7Z6y5NVII1hu8rezP3e82_uiX7Gxk/a3e36bb198d025dc/UJLLWHWP5HBdwXwWA.Q0TWR4NuoDIEratH8XjEHBJxM-1789934471-1.2.1.1-gG87b4tBGdgeeXhnHADC1eQGr7W37Y4OIVURnkXhIWlRfCaZrFrzQbm95XxiPw.c — 200 — 407.4 KiB — 233 ms — h3blob:https://challenges.cloudflare.com/6ca61fbd-c76f-453c-85ba-9b55ec74e4a4challenges.cloudflare.com/6ca61fbd-... blob:https://challenges.cloudflare.com/6ca61fbd-c76f-453c-85ba-9b55ec74e4a4 — 200 — -1 B — 168 ms — blobhttps://hagen.challenges.cloudflare.com/cdn-cgi/challenge-platform/h/g/i/a3e36bb198d025dc/UJLLWHWP5HBdwXwWA.Q0TWR4NuoDIEratH8XjEHBJxM-1789934471-1.2.1.1-gG87b4tBGdgeeXhnHADC1eQGr7W37Y4OIVURnkXhIWlRfCaZrFrzQbm95XxiPw.chagen.challenges.cloudflare.com/cdn... https://hagen.challenges.cloudflare.com/cdn-cgi/challenge-platform/h/g/i/a3e36bb198d025dc/UJLLWHWP5HBdwXwWA.Q0TWR4NuoDIEratH8XjEHBJxM-1789934471-1.2.1.1-gG87b4tBGdgeeXhnHADC1eQGr7W37Y4OIVURnkXhIWlRfCaZrFrzQbm95XxiPw.c — 204 — 580 B — 42 ms — h2https://challenges.cloudflare.com/cdn-cgi/challenge-platform/h/g/pat/a3e36bb198d025dc/1789934472340/8f9305b25fb73506da0a4c2b656d1fa179c909e2548177c15f56a67657015cf2/qJlDA3ti73ETHFT3XT_OCF.sWdg8sHqy_p5XcvtzmSQ-1789934472-1.3.1.1-4pL4yCudMzEhth59dWteYPslJdB1Tzn7GMq8nZg_AcMseZd.Ia2ktyVIXEWaeXOcHl.Mq.N2ZLikmrORtU_wNjcnqZCU0Ht0pX1ZbbqGzexlsGX2vuhrPvtztZO3UrTKq.R8nmRRxjXWle14onoSSa0TE4BrLtKaunRYtIf_i3eCyRdhbqO9ZzNR0CQCC9GhBW3jrxdnDwj.pUM3bX.SDXnYk2N9ZtEB4IWUy7Fe8ITdCDEyYztuRhcnFYIkWh_MOKBGQyNZDpaL5qShtHPMiMCxjhzs1DaZifAjVFIydFnchIh2KwStZpPt3fzbdV7sYWDeaTRDH.BgmbubMDJH3bU9fmFQJApR1PuVvZHzdxpt19Rhb7krJAYt1ps29Oaxa81tFp7Kjm6_ypX.advtqB5FKK6zBvIXssH3CUlWHUiuN.Q60E5DJoI2xHfnxnlljx6hG35wKcRHLk0SU0OW_zzPkXSnNQ1K1r0lWdCnN4bwyEg5oK2yQtunLcxONTQ6BeU4aF74ptqM_TZ67LuK5KNg9ZCXxTjXfs0rBQVYoLhC0rCL7YKw2crRM.lQ7SS09CGKLXiqgu6ncv.3fjYXCwMNcnn1PtjGwJHFR_Nzs6Cv8WtONftwjO2cK2Ll50m_D5xf9IX.HSVjrCte97tsJ4r8BrgZcIAJ9Dx6SITG5KBN.zLJMv7K3LYPhiJsBm2XDZuyEYhhokjL6XvcE74BrvXGchJvsKHuPYdf4U2UdulW2D7FbNFX6dLwPhAw8VwvArAmKcSseaAYvsKR65ea81UVn_QaJfCb94uJuZq9HGYZ2hsHkMYFT5RTYbbijyynX.PrJ8ixBAp0kM0ikpI4HQchallenges.cloudflare.com/cdn-cgi/c... https://challenges.cloudflare.com/cdn-cgi/challenge-platform/h/g/pat/a3e36bb198d025dc/1789934472340/8f9305b25fb73506da0a4c2b656d1fa179c909e2548177c15f56a67657015cf2/qJlDA3ti73ETHFT3XT_OCF.sWdg8sHqy_p5XcvtzmSQ-1789934472-1.3.1.1-4pL4yCudMzEhth59dWteYPslJdB1Tzn7GMq8nZg_AcMseZd.Ia2ktyVIXEWaeXOcHl.Mq.N2ZLikmrORtU_wNjcnqZCU0Ht0pX1ZbbqGzexlsGX2vuhrPvtztZO3UrTKq.R8nmRRxjXWle14onoSSa0TE4BrLtKaunRYtIf_i3eCyRdhbqO9ZzNR0CQCC9GhBW3jrxdnDwj.pUM3bX.SDXnYk2N9ZtEB4IWUy7Fe8ITdCDEyYztuRhcnFYIkWh_MOKBGQyNZDpaL5qShtHPMiMCxjhzs1DaZifAjVFIydFnchIh2KwStZpPt3fzbdV7sYWDeaTRDH.BgmbubMDJH3bU9fmFQJApR1PuVvZHzdxpt19Rhb7krJAYt1ps29Oaxa81tFp7Kjm6_ypX.advtqB5FKK6zBvIXssH3CUlWHUiuN.Q60E5DJoI2xHfnxnlljx6hG35wKcRHLk0SU0OW_zzPkXSnNQ1K1r0lWdCnN4bwyEg5oK2yQtunLcxONTQ6BeU4aF74ptqM_TZ67LuK5KNg9ZCXxTjXfs0rBQVYoLhC0rCL7YKw2crRM.lQ7SS09CGKLXiqgu6ncv.3fjYXCwMNcnn1PtjGwJHFR_Nzs6Cv8WtONftwjO2cK2Ll50m_D5xf9IX.HSVjrCte97tsJ4r8BrgZcIAJ9Dx6SITG5KBN.zLJMv7K3LYPhiJsBm2XDZuyEYhhokjL6XvcE74BrvXGchJvsKHuPYdf4U2UdulW2D7FbNFX6dLwPhAw8VwvArAmKcSseaAYvsKR65ea81UVn_QaJfCb94uJuZq9HGYZ2hsHkMYFT5RTYbbijyynX.PrJ8ixBAp0kM0ikpI4HQ — 401 — 2.2 KiB — 12 ms — h3blob:https://challenges.cloudflare.com/6ca61fbd-c76f-453c-85ba-9b55ec74e4a4challenges.cloudflare.com/6ca61fbd-... blob:https://challenges.cloudflare.com/6ca61fbd-c76f-453c-85ba-9b55ec74e4a4 — 200 — -1 B — 30 ms — blobblob:https://challenges.cloudflare.com/6ca61fbd-c76f-453c-85ba-9b55ec74e4a4challenges.cloudflare.com/6ca61fbd-... blob:https://challenges.cloudflare.com/6ca61fbd-c76f-453c-85ba-9b55ec74e4a4 — 200 — -1 B — 27 ms — blob
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
3% of JavaScript execution is third-party
First-party Third-party 73ms · 0KB · $1/mo
challenges.cloudflare.com
Other
Optional
Execution 73ms
Transfer 0 KB
Monthly Cost $1/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