Skip to content
https://scenegenerator.io

Performance

· 21 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
88
GRADE
B
FIX
2
REVIEW
4
PASS
13
INFO
2

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

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

1.23 s

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

1.68 s

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

0 ms

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

0.001

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

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

1.69 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
21
13 PASS 4 REVIEW 2 FIX
F
Page Weight Budget
Action
4.1 MB transferred, 81 requests
FIX
4.1 MB transferred, 81 requests
Critical::
Page weighs 5.5 MB (4.1 MB transferred)
Warning::
Images are 3.3 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 3.3 MB
Warning::
JavaScript is 663 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 663 KB
Info::
81 HTTP requests
Info::
Estimated 0.86 g CO2 per page load
4.1 MB / 2.4 MB budget
4.1 MB transferred
81 requests
0.86 g CO2 per page load
Images 3.3 MiB 81%
JavaScript 663.3 KiB 16%
Fonts 77.4 KiB 2%
CSS 26.4 KiB 1%
HTML 13.4 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 Bundles
Action
43 scripts, 291 KB unused
REVIEW
43 scripts, 291 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=G-WBWN...: 89 KB unused (54%)
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: 72 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: 291 KB
291 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=G-WBWNQD3NQ9166 KB89 KB (54%)3rd
https://scenegenerator.io/assets/index-C8QKsFnE.js147 KB74 KB (51%)1st
https://accounts.google.com/gsi/client97 KB72 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.js6 KB1st
https://scenegenerator.io/assets/useQuery-CgbPDxkB.js9 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
81 resources · 4.1 MB · 291 KB savings available
REVIEW
81 resources · 4.1 MB · 291 KB savings available
Warning::
Page weight 4.1 MB exceeds 1 MB target by 3.1 MB
Got: 4.1 MB Expected: ≤ 1 MB
Info::
~291 KB of savings available
Info::
4 third-party resources (6% of weight)
Info::
5 resources over 200KB
81 resources · 4.1 MiB · 4 third-party 3.1 MiB over 1MB target
Image 81% · 3.3 MiB
JavaScript 16% · 663.3 KiB
Font 2% · 77.4 KiB
CSS 1% · 26.4 KiB
Document 0% · 13.4 KiB
Other 0% · 1.8 KiB

~291.5 KiB of savings available

Remove unused JavaScript: 291.5 KiB
A+
Third-Party Impact
6% third-party, 0 ms blocking
PASS
6% third-party, 0 ms blocking
Info::
Third-party code accounts for 6% of page weight (264.1 KiB of 4.1 MiB)
Info::
Third-party blocking time is low (0 ms)
94%
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
29 images, 0 KB saveable
PASS
29 images, 0 KB saveable
Info::
All images are well-optimized
29 images 3.3 MB
0 oversized -0 KB
2 legacy format
0 missing dimensions CLS risk
A+
JS Execution Cost
387ms total JS execution
PASS
387ms total JS execution
Info::
https://scenegenerator.io/: 146ms CPU time
Info::
Unattributable: 123ms CPU time
Info::
https://scenegenerator.io/assets/index-C8QKsFnE.js: 118ms CPU time

Main Thread Breakdown

