Skip to content
https://scenegenerator.io

Performance

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

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

79
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.
96
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.

980 ms

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

5.48 s

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

70 ms

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

0.002

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

980 ms

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.91 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
26
16 PASS 5 REVIEW 2 FIX
F
Page Weight Budget
Action
2.7 MB transferred, 68 requests
FIX
2.7 MB transferred, 68 requests
Warning::
Page weighs 4.1 MB (2.7 MB transferred)
Warning::
Images are 1.9 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.9 MB
Warning::
JavaScript is 658 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 658 KB
Info::
68 HTTP requests
Info::
Estimated 0.57 g CO2 per page load
2.7 MB / 2.4 MB budget
2.7 MB transferred
68 requests
0.57 g CO2 per page load
Images 1.9 MiB 72%
JavaScript 657.8 KiB 24%
Fonts 77.5 KiB 3%
CSS 26.3 KiB 1%
HTML 13.3 KiB 0%
Other 1.8 KiB 0%
Other 1.1 KiB 0%
0 2.4 MB 4.9 MB
Over budget

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

Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.

Why this matters

JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.

Source: web.dev

F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

C
JS Execution Cost
Action
1492ms total JS execution
REVIEW
1492ms total JS execution
Warning::
https://scenegenerator.io/assets/index-C8QKsFnE.js: 454ms CPU time
Warning::
https://scenegenerator.io/: 420ms CPU time
Warning::
Unattributable: 404ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-WBWN...: 149ms CPU time
Info::
https://accounts.google.com/gsi/client: 64ms CPU time
Info::
Third-party scripts: 214ms (14% of total)

Main Thread Breakdown

