Skip to content
https://origopg-mwnz8lgk.manus.space

Performance

· 22 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
85
GRADE
B
FIX
4
REVIEW
5
PASS
10
INFO
3

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

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

1.09 s

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

2.35 s

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

149 ms

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

0.000

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

1.38 s

Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.

2.35 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
22
10 PASS 5 REVIEW 4 FIX
D
Page Weight Budget
Action
2.1 MB transferred, 31 requests
FIX
2.1 MB transferred, 31 requests
Info::
Page weighs 3.3 MB (2.1 MB transferred)
Warning::
Images are 1.3 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.3 MB
Info::
31 HTTP requests
Info::
Estimated 0.45 g CO2 per page load
2.1 MB / 2.4 MB budget
2.1 MB transferred
31 requests
0.45 g CO2 per page load
Images 1.3 MiB 62%
JavaScript 344.6 KiB 16%
Other 273.6 KiB 13%
HTML 103.8 KiB 5%
Fonts 71.0 KiB 3%
CSS 25.4 KiB 1%
Other 3.3 KiB 0%
Other 289 B 0%
Other 0 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Approaching limit

Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.

Why this matters

Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.

Source: web.dev

D
Third-Party Impact
Action
88% third-party, 0 ms blocking
FIX
88% third-party, 0 ms blocking
Warning::
Third-party code accounts for 88% of page weight (1.9 MiB of 2.1 MiB)
Info::
Third-party blocking time is low (0 ms)
88%
First-party Third-party
D
Page Weight Inventory
Action
31 resources · 2.1 MB · 142 KB savings available
FIX
31 resources · 2.1 MB · 142 KB savings available
Warning::
Page weight 2.1 MB exceeds 1 MB target by 1.1 MB
Got: 2.1 MB Expected: ≤ 1 MB
Info::
~142 KB of savings available
Warning::
22 third-party resources (88% of weight)
Info::
4 resources over 200KB
31 resources · 2.1 MiB · 22 third-party 1.1 MiB over 1MB target
Image 75% · 1.6 MiB
JavaScript 16% · 344.6 KiB
Document 5% · 103.8 KiB
Font 3% · 71.0 KiB
CSS 1% · 25.4 KiB
Other 0% · 5.5 KiB

~142.0 KiB of savings available

Remove unused JavaScript: 142.0 KiB
D
HTTP Caching
Action
no-store (uncacheable)
FIX
no-store (uncacheable)
Info::
Cache-Control: no-store prevents all caching
Intentional for dynamic content, but increases server load for every page view.
Got: no-cache, no-store, must-revalidate
Info::
Last-Modified header present
Cache-Control

no-cache, no-store, must-revalidate

DirectiveValueMeaning
no-cacheCache but always revalidate first
no-storeNever cache this response
must-revalidateMust recheck with server after expiry
B
JS Execution Cost
583ms total JS execution
REVIEW
583ms total JS execution
Warning::
https://files.manuscdn.com/manus-space-dispatcher/...: 270ms CPU time
Info::
https://origopg-mwnz8lgk.manus.space/: 141ms CPU time
Info::
Unattributable: 99ms CPU time
Info::
https://origopg-mwnz8lgk.manus.space/assets/index-...: 74ms CPU time
Info::
Third-party scripts: 270ms (46% of total)

Main Thread Breakdown

Script Evaluation 50% Other 23% Style & Layout 14% Script Parsing & Compilation 7%
ScriptTotalScriptingParse/CompileParty
https://files.manuscdn.com/manus-space-dispatcher/spaceEditor-DPV-_I11.js270ms233ms27ms3rd
https://origopg-mwnz8lgk.manus.space/141ms22ms13ms1st
Unattributable99ms2ms0ms1st
https://origopg-mwnz8lgk.manus.space/assets/index-CXLDF2Na.js74ms41ms1ms1st
B
JS Bundles
4 scripts, 142 KB unused
REVIEW
4 scripts, 142 KB unused
Warning::
https://origopg-mwnz8lgk.manus.space/assets/index-...: 80 KB unused (59%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://files.manuscdn.com/manus-space-dispatcher/...: 62 KB unused (31%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 142 KB
142 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://origopg-mwnz8lgk.manus.space/assets/index-CXLDF2Na.js135 KB80 KB (59%)1st
https://files.manuscdn.com/manus-space-dispatcher/spaceEditor-DPV-_I11.js204 KB62 KB (31%)3rd
https://manus-analytics.com/umami2 KB3rd
https://plausible.io/js/script.file-downloads.hash.outbound-links.pageview-props.revenue.tagged-events.js3 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

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
Compression Algorithm
Main response uses gzip; brotli would be ~20% smaller
REVIEW
Main 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.
A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A
Image Optimization
3 images, 0 KB saveable
PASS
3 images, 0 KB saveable
Info::
All images are well-optimized
3 images 1.3 MB
0 oversized -0 KB
2 legacy format
0 missing dimensions CLS risk
A+
Font Loading
3 fonts (71 KB)
PASS
3 fonts (71 KB)
Info::
3 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

3

71 KB total

Render-blocking

0