Script Evaluation 36% Other 35% Style & Layout 20% Rendering 4% Script Parsing & Compilation 4%
ScriptTotalScriptingParse/CompileParty
https://scenegenerator.io/146ms7ms1ms1st
Unattributable123ms4ms0ms1st
https://scenegenerator.io/assets/index-C8QKsFnE.js118ms113ms0ms1st
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 500 ms 1.0 s 1.5 s FCP 1.2 s LCP 1.7 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 — 130 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 — 101 ms — font-display: swap
bricolage-grotesque-lat... woff2 swap
Size 41 KB
Load time 130 ms
Start 301 ms
Risk FOUT — text flashes from fallback to web font
dm-sans-latin-wght-norm... woff2 swap
Size 37 KB
Load time 101 ms
Start 302 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
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
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+
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
81 requests over 1743ms
INFO
0 ms 500 ms 1.0 s 1.5 s FCP 1.2 s LCP 1.7 shttps://scenegenerator.io// https://scenegenerator.io/ — 200 — 13.4 KiB — 95 ms — h3https://scenegenerator.io/logo.svg/logo.svg https://scenegenerator.io/logo.svg — 200 — 1.2 KiB — 39 ms — h3https://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 — 171 ms — h3https://scenegenerator.io/assets/index-CULmjZvy.css/assets/index-CULmjZvy.css https://scenegenerator.io/assets/index-CULmjZvy.css — 200 — 25.8 KiB — 134 ms — h3https://scenegenerator.io/assets/index-C8QKsFnE.js/assets/index-C8QKsFnE.js https://scenegenerator.io/assets/index-C8QKsFnE.js — 200 — 146.6 KiB — 165 ms — h3https://scenegenerator.io/assets/jsx-runtime-C27Mmbu5.js/assets/jsx-runtime-C27Mmbu5.js https://scenegenerator.io/assets/jsx-runtime-C27Mmbu5.js — 200 — 3.8 KiB — 99 ms — h3https://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.2 KiB — 68 ms — h3https://scenegenerator.io/assets/button-BEOHawhc.js/assets/button-BEOHawhc.js https://scenegenerator.io/assets/button-BEOHawhc.js — 200 — 5.5 KiB — 116 ms — h3https://scenegenerator.io/assets/client-BHyz-Spp.js/assets/client-BHyz-Spp.js https://scenegenerator.io/assets/client-BHyz-Spp.js — 200 — 12.8 KiB — 124 ms — h3https://scenegenerator.io/assets/messages-AhUplvUH.js/assets/messages-AhUplvUH.js https://scenegenerator.io/assets/messages-AhUplvUH.js — 200 — 99.6 KiB — 158 ms — h3https://scenegenerator.io/assets/useQuery-CgbPDxkB.js/assets/useQuery-CgbPDxkB.js https://scenegenerator.io/assets/useQuery-CgbPDxkB.js — 200 — 8.5 KiB — 120 ms — h3https://scenegenerator.io/assets/useMutation-Cj1N-EkH.js/assets/useMutation-Cj1N-EkH.js https://scenegenerator.io/assets/useMutation-Cj1N-EkH.js — 200 — 2.3 KiB — 107 ms — h3https://scenegenerator.io/assets/useStore-B4GNwqYv.js/assets/useStore-B4GNwqYv.js https://scenegenerator.io/assets/useStore-B4GNwqYv.js — 200 — 6.9 KiB — 117 ms — h3https://scenegenerator.io/assets/navigation-B_wi99t_.js/assets/navigation-B_wi99t_.js https://scenegenerator.io/assets/navigation-B_wi99t_.js — 200 — 3.0 KiB — 107 ms — h3https://scenegenerator.io/assets/matchContext-BvFX7iVu.js/assets/matchContext-BvFX7iVu.js https://scenegenerator.io/assets/matchContext-BvFX7iVu.js — 200 — 957 B — 80 ms — h3https://scenegenerator.io/assets/utils-DXalBF5w.js/assets/utils-DXalBF5w.js https://scenegenerator.io/assets/utils-DXalBF5w.js — 200 — 9.0 KiB — 119 ms — h3https://scenegenerator.io/assets/createLucideIcon-yqNWVwE6.js/assets/createLucideIcon-yqNWVwE6.j... https://scenegenerator.io/assets/createLucideIcon-yqNWVwE6.js — 200 — 1.2 KiB — 85 ms — h3https://scenegenerator.io/assets/arrow-left-CP55kynp.js/assets/arrow-left-CP55kynp.js https://scenegenerator.io/assets/arrow-left-CP55kynp.js — 200 — 653 B — 85 ms — h3https://scenegenerator.io/assets/arrow-right-ufNOYbUR.js/assets/arrow-right-ufNOYbUR.js https://scenegenerator.io/assets/arrow-right-ufNOYbUR.js — 200 — 648 B — 86 ms — h3https://scenegenerator.io/assets/header-BcQvS4aj.js/assets/header-BcQvS4aj.js https://scenegenerator.io/assets/header-BcQvS4aj.js — 200 — 5.0 KiB — 116 ms — h3https://scenegenerator.io/assets/check-ZWjM1OPY.js/assets/check-ZWjM1OPY.js https://scenegenerator.io/assets/check-ZWjM1OPY.js — 200 — 634 B — 92 ms — h3https://scenegenerator.io/assets/chevron-down-DM200Jqj.js/assets/chevron-down-DM200Jqj.js https://scenegenerator.io/assets/chevron-down-DM200Jqj.js — 200 — 621 B — 93 ms — h3https://scenegenerator.io/assets/image-plus-a-8C1If_.js/assets/image-plus-a-8C1If_.js https://scenegenerator.io/assets/image-plus-a-8C1If_.js — 200 — 834 B — 108 ms — h3https://scenegenerator.io/assets/copy-BVbK0L1b.js/assets/copy-BVbK0L1b.js https://scenegenerator.io/assets/copy-BVbK0L1b.js — 200 — 700 B — 94 ms — h3https://scenegenerator.io/assets/images-DXZg_xVi.js/assets/images-DXZg_xVi.js https://scenegenerator.io/assets/images-DXZg_xVi.js — 200 — 746 B — 108 ms — h3https://scenegenerator.io/assets/sheet-B3NoG3Rr.js/assets/sheet-B3NoG3Rr.js https://scenegenerator.io/assets/sheet-B3NoG3Rr.js — 200 — 3.4 KiB — 108 ms — h3https://scenegenerator.io/assets/x-CU_yILff.js/assets/x-CU_yILff.js https://scenegenerator.io/assets/x-CU_yILff.js — 200 — 640 B — 98 ms — h3https://scenegenerator.io/assets/react-dom-BGozS2fx.js/assets/react-dom-BGozS2fx.js https://scenegenerator.io/assets/react-dom-BGozS2fx.js — 200 — 1.9 KiB — 114 ms — h3https://scenegenerator.io/assets/dist-CQPgxAub.js/assets/dist-CQPgxAub.js https://scenegenerator.io/assets/dist-CQPgxAub.js — 200 — 10.1 KiB — 120 ms — h3https://scenegenerator.io/assets/config-DFna6akv.js/assets/config-DFna6akv.js https://scenegenerator.io/assets/config-DFna6akv.js — 200 — 1.6 KiB — 115 ms — h3
0 ms 500 ms 1.0 s 1.5 s FCP 1.2 s LCP 1.7 shttps://scenegenerator.io// https://scenegenerator.io/ — 200 — 13.4 KiB — 95 ms — h3https://scenegenerator.io/logo.svg/logo.svg https://scenegenerator.io/logo.svg — 200 — 1.2 KiB — 39 ms — h3https://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 — 171 ms — h3https://scenegenerator.io/assets/index-CULmjZvy.css/assets/index-CULmjZvy.css https://scenegenerator.io/assets/index-CULmjZvy.css — 200 — 25.8 KiB — 134 ms — h3https://scenegenerator.io/assets/index-C8QKsFnE.js/assets/index-C8QKsFnE.js https://scenegenerator.io/assets/index-C8QKsFnE.js — 200 — 146.6 KiB — 165 ms — h3https://scenegenerator.io/assets/jsx-runtime-C27Mmbu5.js/assets/jsx-runtime-C27Mmbu5.js https://scenegenerator.io/assets/jsx-runtime-C27Mmbu5.js — 200 — 3.8 KiB — 99 ms — h3https://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.2 KiB — 68 ms — h3https://scenegenerator.io/assets/button-BEOHawhc.js/assets/button-BEOHawhc.js https://scenegenerator.io/assets/button-BEOHawhc.js — 200 — 5.5 KiB — 116 ms — h3https://scenegenerator.io/assets/client-BHyz-Spp.js/assets/client-BHyz-Spp.js https://scenegenerator.io/assets/client-BHyz-Spp.js — 200 — 12.8 KiB — 124 ms — h3https://scenegenerator.io/assets/messages-AhUplvUH.js/assets/messages-AhUplvUH.js https://scenegenerator.io/assets/messages-AhUplvUH.js — 200 — 99.6 KiB — 158 ms — h3https://scenegenerator.io/assets/useQuery-CgbPDxkB.js/assets/useQuery-CgbPDxkB.js https://scenegenerator.io/assets/useQuery-CgbPDxkB.js — 200 — 8.5 KiB — 120 ms — h3https://scenegenerator.io/assets/useMutation-Cj1N-EkH.js/assets/useMutation-Cj1N-EkH.js https://scenegenerator.io/assets/useMutation-Cj1N-EkH.js — 200 — 2.3 KiB — 107 ms — h3https://scenegenerator.io/assets/useStore-B4GNwqYv.js/assets/useStore-B4GNwqYv.js https://scenegenerator.io/assets/useStore-B4GNwqYv.js — 200 — 6.9 KiB — 117 ms — h3https://scenegenerator.io/assets/navigation-B_wi99t_.js/assets/navigation-B_wi99t_.js https://scenegenerator.io/assets/navigation-B_wi99t_.js — 200 — 3.0 KiB — 107 ms — h3https://scenegenerator.io/assets/matchContext-BvFX7iVu.js/assets/matchContext-BvFX7iVu.js https://scenegenerator.io/assets/matchContext-BvFX7iVu.js — 200 — 957 B — 80 ms — h3https://scenegenerator.io/assets/utils-DXalBF5w.js/assets/utils-DXalBF5w.js https://scenegenerator.io/assets/utils-DXalBF5w.js — 200 — 9.0 KiB — 119 ms — h3https://scenegenerator.io/assets/createLucideIcon-yqNWVwE6.js/assets/createLucideIcon-yqNWVwE6.j... https://scenegenerator.io/assets/createLucideIcon-yqNWVwE6.js — 200 — 1.2 KiB — 85 ms — h3https://scenegenerator.io/assets/arrow-left-CP55kynp.js/assets/arrow-left-CP55kynp.js https://scenegenerator.io/assets/arrow-left-CP55kynp.js — 200 — 653 B — 85 ms — h3https://scenegenerator.io/assets/arrow-right-ufNOYbUR.js/assets/arrow-right-ufNOYbUR.js https://scenegenerator.io/assets/arrow-right-ufNOYbUR.js — 200 — 648 B — 86 ms — h3https://scenegenerator.io/assets/header-BcQvS4aj.js/assets/header-BcQvS4aj.js https://scenegenerator.io/assets/header-BcQvS4aj.js — 200 — 5.0 KiB — 116 ms — h3https://scenegenerator.io/assets/check-ZWjM1OPY.js/assets/check-ZWjM1OPY.js https://scenegenerator.io/assets/check-ZWjM1OPY.js — 200 — 634 B — 92 ms — h3https://scenegenerator.io/assets/chevron-down-DM200Jqj.js/assets/chevron-down-DM200Jqj.js https://scenegenerator.io/assets/chevron-down-DM200Jqj.js — 200 — 621 B — 93 ms — h3https://scenegenerator.io/assets/image-plus-a-8C1If_.js/assets/image-plus-a-8C1If_.js https://scenegenerator.io/assets/image-plus-a-8C1If_.js — 200 — 834 B — 108 ms — h3https://scenegenerator.io/assets/copy-BVbK0L1b.js/assets/copy-BVbK0L1b.js https://scenegenerator.io/assets/copy-BVbK0L1b.js — 200 — 700 B — 94 ms — h3https://scenegenerator.io/assets/images-DXZg_xVi.js/assets/images-DXZg_xVi.js https://scenegenerator.io/assets/images-DXZg_xVi.js — 200 — 746 B — 108 ms — h3https://scenegenerator.io/assets/sheet-B3NoG3Rr.js/assets/sheet-B3NoG3Rr.js https://scenegenerator.io/assets/sheet-B3NoG3Rr.js — 200 — 3.4 KiB — 108 ms — h3https://scenegenerator.io/assets/x-CU_yILff.js/assets/x-CU_yILff.js https://scenegenerator.io/assets/x-CU_yILff.js — 200 — 640 B — 98 ms — h3https://scenegenerator.io/assets/react-dom-BGozS2fx.js/assets/react-dom-BGozS2fx.js https://scenegenerator.io/assets/react-dom-BGozS2fx.js — 200 — 1.9 KiB — 114 ms — h3https://scenegenerator.io/assets/dist-CQPgxAub.js/assets/dist-CQPgxAub.js https://scenegenerator.io/assets/dist-CQPgxAub.js — 200 — 10.1 KiB — 120 ms — h3https://scenegenerator.io/assets/config-DFna6akv.js/assets/config-DFna6akv.js https://scenegenerator.io/assets/config-DFna6akv.js — 200 — 1.6 KiB — 115 ms — h3https://scenegenerator.io/assets/dynamic-ClDaGCRI.js/assets/dynamic-ClDaGCRI.js https://scenegenerator.io/assets/dynamic-ClDaGCRI.js — 200 — 630 B — 104 ms — h3https://scenegenerator.io/assets/api-client-35NERPCw.js/assets/api-client-35NERPCw.js https://scenegenerator.io/assets/api-client-35NERPCw.js — 200 — 1.0 KiB — 104 ms — h3https://scenegenerator.io/assets/redirect-Dt8aV1RX.js/assets/redirect-Dt8aV1RX.js https://scenegenerator.io/assets/redirect-Dt8aV1RX.js — 200 — 1.1 KiB — 115 ms — h3https://scenegenerator.io/assets/routes-BFGNNbAJ.js/assets/routes-BFGNNbAJ.js https://scenegenerator.io/assets/routes-BFGNNbAJ.js — 200 — 8.0 KiB — 116 ms — h3https://scenegenerator.io/assets/dialog-CtZ9FFNv.js/assets/dialog-CtZ9FFNv.js https://scenegenerator.io/assets/dialog-CtZ9FFNv.js — 200 — 1.9 KiB — 106 ms — h3https://scenegenerator.io/assets/arrow-up-right-RrEP6BtO.js/assets/arrow-up-right-RrEP6BtO.js https://scenegenerator.io/assets/arrow-up-right-RrEP6BtO.js — 200 — 648 B — 106 ms — h3https://scenegenerator.io/assets/chevron-right-BmaAqjIp.js/assets/chevron-right-BmaAqjIp.js https://scenegenerator.io/assets/chevron-right-BmaAqjIp.js — 200 — 630 B — 109 ms — h3https://scenegenerator.io/assets/zap-C3HDrbtp.js/assets/zap-C3HDrbtp.js https://scenegenerator.io/assets/zap-C3HDrbtp.js — 200 — 702 B — 110 ms — h3https://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.4 KiB — 159 ms — h3https://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.9 KiB — 141 ms — h3https://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.2 KiB — 141 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.2 KiB — 258 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 — 190 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.7 KiB — 244 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 — 55 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 — 183 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.1 KiB — 108 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.5 KiB — 233 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 — 191 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 — 226 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 — 150 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 — 208 ms — h3https://scenegenerator.io/imgs/models/covers/flux-schnell.webp/imgs/models/covers/flux-schnell.we... https://scenegenerator.io/imgs/models/covers/flux-schnell.webp — 200 — 240.8 KiB — 246 ms — h3https://scenegenerator.io/imgs/models/covers/nano-banana-pro.webp/imgs/models/covers/nano-banana-pro... https://scenegenerator.io/imgs/models/covers/nano-banana-pro.webp — 200 — 184.8 KiB — 236 ms — h3https://scenegenerator.io/imgs/models/covers/gpt-image-2.webp/imgs/models/covers/gpt-image-2.web... https://scenegenerator.io/imgs/models/covers/gpt-image-2.webp — 200 — 218.7 KiB — 244 ms — h3https://scenegenerator.io/imgs/models/covers/seedream-5-0-pro.webp/imgs/models/covers/seedream-5-0-pr... https://scenegenerator.io/imgs/models/covers/seedream-5-0-pro.webp — 200 — 287.3 KiB — 252 ms — h3https://scenegenerator.io/imgs/models/samples/seedream-5-0-pro-tidal-house.webp/imgs/models/samples/seedream-5-0-p... https://scenegenerator.io/imgs/models/samples/seedream-5-0-pro-tidal-house.webp — 200 — 155.9 KiB — 227 ms — h3https://scenegenerator.io/imgs/models/samples/seedream-5-0-pro-three-cities.webp/imgs/models/samples/seedream-5-0-p... https://scenegenerator.io/imgs/models/samples/seedream-5-0-pro-three-cities.webp — 200 — 176.8 KiB — 221 ms — h3https://scenegenerator.io/imgs/designer-assets/chrome-ribbon-key-visual.webp/imgs/designer-assets/chrome-ribbon... https://scenegenerator.io/imgs/designer-assets/chrome-ribbon-key-visual.webp — 200 — 8.6 KiB — 146 ms — h3https://scenegenerator.io/imgs/designer-assets/botanical-cutout-sheet.webp/imgs/designer-assets/botanical-cut... https://scenegenerator.io/imgs/designer-assets/botanical-cutout-sheet.webp — 200 — 14.1 KiB — 134 ms — h3https://scenegenerator.io/imgs/designer-assets/paper-collage-kit.webp/imgs/designer-assets/paper-collage... https://scenegenerator.io/imgs/designer-assets/paper-collage-kit.webp — 200 — 26.8 KiB — 170 ms — h3https://scenegenerator.io/imgs/designer-assets/fabric-shadow-backdrop.webp/imgs/designer-assets/fabric-shadow... https://scenegenerator.io/imgs/designer-assets/fabric-shadow-backdrop.webp — 200 — 8.0 KiB — 106 ms — h3https://scenegenerator.io/imgs/designer-assets/ceramic-pedestal-scene.webp/imgs/designer-assets/ceramic-pedes... https://scenegenerator.io/imgs/designer-assets/ceramic-pedestal-scene.webp — 200 — 6.5 KiB — 130 ms — h3https://scenegenerator.io/imgs/designer-assets/topographic-line-pattern.webp/imgs/designer-assets/topographic-l... https://scenegenerator.io/imgs/designer-assets/topographic-line-pattern.webp — 200 — 78.4 KiB — 200 ms — h3https://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 — 130 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 — 101 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 — 90 ms — h3https://scenegenerator.io/assets/DialogTitle-9zIEavBk.js/assets/DialogTitle-9zIEavBk.js https://scenegenerator.io/assets/DialogTitle-9zIEavBk.js — 200 — 22.6 KiB — 161 ms — h3https://scenegenerator.io/assets/avatar-VE9xVLB4.js/assets/avatar-VE9xVLB4.js https://scenegenerator.io/assets/avatar-VE9xVLB4.js — 200 — 1.7 KiB — 90 ms — h3https://scenegenerator.io/assets/dropdown-menu-DWL2HAyW.js/assets/dropdown-menu-DWL2HAyW.js https://scenegenerator.io/assets/dropdown-menu-DWL2HAyW.js — 200 — 13.7 KiB — 131 ms — h3https://scenegenerator.io/assets/owner-CiBxQNZG.js/assets/owner-CiBxQNZG.js https://scenegenerator.io/assets/owner-CiBxQNZG.js — 200 — 2.1 KiB — 42 ms — h3https://scenegenerator.io/assets/getPseudoElementBounds-DxIwj7qv.js/assets/getPseudoElementBounds-DxIw... https://scenegenerator.io/assets/getPseudoElementBounds-DxIwj7qv.js — 200 — 15.0 KiB — 42 ms — h3https://scenegenerator.io/assets/Separator-DhcDjsVT.js/assets/Separator-DhcDjsVT.js https://scenegenerator.io/assets/Separator-DhcDjsVT.js — 200 — 729 B — 35 ms — h3https://scenegenerator.io/favicon.svg/favicon.svg https://scenegenerator.io/favicon.svg — 200 — 1.1 KiB — 27 ms — h3https://scenegenerator.io/api/auth/get-session/api/auth/get-session https://scenegenerator.io/api/auth/get-session — 200 — 420 B — 488 ms — h3https://scenegenerator.io/api/config/public/api/config/public https://scenegenerator.io/api/config/public — 200 — 769 B — 671 ms — h3https://scenegenerator.io/_serverFn/cbd81923ae1249d4c007f69579597cf1e79f1f7b8675cc608ba82e8926b5bb59/_serverFn/cbd81923ae1249d4c007f695... https://scenegenerator.io/_serverFn/cbd81923ae1249d4c007f69579597cf1e79f1f7b8675cc608ba82e8926b5bb59 — 200 — 615 B — 669 ms — h3https://accounts.google.com/gsi/clientaccounts.google.com/gsi/client https://accounts.google.com/gsi/client — 200 — 97.1 KiB — 194 ms — h2https://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 — 263 ms — h2https://accounts.google.com/gsi/styleaccounts.google.com/gsi/style https://accounts.google.com/gsi/style — 200 — 641 B — 43 ms — h2https://www.googletagmanager.com/td?id=G-WBWNQD3NQ9&v=3&t=t&pid=1840553929&gtm=45je68c1v9261236754za200zd9261236754&seq=1&exp=115616986~115938466~115938469~118395334~118897920~118897930~119367802~119367810~119527019~120385422&dl=scenegenerator.io%2F&tdp=G-WBWNQD3NQ9;261236754;0;0;0&frm=0&rtg=261236754&slo=8&hlo=2&lst=3&bt=0&ct=3&jsp=17&z=0www.googletagmanager.com/td?id=G-WB... https://www.googletagmanager.com/td?id=G-WBWNQD3NQ9&v=3&t=t&pid=1840553929&gtm=45je68c1v9261236754za200zd9261236754&seq=1&exp=115616986~115938466~115938469~118395334~118897920~118897930~119367802~119367810~119527019~120385422&dl=scenegenerator.io%2F&tdp=G-WBWNQD3NQ9;261236754;0;0;0&frm=0&rtg=261236754&slo=8&hlo=2&lst=3&bt=0&ct=3&jsp=17&z=0 — 204 — 430 B — 152 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
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