Script Evaluation 39% Other 37% Style & Layout 14% Script Parsing & Compilation 4% Rendering 4%
ScriptTotalScriptingParse/CompileParty
https://scenegenerator.io/assets/index-C8QKsFnE.js454ms429ms2ms1st
https://scenegenerator.io/420ms15ms3ms1st
Unattributable404ms10ms0ms1st
https://www.googletagmanager.com/gtag/js?id=G-WBWNQD3NQ9149ms114ms34ms3rd
https://accounts.google.com/gsi/client64ms47ms17ms3rd
C
JS Bundles
Action
43 scripts, 294 KB unused
REVIEW
43 scripts, 294 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=G-WBWN...: 91 KB unused (55%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://scenegenerator.io/assets/index-C8QKsFnE.js: 74 KB unused (51%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://accounts.google.com/gsi/client: 73 KB unused (75%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://scenegenerator.io/assets/messages-AhUplvUH...: 56 KB unused (63%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 294 KB
294 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=G-WBWNQD3NQ9166 KB91 KB (55%)3rd
https://scenegenerator.io/assets/index-C8QKsFnE.js147 KB74 KB (51%)1st
https://accounts.google.com/gsi/client97 KB73 KB (75%)3rd
https://scenegenerator.io/assets/messages-AhUplvUH.js100 KB56 KB (63%)1st
https://scenegenerator.io/assets/images-DXZg_xVi.js1 KB1st
https://scenegenerator.io/assets/button-BEOHawhc.js5 KB1st
https://scenegenerator.io/assets/useQuery-CgbPDxkB.js8 KB1st
https://scenegenerator.io/assets/useMutation-Cj1N-EkH.js2 KB1st
https://scenegenerator.io/assets/useStore-B4GNwqYv.js7 KB1st
https://scenegenerator.io/assets/navigation-B_wi99t_.js3 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

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
No Cache-Control header on main HTML response
REVIEW
No Cache-Control header on main HTML response
Info::
Main HTML response has no Cache-Control header
Without an explicit Cache-Control, browsers fall back to heuristic caching (~10% of Last-Modified age). Set `Cache-Control: no-cache` or `max-age=300` for HTML to control freshness explicitly -- prevents stale auth state and SPA shell drift.
B
Server-Timing Observability
No Server-Timing header found
REVIEW
No Server-Timing header found
Info::
No Server-Timing header found
Server-Timing exposes backend timing breakdowns to browser DevTools (e.g., `db: 45ms; render: 120ms; cache: 2ms`). Useful for diagnosing slow pages without backend log access. Most modern frameworks (Next.js, Cloudflare Workers, Fastly) emit it automatically; absence on a managed platform usually means telemetry headers are stripped at the edge.
C
Page Weight Inventory
Action
68 resources · 2.7 MB · 294 KB savings available
REVIEW
68 resources · 2.7 MB · 294 KB savings available
Warning::
Page weight 2.7 MB exceeds 1 MB target by 1.7 MB
Got: 2.7 MB Expected: ≤ 1 MB
Info::
~294 KB of savings available
Info::
3 third-party resources (10% of weight)
Info::
2 resources over 200KB
68 resources · 2.7 MiB · 3 third-party 1.7 MiB over 1MB target
Image 72% · 1.9 MiB
JavaScript 24% · 657.8 KiB
Font 3% · 77.5 KiB
CSS 1% · 26.3 KiB
Document 0% · 13.3 KiB
Other 0% · 1.8 KiB

~294.2 KiB of savings available

Remove unused JavaScript: 294.2 KiB
A+
Third-Party Impact
10% third-party, 0 ms blocking
PASS
10% third-party, 0 ms blocking
Info::
Third-party code accounts for 10% of page weight (263.7 KiB of 2.7 MiB)
Info::
Third-party blocking time is low (0 ms)
90%
First-party Third-party
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
16 images, 0 KB saveable
PASS
16 images, 0 KB saveable
Info::
All images are well-optimized
16 images 1.9 MB
0 oversized -0 KB
1 legacy format
0 missing dimensions CLS risk
A+
Font Loading
2 fonts (77 KB)
PASS
2 fonts (77 KB)
Info::
2 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

2

77 KB total

Render-blocking

0

of 2

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 FCP 980 ms LCP 5.5 shttps://scenegenerator.io/assets/bricolage-grotesque-latin-wght-normal-DLoelf7F.woff2bricolage-grotesque-lat... https://scenegenerator.io/assets/bricolage-grotesque-latin-wght-normal-DLoelf7F.woff2 — 40.9 KiB — 202 ms — font-display: swaphttps://scenegenerator.io/assets/dm-sans-latin-wght-normal-Xz1IZZA0.woff2dm-sans-latin-wght-norm... https://scenegenerator.io/assets/dm-sans-latin-wght-normal-Xz1IZZA0.woff2 — 36.6 KiB — 163 ms — font-display: swap
bricolage-grotesque-lat... woff2 swap
Size 41 KB
Load time 202 ms
Start 220 ms
Risk FOUT — text flashes from fallback to web font
dm-sans-latin-wght-norm... woff2 swap
Size 37 KB
Load time 163 ms
Start 220 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
5 hints, 0 missing preconnects
PASS
5 hints, 0 missing preconnects
Info::
Page uses 5 resource hint(s)

Current Resource Hints

preconnect
preload
5
dns-prefetch
prefetch

5 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 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: br` 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+
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

Network Waterfall
68 requests over 1620ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 980 ms LCP 5.5 shttps://scenegenerator.io// https://scenegenerator.io/ — 200 — 13.3 KiB — 116 ms — h2https://scenegenerator.io/logo.svg/logo.svg https://scenegenerator.io/logo.svg — 200 — 1.0 KiB — 31 ms — h2https://scenegenerator.io/imgs/models/samples/seedream-5-0-pro-lumen-serum.webp/imgs/models/samples/seedream-5-0-p... https://scenegenerator.io/imgs/models/samples/seedream-5-0-pro-lumen-serum.webp — 200 — 199.8 KiB — 260 ms — h2https://scenegenerator.io/assets/index-CULmjZvy.css/assets/index-CULmjZvy.css https://scenegenerator.io/assets/index-CULmjZvy.css — 200 — 25.6 KiB — 43 ms — h2https://scenegenerator.io/assets/index-C8QKsFnE.js/assets/index-C8QKsFnE.js https://scenegenerator.io/assets/index-C8QKsFnE.js — 200 — 146.9 KiB — 254 ms — h2https://scenegenerator.io/assets/jsx-runtime-C27Mmbu5.js/assets/jsx-runtime-C27Mmbu5.js https://scenegenerator.io/assets/jsx-runtime-C27Mmbu5.js — 200 — 3.6 KiB — 178 ms — h2https://scenegenerator.io/assets/preload-helper-zJ_50EbN.js/assets/preload-helper-zJ_50EbN.js https://scenegenerator.io/assets/preload-helper-zJ_50EbN.js — 200 — 1.0 KiB — 178 ms — h2https://scenegenerator.io/assets/button-BEOHawhc.js/assets/button-BEOHawhc.js https://scenegenerator.io/assets/button-BEOHawhc.js — 200 — 5.4 KiB — 177 ms — h2https://scenegenerator.io/assets/client-BHyz-Spp.js/assets/client-BHyz-Spp.js https://scenegenerator.io/assets/client-BHyz-Spp.js — 200 — 12.6 KiB — 177 ms — h2https://scenegenerator.io/assets/messages-AhUplvUH.js/assets/messages-AhUplvUH.js https://scenegenerator.io/assets/messages-AhUplvUH.js — 200 — 99.5 KiB — 252 ms — h2https://scenegenerator.io/assets/useQuery-CgbPDxkB.js/assets/useQuery-CgbPDxkB.js https://scenegenerator.io/assets/useQuery-CgbPDxkB.js — 200 — 8.4 KiB — 240 ms — h2https://scenegenerator.io/assets/useMutation-Cj1N-EkH.js/assets/useMutation-Cj1N-EkH.js https://scenegenerator.io/assets/useMutation-Cj1N-EkH.js — 200 — 2.1 KiB — 240 ms — h2https://scenegenerator.io/assets/useStore-B4GNwqYv.js/assets/useStore-B4GNwqYv.js https://scenegenerator.io/assets/useStore-B4GNwqYv.js — 200 — 6.7 KiB — 240 ms — h2https://scenegenerator.io/assets/navigation-B_wi99t_.js/assets/navigation-B_wi99t_.js https://scenegenerator.io/assets/navigation-B_wi99t_.js — 200 — 2.9 KiB — 240 ms — h2https://scenegenerator.io/assets/matchContext-BvFX7iVu.js/assets/matchContext-BvFX7iVu.js https://scenegenerator.io/assets/matchContext-BvFX7iVu.js — 200 — 766 B — 240 ms — h2https://scenegenerator.io/assets/utils-DXalBF5w.js/assets/utils-DXalBF5w.js https://scenegenerator.io/assets/utils-DXalBF5w.js — 200 — 8.8 KiB — 240 ms — h2https://scenegenerator.io/assets/createLucideIcon-yqNWVwE6.js/assets/createLucideIcon-yqNWVwE6.j... https://scenegenerator.io/assets/createLucideIcon-yqNWVwE6.js — 200 — 1.1 KiB — 240 ms — h2https://scenegenerator.io/assets/arrow-left-CP55kynp.js/assets/arrow-left-CP55kynp.js https://scenegenerator.io/assets/arrow-left-CP55kynp.js — 200 — 458 B — 240 ms — h2https://scenegenerator.io/assets/arrow-right-ufNOYbUR.js/assets/arrow-right-ufNOYbUR.js https://scenegenerator.io/assets/arrow-right-ufNOYbUR.js — 200 — 460 B — 240 ms — h2https://scenegenerator.io/assets/header-BcQvS4aj.js/assets/header-BcQvS4aj.js https://scenegenerator.io/assets/header-BcQvS4aj.js — 200 — 4.8 KiB — 240 ms — h2https://scenegenerator.io/assets/check-ZWjM1OPY.js/assets/check-ZWjM1OPY.js https://scenegenerator.io/assets/check-ZWjM1OPY.js — 200 — 444 B — 240 ms — h2https://scenegenerator.io/assets/chevron-down-DM200Jqj.js/assets/chevron-down-DM200Jqj.js https://scenegenerator.io/assets/chevron-down-DM200Jqj.js — 200 — 457 B — 240 ms — h2https://scenegenerator.io/assets/image-plus-a-8C1If_.js/assets/image-plus-a-8C1If_.js https://scenegenerator.io/assets/image-plus-a-8C1If_.js — 200 — 642 B — 240 ms — h2https://scenegenerator.io/assets/copy-BVbK0L1b.js/assets/copy-BVbK0L1b.js https://scenegenerator.io/assets/copy-BVbK0L1b.js — 200 — 510 B — 240 ms — h2https://scenegenerator.io/assets/images-DXZg_xVi.js/assets/images-DXZg_xVi.js https://scenegenerator.io/assets/images-DXZg_xVi.js — 200 — 550 B — 240 ms — h2https://scenegenerator.io/assets/sheet-B3NoG3Rr.js/assets/sheet-B3NoG3Rr.js https://scenegenerator.io/assets/sheet-B3NoG3Rr.js — 200 — 3.2 KiB — 240 ms — h2https://scenegenerator.io/assets/x-CU_yILff.js/assets/x-CU_yILff.js https://scenegenerator.io/assets/x-CU_yILff.js — 200 — 458 B — 240 ms — h2https://scenegenerator.io/assets/react-dom-BGozS2fx.js/assets/react-dom-BGozS2fx.js https://scenegenerator.io/assets/react-dom-BGozS2fx.js — 200 — 1.7 KiB — 240 ms — h2https://scenegenerator.io/assets/dist-CQPgxAub.js/assets/dist-CQPgxAub.js https://scenegenerator.io/assets/dist-CQPgxAub.js — 200 — 9.8 KiB — 240 ms — h2https://scenegenerator.io/assets/config-DFna6akv.js/assets/config-DFna6akv.js https://scenegenerator.io/assets/config-DFna6akv.js — 200 — 1.5 KiB — 240 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 980 ms LCP 5.5 shttps://scenegenerator.io// https://scenegenerator.io/ — 200 — 13.3 KiB — 116 ms — h2https://scenegenerator.io/logo.svg/logo.svg https://scenegenerator.io/logo.svg — 200 — 1.0 KiB — 31 ms — h2https://scenegenerator.io/imgs/models/samples/seedream-5-0-pro-lumen-serum.webp/imgs/models/samples/seedream-5-0-p... https://scenegenerator.io/imgs/models/samples/seedream-5-0-pro-lumen-serum.webp — 200 — 199.8 KiB — 260 ms — h2https://scenegenerator.io/assets/index-CULmjZvy.css/assets/index-CULmjZvy.css https://scenegenerator.io/assets/index-CULmjZvy.css — 200 — 25.6 KiB — 43 ms — h2https://scenegenerator.io/assets/index-C8QKsFnE.js/assets/index-C8QKsFnE.js https://scenegenerator.io/assets/index-C8QKsFnE.js — 200 — 146.9 KiB — 254 ms — h2https://scenegenerator.io/assets/jsx-runtime-C27Mmbu5.js/assets/jsx-runtime-C27Mmbu5.js https://scenegenerator.io/assets/jsx-runtime-C27Mmbu5.js — 200 — 3.6 KiB — 178 ms — h2https://scenegenerator.io/assets/preload-helper-zJ_50EbN.js/assets/preload-helper-zJ_50EbN.js https://scenegenerator.io/assets/preload-helper-zJ_50EbN.js — 200 — 1.0 KiB — 178 ms — h2https://scenegenerator.io/assets/button-BEOHawhc.js/assets/button-BEOHawhc.js https://scenegenerator.io/assets/button-BEOHawhc.js — 200 — 5.4 KiB — 177 ms — h2https://scenegenerator.io/assets/client-BHyz-Spp.js/assets/client-BHyz-Spp.js https://scenegenerator.io/assets/client-BHyz-Spp.js — 200 — 12.6 KiB — 177 ms — h2https://scenegenerator.io/assets/messages-AhUplvUH.js/assets/messages-AhUplvUH.js https://scenegenerator.io/assets/messages-AhUplvUH.js — 200 — 99.5 KiB — 252 ms — h2https://scenegenerator.io/assets/useQuery-CgbPDxkB.js/assets/useQuery-CgbPDxkB.js https://scenegenerator.io/assets/useQuery-CgbPDxkB.js — 200 — 8.4 KiB — 240 ms — h2https://scenegenerator.io/assets/useMutation-Cj1N-EkH.js/assets/useMutation-Cj1N-EkH.js https://scenegenerator.io/assets/useMutation-Cj1N-EkH.js — 200 — 2.1 KiB — 240 ms — h2https://scenegenerator.io/assets/useStore-B4GNwqYv.js/assets/useStore-B4GNwqYv.js https://scenegenerator.io/assets/useStore-B4GNwqYv.js — 200 — 6.7 KiB — 240 ms — h2https://scenegenerator.io/assets/navigation-B_wi99t_.js/assets/navigation-B_wi99t_.js https://scenegenerator.io/assets/navigation-B_wi99t_.js — 200 — 2.9 KiB — 240 ms — h2https://scenegenerator.io/assets/matchContext-BvFX7iVu.js/assets/matchContext-BvFX7iVu.js https://scenegenerator.io/assets/matchContext-BvFX7iVu.js — 200 — 766 B — 240 ms — h2https://scenegenerator.io/assets/utils-DXalBF5w.js/assets/utils-DXalBF5w.js https://scenegenerator.io/assets/utils-DXalBF5w.js — 200 — 8.8 KiB — 240 ms — h2https://scenegenerator.io/assets/createLucideIcon-yqNWVwE6.js/assets/createLucideIcon-yqNWVwE6.j... https://scenegenerator.io/assets/createLucideIcon-yqNWVwE6.js — 200 — 1.1 KiB — 240 ms — h2https://scenegenerator.io/assets/arrow-left-CP55kynp.js/assets/arrow-left-CP55kynp.js https://scenegenerator.io/assets/arrow-left-CP55kynp.js — 200 — 458 B — 240 ms — h2https://scenegenerator.io/assets/arrow-right-ufNOYbUR.js/assets/arrow-right-ufNOYbUR.js https://scenegenerator.io/assets/arrow-right-ufNOYbUR.js — 200 — 460 B — 240 ms — h2https://scenegenerator.io/assets/header-BcQvS4aj.js/assets/header-BcQvS4aj.js https://scenegenerator.io/assets/header-BcQvS4aj.js — 200 — 4.8 KiB — 240 ms — h2https://scenegenerator.io/assets/check-ZWjM1OPY.js/assets/check-ZWjM1OPY.js https://scenegenerator.io/assets/check-ZWjM1OPY.js — 200 — 444 B — 240 ms — h2https://scenegenerator.io/assets/chevron-down-DM200Jqj.js/assets/chevron-down-DM200Jqj.js https://scenegenerator.io/assets/chevron-down-DM200Jqj.js — 200 — 457 B — 240 ms — h2https://scenegenerator.io/assets/image-plus-a-8C1If_.js/assets/image-plus-a-8C1If_.js https://scenegenerator.io/assets/image-plus-a-8C1If_.js — 200 — 642 B — 240 ms — h2https://scenegenerator.io/assets/copy-BVbK0L1b.js/assets/copy-BVbK0L1b.js https://scenegenerator.io/assets/copy-BVbK0L1b.js — 200 — 510 B — 240 ms — h2https://scenegenerator.io/assets/images-DXZg_xVi.js/assets/images-DXZg_xVi.js https://scenegenerator.io/assets/images-DXZg_xVi.js — 200 — 550 B — 240 ms — h2https://scenegenerator.io/assets/sheet-B3NoG3Rr.js/assets/sheet-B3NoG3Rr.js https://scenegenerator.io/assets/sheet-B3NoG3Rr.js — 200 — 3.2 KiB — 240 ms — h2https://scenegenerator.io/assets/x-CU_yILff.js/assets/x-CU_yILff.js https://scenegenerator.io/assets/x-CU_yILff.js — 200 — 458 B — 240 ms — h2https://scenegenerator.io/assets/react-dom-BGozS2fx.js/assets/react-dom-BGozS2fx.js https://scenegenerator.io/assets/react-dom-BGozS2fx.js — 200 — 1.7 KiB — 240 ms — h2https://scenegenerator.io/assets/dist-CQPgxAub.js/assets/dist-CQPgxAub.js https://scenegenerator.io/assets/dist-CQPgxAub.js — 200 — 9.8 KiB — 240 ms — h2https://scenegenerator.io/assets/config-DFna6akv.js/assets/config-DFna6akv.js https://scenegenerator.io/assets/config-DFna6akv.js — 200 — 1.5 KiB — 240 ms — h2https://scenegenerator.io/assets/dynamic-ClDaGCRI.js/assets/dynamic-ClDaGCRI.js https://scenegenerator.io/assets/dynamic-ClDaGCRI.js — 200 — 437 B — 240 ms — h2https://scenegenerator.io/assets/api-client-35NERPCw.js/assets/api-client-35NERPCw.js https://scenegenerator.io/assets/api-client-35NERPCw.js — 200 — 829 B — 240 ms — h2https://scenegenerator.io/assets/redirect-Dt8aV1RX.js/assets/redirect-Dt8aV1RX.js https://scenegenerator.io/assets/redirect-Dt8aV1RX.js — 200 — 919 B — 240 ms — h2https://scenegenerator.io/assets/routes-BFGNNbAJ.js/assets/routes-BFGNNbAJ.js https://scenegenerator.io/assets/routes-BFGNNbAJ.js — 200 — 7.8 KiB — 240 ms — h2https://scenegenerator.io/assets/dialog-CtZ9FFNv.js/assets/dialog-CtZ9FFNv.js https://scenegenerator.io/assets/dialog-CtZ9FFNv.js — 200 — 1.7 KiB — 241 ms — h2https://scenegenerator.io/assets/arrow-up-right-RrEP6BtO.js/assets/arrow-up-right-RrEP6BtO.js https://scenegenerator.io/assets/arrow-up-right-RrEP6BtO.js — 200 — 451 B — 241 ms — h2https://scenegenerator.io/assets/chevron-right-BmaAqjIp.js/assets/chevron-right-BmaAqjIp.js https://scenegenerator.io/assets/chevron-right-BmaAqjIp.js — 200 — 450 B — 241 ms — h2https://scenegenerator.io/assets/zap-C3HDrbtp.js/assets/zap-C3HDrbtp.js https://scenegenerator.io/assets/zap-C3HDrbtp.js — 200 — 530 B — 240 ms — h2https://scenegenerator.io/imgs/models/samples/nano-banana-pro-tea-packaging.webp/imgs/models/samples/nano-banana-pr... https://scenegenerator.io/imgs/models/samples/nano-banana-pro-tea-packaging.webp — 200 — 164.3 KiB — 248 ms — h2https://scenegenerator.io/imgs/models/samples/gpt-image-2-editorial-cover.webp/imgs/models/samples/gpt-image-2-ed... https://scenegenerator.io/imgs/models/samples/gpt-image-2-editorial-cover.webp — 200 — 51.8 KiB — 246 ms — h2https://scenegenerator.io/imgs/models/samples/gpt-image-2-workflow.webp/imgs/models/samples/gpt-image-2-wo... https://scenegenerator.io/imgs/models/samples/gpt-image-2-workflow.webp — 200 — 45.1 KiB — 247 ms — h2https://scenegenerator.io/assets/bricolage-grotesque-latin-wght-normal-DLoelf7F.woff2/assets/bricolage-grotesque-latin-w... https://scenegenerator.io/assets/bricolage-grotesque-latin-wght-normal-DLoelf7F.woff2 — 200 — 40.9 KiB — 202 ms — h3https://scenegenerator.io/assets/dm-sans-latin-wght-normal-Xz1IZZA0.woff2/assets/dm-sans-latin-wght-normal-X... https://scenegenerator.io/assets/dm-sans-latin-wght-normal-Xz1IZZA0.woff2 — 200 — 36.6 KiB — 163 ms — h3https://scenegenerator.io/imgs/illustration-posters/corporate-finance-training-en.webp/imgs/illustration-posters/corporat... https://scenegenerator.io/imgs/illustration-posters/corporate-finance-training-en.webp — 200 — 327.3 KiB — 227 ms — h3https://scenegenerator.io/imgs/banner-generator/aurelia-website-hero.webp/imgs/banner-generator/aurelia-webs... https://scenegenerator.io/imgs/banner-generator/aurelia-website-hero.webp — 200 — 125.6 KiB — 216 ms — h3https://scenegenerator.io/imgs/event-visual-kit/connected-futures.webp/imgs/event-visual-kit/connected-fu... https://scenegenerator.io/imgs/event-visual-kit/connected-futures.webp — 200 — 212.8 KiB — 225 ms — h3https://scenegenerator.io/imgs/tools-v2/background-shoe-before.webp/imgs/tools-v2/background-shoe-befo... https://scenegenerator.io/imgs/tools-v2/background-shoe-before.webp — 200 — 105.5 KiB — 213 ms — h3https://scenegenerator.io/imgs/tools-v2/background-shoe-after.webp/imgs/tools-v2/background-shoe-afte... https://scenegenerator.io/imgs/tools-v2/background-shoe-after.webp — 200 — 59.0 KiB — 195 ms — h3https://scenegenerator.io/imgs/tools-v2/upscale-butterfly-before.webp/imgs/tools-v2/upscale-butterfly-be... https://scenegenerator.io/imgs/tools-v2/upscale-butterfly-before.webp — 200 — 17.2 KiB — 151 ms — h3https://scenegenerator.io/imgs/tools-v2/upscale-butterfly-after.webp/imgs/tools-v2/upscale-butterfly-af... https://scenegenerator.io/imgs/tools-v2/upscale-butterfly-after.webp — 200 — 199.6 KiB — 223 ms — h3https://scenegenerator.io/imgs/tools-v2/expand-cabin-before.webp/imgs/tools-v2/expand-cabin-before.... https://scenegenerator.io/imgs/tools-v2/expand-cabin-before.webp — 200 — 116.1 KiB — 213 ms — h3https://scenegenerator.io/imgs/tools-v2/expand-cabin-after.webp/imgs/tools-v2/expand-cabin-after.w... https://scenegenerator.io/imgs/tools-v2/expand-cabin-after.webp — 200 — 183.5 KiB — 222 ms — h3https://scenegenerator.io/imgs/tools-v2/style-portrait-before.webp/imgs/tools-v2/style-portrait-befor... https://scenegenerator.io/imgs/tools-v2/style-portrait-before.webp — 200 — 43.1 KiB — 192 ms — h3https://scenegenerator.io/imgs/tools-v2/style-portrait-after.webp/imgs/tools-v2/style-portrait-after... https://scenegenerator.io/imgs/tools-v2/style-portrait-after.webp — 200 — 133.4 KiB — 215 ms — h3https://scenegenerator.io/assets/with-selector-DpfNsvDm.js/assets/with-selector-DpfNsvDm.js https://scenegenerator.io/assets/with-selector-DpfNsvDm.js — 200 — 1.2 KiB — 29 ms — h3https://scenegenerator.io/assets/DialogTitle-9zIEavBk.js/assets/DialogTitle-9zIEavBk.js https://scenegenerator.io/assets/DialogTitle-9zIEavBk.js — 200 — 22.6 KiB — 32 ms — h3https://scenegenerator.io/assets/avatar-VE9xVLB4.js/assets/avatar-VE9xVLB4.js https://scenegenerator.io/assets/avatar-VE9xVLB4.js — 200 — 1.7 KiB — 30 ms — h3https://scenegenerator.io/assets/dropdown-menu-DWL2HAyW.js/assets/dropdown-menu-DWL2HAyW.js https://scenegenerator.io/assets/dropdown-menu-DWL2HAyW.js — 200 — 13.6 KiB — 36 ms — h3https://scenegenerator.io/assets/owner-CiBxQNZG.js/assets/owner-CiBxQNZG.js https://scenegenerator.io/assets/owner-CiBxQNZG.js — 200 — 2.1 KiB — 25 ms — h3https://scenegenerator.io/assets/getPseudoElementBounds-DxIwj7qv.js/assets/getPseudoElementBounds-DxIw... https://scenegenerator.io/assets/getPseudoElementBounds-DxIwj7qv.js — 200 — 15.0 KiB — 27 ms — h3https://scenegenerator.io/assets/Separator-DhcDjsVT.js/assets/Separator-DhcDjsVT.js https://scenegenerator.io/assets/Separator-DhcDjsVT.js — 200 — 725 B — 28 ms — h3https://scenegenerator.io/favicon.svg/favicon.svg https://scenegenerator.io/favicon.svg — 200 — 1.1 KiB — 25 ms — h3https://scenegenerator.io/api/auth/get-session/api/auth/get-session https://scenegenerator.io/api/auth/get-session — 200 — 419 B — 486 ms — h3https://scenegenerator.io/api/config/public/api/config/public https://scenegenerator.io/api/config/public — 200 — 761 B — 688 ms — h3https://scenegenerator.io/_serverFn/cbd81923ae1249d4c007f69579597cf1e79f1f7b8675cc608ba82e8926b5bb59/_serverFn/cbd81923ae1249d4c007f695... https://scenegenerator.io/_serverFn/cbd81923ae1249d4c007f69579597cf1e79f1f7b8675cc608ba82e8926b5bb59 — 200 — 621 B — 678 ms — h3https://www.googletagmanager.com/gtag/js?id=G-WBWNQD3NQ9www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-WBWNQD3NQ9 — 200 — 165.9 KiB — 287 ms — h2https://accounts.google.com/gsi/clientaccounts.google.com/gsi/client https://accounts.google.com/gsi/client — 200 — 97.1 KiB — 200 ms — h2https://accounts.google.com/gsi/styleaccounts.google.com/gsi/style https://accounts.google.com/gsi/style — 200 — 643 B — 48 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
14% of JavaScript execution is third-party
First-party Third-party 214ms · 263KB · €4/mo
Google Tag Manager
Tag Manager
Optional
Execution 149ms
Transfer 166 KB
Unused 55%
Monthly Cost €3/mo
accounts.google.com
Other
Optional
Execution 64ms
Transfer 97 KB
Unused 75%
Monthly Cost €1/mo

55% of Google Tag Manager's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

75% of accounts.google.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

How third-party costs are calculated

Image Optimization
36 images, 1828 KB total, 1069 KB wasted
INFO

Image Optimization Audit

Total Images

36

Total Size

1828 KB

Oversized

7

Wasted

1069 KB

29 missing dimensions 5 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