Skip to content
https://productshotai.app

Performance

· 26 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
93
GRADE
A
FIX
2
REVIEW
2
PASS
19
INFO
3

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

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

1.62 s

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

5.05 s

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

947 ms

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

0.053

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

3.54 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.03 s

Page Load Progression

538 ms
1.1 s
1.6 s
2.2 s
2.7 s
3.2 s
3.8 s
4.3 s
Checks
26
19 PASS 2 REVIEW 2 FIX
F
JS Execution Cost
Action
6349ms total JS execution
FIX
6349ms total JS execution
Warning::
https://productshotai.app/_next/static/chunks/4bd1...: 1988ms CPU time
Warning::
https://productshotai.app/: 1530ms CPU time
Warning::
https://productshotai.app/_next/static/chunks/2108...: 1239ms CPU time
Warning::
Unattributable: 627ms CPU time
Warning::
https://productshotai.app/_next/static/chunks/1255...: 441ms CPU time
Info::
Third-party scripts: 125ms (2% of total)

Main Thread Breakdown

Script Evaluation 28% Other 27% Style & Layout 24% Rendering 16% Script Parsing & Compilation 3%
ScriptTotalScriptingParse/CompileParty
https://productshotai.app/_next/static/chunks/4bd1b696-f785427dddbba9fb.js1988ms653ms31ms1st
https://productshotai.app/1530ms133ms59ms1st
https://productshotai.app/_next/static/chunks/2108-f97493d7b81db84a.js1239ms87ms3ms1st
Unattributable627ms14ms0ms1st
https://productshotai.app/_next/static/chunks/1255-32f0b2a4c4d3a714.js441ms401ms31ms1st
https://productshotai.app/cdn-cgi/challenge-platform/scripts/jsd/main.js399ms383ms2ms1st
https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e178179150949668ms45ms3ms3rd
https://accounts.google.com/gsi/client58ms28ms29ms3rd
D
HTTP Caching
Action
no-store (uncacheable)
FIX
no-store (uncacheable)
Info::
Cache-Control: no-store prevents all caching
Intentional for dynamic content, but increases server load for every page view.
Got: private, no-cache, no-store, max-age=0, must-revalidate
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

private, no-cache, no-store, max-age=0, must-revalidate

DirectiveValueMeaning
privateOnly browser cache, not CDN/proxy
no-cacheCache but always revalidate first
no-storeNever cache this response
max-age0Cache for 0 seconds
must-revalidateMust recheck with server after expiry
B
JS Bundles
19 scripts, 72 KB unused
REVIEW
19 scripts, 72 KB unused
Warning::
https://accounts.google.com/gsi/client: 72 KB unused (75%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 72 KB
72 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://accounts.google.com/gsi/client97 KB72 KB (75%)3rd
https://productshotai.app/_next/static/chunks/5168-1e89660d87855463.js4 KB1st
https://productshotai.app/_next/static/chunks/2108-f97493d7b81db84a.js6 KB1st
https://productshotai.app/_next/static/chunks/main-app-168369fd0b85f5b4.js1 KB1st
https://productshotai.app/_next/static/chunks/6091-6bdfcd8c31001171.js13 KB1st
https://productshotai.app/_next/static/chunks/176-028c0e434f6e748f.js4 KB1st
https://productshotai.app/_next/static/chunks/1356-e0431919f9b272a7.js6 KB1st
https://productshotai.app/_next/static/chunks/6199-69bf43d3f1b562f8.js3 KB1st
https://productshotai.app/_next/static/chunks/webpack-fd2b20755a98242e.js2 KB1st
https://productshotai.app/_next/static/chunks/1255-32f0b2a4c4d3a714.js44 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

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 6.3 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.
A
Page Weight Budget
728 KB transferred, 57 requests
PASS
728 KB transferred, 57 requests
Info::
Page weighs 1.9 MB (728 KB transferred)
Info::
57 HTTP requests
Info::
Estimated 0.15 g CO2 per page load
728 KB / 2.4 MB budget
728 KB transferred
57 requests
0.15 g CO2 per page load
JavaScript 298.6 KiB 41%
Images 259.7 KiB 36%
Fonts 74.3 KiB 10%
HTML 56.5 KiB 8%
Other 34.3 KiB 5%
CSS 1.5 KiB 0%
Other 1.5 KiB 0%
Other 1.1 KiB 0%
Other 813 B 0%
0 2.4 MB 4.9 MB
Under budget
A+
Third-Party Impact
20% third-party, 0 ms blocking
PASS
20% third-party, 0 ms blocking
Info::
Third-party code accounts for 20% of page weight (145.0 KiB of 728.3 KiB)
Info::
Third-party blocking time is low (0 ms)
80%
20%
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
25 images, 0 KB saveable
PASS
25 images, 0 KB saveable
Info::
All images are well-optimized
25 images 260 KB
0 oversized -0 KB
0 legacy format
0 missing dimensions CLS risk
A+
Font Loading
2 fonts (74 KB)
PASS
2 fonts (74 KB)
Info::
2 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