of 3

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 1.1 s LCP 2.4 shttps://fonts.gstatic.com/s/ibmplexsans/v23/zYXzKVElMYYaJe8bpLHnCwDKr932-G7dytD-Dmu1syxeKYbSB4Zh.woff2zYXzKVElMYYaJe8bpLHnCwD... https://fonts.gstatic.com/s/ibmplexsans/v23/zYXzKVElMYYaJe8bpLHnCwDKr932-G7dytD-Dmu1syxeKYbSB4Zh.woff2 — 39.3 KiB — 37 ms — font-display: swaphttps://fonts.gstatic.com/s/ibmplexmono/v20/-F63fjptAgt5VM-kVkqdyU8n1i8q131nj-o.woff2-F63fjptAgt5VM-kVkqdyU8... https://fonts.gstatic.com/s/ibmplexmono/v20/-F63fjptAgt5VM-kVkqdyU8n1i8q131nj-o.woff2 — 9.8 KiB — 32 ms — font-display: swaphttps://fonts.gstatic.com/s/spacegrotesk/v22/V8mDoQDjQSkFtoMM3T6r8E7mPbF4C_k3HqU.woff2V8mDoQDjQSkFtoMM3T6r8E7... https://fonts.gstatic.com/s/spacegrotesk/v22/V8mDoQDjQSkFtoMM3T6r8E7mPbF4C_k3HqU.woff2 — 21.8 KiB — 31 ms — font-display: swap
zYXzKVElMYYaJe8bpLHnCwD... woff2 swap
Size 39 KB
Load time 37 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
-F63fjptAgt5VM-kVkqdyU8... woff2 swap
Size 10 KB
Load time 32 ms
Start 1.2 s
Risk FOUT — text flashes from fallback to web font
V8mDoQDjQSkFtoMM3T6r8E7... woff2 swap
Size 22 KB
Load time 31 ms
Start 1.2 s
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
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-store -- correct for sensitive/dynamic content
PASS
Main HTML uses no-store -- correct for sensitive/dynamic content
Info::
Main HTML uses no-store -- correct for sensitive/dynamic content
Got: no-cache, no-store, must-revalidate
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::
`Last-Modified` present -- timestamp-based conditional GET supported
Consider also setting `ETag` for stronger revalidation -- ETags are content hashes that don't suffer from clock-skew or DST issues. Last-Modified alone is functional for conditional GETs and not a bug.
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Cloudflare

