Skip to content
https://setebosstudio.com

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

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

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

6.77 s

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

1.21 s

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

0.000

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

4.49 s

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

6.77 s

Page Load Progression

1.1 s
2.2 s
3.3 s
4.4 s
5.5 s
6.6 s
7.7 s
8.8 s
Checks
26
16 PASS 6 REVIEW 1 FIX
F
JS Execution Cost
Action
39925ms total JS execution
FIX
39925ms total JS execution
Warning::
https://setebosstudio.com/: 35829ms CPU time
Warning::
https://setebosstudio.com/_next/static/chunks/3e4k...: 1555ms CPU time
Warning::
Unattributable: 1443ms CPU time
Warning::
https://www.googletagmanager.com/gtag/js?id=G-5L01...: 448ms CPU time
Warning::
https://setebosstudio.com/cdn-cgi/challenge-platfo...: 445ms CPU time
Info::
Third-party scripts: 448ms (1% of total)

Main Thread Breakdown

Other 53% Style & Layout 29% Rendering 13% Script Evaluation 4%
ScriptTotalScriptingParse/CompileParty
https://setebosstudio.com/35829ms160ms44ms1st
https://setebosstudio.com/_next/static/chunks/3e4keds9ktjdu.js1555ms492ms31ms1st
Unattributable1443ms25ms0ms1st
https://www.googletagmanager.com/gtag/js?id=G-5L012P7WE1448ms369ms74ms3rd
https://setebosstudio.com/cdn-cgi/challenge-platform/scripts/jsd/main.js445ms427ms4ms1st
https://setebosstudio.com/_next/static/chunks/0c_z7ad6edtye.js205ms169ms17ms1st
B
Third-Party Impact
52% third-party, 0 ms blocking
REVIEW
52% third-party, 0 ms blocking
Warning::
Third-party code accounts for 52% of page weight (291.8 KiB of 555.8 KiB)
Info::
Third-party blocking time is low (0 ms)
48%
52%
First-party Third-party
B
Image Optimization
16 images, 0 KB saveable
REVIEW
16 images, 0 KB saveable
Info::
All images are well-optimized
16 images 24 KB
0 oversized -0 KB
15 legacy format
0 missing dimensions CLS risk
B
JS Bundles
14 scripts, 102 KB unused
REVIEW
14 scripts, 102 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=G-5L01...: 76 KB unused (41%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://setebosstudio.com/_next/static/chunks/3e4k...: 27 KB unused (39%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 102 KB
102 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=G-5L012P7WE1185 KB76 KB (41%)3rd
https://setebosstudio.com/_next/static/chunks/3e4keds9ktjdu.js70 KB27 KB (39%)1st
https://setebosstudio.com/_next/static/chunks/3fntmmi971322.js4 KB1st
https://setebosstudio.com/_next/static/chunks/19mx3mg6lkumu.js8 KB1st
https://setebosstudio.com/_next/static/chunks/0c_z7ad6edtye.js45 KB1st
https://setebosstudio.com/_next/static/chunks/turbopack-2i-6slpkpqns4.js4 KB1st
https://setebosstudio.com/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js1 KB1st
https://setebosstudio.com/_next/static/chunks/0g77dcf9__fzy.js16 KB1st
https://setebosstudio.com/_next/static/chunks/1ze76v2xke-l1.js1 KB1st
https://setebosstudio.com/_next/static/chunks/1c4ritlsnkkcj.js2 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

B
Main HTML Cache-Control
Cache-Control present but without max-age
REVIEW
Cache-Control present but without max-age
Info::
Main HTML Cache-Control has no max-age: s-maxage=31536000
Got: s-maxage=31536000
B
JavaScript Blocking
2 JS blocking issue(s) detected
REVIEW
2 JS blocking issue(s) detected
Warning::
1 render-blocking <script src> tag(s) without async/defer
Each `<script src=...>` without `async`, `defer`, or `type="module"` blocks HTML parsing while the browser fetches and executes it. The block lasts the entire round-trip + execution time -- on slow networks this translates directly into LCP delay. Add `defer` (executes after parse, in source order) for scripts that interact with the DOM, or `async` (executes whenever ready) for analytics / independent scripts. Module scripts (`type="module"`) are deferred by default.
Warning::
Total JS execution time is 39.9 s -- over the 3.5s budget
Total JavaScript execution (parse + compile + run) across all scripts exceeds 3.5 seconds. On low-end devices that becomes 7-15+ seconds and shows up directly in TBT and INP. Reduce by: tree-shaking unused dependencies, code-splitting (dynamic `import()`), removing or deferring third-party tracking, and replacing heavy frameworks where they're not needed.
B
HTTP Caching
s-maxage=31536000
REVIEW
s-maxage=31536000
Info::
Cache-Control header is set
Got: s-maxage=31536000
Info::
CDN TTL: 52 weeks (s-maxage=31536000)
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

s-maxage=31536000

DirectiveValueMeaning
s-maxage31536000CDN caches for 52 weeks
A+
Page Weight Budget
556 KB transferred, 49 requests
PASS
556 KB transferred, 49 requests
Info::
Page weighs 1.6 MB (556 KB transferred)
Info::
49 HTTP requests
Info::
Estimated 0.11 g CO2 per page load
556 KB / 2.4 MB budget
556 KB transferred
49 requests
0.11 g CO2 per page load
JavaScript 364.4 KiB 66%
Fonts 92.5 KiB 17%
HTML 32.6 KiB 6%
Images 23.9 KiB 4%
CSS 19.7 KiB 4%
Other 18.8 KiB 3%
Other 2.0 KiB 0%
Other 1001 B 0%
Other 893 B 0%
Other 48 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+
Font Loading
3 fonts (93 KB)
PASS
3 fonts (93 KB)
Info::
3 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

3

93 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 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 3.3 s LCP 6.8 shttps://fonts.gstatic.com/s/spacegrotesk/v22/V8mDoQDjQSkFtoMM3T6r8E7mPbF4C_k3HqU.woff2V8mDoQDjQSkFtoMM3T6r8E7... https://fonts.gstatic.com/s/spacegrotesk/v22/V8mDoQDjQSkFtoMM3T6r8E7mPbF4C_k3HqU.woff2 — 21.8 KiB — 22 ms — font-display: swaphttps://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2UcC73FwrK3iLTeHuS_nVMrM... https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2 — 47.3 KiB — 20 ms — font-display: swaphttps://fonts.gstatic.com/s/cormorantgaramond/v21/co3smX5slCNuHLi8bLeY9MK7whWMhyjYrGFEsdtdc62E6zd5wDD-iNM8A_ipUA.woff2co3smX5slCNuHLi8bLeY9MK... https://fonts.gstatic.com/s/cormorantgaramond/v21/co3smX5slCNuHLi8bLeY9MK7whWMhyjYrGFEsdtdc62E6zd5wDD-iNM8A_ipUA.woff2 — 23.4 KiB — 5 ms — font-display: swap
V8mDoQDjQSkFtoMM3T6r8E7... woff2 swap
Size 22 KB
Load time 22 ms
Start 589 ms
Risk FOUT — text flashes from fallback to web font
UcC73FwrK3iLTeHuS_nVMrM... woff2 swap
Size 47 KB
Load time 20 ms
Start 605 ms
Risk FOUT — text flashes from fallback to web font
co3smX5slCNuHLi8bLeY9MK... woff2 swap
Size 23 KB
Load time 5 ms
Start 1.1 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
19 hints, 0 missing preconnects
PASS
19 hints, 0 missing preconnects
Info::
Page uses 19 resource hint(s)

Current Resource Hints

preconnect
2
preload
+7
17
dns-prefetch
prefetch

19 resource hints configured

A+
HTTP/3 (QUIC)
HTTP/3 advertised via Alt-Svc
PASS
HTTP/3 advertised via Alt-Svc
Info::
HTTP/3 (QUIC) is supported
First-load mobile users on cellular networks see meaningful latency improvements with HTTP/3. The QUIC transport collapses TLS + TCP handshakes into one and recovers faster from packet loss.
A+
Compression Algorithm
Main response uses brotli
PASS
Main response uses brotli
Info::
Main HTML response uses brotli (Content-Encoding: br)
Brotli is the best text-compression algorithm for general use, ~20% smaller than gzip on average (40% on smaller files). Modern browsers all support it.
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+
Server-Timing Observability
3 Server-Timing entries advertised
PASS
3 Server-Timing entries advertised
Info::
Server-Timing header advertises 3 timing entries
A+
Server Response Intelligence
2 server-response signal(s) detected
PASS
2 server-response signal(s) detected
Info::
`Vary` header declared: rsc, next-router-state-tree, next-router-prefetch, next-router-segment-prefetch,...
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
49 resources · 556 KB · 102 KB savings available
PASS
49 resources · 556 KB · 102 KB savings available
Info::
Within 1MB page-weight target
Got: 556 KB
Info::
~102 KB of savings available
Warning::
11 third-party resources (52% of weight)
49 resources · 555.8 KiB · 11 third-party Within 1MB page-weight target
JavaScript 66% · 364.4 KiB
Font 17% · 92.5 KiB
Document 6% · 32.6 KiB
Image 4% · 24.7 KiB
Other 4% · 21.9 KiB
CSS 4% · 19.7 KiB

~102.5 KiB of savings available

Remove unused JavaScript: 102.5 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+
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

Network Waterfall
49 requests over 2107ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 3.3 s LCP 6.8 shttps://setebosstudio.com// https://setebosstudio.com/ — 200 — 32.6 KiB — 530 ms — h3https://setebosstudio.com/icons/claude.svg/icons/claude.svg https://setebosstudio.com/icons/claude.svg — 200 — 2.2 KiB — 509 ms — h3https://setebosstudio.com/icons/hermes.svg/icons/hermes.svg https://setebosstudio.com/icons/hermes.svg — 200 — 8.8 KiB — 526 ms — h3https://setebosstudio.com/_next/static/chunks/3mi0nnywo26xc.css/_next/static/chunks/3mi0nnywo26xc.... https://setebosstudio.com/_next/static/chunks/3mi0nnywo26xc.css — 200 — 18.1 KiB — 57 ms — h3https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;1,500&family=Inter:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swapfonts.googleapis.com/css2?family=Co... https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;1,500&family=Inter:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap — 200 — 1.5 KiB — 73 ms — h2https://setebosstudio.com/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js/cdn-cgi/scripts/5c5dd728/cloudflar... https://setebosstudio.com/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js — 200 — 1.1 KiB — 35 ms — h3https://setebosstudio.com/manifest.webmanifest/manifest.webmanifest https://setebosstudio.com/manifest.webmanifest — 200 — 893 B — 198 ms — h3https://setebosstudio.com/icons/openclaw.svg/icons/openclaw.svg https://setebosstudio.com/icons/openclaw.svg — 200 — 1010 B — 513 ms — h3https://setebosstudio.com/icons/whatsapp.svg/icons/whatsapp.svg https://setebosstudio.com/icons/whatsapp.svg — 200 — 1.1 KiB — 499 ms — h3https://setebosstudio.com/icons/gmail.svg/icons/gmail.svg https://setebosstudio.com/icons/gmail.svg — 200 — 776 B — 536 ms — h3https://setebosstudio.com/icons/stripe.svg/icons/stripe.svg https://setebosstudio.com/icons/stripe.svg — 200 — 902 B — 494 ms — h3https://setebosstudio.com/icons/calendly.svg/icons/calendly.svg https://setebosstudio.com/icons/calendly.svg — 200 — 1.3 KiB — 533 ms — h3https://setebosstudio.com/icons/hubspot.svg/icons/hubspot.svg https://setebosstudio.com/icons/hubspot.svg — 200 — 900 B — 513 ms — h3https://setebosstudio.com/icons/quickbooks.svg/icons/quickbooks.svg https://setebosstudio.com/icons/quickbooks.svg — 200 — 831 B — 502 ms — h3https://setebosstudio.com/icons/shopify.svg/icons/shopify.svg https://setebosstudio.com/icons/shopify.svg — 200 — 1.1 KiB — 498 ms — h3https://setebosstudio.com/_next/static/chunks/310vm2bl3xxpt.js/_next/static/chunks/310vm2bl3xxpt.... https://setebosstudio.com/_next/static/chunks/310vm2bl3xxpt.js — 200 — 2.4 KiB — 67 ms — h3https://setebosstudio.com/_next/static/chunks/19mx3mg6lkumu.js/_next/static/chunks/19mx3mg6lkumu.... https://setebosstudio.com/_next/static/chunks/19mx3mg6lkumu.js — 200 — 8.0 KiB — 67 ms — h3https://setebosstudio.com/_next/static/chunks/3e4keds9ktjdu.js/_next/static/chunks/3e4keds9ktjdu.... https://setebosstudio.com/_next/static/chunks/3e4keds9ktjdu.js — 200 — 70.5 KiB — 82 ms — h3https://setebosstudio.com/_next/static/chunks/0c_z7ad6edtye.js/_next/static/chunks/0c_z7ad6edtye.... https://setebosstudio.com/_next/static/chunks/0c_z7ad6edtye.js — 200 — 44.6 KiB — 82 ms — h3https://setebosstudio.com/_next/static/chunks/turbopack-2i-6slpkpqns4.js/_next/static/chunks/turbopack-2i-6... https://setebosstudio.com/_next/static/chunks/turbopack-2i-6slpkpqns4.js — 200 — 4.3 KiB — 68 ms — h3https://setebosstudio.com/_next/static/chunks/3fntmmi971322.js/_next/static/chunks/3fntmmi971322.... https://setebosstudio.com/_next/static/chunks/3fntmmi971322.js — 200 — 4.1 KiB — 78 ms — h3https://setebosstudio.com/_next/static/chunks/0g77dcf9__fzy.js/_next/static/chunks/0g77dcf9__fzy.... https://setebosstudio.com/_next/static/chunks/0g77dcf9__fzy.js — 200 — 15.9 KiB — 80 ms — h3https://setebosstudio.com/_next/static/chunks/1ze76v2xke-l1.js/_next/static/chunks/1ze76v2xke-l1.... https://setebosstudio.com/_next/static/chunks/1ze76v2xke-l1.js — 200 — 1.2 KiB — 76 ms — h3https://setebosstudio.com/_next/static/chunks/1c4ritlsnkkcj.js/_next/static/chunks/1c4ritlsnkkcj.... https://setebosstudio.com/_next/static/chunks/1c4ritlsnkkcj.js — 200 — 1.7 KiB — 67 ms — h3https://www.googletagmanager.com/gtag/js?id=G-5L012P7WE1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-5L012P7WE1 — 200 — 185.2 KiB — 172 ms — h2https://setebosstudio.com/icons/facebook.svg/icons/facebook.svg https://setebosstudio.com/icons/facebook.svg — 200 — 872 B — 520 ms — h3https://setebosstudio.com/icons/instagram.svg/icons/instagram.svg https://setebosstudio.com/icons/instagram.svg — 200 — 1.3 KiB — 524 ms — h3https://setebosstudio.com/icons/slack.svg/icons/slack.svg https://setebosstudio.com/icons/slack.svg — 200 — 849 B — 525 ms — h3https://setebosstudio.com/icons/googleads.svg/icons/googleads.svg https://setebosstudio.com/icons/googleads.svg — 200 — 787 B — 536 ms — h3https://setebosstudio.com/icons/meta.svg/icons/meta.svg https://setebosstudio.com/icons/meta.svg — 200 — 1.2 KiB — 520 ms — h3
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 3.3 s LCP 6.8 shttps://setebosstudio.com// https://setebosstudio.com/ — 200 — 32.6 KiB — 530 ms — h3https://setebosstudio.com/icons/claude.svg/icons/claude.svg https://setebosstudio.com/icons/claude.svg — 200 — 2.2 KiB — 509 ms — h3https://setebosstudio.com/icons/hermes.svg/icons/hermes.svg https://setebosstudio.com/icons/hermes.svg — 200 — 8.8 KiB — 526 ms — h3https://setebosstudio.com/_next/static/chunks/3mi0nnywo26xc.css/_next/static/chunks/3mi0nnywo26xc.... https://setebosstudio.com/_next/static/chunks/3mi0nnywo26xc.css — 200 — 18.1 KiB — 57 ms — h3https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;1,500&family=Inter:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swapfonts.googleapis.com/css2?family=Co... https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;1,500&family=Inter:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap — 200 — 1.5 KiB — 73 ms — h2https://setebosstudio.com/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js/cdn-cgi/scripts/5c5dd728/cloudflar... https://setebosstudio.com/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js — 200 — 1.1 KiB — 35 ms — h3https://setebosstudio.com/manifest.webmanifest/manifest.webmanifest https://setebosstudio.com/manifest.webmanifest — 200 — 893 B — 198 ms — h3https://setebosstudio.com/icons/openclaw.svg/icons/openclaw.svg https://setebosstudio.com/icons/openclaw.svg — 200 — 1010 B — 513 ms — h3https://setebosstudio.com/icons/whatsapp.svg/icons/whatsapp.svg https://setebosstudio.com/icons/whatsapp.svg — 200 — 1.1 KiB — 499 ms — h3https://setebosstudio.com/icons/gmail.svg/icons/gmail.svg https://setebosstudio.com/icons/gmail.svg — 200 — 776 B — 536 ms — h3https://setebosstudio.com/icons/stripe.svg/icons/stripe.svg https://setebosstudio.com/icons/stripe.svg — 200 — 902 B — 494 ms — h3https://setebosstudio.com/icons/calendly.svg/icons/calendly.svg https://setebosstudio.com/icons/calendly.svg — 200 — 1.3 KiB — 533 ms — h3https://setebosstudio.com/icons/hubspot.svg/icons/hubspot.svg https://setebosstudio.com/icons/hubspot.svg — 200 — 900 B — 513 ms — h3https://setebosstudio.com/icons/quickbooks.svg/icons/quickbooks.svg https://setebosstudio.com/icons/quickbooks.svg — 200 — 831 B — 502 ms — h3https://setebosstudio.com/icons/shopify.svg/icons/shopify.svg https://setebosstudio.com/icons/shopify.svg — 200 — 1.1 KiB — 498 ms — h3https://setebosstudio.com/_next/static/chunks/310vm2bl3xxpt.js/_next/static/chunks/310vm2bl3xxpt.... https://setebosstudio.com/_next/static/chunks/310vm2bl3xxpt.js — 200 — 2.4 KiB — 67 ms — h3https://setebosstudio.com/_next/static/chunks/19mx3mg6lkumu.js/_next/static/chunks/19mx3mg6lkumu.... https://setebosstudio.com/_next/static/chunks/19mx3mg6lkumu.js — 200 — 8.0 KiB — 67 ms — h3https://setebosstudio.com/_next/static/chunks/3e4keds9ktjdu.js/_next/static/chunks/3e4keds9ktjdu.... https://setebosstudio.com/_next/static/chunks/3e4keds9ktjdu.js — 200 — 70.5 KiB — 82 ms — h3https://setebosstudio.com/_next/static/chunks/0c_z7ad6edtye.js/_next/static/chunks/0c_z7ad6edtye.... https://setebosstudio.com/_next/static/chunks/0c_z7ad6edtye.js — 200 — 44.6 KiB — 82 ms — h3https://setebosstudio.com/_next/static/chunks/turbopack-2i-6slpkpqns4.js/_next/static/chunks/turbopack-2i-6... https://setebosstudio.com/_next/static/chunks/turbopack-2i-6slpkpqns4.js — 200 — 4.3 KiB — 68 ms — h3https://setebosstudio.com/_next/static/chunks/3fntmmi971322.js/_next/static/chunks/3fntmmi971322.... https://setebosstudio.com/_next/static/chunks/3fntmmi971322.js — 200 — 4.1 KiB — 78 ms — h3https://setebosstudio.com/_next/static/chunks/0g77dcf9__fzy.js/_next/static/chunks/0g77dcf9__fzy.... https://setebosstudio.com/_next/static/chunks/0g77dcf9__fzy.js — 200 — 15.9 KiB — 80 ms — h3https://setebosstudio.com/_next/static/chunks/1ze76v2xke-l1.js/_next/static/chunks/1ze76v2xke-l1.... https://setebosstudio.com/_next/static/chunks/1ze76v2xke-l1.js — 200 — 1.2 KiB — 76 ms — h3https://setebosstudio.com/_next/static/chunks/1c4ritlsnkkcj.js/_next/static/chunks/1c4ritlsnkkcj.... https://setebosstudio.com/_next/static/chunks/1c4ritlsnkkcj.js — 200 — 1.7 KiB — 67 ms — h3https://www.googletagmanager.com/gtag/js?id=G-5L012P7WE1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-5L012P7WE1 — 200 — 185.2 KiB — 172 ms — h2https://setebosstudio.com/icons/facebook.svg/icons/facebook.svg https://setebosstudio.com/icons/facebook.svg — 200 — 872 B — 520 ms — h3https://setebosstudio.com/icons/instagram.svg/icons/instagram.svg https://setebosstudio.com/icons/instagram.svg — 200 — 1.3 KiB — 524 ms — h3https://setebosstudio.com/icons/slack.svg/icons/slack.svg https://setebosstudio.com/icons/slack.svg — 200 — 849 B — 525 ms — h3https://setebosstudio.com/icons/googleads.svg/icons/googleads.svg https://setebosstudio.com/icons/googleads.svg — 200 — 787 B — 536 ms — h3https://setebosstudio.com/icons/meta.svg/icons/meta.svg https://setebosstudio.com/icons/meta.svg — 200 — 1.2 KiB — 520 ms — h3data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter i…www.w3.org/2000/svg' width='200' he... data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter i… — 200 — 0 B — 0 ms — datahttps://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 — 22 ms — h3https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2fonts.gstatic.com/s/inter/v20/UcC73... https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2 — 200 — 47.3 KiB — 20 ms — h3https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496 — 200 — 11.3 KiB — 42 ms — h2https://fonts.gstatic.com/s/cormorantgaramond/v21/co3smX5slCNuHLi8bLeY9MK7whWMhyjYrGFEsdtdc62E6zd5wDD-iNM8A_ipUA.woff2fonts.gstatic.com/s/cormorantgaramo... https://fonts.gstatic.com/s/cormorantgaramond/v21/co3smX5slCNuHLi8bLeY9MK7whWMhyjYrGFEsdtdc62E6zd5wDD-iNM8A_ipUA.woff2 — 200 — 23.4 KiB — 5 ms — h3https://setebosstudio.com/cdn-cgi/challenge-platform/scripts/jsd/main.js/cdn-cgi/challenge-platform/scripts... https://setebosstudio.com/cdn-cgi/challenge-platform/scripts/jsd/main.js — 302 — 223 B — 43 ms — h3https://setebosstudio.com/cdn-cgi/zaraz/s.js?z=JTdCJTIyZXhlY3V0ZWQlMjIlM0ElNUIlNUQlMkMlMjJ0JTIyJTNBJTIyU2V0ZWJvc1N0dWRpbyUyMCVFMiU4MCU5NCUyMEFJJTIwYXV0b21hdGlvbiUyMGZvciUyMHNlcnZpY2UlMjBidXNpbmVzc2VzJTIyJTJDJTIyeCUyMiUzQTAuNzgxMDkyMTMyMTExNjczOSUyQyUyMnclMjIlM0E0MTIlMkMlMjJoJTIyJTNBODIzJTJDJTIyaiUyMiUzQTEyMzclMkMlMjJlJTIyJTNBNjE5JTJDJTIybCUyMiUzQSUyMmh0dHBzJTNBJTJGJTJGc2V0ZWJvc3N0dWRpby5jb20lMkYlMjIlMkMlMjJyJTIyJTNBJTIyJTIyJTJDJTIyayUyMiUzQTI0JTJDJTIybiUyMiUzQSUyMlVURi04JTIyJTJDJTIybyUyMiUzQTAlMkMlMjJxJTIyJTNBJTVCJTdCJTIybSUyMiUzQSUyMnNldCUyMiUyQyUyMmElMjIlM0ElNUIlMjIwJTIyJTJDJTIyY29uZmlnJTIyJTJDJTdCJTIyc2NvcGUlMjIlM0ElMjJwYWdlJTIyJTdEJTVEJTdEJTJDJTdCJTIybSUyMiUzQSUyMnNldCUyMiUyQyUyMmElMjIlM0ElNUIlMjIxJTIyJTJDJTIyRy01TDAxMlA3V0UxJTIyJTJDJTdCJTIyc2NvcGUlMjIlM0ElMjJwYWdlJTIyJTdEJTVEJTdEJTVEJTdE/cdn-cgi/zaraz/s.js?z=JTdCJTIyZXhlY... https://setebosstudio.com/cdn-cgi/zaraz/s.js?z=JTdCJTIyZXhlY3V0ZWQlMjIlM0ElNUIlNUQlMkMlMjJ0JTIyJTNBJTIyU2V0ZWJvc1N0dWRpbyUyMCVFMiU4MCU5NCUyMEFJJTIwYXV0b21hdGlvbiUyMGZvciUyMHNlcnZpY2UlMjBidXNpbmVzc2VzJTIyJTJDJTIyeCUyMiUzQTAuNzgxMDkyMTMyMTExNjczOSUyQyUyMnclMjIlM0E0MTIlMkMlMjJoJTIyJTNBODIzJTJDJTIyaiUyMiUzQTEyMzclMkMlMjJlJTIyJTNBNjE5JTJDJTIybCUyMiUzQSUyMmh0dHBzJTNBJTJGJTJGc2V0ZWJvc3N0dWRpby5jb20lMkYlMjIlMkMlMjJyJTIyJTNBJTIyJTIyJTJDJTIyayUyMiUzQTI0JTJDJTIybiUyMiUzQSUyMlVURi04JTIyJTJDJTIybyUyMiUzQTAlMkMlMjJxJTIyJTNBJTVCJTdCJTIybSUyMiUzQSUyMnNldCUyMiUyQyUyMmElMjIlM0ElNUIlMjIwJTIyJTJDJTIyY29uZmlnJTIyJTJDJTdCJTIyc2NvcGUlMjIlM0ElMjJwYWdlJTIyJTdEJTVEJTdEJTJDJTdCJTIybSUyMiUzQSUyMnNldCUyMiUyQyUyMmElMjIlM0ElNUIlMjIxJTIyJTJDJTIyRy01TDAxMlA3V0UxJTIyJTJDJTdCJTIyc2NvcGUlMjIlM0ElMjJwYWdlJTIyJTdEJTVEJTdEJTVEJTdE — 200 — 4.7 KiB — 36 ms — h3https://setebosstudio.com/cdn-cgi/challenge-platform/h/b/scripts/jsd/e694063b5082/main.js?/cdn-cgi/challenge-platform/h/b/scr... https://setebosstudio.com/cdn-cgi/challenge-platform/h/b/scripts/jsd/e694063b5082/main.js? — 200 — 9.6 KiB — 27 ms — h3https://analytics.google.com/g/collect?v=2&tid=G-5L012P7WE1&gtm=45je68j0v9261361621za200zd9261361621&_p=1787413340770&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AAAAAGAC&are=1&cid=2108264216.1787413342&frm=0&pscdl=noapi&rcb=4&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=115938466~115938468~118897920~118897930~119367802~119367810~120213116~120315470~120385423&sid=1787413341&sct=1&seg=0&dl=https%3A%2F%2Fsetebosstudio.com%2F&dt=SetebosStudio%20%E2%80%94%20AI%20automation%20for%20service%20businesses&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=1294analytics.google.com/g/collect?v=2&... https://analytics.google.com/g/collect?v=2&tid=G-5L012P7WE1&gtm=45je68j0v9261361621za200zd9261361621&_p=1787413340770&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AAAAAGAC&are=1&cid=2108264216.1787413342&frm=0&pscdl=noapi&rcb=4&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=115938466~115938468~118897920~118897930~119367802~119367810~120213116~120315470~120385423&sid=1787413341&sct=1&seg=0&dl=https%3A%2F%2Fsetebosstudio.com%2F&dt=SetebosStudio%20%E2%80%94%20AI%20automation%20for%20service%20businesses&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=1294 — 204 — 549 B — 136 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-5L012P7WE1&cid=2108264216.1787413342&gtm=45je68j0v9261361621za200zd9261361621&rcb=4&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=115938466~115938468~118897920~118897930~119367802~119367810~120213116~120315470~120385423stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-5L012P7WE1&cid=2108264216.1787413342&gtm=45je68j0v9261361621za200zd9261361621&rcb=4&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=115938466~115938468~118897920~118897930~119367802~119367810~120213116~120315470~120385423 — 204 — 48 B — 64 ms — h2https://stats.g.doubleclick.net/g/collect?t=dc&aip=1&_r=3&v=1&_v=j86&tid=G-5L012P7WE1&cid=0c31b1ef-64c5-470b-87b0-3469d9030e57&_u=KGDAAEADQAAAAC%7E&z=2067017180stats.g.doubleclick.net/g/collect?t... https://stats.g.doubleclick.net/g/collect?t=dc&aip=1&_r=3&v=1&_v=j86&tid=G-5L012P7WE1&cid=0c31b1ef-64c5-470b-87b0-3469d9030e57&_u=KGDAAEADQAAAAC%7E&z=2067017180 — 204 — 549 B — 54 ms — h2https://www.google.com/ads/ga-audiences?t=sr&aip=1&_r=4&v=1&_v=j86&tid=G-5L012P7WE1&cid=0c31b1ef-64c5-470b-87b0-3469d9030e57&_u=KGDAAEADQAAAAC%7E&z=2067017180&slf_rd=1www.google.com/ads/ga-audiences?t=s... https://www.google.com/ads/ga-audiences?t=sr&aip=1&_r=4&v=1&_v=j86&tid=G-5L012P7WE1&cid=0c31b1ef-64c5-470b-87b0-3469d9030e57&_u=KGDAAEADQAAAAC%7E&z=2067017180&slf_rd=1 — 200 — 65 B — 55 ms — h3https://setebosstudio.com/cdn-cgi/challenge-platform/h/b/jsd/oneshot/e694063b5082/0.5187423759544791:1787410823:XoCbQivsiOQld3Rp_8LC9V2cBRpITweFTNUHW9MGcAk/a2f2fca1095917e0/cdn-cgi/challenge-platform/h/b/jsd... https://setebosstudio.com/cdn-cgi/challenge-platform/h/b/jsd/oneshot/e694063b5082/0.5187423759544791:1787410823:XoCbQivsiOQld3Rp_8LC9V2cBRpITweFTNUHW9MGcAk/a2f2fca1095917e0 — 200 — 1.1 KiB — 18 ms — h3https://setebosstudio.com/cdn-cgi/rum?/cdn-cgi/rum? https://setebosstudio.com/cdn-cgi/rum? — 204 — 455 B — 10 ms — h3https://setebosstudio.com/favicon.svg/favicon.svg https://setebosstudio.com/favicon.svg — 200 — 778 B — 476 ms — h3https://setebosstudio.com/favicon.svg/favicon.svg https://setebosstudio.com/favicon.svg — 200 — 0 B — 476 ms — h3https://setebosstudio.com/?_rsc=5CB68i4pnAekjehf/?_rsc=5CB68i4pnAekjehf https://setebosstudio.com/?_rsc=5CB68i4pnAekjehf — 200 — 973 B — 185 ms — h3https://setebosstudio.com/?_rsc=yIp22O3xgPPxC28X/?_rsc=yIp22O3xgPPxC28X https://setebosstudio.com/?_rsc=yIp22O3xgPPxC28X — 200 — 2.8 KiB — 180 ms — h3https://setebosstudio.com/?_rsc=8nTjltbQWvg6NcbE/?_rsc=8nTjltbQWvg6NcbE https://setebosstudio.com/?_rsc=8nTjltbQWvg6NcbE — 200 — 14.5 KiB — 328 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
1% of JavaScript execution is third-party
First-party Third-party 448ms · 185KB · $6/mo
Google Tag Manager
Tag Manager
Costly
Execution 448ms
Transfer 185 KB
Unused 41%
Monthly Cost $6/mo

These scripts may cost more than they're worth

  • Google Tag Manager adds 448ms and costs ~$6/month

Google Tag Manager takes 448ms 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
15 images, 17 KB total, 0 KB wasted
INFO

Image Optimization Audit

Total Images

15

Total Size

17 KB

15 missing dimensions 15 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