2

74 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 1.6 s LCP 5.1 shttps://productshotai.app/_next/static/media/313510e2713fb214-s.p.woff2313510e2713fb214-s.p.woff2 https://productshotai.app/_next/static/media/313510e2713fb214-s.p.woff2 — 34.3 KiB — 42 ms — font-display: swaphttps://productshotai.app/_next/static/media/bb3ef058b751a6ad-s.p.woff2bb3ef058b751a6ad-s.p.woff2 https://productshotai.app/_next/static/media/bb3ef058b751a6ad-s.p.woff2 — 40.0 KiB — 42 ms — font-display: swap
313510e2713fb214-s.p.woff2 woff2 swap
Size 34 KB
Load time 42 ms
Start 413 ms
Risk FOUT — text flashes from fallback to web font
bb3ef058b751a6ad-s.p.woff2 woff2 swap
Size 40 KB
Load time 42 ms
Start 414 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
4 hints, 0 missing preconnects
PASS
4 hints, 0 missing preconnects
Warning::
2 font preload(s) missing `crossorigin` -- font will be downloaded twice
Fonts are always fetched as crossorigin=anonymous; a preload without the attribute creates a different cache key, so the browser refetches when the actual font request happens. Sample: /_next/static/media/313510e2713fb214-s.p.woff2, /_next/static/media/bb3ef058b751a6ad-s.p.woff2. Add `crossorigin` (or `crossorigin="anonymous"`) to each preload.
Info::
Page uses 4 resource hint(s)

Current Resource Hints

preconnect
preload
4
dns-prefetch
prefetch

4 resource hints configured

Fonts are always fetched as crossorigin=anonymous; a preload without the attribute creates a different cache key, so the browser refetches when the actual font request happens. Sample: /_next/static/media/313510e2713fb214-s.p.woff2, /_next/static/media/bb3ef058b751a6ad-s.p.woff2. Add `crossorigin` (or `crossorigin="anonymous"`) to each preload.

Why this matters

Performance issues directly impact user engagement and conversion rates.

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+
Main HTML Cache-Control
Main HTML uses no-store -- correct for sensitive/dynamic content
PASS
Main HTML uses no-store -- correct for sensitive/dynamic content
Info::
Main HTML uses no-store -- correct for sensitive/dynamic content
Got: private, no-cache, no-store, max-age=0, must-revalidate
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
57 resources · 728 KB · 72 KB savings available
PASS
57 resources · 728 KB · 72 KB savings available
Info::
Within 1MB page-weight target
Got: 728 KB
Info::
~72 KB of savings available
Info::
11 third-party resources (20% of weight)
57 resources · 728.3 KiB · 11 third-party Within 1MB page-weight target
JavaScript 41% · 298.6 KiB
Image 40% · 293.8 KiB
Font 10% · 74.3 KiB
Document 8% · 56.5 KiB
Other 0% · 3.6 KiB
CSS 0% · 1.5 KiB

~72.2 KiB of savings available

Remove unused JavaScript: 72.2 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
57 requests over 3689ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 1.6 s LCP 5.1 shttps://productshotai.app// https://productshotai.app/ — 200 — 56.5 KiB — 428 ms — h3https://productshotai.app/_next/static/media/313510e2713fb214-s.p.woff2/_next/static/media/313510e2713fb21... https://productshotai.app/_next/static/media/313510e2713fb214-s.p.woff2 — 200 — 34.3 KiB — 42 ms — h3https://productshotai.app/_next/static/media/bb3ef058b751a6ad-s.p.woff2/_next/static/media/bb3ef058b751a6a... https://productshotai.app/_next/static/media/bb3ef058b751a6ad-s.p.woff2 — 200 — 40.0 KiB — 42 ms — h3https://productshotai.app/_next/static/css/0dfd11dc484b6a6b.css/_next/static/css/0dfd11dc484b6a6b.... https://productshotai.app/_next/static/css/0dfd11dc484b6a6b.css — 200 — 454 B — 59 ms — h3https://productshotai.app/_next/static/css/e505eab5c8149be2.css/_next/static/css/e505eab5c8149be2.... https://productshotai.app/_next/static/css/e505eab5c8149be2.css — 200 — 458 B — 59 ms — h3https://productshotai.app/logo.webp/logo.webp https://productshotai.app/logo.webp — 200 — 468 B — 114 ms — h3https://productshotai.app/logos/productshot-brands/google.webp/logos/productshot-brands/google.we... https://productshotai.app/logos/productshot-brands/google.webp — 200 — 0 B — 40 ms — h3https://productshotai.app/logos/productshot-brands/openai.webp/logos/productshot-brands/openai.we... https://productshotai.app/logos/productshot-brands/openai.webp — 200 — 0 B — 40 ms — h3https://productshotai.app/logos/productshot-brands/googlegemini.webp/logos/productshot-brands/googlegem... https://productshotai.app/logos/productshot-brands/googlegemini.webp — 200 — 0 B — 40 ms — h3https://productshotai.app/logos/productshot-brands/stripe.webp/logos/productshot-brands/stripe.we... https://productshotai.app/logos/productshot-brands/stripe.webp — 200 — 0 B — 40 ms — h3https://productshotai.app/logos/productshot-brands/cloudflare.webp/logos/productshot-brands/cloudflar... https://productshotai.app/logos/productshot-brands/cloudflare.webp — 200 — 0 B — 38 ms — h3https://productshotai.app/logos/productshot-brands/shopify.webp/logos/productshot-brands/shopify.w... https://productshotai.app/logos/productshot-brands/shopify.webp — 200 — 0 B — 38 ms — h3https://productshotai.app/logos/productshot-brands/amazon.webp/logos/productshot-brands/amazon.we... https://productshotai.app/logos/productshot-brands/amazon.webp — 200 — 0 B — 38 ms — h3https://productshotai.app/_next/static/chunks/webpack-fd2b20755a98242e.js/_next/static/chunks/webpack-fd2b20... https://productshotai.app/_next/static/chunks/webpack-fd2b20755a98242e.js — 200 — 2.1 KiB — 55 ms — h3https://productshotai.app/_next/static/chunks/4bd1b696-f785427dddbba9fb.js/_next/static/chunks/4bd1b696-f7854... https://productshotai.app/_next/static/chunks/4bd1b696-f785427dddbba9fb.js — 200 — 53.7 KiB — 110 ms — h3https://productshotai.app/_next/static/chunks/1255-32f0b2a4c4d3a714.js/_next/static/chunks/1255-32f0b2a4c... https://productshotai.app/_next/static/chunks/1255-32f0b2a4c4d3a714.js — 200 — 44.3 KiB — 50 ms — h3https://productshotai.app/_next/static/chunks/main-app-168369fd0b85f5b4.js/_next/static/chunks/main-app-16836... https://productshotai.app/_next/static/chunks/main-app-168369fd0b85f5b4.js — 200 — 693 B — 48 ms — h3https://productshotai.app/_next/static/chunks/6091-6bdfcd8c31001171.js/_next/static/chunks/6091-6bdfcd8c3... https://productshotai.app/_next/static/chunks/6091-6bdfcd8c31001171.js — 200 — 12.9 KiB — 72 ms — h3https://productshotai.app/_next/static/chunks/176-028c0e434f6e748f.js/_next/static/chunks/176-028c0e434f... https://productshotai.app/_next/static/chunks/176-028c0e434f6e748f.js — 200 — 4.0 KiB — 99 ms — h3https://productshotai.app/_next/static/chunks/1356-e0431919f9b272a7.js/_next/static/chunks/1356-e0431919f... https://productshotai.app/_next/static/chunks/1356-e0431919f9b272a7.js — 200 — 5.7 KiB — 99 ms — h3https://productshotai.app/_next/static/chunks/6199-69bf43d3f1b562f8.js/_next/static/chunks/6199-69bf43d3f... https://productshotai.app/_next/static/chunks/6199-69bf43d3f1b562f8.js — 200 — 2.7 KiB — 99 ms — h3https://productshotai.app/_next/static/chunks/5168-1e89660d87855463.js/_next/static/chunks/5168-1e89660d8... https://productshotai.app/_next/static/chunks/5168-1e89660d87855463.js — 200 — 4.2 KiB — 47 ms — h3https://productshotai.app/_next/static/chunks/4207-76c4aaa1ddcd8a70.js/_next/static/chunks/4207-76c4aaa1d... https://productshotai.app/_next/static/chunks/4207-76c4aaa1ddcd8a70.js — 200 — 6.8 KiB — 98 ms — h3https://productshotai.app/_next/static/chunks/3698-70116950092144a0.js/_next/static/chunks/3698-701169500... https://productshotai.app/_next/static/chunks/3698-70116950092144a0.js — 200 — 4.8 KiB — 95 ms — h3https://productshotai.app/_next/static/chunks/2108-f97493d7b81db84a.js/_next/static/chunks/2108-f97493d7b... https://productshotai.app/_next/static/chunks/2108-f97493d7b81db84a.js — 200 — 5.6 KiB — 83 ms — h3https://productshotai.app/_next/static/chunks/app/%5Blocale%5D/page-6eb6888432f3f74c.js/_next/static/chunks/app/%5Blocale%... https://productshotai.app/_next/static/chunks/app/%5Blocale%5D/page-6eb6888432f3f74c.js — 200 — 7.3 KiB — 85 ms — h3https://productshotai.app/_next/static/chunks/7945-6d8081785ad58be3.js/_next/static/chunks/7945-6d8081785... https://productshotai.app/_next/static/chunks/7945-6d8081785ad58be3.js — 200 — 5.4 KiB — 96 ms — h3https://productshotai.app/_next/static/chunks/8611-8e5c51456ff2e19a.js/_next/static/chunks/8611-8e5c51456... https://productshotai.app/_next/static/chunks/8611-8e5c51456ff2e19a.js — 200 — 9.4 KiB — 101 ms — h3https://productshotai.app/_next/static/chunks/app/%5Blocale%5D/layout-190d82c11eeb7624.js/_next/static/chunks/app/%5Blocale%... https://productshotai.app/_next/static/chunks/app/%5Blocale%5D/layout-190d82c11eeb7624.js — 200 — 11.7 KiB — 96 ms — h3https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496 — 200 — 11.3 KiB — 50 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 1.6 s LCP 5.1 shttps://productshotai.app// https://productshotai.app/ — 200 — 56.5 KiB — 428 ms — h3https://productshotai.app/_next/static/media/313510e2713fb214-s.p.woff2/_next/static/media/313510e2713fb21... https://productshotai.app/_next/static/media/313510e2713fb214-s.p.woff2 — 200 — 34.3 KiB — 42 ms — h3https://productshotai.app/_next/static/media/bb3ef058b751a6ad-s.p.woff2/_next/static/media/bb3ef058b751a6a... https://productshotai.app/_next/static/media/bb3ef058b751a6ad-s.p.woff2 — 200 — 40.0 KiB — 42 ms — h3https://productshotai.app/_next/static/css/0dfd11dc484b6a6b.css/_next/static/css/0dfd11dc484b6a6b.... https://productshotai.app/_next/static/css/0dfd11dc484b6a6b.css — 200 — 454 B — 59 ms — h3https://productshotai.app/_next/static/css/e505eab5c8149be2.css/_next/static/css/e505eab5c8149be2.... https://productshotai.app/_next/static/css/e505eab5c8149be2.css — 200 — 458 B — 59 ms — h3https://productshotai.app/logo.webp/logo.webp https://productshotai.app/logo.webp — 200 — 468 B — 114 ms — h3https://productshotai.app/logos/productshot-brands/google.webp/logos/productshot-brands/google.we... https://productshotai.app/logos/productshot-brands/google.webp — 200 — 0 B — 40 ms — h3https://productshotai.app/logos/productshot-brands/openai.webp/logos/productshot-brands/openai.we... https://productshotai.app/logos/productshot-brands/openai.webp — 200 — 0 B — 40 ms — h3https://productshotai.app/logos/productshot-brands/googlegemini.webp/logos/productshot-brands/googlegem... https://productshotai.app/logos/productshot-brands/googlegemini.webp — 200 — 0 B — 40 ms — h3https://productshotai.app/logos/productshot-brands/stripe.webp/logos/productshot-brands/stripe.we... https://productshotai.app/logos/productshot-brands/stripe.webp — 200 — 0 B — 40 ms — h3https://productshotai.app/logos/productshot-brands/cloudflare.webp/logos/productshot-brands/cloudflar... https://productshotai.app/logos/productshot-brands/cloudflare.webp — 200 — 0 B — 38 ms — h3https://productshotai.app/logos/productshot-brands/shopify.webp/logos/productshot-brands/shopify.w... https://productshotai.app/logos/productshot-brands/shopify.webp — 200 — 0 B — 38 ms — h3https://productshotai.app/logos/productshot-brands/amazon.webp/logos/productshot-brands/amazon.we... https://productshotai.app/logos/productshot-brands/amazon.webp — 200 — 0 B — 38 ms — h3https://productshotai.app/_next/static/chunks/webpack-fd2b20755a98242e.js/_next/static/chunks/webpack-fd2b20... https://productshotai.app/_next/static/chunks/webpack-fd2b20755a98242e.js — 200 — 2.1 KiB — 55 ms — h3https://productshotai.app/_next/static/chunks/4bd1b696-f785427dddbba9fb.js/_next/static/chunks/4bd1b696-f7854... https://productshotai.app/_next/static/chunks/4bd1b696-f785427dddbba9fb.js — 200 — 53.7 KiB — 110 ms — h3https://productshotai.app/_next/static/chunks/1255-32f0b2a4c4d3a714.js/_next/static/chunks/1255-32f0b2a4c... https://productshotai.app/_next/static/chunks/1255-32f0b2a4c4d3a714.js — 200 — 44.3 KiB — 50 ms — h3https://productshotai.app/_next/static/chunks/main-app-168369fd0b85f5b4.js/_next/static/chunks/main-app-16836... https://productshotai.app/_next/static/chunks/main-app-168369fd0b85f5b4.js — 200 — 693 B — 48 ms — h3https://productshotai.app/_next/static/chunks/6091-6bdfcd8c31001171.js/_next/static/chunks/6091-6bdfcd8c3... https://productshotai.app/_next/static/chunks/6091-6bdfcd8c31001171.js — 200 — 12.9 KiB — 72 ms — h3https://productshotai.app/_next/static/chunks/176-028c0e434f6e748f.js/_next/static/chunks/176-028c0e434f... https://productshotai.app/_next/static/chunks/176-028c0e434f6e748f.js — 200 — 4.0 KiB — 99 ms — h3https://productshotai.app/_next/static/chunks/1356-e0431919f9b272a7.js/_next/static/chunks/1356-e0431919f... https://productshotai.app/_next/static/chunks/1356-e0431919f9b272a7.js — 200 — 5.7 KiB — 99 ms — h3https://productshotai.app/_next/static/chunks/6199-69bf43d3f1b562f8.js/_next/static/chunks/6199-69bf43d3f... https://productshotai.app/_next/static/chunks/6199-69bf43d3f1b562f8.js — 200 — 2.7 KiB — 99 ms — h3https://productshotai.app/_next/static/chunks/5168-1e89660d87855463.js/_next/static/chunks/5168-1e89660d8... https://productshotai.app/_next/static/chunks/5168-1e89660d87855463.js — 200 — 4.2 KiB — 47 ms — h3https://productshotai.app/_next/static/chunks/4207-76c4aaa1ddcd8a70.js/_next/static/chunks/4207-76c4aaa1d... https://productshotai.app/_next/static/chunks/4207-76c4aaa1ddcd8a70.js — 200 — 6.8 KiB — 98 ms — h3https://productshotai.app/_next/static/chunks/3698-70116950092144a0.js/_next/static/chunks/3698-701169500... https://productshotai.app/_next/static/chunks/3698-70116950092144a0.js — 200 — 4.8 KiB — 95 ms — h3https://productshotai.app/_next/static/chunks/2108-f97493d7b81db84a.js/_next/static/chunks/2108-f97493d7b... https://productshotai.app/_next/static/chunks/2108-f97493d7b81db84a.js — 200 — 5.6 KiB — 83 ms — h3https://productshotai.app/_next/static/chunks/app/%5Blocale%5D/page-6eb6888432f3f74c.js/_next/static/chunks/app/%5Blocale%... https://productshotai.app/_next/static/chunks/app/%5Blocale%5D/page-6eb6888432f3f74c.js — 200 — 7.3 KiB — 85 ms — h3https://productshotai.app/_next/static/chunks/7945-6d8081785ad58be3.js/_next/static/chunks/7945-6d8081785... https://productshotai.app/_next/static/chunks/7945-6d8081785ad58be3.js — 200 — 5.4 KiB — 96 ms — h3https://productshotai.app/_next/static/chunks/8611-8e5c51456ff2e19a.js/_next/static/chunks/8611-8e5c51456... https://productshotai.app/_next/static/chunks/8611-8e5c51456ff2e19a.js — 200 — 9.4 KiB — 101 ms — h3https://productshotai.app/_next/static/chunks/app/%5Blocale%5D/layout-190d82c11eeb7624.js/_next/static/chunks/app/%5Blocale%... https://productshotai.app/_next/static/chunks/app/%5Blocale%5D/layout-190d82c11eeb7624.js — 200 — 11.7 KiB — 96 ms — h3https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496 — 200 — 11.3 KiB — 50 ms — h2https://productshotai.app/site.webmanifest/site.webmanifest https://productshotai.app/site.webmanifest — 200 — 813 B — 87 ms — h3https://productshotai.app/images/productshot/hero-showcase/artisan-candles.webp/images/productshot/hero-showcase/a... https://productshotai.app/images/productshot/hero-showcase/artisan-candles.webp — 200 — 62.0 KiB — 81 ms — h3https://productshotai.app/images/productshot/hero-showcase/cosmetic-bottle-marble.webp/images/productshot/hero-showcase/c... https://productshotai.app/images/productshot/hero-showcase/cosmetic-bottle-marble.webp — 200 — 6.7 KiB — 55 ms — h3https://productshotai.app/images/productshot/hero-showcase/cosmetic-bottle-wood.webp/images/productshot/hero-showcase/c... https://productshotai.app/images/productshot/hero-showcase/cosmetic-bottle-wood.webp — 200 — 16.3 KiB — 85 ms — h3https://images.unsplash.com/photo-1534528741775-53994a69daeb?auto=format&fit=crop&w=64&h=64&q=80images.unsplash.com/photo-153452874... https://images.unsplash.com/photo-1534528741775-53994a69daeb?auto=format&fit=crop&w=64&h=64&q=80 — 200 — 4.2 KiB — 75 ms — h2https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?auto=format&fit=crop&w=64&h=64&q=80images.unsplash.com/photo-150700321... https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?auto=format&fit=crop&w=64&h=64&q=80 — 200 — 4.4 KiB — 44 ms — h2https://images.unsplash.com/photo-1494790108377-be9c29b29330?auto=format&fit=crop&w=64&h=64&q=80images.unsplash.com/photo-149479010... https://images.unsplash.com/photo-1494790108377-be9c29b29330?auto=format&fit=crop&w=64&h=64&q=80 — 200 — 4.7 KiB — 73 ms — h2https://images.unsplash.com/photo-1500648767791-00dcc994a43e?auto=format&fit=crop&w=64&h=64&q=80images.unsplash.com/photo-150064876... https://images.unsplash.com/photo-1500648767791-00dcc994a43e?auto=format&fit=crop&w=64&h=64&q=80 — 200 — 4.6 KiB — 75 ms — h2https://images.unsplash.com/photo-1517841905240-472988babdf9?auto=format&fit=crop&w=64&h=64&q=80images.unsplash.com/photo-151784190... https://images.unsplash.com/photo-1517841905240-472988babdf9?auto=format&fit=crop&w=64&h=64&q=80 — 200 — 4.5 KiB — 75 ms — h2https://images.unsplash.com/photo-1527980965255-d3b416303d12?auto=format&fit=crop&w=64&h=64&q=80images.unsplash.com/photo-152798096... https://images.unsplash.com/photo-1527980965255-d3b416303d12?auto=format&fit=crop&w=64&h=64&q=80 — 200 — 4.8 KiB — 70 ms — h2https://productshotai.app/images/productshot/snap-studio/generated-catalog.webp/images/productshot/snap-studio/gen... https://productshotai.app/images/productshot/snap-studio/generated-catalog.webp — 200 — 15.5 KiB — 79 ms — h3https://productshotai.app/images/productshot/snap-studio/generated-studio.webp/images/productshot/snap-studio/gen... https://productshotai.app/images/productshot/snap-studio/generated-studio.webp — 200 — 24.8 KiB — 72 ms — h3https://productshotai.app/images/productshot/seo/capability-lock.webp/images/productshot/seo/capability-... https://productshotai.app/images/productshot/seo/capability-lock.webp — 200 — 24.4 KiB — 73 ms — h3https://images.unsplash.com/photo-1544005313-94ddf0286df2?auto=format&fit=crop&w=64&h=64&q=80images.unsplash.com/photo-154400531... https://images.unsplash.com/photo-1544005313-94ddf0286df2?auto=format&fit=crop&w=64&h=64&q=80 — 200 — 4.9 KiB — 20 ms — h2https://images.unsplash.com/photo-1554151228-14d9def656e4?auto=format&fit=crop&w=64&h=64&q=80images.unsplash.com/photo-155415122... https://images.unsplash.com/photo-1554151228-14d9def656e4?auto=format&fit=crop&w=64&h=64&q=80 — 200 — 4.5 KiB — 21 ms — h2https://productshotai.app/cdn-cgi/challenge-platform/scripts/jsd/main.js/cdn-cgi/challenge-platform/scripts... https://productshotai.app/cdn-cgi/challenge-platform/scripts/jsd/main.js — 302 — 223 B — 14 ms — h3https://productshotai.app/cdn-cgi/rum?/cdn-cgi/rum? https://productshotai.app/cdn-cgi/rum? — 204 — 457 B — 11 ms — h3https://productshotai.app/cdn-cgi/challenge-platform/h/g/scripts/jsd/73f5d73b1f13/main.js?/cdn-cgi/challenge-platform/h/g/scr... https://productshotai.app/cdn-cgi/challenge-platform/h/g/scripts/jsd/73f5d73b1f13/main.js? — 200 — 9.4 KiB — 12 ms — h3https://productshotai.app/favicon.ico/favicon.ico https://productshotai.app/favicon.ico — 200 — 15.2 KiB — 23 ms — h3https://productshotai.app/android-chrome-192x192.webp/android-chrome-192x192.webp https://productshotai.app/android-chrome-192x192.webp — 200 — 19.0 KiB — 20 ms — h3https://productshotai.app/cdn-cgi/challenge-platform/h/g/jsd/oneshot/73f5d73b1f13/0.4347609301111012:1783821950:eXKe478lJfGwUyQKwki6Sf2SvuKD6zNtc23ER6OtpYc/a19ccfbd4d75e865/cdn-cgi/challenge-platform/h/g/jsd... https://productshotai.app/cdn-cgi/challenge-platform/h/g/jsd/oneshot/73f5d73b1f13/0.4347609301111012:1783821950:eXKe478lJfGwUyQKwki6Sf2SvuKD6zNtc23ER6OtpYc/a19ccfbd4d75e865 — 200 — 632 B — 18 ms — h3https://productshotai.app/images/productshot/promo-circuit-offer-strip.webp/images/productshot/promo-circuit-o... https://productshotai.app/images/productshot/promo-circuit-offer-strip.webp — 200 — 13.3 KiB — 21 ms — h3https://productshotai.app/AI-Product-Photography-Generator/?_rsc=QjpZXuqgcVyOCyNQ/AI-Product-Photography-Generator/?... https://productshotai.app/AI-Product-Photography-Generator/?_rsc=QjpZXuqgcVyOCyNQ — 200 — 1.5 KiB — 30 ms — h3https://accounts.google.com/gsi/clientaccounts.google.com/gsi/client https://accounts.google.com/gsi/client — 200 — 96.6 KiB — 171 ms — h2https://productshotai.app/images/productshot/hero-showcase/skincare-jars-basalt.webp/images/productshot/hero-showcase/s... https://productshotai.app/images/productshot/hero-showcase/skincare-jars-basalt.webp — 200 — 22.8 KiB — 22 ms — h3https://accounts.google.com/gsi/styleaccounts.google.com/gsi/style https://accounts.google.com/gsi/style — 200 — 642 B — 76 ms — h2https://productshotai.app/images/productshot/hero-showcase/wireless-headphones.webp/images/productshot/hero-showcase/w... https://productshotai.app/images/productshot/hero-showcase/wireless-headphones.webp — 200 — 36.9 KiB — 23 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
2% of JavaScript execution is third-party
First-party Third-party 125ms · 108KB · €1/mo
static.cloudflareinsights.com
Other
Optional
Execution 68ms
Transfer 11 KB
Monthly Cost €0/mo
accounts.google.com
Other
Optional
Execution 58ms
Transfer 97 KB
Unused 75%
Monthly Cost €0/mo

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
111 images, 1297 KB total, 472 KB wasted
INFO

Image Optimization Audit

Total Images

111

Total Size

1297 KB

Oversized

29

Wasted

472 KB

60 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