Network Waterfall
31 requests over 3237ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 1.1 s LCP 2.4 shttps://origopg-mwnz8lgk.manus.space// https://origopg-mwnz8lgk.manus.space/ — 200 — 103.8 KiB — 716 ms — h2https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&family=IBM+Plex+Sans:wght@400;500;600&family=Space+Grotesk:wght@400;500;600;700&display=swapfonts.googleapis.com/css2?family=IB... https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&family=IBM+Plex+Sans:wght@400;500;600&family=Space+Grotesk:wght@400;500;600;700&display=swap — 200 — 1.5 KiB — 81 ms — h2https://origopg-mwnz8lgk.manus.space/assets/index-CXLDF2Na.js/assets/index-CXLDF2Na.js https://origopg-mwnz8lgk.manus.space/assets/index-CXLDF2Na.js — 200 — 135.4 KiB — 378 ms — h2https://origopg-mwnz8lgk.manus.space/assets/index-cLR_9j71.css/assets/index-cLR_9j71.css https://origopg-mwnz8lgk.manus.space/assets/index-cLR_9j71.css — 200 — 23.9 KiB — 349 ms — h2https://manus-analytics.com/umamimanus-analytics.com/umami https://manus-analytics.com/umami — 200 — 2.1 KiB — 132 ms — h3https://files.manuscdn.com/manus-space-dispatcher/spaceEditor-DPV-_I11.jsfiles.manuscdn.com/manus-space-disp... https://files.manuscdn.com/manus-space-dispatcher/spaceEditor-DPV-_I11.js — 200 — 204.3 KiB — 22 ms — h2https://plausible.io/js/script.file-downloads.hash.outbound-links.pageview-props.revenue.tagged-events.jsplausible.io/js/script.file-downloa... https://plausible.io/js/script.file-downloads.hash.outbound-links.pageview-props.revenue.tagged-events.js — 200 — 2.8 KiB — 13 ms — h2https://origopg-mwnz8lgk.manus.space/__manus/pwa/manifest.webmanifest/__manus/pwa/manifest.webmanifest https://origopg-mwnz8lgk.manus.space/__manus/pwa/manifest.webmanifest — 200 — 289 B — 40 ms — h2https://plausible.io/api/eventplausible.io/api/event https://plausible.io/api/event — 202 — 503 B — 46 ms — h2https://plausible.io/api/eventplausible.io/api/event https://plausible.io/api/event — 202 — 504 B — 43 ms — h2https://fonts.gstatic.com/s/ibmplexsans/v23/zYXzKVElMYYaJe8bpLHnCwDKr932-G7dytD-Dmu1syxeKYbSB4Zh.woff2fonts.gstatic.com/s/ibmplexsans/v23... https://fonts.gstatic.com/s/ibmplexsans/v23/zYXzKVElMYYaJe8bpLHnCwDKr932-G7dytD-Dmu1syxeKYbSB4Zh.woff2 — 200 — 39.3 KiB — 37 ms — h3https://origopg-mwnz8lgk.manus.space/manus-storage/origo-professional-logo_55d0972f.png/manus-storage/origo-professional-l... https://origopg-mwnz8lgk.manus.space/manus-storage/origo-professional-logo_55d0972f.png — 307 — 487 B — 178 ms — h2https://origopg-mwnz8lgk.manus.space/manus-storage/origo-origin-field_d01ced9f.jpg/manus-storage/origo-origin-field_d... https://origopg-mwnz8lgk.manus.space/manus-storage/origo-origin-field_d01ced9f.jpg — 307 — 444 B — 178 ms — h2https://origopg-mwnz8lgk.manus.space/manus-storage/peterson-greaves_4a62d1bb.jpg/manus-storage/peterson-greaves_4a6... https://origopg-mwnz8lgk.manus.space/manus-storage/peterson-greaves_4a62d1bb.jpg — 307 — 445 B — 177 ms — h2https://fonts.gstatic.com/s/ibmplexmono/v20/-F63fjptAgt5VM-kVkqdyU8n1i8q131nj-o.woff2fonts.gstatic.com/s/ibmplexmono/v20... https://fonts.gstatic.com/s/ibmplexmono/v20/-F63fjptAgt5VM-kVkqdyU8n1i8q131nj-o.woff2 — 200 — 9.8 KiB — 32 ms — h3https://fonts.gstatic.com/s/spacegrotesk/v22/V8mDoQDjQSkFtoMM3T6r8E7mPbF4C_k3HqU.woff2fonts.gstatic.com/s/spacegrotesk/v2... https://fonts.gstatic.com/s/spacegrotesk/v22/V8mDoQDjQSkFtoMM3T6r8E7mPbF4C_k3HqU.woff2 — 200 — 21.8 KiB — 31 ms — h3https://d36hbw14aib5lz.cloudfront.net/310519663919927678/MWNz8LGk8qZsntVB2zqpND/origo-professional-logo_55d0972f.png?Expires=1788694995&Signature=XcW3hxNgvUEjGur4ME1COmVCpRq5j5qoqZI5bhqpAiruEt2-dQSALGRMqqUa1g-6axn5aWNJgOeESvHuASXKSEy5ldS4XCIb-gZiGEsn-ZlhbUZ2C34rI1IEK-cszZf2XOOjxnaPgP6h0tb99izgfXbRicVcV2iq0LleBMwuE-obI5LofWGgchcafidWp0mERzdhHemLcYYi0HgB29XCJMKB2EGFfQFoZI7RVh4K8~IFOAmWaFF2TrHhNxIkZ8ybbbZwOOvPIwwixLKrt2lwSe49D34XUyPkTz7lZ7h60szfDQiZ6yZV6rdVZbUw6rL6wTUoCJ~xl60k3-VZDXEFLA__&Key-Pair-Id=K1MP89RTKNH4Jd36hbw14aib5lz.cloudfront.net/31051... https://d36hbw14aib5lz.cloudfront.net/310519663919927678/MWNz8LGk8qZsntVB2zqpND/origo-professional-logo_55d0972f.png?Expires=1788694995&Signature=XcW3hxNgvUEjGur4ME1COmVCpRq5j5qoqZI5bhqpAiruEt2-dQSALGRMqqUa1g-6axn5aWNJgOeESvHuASXKSEy5ldS4XCIb-gZiGEsn-ZlhbUZ2C34rI1IEK-cszZf2XOOjxnaPgP6h0tb99izgfXbRicVcV2iq0LleBMwuE-obI5LofWGgchcafidWp0mERzdhHemLcYYi0HgB29XCJMKB2EGFfQFoZI7RVh4K8~IFOAmWaFF2TrHhNxIkZ8ybbbZwOOvPIwwixLKrt2lwSe49D34XUyPkTz7lZ7h60szfDQiZ6yZV6rdVZbUw6rL6wTUoCJ~xl60k3-VZDXEFLA__&Key-Pair-Id=K1MP89RTKNH4J — 200 — 972.3 KiB — 36 ms — h2https://d36hbw14aib5lz.cloudfront.net/310519663919927678/MWNz8LGk8qZsntVB2zqpND/origo-origin-field_d01ced9f.jpg?Expires=1788694995&Signature=v7YIgaz7eanCly9LWjIK47q5lB2V-9oe3Wsz0CxqSh2VzhKHfh8C79dsQz6JXCNa2lc4Pg903vFxegIDgfzNujVv-i5oY7sagrZTrxZvF2nyohm7ojU2C5MM4DTqPn65Fgg85WFYoESyJaw2i~96vfQl7cuH58BEU6DMPam~6qoQz1Q-itxw0Ahg-nXotO4fJHey5fVCM~LjoIKEFyT1rqzGiW1xF7aTSV5zLmrRDr0PU93rt9LzQWICnuYk7E95~mbUc8sydIVze~RrbQ~iqEtHkkXOjem1OTntituoA-EHVom7ZGODPwVPJI~2AtTbvYEQLzXYvn80QRsenaHYHA__&Key-Pair-Id=K1MP89RTKNH4Jd36hbw14aib5lz.cloudfront.net/31051... https://d36hbw14aib5lz.cloudfront.net/310519663919927678/MWNz8LGk8qZsntVB2zqpND/origo-origin-field_d01ced9f.jpg?Expires=1788694995&Signature=v7YIgaz7eanCly9LWjIK47q5lB2V-9oe3Wsz0CxqSh2VzhKHfh8C79dsQz6JXCNa2lc4Pg903vFxegIDgfzNujVv-i5oY7sagrZTrxZvF2nyohm7ojU2C5MM4DTqPn65Fgg85WFYoESyJaw2i~96vfQl7cuH58BEU6DMPam~6qoQz1Q-itxw0Ahg-nXotO4fJHey5fVCM~LjoIKEFyT1rqzGiW1xF7aTSV5zLmrRDr0PU93rt9LzQWICnuYk7E95~mbUc8sydIVze~RrbQ~iqEtHkkXOjem1OTntituoA-EHVom7ZGODPwVPJI~2AtTbvYEQLzXYvn80QRsenaHYHA__&Key-Pair-Id=K1MP89RTKNH4J — 200 — 282.6 KiB — 93 ms — h2https://d36hbw14aib5lz.cloudfront.net/310519663919927678/MWNz8LGk8qZsntVB2zqpND/peterson-greaves_4a62d1bb.jpg?Expires=1788694995&Signature=TmuAML65ytstzOIDk6W5Qwo09I4QLyMW9tzikRIdA5hkV3poFRlV~1vyq0jvZgZ7GhSmuvYCFQMj-~Bo5A5rb-0VUX28EVvMx78lKO3QTBRahOxsw6jE1NzgVmhHtBlNpFec8kUoVtwcNgOL1J~WkUo99KGhokLYkWXITFNG9AO154XNdipgIrqAXKjU9QDsSElCgXGxjVFcOJhotAGGTYNpazWByvLeUekGsRO0QpV4ZyQXkyTgsfMSoKuqGM54atmrR0ODVLtNWCdHQAt1MWpOqNG2nNyGkJGC-vBnu~2ogdwqF-G8SuKTg6FlkEW9saSe-VMsndM8avEyGDERlA__&Key-Pair-Id=K1MP89RTKNH4Jd36hbw14aib5lz.cloudfront.net/31051... https://d36hbw14aib5lz.cloudfront.net/310519663919927678/MWNz8LGk8qZsntVB2zqpND/peterson-greaves_4a62d1bb.jpg?Expires=1788694995&Signature=TmuAML65ytstzOIDk6W5Qwo09I4QLyMW9tzikRIdA5hkV3poFRlV~1vyq0jvZgZ7GhSmuvYCFQMj-~Bo5A5rb-0VUX28EVvMx78lKO3QTBRahOxsw6jE1NzgVmhHtBlNpFec8kUoVtwcNgOL1J~WkUo99KGhokLYkWXITFNG9AO154XNdipgIrqAXKjU9QDsSElCgXGxjVFcOJhotAGGTYNpazWByvLeUekGsRO0QpV4ZyQXkyTgsfMSoKuqGM54atmrR0ODVLtNWCdHQAt1MWpOqNG2nNyGkJGC-vBnu~2ogdwqF-G8SuKTg6FlkEW9saSe-VMsndM8avEyGDERlA__&Key-Pair-Id=K1MP89RTKNH4J — 200 — 106.7 KiB — 19 ms — h2https://manus-analytics.com/api/sendmanus-analytics.com/api/send https://manus-analytics.com/api/send — 204 — 0 B — 127 ms — h3https://origopg-mwnz8lgk.manus.space/manus-storage/origo-professional-favicon_19e23388.png/manus-storage/origo-professional-f... https://origopg-mwnz8lgk.manus.space/manus-storage/origo-professional-favicon_19e23388.png — 307 — 450 B — 260 ms — h2https://origopg-mwnz8lgk.manus.space/favicon.ico/favicon.ico https://origopg-mwnz8lgk.manus.space/favicon.ico — 302 — 113 B — 31 ms — h2https://files.manuscdn.com/user_upload_by_module/web_dev_logo/310519663919927678/xBvUXGkAljMveLIR.pngfiles.manuscdn.com/user_upload_by_m... https://files.manuscdn.com/user_upload_by_module/web_dev_logo/310519663919927678/xBvUXGkAljMveLIR.png — 200 — 10.3 KiB — 58 ms — h2https://manus-analytics.com/api/sendmanus-analytics.com/api/send https://manus-analytics.com/api/send — 200 — 1.0 KiB — 127 ms — h3https://api.manus.im/api/user_behavior/batch_create_event_v2api.manus.im/api/user_behavior/batc... https://api.manus.im/api/user_behavior/batch_create_event_v2 — 200 — 0 B — 299 ms — h2https://sr-client-cfg.amplitude.com/config/46ac3f9abb41dd2d17a5785e052bc6d3?config_group=browsersr-client-cfg.amplitude.com/config/... https://sr-client-cfg.amplitude.com/config/46ac3f9abb41dd2d17a5785e052bc6d3?config_group=browser — 403 — 315 B — 489 ms — h2https://sr-client-cfg.amplitude.com/config?api_key=46ac3f9abb41dd2d17a5785e052bc6d3&config_keys=analyticsSDK.pageActionssr-client-cfg.amplitude.com/config?... https://sr-client-cfg.amplitude.com/config?api_key=46ac3f9abb41dd2d17a5785e052bc6d3&config_keys=analyticsSDK.pageActions — 403 — 378 B — 3 ms — h2https://d36hbw14aib5lz.cloudfront.net/310519663919927678/MWNz8LGk8qZsntVB2zqpND/origo-professional-favicon_19e23388.png?Expires=1788694995&Signature=b~48sBh0Nlk6s4kZVpwhMBFg8MURjqLOgSEBo6UHjS1Mbv3-YghT3IZHTFJIt6LJ9wN82sk00spU6fCvTgl2~2E1Y04SflovjtMu6TkzeZuXy4o5i2pPl2QwH0UrJ5VkD0sCmL~1A1H~niU9ItXwVU7givpZYG1uu6DXAdIf6-fGo5mBUscoPDtkGRUFzHVlMkmpQmgMcR7njMu~Q8qxWclO5StaCBYVGNEtg5wmSNqrsJXWOvNxHtJCoqSJHF5DjtxNVieS8D1v6zNuucdBLF9LqMmTx6OdJCMix1Ge-CAWkDOHgizDqusMzC4MIdjwuWS69n27pA9MrxTawjMBYg__&Key-Pair-Id=K1MP89RTKNH4Jd36hbw14aib5lz.cloudfront.net/31051... https://d36hbw14aib5lz.cloudfront.net/310519663919927678/MWNz8LGk8qZsntVB2zqpND/origo-professional-favicon_19e23388.png?Expires=1788694995&Signature=b~48sBh0Nlk6s4kZVpwhMBFg8MURjqLOgSEBo6UHjS1Mbv3-YghT3IZHTFJIt6LJ9wN82sk00spU6fCvTgl2~2E1Y04SflovjtMu6TkzeZuXy4o5i2pPl2QwH0UrJ5VkD0sCmL~1A1H~niU9ItXwVU7givpZYG1uu6DXAdIf6-fGo5mBUscoPDtkGRUFzHVlMkmpQmgMcR7njMu~Q8qxWclO5StaCBYVGNEtg5wmSNqrsJXWOvNxHtJCoqSJHF5DjtxNVieS8D1v6zNuucdBLF9LqMmTx6OdJCMix1Ge-CAWkDOHgizDqusMzC4MIdjwuWS69n27pA9MrxTawjMBYg__&Key-Pair-Id=K1MP89RTKNH4J — 200 — 261.4 KiB — 56 ms — h2https://sr-client-cfg.amplitude.com/config/46ac3f9abb41dd2d17a5785e052bc6d3?config_group=browsersr-client-cfg.amplitude.com/config/... https://sr-client-cfg.amplitude.com/config/46ac3f9abb41dd2d17a5785e052bc6d3?config_group=browser — 403 — 315 B — 164 ms — h2https://api2.amplitude.com/2/httpapiapi2.amplitude.com/2/httpapi https://api2.amplitude.com/2/httpapi — 400 — 0 B — 540 ms — h2
0 ms 1.0 s 2.0 s 3.0 s FCP 1.1 s LCP 2.4 shttps://origopg-mwnz8lgk.manus.space// https://origopg-mwnz8lgk.manus.space/ — 200 — 103.8 KiB — 716 ms — h2https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&family=IBM+Plex+Sans:wght@400;500;600&family=Space+Grotesk:wght@400;500;600;700&display=swapfonts.googleapis.com/css2?family=IB... https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&family=IBM+Plex+Sans:wght@400;500;600&family=Space+Grotesk:wght@400;500;600;700&display=swap — 200 — 1.5 KiB — 81 ms — h2https://origopg-mwnz8lgk.manus.space/assets/index-CXLDF2Na.js/assets/index-CXLDF2Na.js https://origopg-mwnz8lgk.manus.space/assets/index-CXLDF2Na.js — 200 — 135.4 KiB — 378 ms — h2https://origopg-mwnz8lgk.manus.space/assets/index-cLR_9j71.css/assets/index-cLR_9j71.css https://origopg-mwnz8lgk.manus.space/assets/index-cLR_9j71.css — 200 — 23.9 KiB — 349 ms — h2https://manus-analytics.com/umamimanus-analytics.com/umami https://manus-analytics.com/umami — 200 — 2.1 KiB — 132 ms — h3https://files.manuscdn.com/manus-space-dispatcher/spaceEditor-DPV-_I11.jsfiles.manuscdn.com/manus-space-disp... https://files.manuscdn.com/manus-space-dispatcher/spaceEditor-DPV-_I11.js — 200 — 204.3 KiB — 22 ms — h2https://plausible.io/js/script.file-downloads.hash.outbound-links.pageview-props.revenue.tagged-events.jsplausible.io/js/script.file-downloa... https://plausible.io/js/script.file-downloads.hash.outbound-links.pageview-props.revenue.tagged-events.js — 200 — 2.8 KiB — 13 ms — h2https://origopg-mwnz8lgk.manus.space/__manus/pwa/manifest.webmanifest/__manus/pwa/manifest.webmanifest https://origopg-mwnz8lgk.manus.space/__manus/pwa/manifest.webmanifest — 200 — 289 B — 40 ms — h2https://plausible.io/api/eventplausible.io/api/event https://plausible.io/api/event — 202 — 503 B — 46 ms — h2https://plausible.io/api/eventplausible.io/api/event https://plausible.io/api/event — 202 — 504 B — 43 ms — h2https://fonts.gstatic.com/s/ibmplexsans/v23/zYXzKVElMYYaJe8bpLHnCwDKr932-G7dytD-Dmu1syxeKYbSB4Zh.woff2fonts.gstatic.com/s/ibmplexsans/v23... https://fonts.gstatic.com/s/ibmplexsans/v23/zYXzKVElMYYaJe8bpLHnCwDKr932-G7dytD-Dmu1syxeKYbSB4Zh.woff2 — 200 — 39.3 KiB — 37 ms — h3https://origopg-mwnz8lgk.manus.space/manus-storage/origo-professional-logo_55d0972f.png/manus-storage/origo-professional-l... https://origopg-mwnz8lgk.manus.space/manus-storage/origo-professional-logo_55d0972f.png — 307 — 487 B — 178 ms — h2https://origopg-mwnz8lgk.manus.space/manus-storage/origo-origin-field_d01ced9f.jpg/manus-storage/origo-origin-field_d... https://origopg-mwnz8lgk.manus.space/manus-storage/origo-origin-field_d01ced9f.jpg — 307 — 444 B — 178 ms — h2https://origopg-mwnz8lgk.manus.space/manus-storage/peterson-greaves_4a62d1bb.jpg/manus-storage/peterson-greaves_4a6... https://origopg-mwnz8lgk.manus.space/manus-storage/peterson-greaves_4a62d1bb.jpg — 307 — 445 B — 177 ms — h2https://fonts.gstatic.com/s/ibmplexmono/v20/-F63fjptAgt5VM-kVkqdyU8n1i8q131nj-o.woff2fonts.gstatic.com/s/ibmplexmono/v20... https://fonts.gstatic.com/s/ibmplexmono/v20/-F63fjptAgt5VM-kVkqdyU8n1i8q131nj-o.woff2 — 200 — 9.8 KiB — 32 ms — h3https://fonts.gstatic.com/s/spacegrotesk/v22/V8mDoQDjQSkFtoMM3T6r8E7mPbF4C_k3HqU.woff2fonts.gstatic.com/s/spacegrotesk/v2... https://fonts.gstatic.com/s/spacegrotesk/v22/V8mDoQDjQSkFtoMM3T6r8E7mPbF4C_k3HqU.woff2 — 200 — 21.8 KiB — 31 ms — h3https://d36hbw14aib5lz.cloudfront.net/310519663919927678/MWNz8LGk8qZsntVB2zqpND/origo-professional-logo_55d0972f.png?Expires=1788694995&Signature=XcW3hxNgvUEjGur4ME1COmVCpRq5j5qoqZI5bhqpAiruEt2-dQSALGRMqqUa1g-6axn5aWNJgOeESvHuASXKSEy5ldS4XCIb-gZiGEsn-ZlhbUZ2C34rI1IEK-cszZf2XOOjxnaPgP6h0tb99izgfXbRicVcV2iq0LleBMwuE-obI5LofWGgchcafidWp0mERzdhHemLcYYi0HgB29XCJMKB2EGFfQFoZI7RVh4K8~IFOAmWaFF2TrHhNxIkZ8ybbbZwOOvPIwwixLKrt2lwSe49D34XUyPkTz7lZ7h60szfDQiZ6yZV6rdVZbUw6rL6wTUoCJ~xl60k3-VZDXEFLA__&Key-Pair-Id=K1MP89RTKNH4Jd36hbw14aib5lz.cloudfront.net/31051... https://d36hbw14aib5lz.cloudfront.net/310519663919927678/MWNz8LGk8qZsntVB2zqpND/origo-professional-logo_55d0972f.png?Expires=1788694995&Signature=XcW3hxNgvUEjGur4ME1COmVCpRq5j5qoqZI5bhqpAiruEt2-dQSALGRMqqUa1g-6axn5aWNJgOeESvHuASXKSEy5ldS4XCIb-gZiGEsn-ZlhbUZ2C34rI1IEK-cszZf2XOOjxnaPgP6h0tb99izgfXbRicVcV2iq0LleBMwuE-obI5LofWGgchcafidWp0mERzdhHemLcYYi0HgB29XCJMKB2EGFfQFoZI7RVh4K8~IFOAmWaFF2TrHhNxIkZ8ybbbZwOOvPIwwixLKrt2lwSe49D34XUyPkTz7lZ7h60szfDQiZ6yZV6rdVZbUw6rL6wTUoCJ~xl60k3-VZDXEFLA__&Key-Pair-Id=K1MP89RTKNH4J — 200 — 972.3 KiB — 36 ms — h2https://d36hbw14aib5lz.cloudfront.net/310519663919927678/MWNz8LGk8qZsntVB2zqpND/origo-origin-field_d01ced9f.jpg?Expires=1788694995&Signature=v7YIgaz7eanCly9LWjIK47q5lB2V-9oe3Wsz0CxqSh2VzhKHfh8C79dsQz6JXCNa2lc4Pg903vFxegIDgfzNujVv-i5oY7sagrZTrxZvF2nyohm7ojU2C5MM4DTqPn65Fgg85WFYoESyJaw2i~96vfQl7cuH58BEU6DMPam~6qoQz1Q-itxw0Ahg-nXotO4fJHey5fVCM~LjoIKEFyT1rqzGiW1xF7aTSV5zLmrRDr0PU93rt9LzQWICnuYk7E95~mbUc8sydIVze~RrbQ~iqEtHkkXOjem1OTntituoA-EHVom7ZGODPwVPJI~2AtTbvYEQLzXYvn80QRsenaHYHA__&Key-Pair-Id=K1MP89RTKNH4Jd36hbw14aib5lz.cloudfront.net/31051... https://d36hbw14aib5lz.cloudfront.net/310519663919927678/MWNz8LGk8qZsntVB2zqpND/origo-origin-field_d01ced9f.jpg?Expires=1788694995&Signature=v7YIgaz7eanCly9LWjIK47q5lB2V-9oe3Wsz0CxqSh2VzhKHfh8C79dsQz6JXCNa2lc4Pg903vFxegIDgfzNujVv-i5oY7sagrZTrxZvF2nyohm7ojU2C5MM4DTqPn65Fgg85WFYoESyJaw2i~96vfQl7cuH58BEU6DMPam~6qoQz1Q-itxw0Ahg-nXotO4fJHey5fVCM~LjoIKEFyT1rqzGiW1xF7aTSV5zLmrRDr0PU93rt9LzQWICnuYk7E95~mbUc8sydIVze~RrbQ~iqEtHkkXOjem1OTntituoA-EHVom7ZGODPwVPJI~2AtTbvYEQLzXYvn80QRsenaHYHA__&Key-Pair-Id=K1MP89RTKNH4J — 200 — 282.6 KiB — 93 ms — h2https://d36hbw14aib5lz.cloudfront.net/310519663919927678/MWNz8LGk8qZsntVB2zqpND/peterson-greaves_4a62d1bb.jpg?Expires=1788694995&Signature=TmuAML65ytstzOIDk6W5Qwo09I4QLyMW9tzikRIdA5hkV3poFRlV~1vyq0jvZgZ7GhSmuvYCFQMj-~Bo5A5rb-0VUX28EVvMx78lKO3QTBRahOxsw6jE1NzgVmhHtBlNpFec8kUoVtwcNgOL1J~WkUo99KGhokLYkWXITFNG9AO154XNdipgIrqAXKjU9QDsSElCgXGxjVFcOJhotAGGTYNpazWByvLeUekGsRO0QpV4ZyQXkyTgsfMSoKuqGM54atmrR0ODVLtNWCdHQAt1MWpOqNG2nNyGkJGC-vBnu~2ogdwqF-G8SuKTg6FlkEW9saSe-VMsndM8avEyGDERlA__&Key-Pair-Id=K1MP89RTKNH4Jd36hbw14aib5lz.cloudfront.net/31051... https://d36hbw14aib5lz.cloudfront.net/310519663919927678/MWNz8LGk8qZsntVB2zqpND/peterson-greaves_4a62d1bb.jpg?Expires=1788694995&Signature=TmuAML65ytstzOIDk6W5Qwo09I4QLyMW9tzikRIdA5hkV3poFRlV~1vyq0jvZgZ7GhSmuvYCFQMj-~Bo5A5rb-0VUX28EVvMx78lKO3QTBRahOxsw6jE1NzgVmhHtBlNpFec8kUoVtwcNgOL1J~WkUo99KGhokLYkWXITFNG9AO154XNdipgIrqAXKjU9QDsSElCgXGxjVFcOJhotAGGTYNpazWByvLeUekGsRO0QpV4ZyQXkyTgsfMSoKuqGM54atmrR0ODVLtNWCdHQAt1MWpOqNG2nNyGkJGC-vBnu~2ogdwqF-G8SuKTg6FlkEW9saSe-VMsndM8avEyGDERlA__&Key-Pair-Id=K1MP89RTKNH4J — 200 — 106.7 KiB — 19 ms — h2https://manus-analytics.com/api/sendmanus-analytics.com/api/send https://manus-analytics.com/api/send — 204 — 0 B — 127 ms — h3https://origopg-mwnz8lgk.manus.space/manus-storage/origo-professional-favicon_19e23388.png/manus-storage/origo-professional-f... https://origopg-mwnz8lgk.manus.space/manus-storage/origo-professional-favicon_19e23388.png — 307 — 450 B — 260 ms — h2https://origopg-mwnz8lgk.manus.space/favicon.ico/favicon.ico https://origopg-mwnz8lgk.manus.space/favicon.ico — 302 — 113 B — 31 ms — h2https://files.manuscdn.com/user_upload_by_module/web_dev_logo/310519663919927678/xBvUXGkAljMveLIR.pngfiles.manuscdn.com/user_upload_by_m... https://files.manuscdn.com/user_upload_by_module/web_dev_logo/310519663919927678/xBvUXGkAljMveLIR.png — 200 — 10.3 KiB — 58 ms — h2https://manus-analytics.com/api/sendmanus-analytics.com/api/send https://manus-analytics.com/api/send — 200 — 1.0 KiB — 127 ms — h3https://api.manus.im/api/user_behavior/batch_create_event_v2api.manus.im/api/user_behavior/batc... https://api.manus.im/api/user_behavior/batch_create_event_v2 — 200 — 0 B — 299 ms — h2https://sr-client-cfg.amplitude.com/config/46ac3f9abb41dd2d17a5785e052bc6d3?config_group=browsersr-client-cfg.amplitude.com/config/... https://sr-client-cfg.amplitude.com/config/46ac3f9abb41dd2d17a5785e052bc6d3?config_group=browser — 403 — 315 B — 489 ms — h2https://sr-client-cfg.amplitude.com/config?api_key=46ac3f9abb41dd2d17a5785e052bc6d3&config_keys=analyticsSDK.pageActionssr-client-cfg.amplitude.com/config?... https://sr-client-cfg.amplitude.com/config?api_key=46ac3f9abb41dd2d17a5785e052bc6d3&config_keys=analyticsSDK.pageActions — 403 — 378 B — 3 ms — h2https://d36hbw14aib5lz.cloudfront.net/310519663919927678/MWNz8LGk8qZsntVB2zqpND/origo-professional-favicon_19e23388.png?Expires=1788694995&Signature=b~48sBh0Nlk6s4kZVpwhMBFg8MURjqLOgSEBo6UHjS1Mbv3-YghT3IZHTFJIt6LJ9wN82sk00spU6fCvTgl2~2E1Y04SflovjtMu6TkzeZuXy4o5i2pPl2QwH0UrJ5VkD0sCmL~1A1H~niU9ItXwVU7givpZYG1uu6DXAdIf6-fGo5mBUscoPDtkGRUFzHVlMkmpQmgMcR7njMu~Q8qxWclO5StaCBYVGNEtg5wmSNqrsJXWOvNxHtJCoqSJHF5DjtxNVieS8D1v6zNuucdBLF9LqMmTx6OdJCMix1Ge-CAWkDOHgizDqusMzC4MIdjwuWS69n27pA9MrxTawjMBYg__&Key-Pair-Id=K1MP89RTKNH4Jd36hbw14aib5lz.cloudfront.net/31051... https://d36hbw14aib5lz.cloudfront.net/310519663919927678/MWNz8LGk8qZsntVB2zqpND/origo-professional-favicon_19e23388.png?Expires=1788694995&Signature=b~48sBh0Nlk6s4kZVpwhMBFg8MURjqLOgSEBo6UHjS1Mbv3-YghT3IZHTFJIt6LJ9wN82sk00spU6fCvTgl2~2E1Y04SflovjtMu6TkzeZuXy4o5i2pPl2QwH0UrJ5VkD0sCmL~1A1H~niU9ItXwVU7givpZYG1uu6DXAdIf6-fGo5mBUscoPDtkGRUFzHVlMkmpQmgMcR7njMu~Q8qxWclO5StaCBYVGNEtg5wmSNqrsJXWOvNxHtJCoqSJHF5DjtxNVieS8D1v6zNuucdBLF9LqMmTx6OdJCMix1Ge-CAWkDOHgizDqusMzC4MIdjwuWS69n27pA9MrxTawjMBYg__&Key-Pair-Id=K1MP89RTKNH4J — 200 — 261.4 KiB — 56 ms — h2https://sr-client-cfg.amplitude.com/config/46ac3f9abb41dd2d17a5785e052bc6d3?config_group=browsersr-client-cfg.amplitude.com/config/... https://sr-client-cfg.amplitude.com/config/46ac3f9abb41dd2d17a5785e052bc6d3?config_group=browser — 403 — 315 B — 164 ms — h2https://api2.amplitude.com/2/httpapiapi2.amplitude.com/2/httpapi https://api2.amplitude.com/2/httpapi — 400 — 0 B — 540 ms — h2https://sr-client-cfg.amplitude.com/config/46ac3f9abb41dd2d17a5785e052bc6d3?config_group=browsersr-client-cfg.amplitude.com/config/... https://sr-client-cfg.amplitude.com/config/46ac3f9abb41dd2d17a5785e052bc6d3?config_group=browser — 403 — 315 B — 166 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
46% of JavaScript execution is third-party
First-party Third-party 270ms · 204KB · €3/mo
files.manuscdn.com
Other
Costly
Execution 270ms
Transfer 204 KB
Unused 31%
Monthly Cost €3/mo

These scripts may cost more than they're worth

  • files.manuscdn.com adds 270ms and costs ~€3/month

46% of JavaScript execution time comes from third-party scripts.

Why this matters

Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.

Learn more

Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.

Source: web.dev / HTTP Archive Web Almanac

files.manuscdn.com takes 270ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

How third-party costs are calculated

Image Optimization
4 images, 0 KB total, 0 KB wasted
INFO

Image Optimization Audit

Total Images

4

Total Size

0 KB

Oversized

2

4 missing dimensions 3 missing lazy loading
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback