Skip to content
https://productshotai.app

Performance

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

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

55
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.
73
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.

2.04 s

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

4.33 s

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

1.44 s

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

0.007

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

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

8.83 s

Page Load Progression

826 ms
1.7 s
2.5 s
3.3 s
4.1 s
5.0 s
5.8 s
6.6 s
Checks
26
18 PASS 3 REVIEW 2 FIX
F
JS Execution Cost
Action
10245ms total JS execution
FIX
10245ms total JS execution
Warning::
https://productshotai.app/: 3811ms CPU time
Warning::
https://productshotai.app/_next/static/chunks/4bd1...: 1920ms CPU time
Warning::
https://productshotai.app/_next/static/chunks/1274...: 1209ms CPU time
Warning::
https://productshotai.app/_next/static/chunks/1255...: 879ms CPU time
Warning::
Unattributable: 839ms CPU time
Info::
Third-party scripts: 726ms (7% of total)

Main Thread Breakdown

Other 34% Script Evaluation 27% Style & Layout 22% Rendering 11% Script Parsing & Compilation 4%
ScriptTotalScriptingParse/CompileParty
https://productshotai.app/3811ms147ms53ms1st
https://productshotai.app/_next/static/chunks/4bd1b696-f785427dddbba9fb.js1920ms209ms25ms1st
https://productshotai.app/_next/static/chunks/1274-9f866282c24598b3.js1209ms115ms10ms1st
https://productshotai.app/_next/static/chunks/1255-32f0b2a4c4d3a714.js879ms802ms27ms1st
Unattributable839ms119ms0ms1st
https://productshotai.app/cdn-cgi/challenge-platform/scripts/jsd/main.js429ms409ms3ms1st
https://scripts.clarity.ms/0.8.69/clarity.js369ms276ms10ms3rd
https://productshotai.app/_next/static/chunks/webpack-87099ceb4a46d92a.js241ms237ms3ms1st
https://www.googletagmanager.com/gtag/js?id=G-EB61P8TMB1227ms122ms104ms3rd
https://productshotai.app/_next/static/chunks/app/%5Blocale%5D/layout-7c11b694dcd38811.js191ms182ms5ms1st

Showing top 10 of 12 scripts

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
Third-Party Impact
43% third-party, 0 ms blocking
REVIEW
43% third-party, 0 ms blocking
Info::
Third-party code accounts for 43% of page weight (416.3 KiB of 962.0 KiB)
Info::
Third-party blocking time is low (0 ms)
57%
43%
First-party Third-party
C
JS Bundles
Action
26 scripts, 192 KB unused
REVIEW
26 scripts, 192 KB unused
Warning::
https://accounts.google.com/gsi/client: 73 KB unused (75%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-EB61...: 69 KB unused (41%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://umami.bestvid.net/recorder.js: 51 KB unused (88%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 192 KB
192 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://accounts.google.com/gsi/client97 KB73 KB (75%)3rd
https://www.googletagmanager.com/gtag/js?id=G-EB61P8TMB1168 KB69 KB (41%)3rd
https://umami.bestvid.net/recorder.js58 KB51 KB (88%)3rd
https://productshotai.app/_next/static/chunks/1839-c98fe4086448e41f.js5 KB1st
https://productshotai.app/_next/static/chunks/373-f60d03bb8d602460.js5 KB1st
https://productshotai.app/_next/static/chunks/4bd1b696-f785427dddbba9fb.js54 KB1st
https://productshotai.app/_next/static/chunks/1255-32f0b2a4c4d3a714.js44 KB1st
https://productshotai.app/_next/static/chunks/main-app-3f1cb8baf2b06fbe.js1 KB1st
https://productshotai.app/_next/static/chunks/6091-30a78ac1d17f693e.js13 KB1st
https://productshotai.app/_next/static/chunks/176-c399f18851485fd7.js4 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

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 10.2 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
962 KB transferred, 76 requests
PASS
962 KB transferred, 76 requests
Info::
Page weighs 2.8 MB (962 KB transferred)
Warning::
JavaScript is 587 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 587 KB
Info::
76 HTTP requests
Info::
Estimated 0.20 g CO2 per page load
962 KB / 2.4 MB budget
962 KB transferred
76 requests
0.20 g CO2 per page load
JavaScript 587.2 KiB 61%
Images 208.8 KiB 22%
Fonts 74.4 KiB 8%
HTML 45.9 KiB 5%
Other 35.6 KiB 4%
Other 5.9 KiB 1%
Other 1.8 KiB 0%
CSS 1.5 KiB 0%
Other 823 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Under budget

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

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
26 images, 0 KB saveable
PASS
26 images, 0 KB saveable
Info::
All images are well-optimized
26 images 209 KB
0 oversized -0 KB
1 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 FCP 2.0 s LCP 4.3 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 — 188 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 — 154 ms — font-display: swap
313510e2713fb214-s.p.woff2 woff2 swap
Size 34 KB
Load time 188 ms
Start 1.9 s
Risk FOUT — text flashes from fallback to web font
bb3ef058b751a6ad-s.p.woff2 woff2 swap
Size 40 KB
Load time 154 ms
Start 1.9 s
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
9 hints, 0 missing preconnects
PASS
9 hints, 0 missing preconnects
Info::
Page uses 9 resource hint(s)

Current Resource Hints

preconnect
preload
9
dns-prefetch
prefetch

9 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+
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
76 resources · 962 KB · 192 KB savings available
PASS
76 resources · 962 KB · 192 KB savings available
Info::
Within 1MB page-weight target
Got: 962 KB
Info::
~192 KB of savings available
Warning::
29 third-party resources (43% of weight)
76 resources · 962.0 KiB · 29 third-party Within 1MB page-weight target
JavaScript 61% · 587.2 KiB
Image 25% · 243.0 KiB
Font 8% · 74.4 KiB
Document 5% · 45.9 KiB
Other 1% · 9.9 KiB
CSS 0% · 1.5 KiB

~192.1 KiB of savings available

Remove unused JavaScript: 192.1 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
76 requests over 6336ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 2.0 s LCP 4.3 shttps://productshotai.app// https://productshotai.app/ — 200 — 45.9 KiB — 2.1 s — 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 — 188 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 — 154 ms — h3https://productshotai.app/_next/static/css/0dfd11dc484b6a6b.css/_next/static/css/0dfd11dc484b6a6b.... https://productshotai.app/_next/static/css/0dfd11dc484b6a6b.css — 200 — 473 B — 17 ms — h3https://productshotai.app/_next/static/css/609758925b403088.css/_next/static/css/609758925b403088.... https://productshotai.app/_next/static/css/609758925b403088.css — 200 — 469 B — 41 ms — h3https://www.googletagmanager.com/gtag/js?id=G-EB61P8TMB1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-EB61P8TMB1 — 200 — 168.0 KiB — 322 ms — h2https://umami.bestvid.net/script.jsumami.bestvid.net/script.js https://umami.bestvid.net/script.js — 200 — 3.0 KiB — 99 ms — h3https://umami.bestvid.net/recorder.jsumami.bestvid.net/recorder.js https://umami.bestvid.net/recorder.js — 200 — 58.1 KiB — 122 ms — h3https://analytics.ahrefs.com/analytics.jsanalytics.ahrefs.com/analytics.js https://analytics.ahrefs.com/analytics.js — 200 — 3.0 KiB — 44 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 — 0 B — 28 ms — h3https://productshotai.app/logo.webp/logo.webp https://productshotai.app/logo.webp — 200 — 482 B — 105 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 — 54 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 — 54 ms — h3https://productshotai.app/logos/productshot-brands/googlegemini.webp/logos/productshot-brands/googlegem... https://productshotai.app/logos/productshot-brands/googlegemini.webp — 200 — 0 B — 54 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 — 54 ms — h3https://productshotai.app/logos/productshot-brands/cloudflare.webp/logos/productshot-brands/cloudflar... https://productshotai.app/logos/productshot-brands/cloudflare.webp — 200 — 0 B — 72 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 — 71 ms — h3https://productshotai.app/logos/productshot-brands/amazon.webp/logos/productshot-brands/amazon.we... https://productshotai.app/logos/productshot-brands/amazon.webp — 200 — 1.6 KiB — 170 ms — h3https://productshotai.app/_next/static/chunks/webpack-87099ceb4a46d92a.js/_next/static/chunks/webpack-87099c... https://productshotai.app/_next/static/chunks/webpack-87099ceb4a46d92a.js — 200 — 2.4 KiB — 52 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 — 112 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 — 97 ms — h3https://productshotai.app/_next/static/chunks/main-app-3f1cb8baf2b06fbe.js/_next/static/chunks/main-app-3f1cb... https://productshotai.app/_next/static/chunks/main-app-3f1cb8baf2b06fbe.js — 200 — 700 B — 67 ms — h3https://productshotai.app/_next/static/chunks/6091-30a78ac1d17f693e.js/_next/static/chunks/6091-30a78ac1d... https://productshotai.app/_next/static/chunks/6091-30a78ac1d17f693e.js — 200 — 12.9 KiB — 109 ms — h3https://productshotai.app/_next/static/chunks/176-c399f18851485fd7.js/_next/static/chunks/176-c399f18851... https://productshotai.app/_next/static/chunks/176-c399f18851485fd7.js — 200 — 4.0 KiB — 65 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 — 65 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 — 61 ms — h3https://productshotai.app/_next/static/chunks/1839-c98fe4086448e41f.js/_next/static/chunks/1839-c98fe4086... https://productshotai.app/_next/static/chunks/1839-c98fe4086448e41f.js — 200 — 4.6 KiB — 66 ms — h3https://productshotai.app/_next/static/chunks/9678-233d08bfdcf98150.js/_next/static/chunks/9678-233d08bfd... https://productshotai.app/_next/static/chunks/9678-233d08bfdcf98150.js — 200 — 9.4 KiB — 103 ms — h3https://productshotai.app/_next/static/chunks/373-f60d03bb8d602460.js/_next/static/chunks/373-f60d03bb8d... https://productshotai.app/_next/static/chunks/373-f60d03bb8d602460.js — 200 — 5.3 KiB — 81 ms — h3https://productshotai.app/_next/static/chunks/1274-9f866282c24598b3.js/_next/static/chunks/1274-9f866282c... https://productshotai.app/_next/static/chunks/1274-9f866282c24598b3.js — 200 — 22.8 KiB — 106 ms — h3
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 2.0 s LCP 4.3 shttps://productshotai.app// https://productshotai.app/ — 200 — 45.9 KiB — 2.1 s — 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 — 188 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 — 154 ms — h3https://productshotai.app/_next/static/css/0dfd11dc484b6a6b.css/_next/static/css/0dfd11dc484b6a6b.... https://productshotai.app/_next/static/css/0dfd11dc484b6a6b.css — 200 — 473 B — 17 ms — h3https://productshotai.app/_next/static/css/609758925b403088.css/_next/static/css/609758925b403088.... https://productshotai.app/_next/static/css/609758925b403088.css — 200 — 469 B — 41 ms — h3https://www.googletagmanager.com/gtag/js?id=G-EB61P8TMB1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-EB61P8TMB1 — 200 — 168.0 KiB — 322 ms — h2https://umami.bestvid.net/script.jsumami.bestvid.net/script.js https://umami.bestvid.net/script.js — 200 — 3.0 KiB — 99 ms — h3https://umami.bestvid.net/recorder.jsumami.bestvid.net/recorder.js https://umami.bestvid.net/recorder.js — 200 — 58.1 KiB — 122 ms — h3https://analytics.ahrefs.com/analytics.jsanalytics.ahrefs.com/analytics.js https://analytics.ahrefs.com/analytics.js — 200 — 3.0 KiB — 44 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 — 0 B — 28 ms — h3https://productshotai.app/logo.webp/logo.webp https://productshotai.app/logo.webp — 200 — 482 B — 105 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 — 54 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 — 54 ms — h3https://productshotai.app/logos/productshot-brands/googlegemini.webp/logos/productshot-brands/googlegem... https://productshotai.app/logos/productshot-brands/googlegemini.webp — 200 — 0 B — 54 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 — 54 ms — h3https://productshotai.app/logos/productshot-brands/cloudflare.webp/logos/productshot-brands/cloudflar... https://productshotai.app/logos/productshot-brands/cloudflare.webp — 200 — 0 B — 72 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 — 71 ms — h3https://productshotai.app/logos/productshot-brands/amazon.webp/logos/productshot-brands/amazon.we... https://productshotai.app/logos/productshot-brands/amazon.webp — 200 — 1.6 KiB — 170 ms — h3https://productshotai.app/_next/static/chunks/webpack-87099ceb4a46d92a.js/_next/static/chunks/webpack-87099c... https://productshotai.app/_next/static/chunks/webpack-87099ceb4a46d92a.js — 200 — 2.4 KiB — 52 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 — 112 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 — 97 ms — h3https://productshotai.app/_next/static/chunks/main-app-3f1cb8baf2b06fbe.js/_next/static/chunks/main-app-3f1cb... https://productshotai.app/_next/static/chunks/main-app-3f1cb8baf2b06fbe.js — 200 — 700 B — 67 ms — h3https://productshotai.app/_next/static/chunks/6091-30a78ac1d17f693e.js/_next/static/chunks/6091-30a78ac1d... https://productshotai.app/_next/static/chunks/6091-30a78ac1d17f693e.js — 200 — 12.9 KiB — 109 ms — h3https://productshotai.app/_next/static/chunks/176-c399f18851485fd7.js/_next/static/chunks/176-c399f18851... https://productshotai.app/_next/static/chunks/176-c399f18851485fd7.js — 200 — 4.0 KiB — 65 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 — 65 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 — 61 ms — h3https://productshotai.app/_next/static/chunks/1839-c98fe4086448e41f.js/_next/static/chunks/1839-c98fe4086... https://productshotai.app/_next/static/chunks/1839-c98fe4086448e41f.js — 200 — 4.6 KiB — 66 ms — h3https://productshotai.app/_next/static/chunks/9678-233d08bfdcf98150.js/_next/static/chunks/9678-233d08bfd... https://productshotai.app/_next/static/chunks/9678-233d08bfdcf98150.js — 200 — 9.4 KiB — 103 ms — h3https://productshotai.app/_next/static/chunks/373-f60d03bb8d602460.js/_next/static/chunks/373-f60d03bb8d... https://productshotai.app/_next/static/chunks/373-f60d03bb8d602460.js — 200 — 5.3 KiB — 81 ms — h3https://productshotai.app/_next/static/chunks/1274-9f866282c24598b3.js/_next/static/chunks/1274-9f866282c... https://productshotai.app/_next/static/chunks/1274-9f866282c24598b3.js — 200 — 22.8 KiB — 106 ms — h3https://productshotai.app/_next/static/chunks/app/%5Blocale%5D/page-8589cdb2de793b9b.js/_next/static/chunks/app/%5Blocale%... https://productshotai.app/_next/static/chunks/app/%5Blocale%5D/page-8589cdb2de793b9b.js — 200 — 7.3 KiB — 106 ms — h3https://productshotai.app/_next/static/chunks/app/%5Blocale%5D/layout-7c11b694dcd38811.js/_next/static/chunks/app/%5Blocale%... https://productshotai.app/_next/static/chunks/app/%5Blocale%5D/layout-7c11b694dcd38811.js — 200 — 7.3 KiB — 65 ms — h3https://productshotai.app/_next/static/chunks/4161-4c6d6dc313fdd48f.js/_next/static/chunks/4161-4c6d6dc31... https://productshotai.app/_next/static/chunks/4161-4c6d6dc313fdd48f.js — 200 — 6.7 KiB — 64 ms — h3https://productshotai.app/_next/static/chunks/4909-793838c0a4d164e6.js/_next/static/chunks/4909-793838c0a... https://productshotai.app/_next/static/chunks/4909-793838c0a4d164e6.js — 200 — 8.5 KiB — 101 ms — h3https://productshotai.app/_next/static/chunks/app/%5Blocale%5D/template-7079461199fa9b3d.js/_next/static/chunks/app/%5Blocale%... https://productshotai.app/_next/static/chunks/app/%5Blocale%5D/template-7079461199fa9b3d.js — 200 — 12.9 KiB — 105 ms — h3https://productshotai.app/site.webmanifest/site.webmanifest https://productshotai.app/site.webmanifest — 200 — 823 B — 77 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 — 161 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 — 164 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.4 KiB — 171 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 — 54 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 — 52 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.5 KiB — 44 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.8 KiB — 27 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 — 53 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 — 55 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 — 158 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 — 162 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 — 16 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 — 11.3 KiB — 144 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 — 179 ms — h3https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496 — 200 — 11.3 KiB — 29 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 — 17 ms — h3https://productshotai.app/cdn-cgi/rum?/cdn-cgi/rum? https://productshotai.app/cdn-cgi/rum? — 204 — 468 B — 8 ms — h3https://productshotai.app/cdn-cgi/challenge-platform/h/b/scripts/jsd/e694063b5082/main.js?/cdn-cgi/challenge-platform/h/b/scr... https://productshotai.app/cdn-cgi/challenge-platform/h/b/scripts/jsd/e694063b5082/main.js? — 200 — 9.2 KiB — 11 ms — h3https://productshotai.app/favicon.ico/favicon.ico https://productshotai.app/favicon.ico — 200 — 15.2 KiB — 19 ms — h3https://productshotai.app/android-chrome-192x192.webp/android-chrome-192x192.webp https://productshotai.app/android-chrome-192x192.webp — 200 — 19.0 KiB — 158 ms — h3https://productshotai.app/cdn-cgi/challenge-platform/h/b/jsd/oneshot/e694063b5082/0.22555415971755555:1787746219:2uXBdMVg6BIcakQsG60u07vtJiZEWLgxny-c0oSd0aA/a3130ab2ff935415/cdn-cgi/challenge-platform/h/b/jsd... https://productshotai.app/cdn-cgi/challenge-platform/h/b/jsd/oneshot/e694063b5082/0.22555415971755555:1787746219:2uXBdMVg6BIcakQsG60u07vtJiZEWLgxny-c0oSd0aA/a3130ab2ff935415 — 200 — 1.1 KiB — 11 ms — h3https://www.clarity.ms/tag/xa1kgp7jtawww.clarity.ms/tag/xa1kgp7jta https://www.clarity.ms/tag/xa1kgp7jta — 200 — 1.1 KiB — 35 ms — http/1.1https://productshotai.app/ai-product-photography-generator/?_rsc=QjpZXuqgcVyOCyNQ/ai-product-photography-generator/?... https://productshotai.app/ai-product-photography-generator/?_rsc=QjpZXuqgcVyOCyNQ — 200 — 2.2 KiB — 31 ms — h3https://umami.bestvid.net/api/sendumami.bestvid.net/api/send https://umami.bestvid.net/api/send — 204 — 0 B — 787 ms — h3https://umami.bestvid.net/api/sendumami.bestvid.net/api/send https://umami.bestvid.net/api/send — 204 — 0 B — 777 ms — h3https://umami.bestvid.net/api/websites/a5f9fa64-85f3-49a0-bc39-b74bfd529972/recorderumami.bestvid.net/api/websites/a5f9... https://umami.bestvid.net/api/websites/a5f9fa64-85f3-49a0-bc39-b74bfd529972/recorder — 200 — 846 B — 774 ms — h3https://analytics.ahrefs.com/api/eventanalytics.ahrefs.com/api/event https://analytics.ahrefs.com/api/event — 200 — 306 B — 155 ms — h3https://www.google-analytics.com/g/collect?v=2&tid=G-EB61P8TMB1&gtm=45je68o1v9256088327za200zd9256088327&_p=1787749464095&gcd=13l3l3l3l1l1&npa=0&dma=0&are=1&cid=1534879650.1787749464&frm=0&ngs=1&pscdl=noapi&rcb=2&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=115616985~115938466~115938469~118897920~118897930~119367802~119367810~120213116~120385422&dl=https%3A%2F%2Fproductshotai.app%2F&dp=%2F&dt=ProductShot%20AI%20%7C%20AI%20Product%20Photography%20for%20Ecommerce%20Sellers&sid=1787749464&sct=1&seg=0&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=3337www.google-analytics.com/g/collect?... https://www.google-analytics.com/g/collect?v=2&tid=G-EB61P8TMB1&gtm=45je68o1v9256088327za200zd9256088327&_p=1787749464095&gcd=13l3l3l3l1l1&npa=0&dma=0&are=1&cid=1534879650.1787749464&frm=0&ngs=1&pscdl=noapi&rcb=2&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=115616985~115938466~115938469~118897920~118897930~119367802~119367810~120213116~120385422&dl=https%3A%2F%2Fproductshotai.app%2F&dp=%2F&dt=ProductShot%20AI%20%7C%20AI%20Product%20Photography%20for%20Ecommerce%20Sellers&sid=1787749464&sct=1&seg=0&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=3337 — 204 — 550 B — 156 ms — h2https://scripts.clarity.ms/0.8.69/clarity.jsscripts.clarity.ms/0.8.69/clarity.j... https://scripts.clarity.ms/0.8.69/clarity.js — 200 — 25.2 KiB — 36 ms — h2https://c.clarity.ms/c.gifc.clarity.ms/c.gif https://c.clarity.ms/c.gif — 302 — 518 B — 364 ms — h2https://accounts.google.com/gsi/clientaccounts.google.com/gsi/client https://accounts.google.com/gsi/client — 200 — 97.0 KiB — 299 ms — h2https://j.clarity.ms/collectj.clarity.ms/collect https://j.clarity.ms/collect — -1 — 0 B — 0 ms — https://j.clarity.ms/collectj.clarity.ms/collect https://j.clarity.ms/collect — -1 — 0 B — 0 ms — https://accounts.google.com/gsi/styleaccounts.google.com/gsi/style https://accounts.google.com/gsi/style — 200 — 642 B — 62 ms — h2https://c.bing.com/c.gif?ctsa=mr&CtsSyncId=60DC4B7186C9435BA34F69EAC229D843&RedC=c.clarity.ms&MXFR=3663B364F0CA69FF0308A4A5F4CA67A3c.bing.com/c.gif?ctsa=mr&CtsSyncId=... https://c.bing.com/c.gif?ctsa=mr&CtsSyncId=60DC4B7186C9435BA34F69EAC229D843&RedC=c.clarity.ms&MXFR=3663B364F0CA69FF0308A4A5F4CA67A3 — 302 — 763 B — 151 ms — h2https://c.clarity.ms/c.gif?ctsa=mr&CtsSyncId=60DC4B7186C9435BA34F69EAC229D843&MUID=3D980158879D6D5D004A169986446C83c.clarity.ms/c.gif?ctsa=mr&CtsSyncI... https://c.clarity.ms/c.gif?ctsa=mr&CtsSyncId=60DC4B7186C9435BA34F69EAC229D843&MUID=3D980158879D6D5D004A169986446C83 — 200 — 467 B — 169 ms — h2https://umami.bestvid.net/api/sendumami.bestvid.net/api/send https://umami.bestvid.net/api/send — 200 — 1.1 KiB — 211 ms — h3https://umami.bestvid.net/api/sendumami.bestvid.net/api/send https://umami.bestvid.net/api/send — 200 — 1.2 KiB — 227 ms — h3https://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 — 152 ms — h3https://productshotai.app/images/productshot/hero-showcase/mechanical-keyboard.webp/images/productshot/hero-showcase/m... https://productshotai.app/images/productshot/hero-showcase/mechanical-keyboard.webp — 200 — 26.6 KiB — 169 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
7% of JavaScript execution is third-party
First-party Third-party 726ms · 348KB · €4/mo
Microsoft Clarity
Session Replay
Costly
Execution 369ms
Transfer 25 KB
Monthly Cost €2/mo
Google Tag Manager
Tag Manager
Costly
Execution 227ms
Transfer 168 KB
Unused 41%
Monthly Cost €1/mo
accounts.google.com
Other
Optional
Execution 68ms
Transfer 97 KB
Unused 75%
Monthly Cost €0/mo
umami.bestvid.net
Other
Optional
Execution 61ms
Transfer 58 KB
Unused 88%
Monthly Cost €0/mo

These scripts may cost more than they're worth

  • Microsoft Clarity adds 369ms and costs ~€2/month
  • Google Tag Manager adds 227ms and costs ~€1/month

Microsoft Clarity takes 369ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

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

Source: web.dev

Google Tag Manager takes 227ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

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

Source: web.dev

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

88% of umami.bestvid.net'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
119 images, 1281 KB total, 467 KB wasted
INFO

Image Optimization Audit

Total Images

119

Total Size

1281 KB

Oversized

29

Wasted

467 KB

68 missing dimensions 16 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