Skip to content
https://www.outfitdescription.com

Performance

· 22 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
87
GRADE
B
FIX
2
REVIEW
5
PASS
12
INFO
3

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

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

946 ms

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

1.56 s

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

36 ms

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

0.000

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

1.05 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.56 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
22
12 PASS 5 REVIEW 2 FIX
F
Page Weight Budget
Action
3.5 MB transferred, 59 requests
FIX
3.5 MB transferred, 59 requests
Warning::
Page weighs 4.9 MB (3.5 MB transferred)
Warning::
Images are 2.6 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 2.6 MB
Warning::
JavaScript is 651 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 651 KB
Info::
59 HTTP requests
Info::
Estimated 0.73 g CO2 per page load
3.5 MB / 2.4 MB budget
3.5 MB transferred
59 requests
0.73 g CO2 per page load
Images 2.6 MiB 75%
JavaScript 650.8 KiB 18%
Other 134.3 KiB 4%
Fonts 47.0 KiB 1%
CSS 33.6 KiB 1%
HTML 12.2 KiB 0%
Other 1.7 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.

B
JS Execution Cost
610ms total JS execution
REVIEW
610ms total JS execution
Info::
https://www.outfitdescription.com/assets/index-Bpy...: 214ms CPU time
Info::
Unattributable: 168ms CPU time
Info::
https://www.outfitdescription.com/: 157ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-97TN...: 71ms CPU time
Info::
Third-party scripts: 71ms (12% of total)

Main Thread Breakdown

Script Evaluation 37% Other 36% Style & Layout 20%
ScriptTotalScriptingParse/CompileParty
https://www.outfitdescription.com/assets/index-BpyhZouj.js214ms165ms1ms1st
Unattributable168ms4ms0ms1st
https://www.outfitdescription.com/157ms3ms1ms1st
https://www.googletagmanager.com/gtag/js?id=G-97TNHGZFYE71ms62ms9ms3rd
C
JS Bundles
Action
48 scripts, 277 KB unused
REVIEW
48 scripts, 277 KB unused
Warning::
https://accounts.google.com/gsi/client: 72 KB unused (75%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.outfitdescription.com/assets/index-Bpy...: 70 KB unused (46%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-97TN...: 70 KB unused (42%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.outfitdescription.com/assets/messages-...: 36 KB unused (60%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.outfitdescription.com/assets/posts-QXJ...: 29 KB unused (95%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 277 KB
277 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://accounts.google.com/gsi/client97 KB72 KB (75%)3rd
https://www.outfitdescription.com/assets/index-BpyhZouj.js153 KB70 KB (46%)1st
https://www.googletagmanager.com/gtag/js?id=G-97TNHGZFYE166 KB70 KB (42%)3rd
https://www.outfitdescription.com/assets/messages-DIHeqb48.js66 KB36 KB (60%)1st
https://www.outfitdescription.com/assets/posts-QXJpNBp_.js35 KB29 KB (95%)1st
https://www.outfitdescription.com/assets/useControlled-pG5ie2AP.js1 KB1st
https://www.outfitdescription.com/assets/Separator-CEwgJvJH.js1 KB1st
https://www.outfitdescription.com/assets/button-e8rmk4HW.js6 KB1st
https://www.outfitdescription.com/assets/navigation-Cb0HxKal.js1 KB1st
https://www.outfitdescription.com/assets/utils-DXalBF5w.js9 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

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
59 resources · 3.5 MB · 277 KB savings available
REVIEW
59 resources · 3.5 MB · 277 KB savings available
Warning::
Page weight 3.5 MB exceeds 1 MB target by 2.5 MB
Got: 3.5 MB Expected: ≤ 1 MB
Info::
~277 KB of savings available
Info::
4 third-party resources (7% of weight)
Info::
1 resources over 200KB
59 resources · 3.5 MiB · 4 third-party 2.5 MiB over 1MB target
Image 79% · 2.8 MiB
JavaScript 18% · 650.8 KiB
Font 1% · 47.0 KiB
CSS 1% · 33.6 KiB
Document 0% · 12.2 KiB
Other 0% · 1.7 KiB

~277.3 KiB of savings available

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

Web fonts

2

47 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 946 ms LCP 1.6 shttps://www.outfitdescription.com/assets/manrope-latin-wght-normal-DHIcAJRg.woff2manrope-latin-wght-norm... https://www.outfitdescription.com/assets/manrope-latin-wght-normal-DHIcAJRg.woff2 — 24.8 KiB — 35 ms — font-display: swaphttps://www.outfitdescription.com/assets/space-grotesk-latin-wght-normal-BhU9QXUp.woff2space-grotesk-latin-wgh... https://www.outfitdescription.com/assets/space-grotesk-latin-wght-normal-BhU9QXUp.woff2 — 22.3 KiB — 37 ms — font-display: swap
manrope-latin-wght-norm... woff2 swap
Size 25 KB
Load time 35 ms
Start 893 ms
Risk FOUT — text flashes from fallback to web font
space-grotesk-latin-wgh... woff2 swap
Size 22 KB
Load time 37 ms
Start 893 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
59 requests over 1945ms
INFO
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 946 ms LCP 1.6 shttps://www.outfitdescription.com// https://www.outfitdescription.com/ — 200 — 12.2 KiB — 750 ms — h3https://www.outfitdescription.com/logo.png/logo.png https://www.outfitdescription.com/logo.png — 200 — 139.0 KiB — 139 ms — h3https://www.outfitdescription.com/imgs/generated/landing-finder-background.png/imgs/generated/landing-finder-back... https://www.outfitdescription.com/imgs/generated/landing-finder-background.png — 200 — 2.5 MiB — 262 ms — h3https://www.outfitdescription.com/assets/index-BWfQDR7o.css/assets/index-BWfQDR7o.css https://www.outfitdescription.com/assets/index-BWfQDR7o.css — 200 — 32.9 KiB — 33 ms — h3https://www.outfitdescription.com/assets/index-BpyhZouj.js/assets/index-BpyhZouj.js https://www.outfitdescription.com/assets/index-BpyhZouj.js — 200 — 153.3 KiB — 70 ms — h3https://www.outfitdescription.com/assets/messages-DIHeqb48.js/assets/messages-DIHeqb48.js https://www.outfitdescription.com/assets/messages-DIHeqb48.js — 200 — 65.6 KiB — 81 ms — h3https://www.outfitdescription.com/assets/link-BllvGyU4.js/assets/link-BllvGyU4.js https://www.outfitdescription.com/assets/link-BllvGyU4.js — 200 — 8.7 KiB — 76 ms — h3https://www.outfitdescription.com/assets/matchContext-B94Cch8p.js/assets/matchContext-B94Cch8p.js https://www.outfitdescription.com/assets/matchContext-B94Cch8p.js — 200 — 961 B — 81 ms — h3https://www.outfitdescription.com/assets/react-dom-CsilJtj_.js/assets/react-dom-CsilJtj_.js https://www.outfitdescription.com/assets/react-dom-CsilJtj_.js — 200 — 1.9 KiB — 81 ms — h3https://www.outfitdescription.com/assets/routes-DgohxqTd.js/assets/routes-DgohxqTd.js https://www.outfitdescription.com/assets/routes-DgohxqTd.js — 200 — 3.8 KiB — 81 ms — h3https://www.outfitdescription.com/assets/accordion-CSeJ616_.js/assets/accordion-CSeJ616_.js https://www.outfitdescription.com/assets/accordion-CSeJ616_.js — 200 — 6.8 KiB — 81 ms — h3https://www.outfitdescription.com/assets/button-e8rmk4HW.js/assets/button-e8rmk4HW.js https://www.outfitdescription.com/assets/button-e8rmk4HW.js — 200 — 5.5 KiB — 93 ms — h3https://www.outfitdescription.com/assets/navigation-Cb0HxKal.js/assets/navigation-Cb0HxKal.js https://www.outfitdescription.com/assets/navigation-Cb0HxKal.js — 200 — 1.0 KiB — 94 ms — h3https://www.outfitdescription.com/assets/utils-DXalBF5w.js/assets/utils-DXalBF5w.js https://www.outfitdescription.com/assets/utils-DXalBF5w.js — 200 — 8.9 KiB — 93 ms — h3https://www.outfitdescription.com/assets/header-CtgZRAC1.js/assets/header-CtgZRAC1.js https://www.outfitdescription.com/assets/header-CtgZRAC1.js — 200 — 4.5 KiB — 93 ms — h3https://www.outfitdescription.com/assets/posts-QXJpNBp_.js/assets/posts-QXJpNBp_.js https://www.outfitdescription.com/assets/posts-QXJpNBp_.js — 200 — 34.9 KiB — 110 ms — h3https://www.outfitdescription.com/assets/locale-npVE1hbe.js/assets/locale-npVE1hbe.js https://www.outfitdescription.com/assets/locale-npVE1hbe.js — 200 — 1.1 KiB — 105 ms — h3https://www.outfitdescription.com/assets/support-widget-CuZ52vQR.js/assets/support-widget-CuZ52vQR.js https://www.outfitdescription.com/assets/support-widget-CuZ52vQR.js — 200 — 2.0 KiB — 106 ms — h3https://www.outfitdescription.com/assets/search-DK5612IZ.js/assets/search-DK5612IZ.js https://www.outfitdescription.com/assets/search-DK5612IZ.js — 200 — 655 B — 106 ms — h3https://www.outfitdescription.com/assets/pricing-CGUm1a_k.js/assets/pricing-CGUm1a_k.js https://www.outfitdescription.com/assets/pricing-CGUm1a_k.js — 200 — 4.1 KiB — 107 ms — h3https://www.outfitdescription.com/assets/outfit-describer-studio-DB4XsjTO.js/assets/outfit-describer-studio-DB4... https://www.outfitdescription.com/assets/outfit-describer-studio-DB4XsjTO.js — 200 — 3.9 KiB — 107 ms — h3https://www.outfitdescription.com/assets/blog-card-DE2Di3mG.js/assets/blog-card-DE2Di3mG.js https://www.outfitdescription.com/assets/blog-card-DE2Di3mG.js — 200 — 1.1 KiB — 107 ms — h3https://www.outfitdescription.com/assets/dynamic-CrgUDdzb.js/assets/dynamic-CrgUDdzb.js https://www.outfitdescription.com/assets/dynamic-CrgUDdzb.js — 200 — 613 B — 107 ms — h3https://www.googletagmanager.com/gtag/js?id=G-97TNHGZFYEwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-97TNHGZFYE — 200 — 165.7 KiB — 340 ms — h2https://www.outfitdescription.com/assets/manrope-latin-wght-normal-DHIcAJRg.woff2/assets/manrope-latin-wght-normal-D... https://www.outfitdescription.com/assets/manrope-latin-wght-normal-DHIcAJRg.woff2 — 200 — 24.8 KiB — 35 ms — h3https://www.outfitdescription.com/assets/space-grotesk-latin-wght-normal-BhU9QXUp.woff2/assets/space-grotesk-latin-wght-no... https://www.outfitdescription.com/assets/space-grotesk-latin-wght-normal-BhU9QXUp.woff2 — 200 — 22.3 KiB — 37 ms — h3https://www.outfitdescription.com/assets/with-selector-sBOwcgqs.js/assets/with-selector-sBOwcgqs.js https://www.outfitdescription.com/assets/with-selector-sBOwcgqs.js — 200 — 1.2 KiB — 30 ms — h3https://www.outfitdescription.com/assets/useOpenInteractionType-zCeLDNvI.js/assets/useOpenInteractionType-zCeL... https://www.outfitdescription.com/assets/useOpenInteractionType-zCeLDNvI.js — 200 — 20.4 KiB — 30 ms — h3https://www.outfitdescription.com/assets/createBaseUIEventDetails-BMAPOmBk.js/assets/createBaseUIEventDetails-BM... https://www.outfitdescription.com/assets/createBaseUIEventDetails-BMAPOmBk.js — 200 — 2.2 KiB — 31 ms — h3https://www.outfitdescription.com/assets/useCompositeListItem-CiLnOoGd.js/assets/useCompositeListItem-CiLnOo... https://www.outfitdescription.com/assets/useCompositeListItem-CiLnOoGd.js — 200 — 15.0 KiB — 39 ms — h3
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 946 ms LCP 1.6 shttps://www.outfitdescription.com// https://www.outfitdescription.com/ — 200 — 12.2 KiB — 750 ms — h3https://www.outfitdescription.com/logo.png/logo.png https://www.outfitdescription.com/logo.png — 200 — 139.0 KiB — 139 ms — h3https://www.outfitdescription.com/imgs/generated/landing-finder-background.png/imgs/generated/landing-finder-back... https://www.outfitdescription.com/imgs/generated/landing-finder-background.png — 200 — 2.5 MiB — 262 ms — h3https://www.outfitdescription.com/assets/index-BWfQDR7o.css/assets/index-BWfQDR7o.css https://www.outfitdescription.com/assets/index-BWfQDR7o.css — 200 — 32.9 KiB — 33 ms — h3https://www.outfitdescription.com/assets/index-BpyhZouj.js/assets/index-BpyhZouj.js https://www.outfitdescription.com/assets/index-BpyhZouj.js — 200 — 153.3 KiB — 70 ms — h3https://www.outfitdescription.com/assets/messages-DIHeqb48.js/assets/messages-DIHeqb48.js https://www.outfitdescription.com/assets/messages-DIHeqb48.js — 200 — 65.6 KiB — 81 ms — h3https://www.outfitdescription.com/assets/link-BllvGyU4.js/assets/link-BllvGyU4.js https://www.outfitdescription.com/assets/link-BllvGyU4.js — 200 — 8.7 KiB — 76 ms — h3https://www.outfitdescription.com/assets/matchContext-B94Cch8p.js/assets/matchContext-B94Cch8p.js https://www.outfitdescription.com/assets/matchContext-B94Cch8p.js — 200 — 961 B — 81 ms — h3https://www.outfitdescription.com/assets/react-dom-CsilJtj_.js/assets/react-dom-CsilJtj_.js https://www.outfitdescription.com/assets/react-dom-CsilJtj_.js — 200 — 1.9 KiB — 81 ms — h3https://www.outfitdescription.com/assets/routes-DgohxqTd.js/assets/routes-DgohxqTd.js https://www.outfitdescription.com/assets/routes-DgohxqTd.js — 200 — 3.8 KiB — 81 ms — h3https://www.outfitdescription.com/assets/accordion-CSeJ616_.js/assets/accordion-CSeJ616_.js https://www.outfitdescription.com/assets/accordion-CSeJ616_.js — 200 — 6.8 KiB — 81 ms — h3https://www.outfitdescription.com/assets/button-e8rmk4HW.js/assets/button-e8rmk4HW.js https://www.outfitdescription.com/assets/button-e8rmk4HW.js — 200 — 5.5 KiB — 93 ms — h3https://www.outfitdescription.com/assets/navigation-Cb0HxKal.js/assets/navigation-Cb0HxKal.js https://www.outfitdescription.com/assets/navigation-Cb0HxKal.js — 200 — 1.0 KiB — 94 ms — h3https://www.outfitdescription.com/assets/utils-DXalBF5w.js/assets/utils-DXalBF5w.js https://www.outfitdescription.com/assets/utils-DXalBF5w.js — 200 — 8.9 KiB — 93 ms — h3https://www.outfitdescription.com/assets/header-CtgZRAC1.js/assets/header-CtgZRAC1.js https://www.outfitdescription.com/assets/header-CtgZRAC1.js — 200 — 4.5 KiB — 93 ms — h3https://www.outfitdescription.com/assets/posts-QXJpNBp_.js/assets/posts-QXJpNBp_.js https://www.outfitdescription.com/assets/posts-QXJpNBp_.js — 200 — 34.9 KiB — 110 ms — h3https://www.outfitdescription.com/assets/locale-npVE1hbe.js/assets/locale-npVE1hbe.js https://www.outfitdescription.com/assets/locale-npVE1hbe.js — 200 — 1.1 KiB — 105 ms — h3https://www.outfitdescription.com/assets/support-widget-CuZ52vQR.js/assets/support-widget-CuZ52vQR.js https://www.outfitdescription.com/assets/support-widget-CuZ52vQR.js — 200 — 2.0 KiB — 106 ms — h3https://www.outfitdescription.com/assets/search-DK5612IZ.js/assets/search-DK5612IZ.js https://www.outfitdescription.com/assets/search-DK5612IZ.js — 200 — 655 B — 106 ms — h3https://www.outfitdescription.com/assets/pricing-CGUm1a_k.js/assets/pricing-CGUm1a_k.js https://www.outfitdescription.com/assets/pricing-CGUm1a_k.js — 200 — 4.1 KiB — 107 ms — h3https://www.outfitdescription.com/assets/outfit-describer-studio-DB4XsjTO.js/assets/outfit-describer-studio-DB4... https://www.outfitdescription.com/assets/outfit-describer-studio-DB4XsjTO.js — 200 — 3.9 KiB — 107 ms — h3https://www.outfitdescription.com/assets/blog-card-DE2Di3mG.js/assets/blog-card-DE2Di3mG.js https://www.outfitdescription.com/assets/blog-card-DE2Di3mG.js — 200 — 1.1 KiB — 107 ms — h3https://www.outfitdescription.com/assets/dynamic-CrgUDdzb.js/assets/dynamic-CrgUDdzb.js https://www.outfitdescription.com/assets/dynamic-CrgUDdzb.js — 200 — 613 B — 107 ms — h3https://www.googletagmanager.com/gtag/js?id=G-97TNHGZFYEwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-97TNHGZFYE — 200 — 165.7 KiB — 340 ms — h2https://www.outfitdescription.com/assets/manrope-latin-wght-normal-DHIcAJRg.woff2/assets/manrope-latin-wght-normal-D... https://www.outfitdescription.com/assets/manrope-latin-wght-normal-DHIcAJRg.woff2 — 200 — 24.8 KiB — 35 ms — h3https://www.outfitdescription.com/assets/space-grotesk-latin-wght-normal-BhU9QXUp.woff2/assets/space-grotesk-latin-wght-no... https://www.outfitdescription.com/assets/space-grotesk-latin-wght-normal-BhU9QXUp.woff2 — 200 — 22.3 KiB — 37 ms — h3https://www.outfitdescription.com/assets/with-selector-sBOwcgqs.js/assets/with-selector-sBOwcgqs.js https://www.outfitdescription.com/assets/with-selector-sBOwcgqs.js — 200 — 1.2 KiB — 30 ms — h3https://www.outfitdescription.com/assets/useOpenInteractionType-zCeLDNvI.js/assets/useOpenInteractionType-zCeL... https://www.outfitdescription.com/assets/useOpenInteractionType-zCeLDNvI.js — 200 — 20.4 KiB — 30 ms — h3https://www.outfitdescription.com/assets/createBaseUIEventDetails-BMAPOmBk.js/assets/createBaseUIEventDetails-BM... https://www.outfitdescription.com/assets/createBaseUIEventDetails-BMAPOmBk.js — 200 — 2.2 KiB — 31 ms — h3https://www.outfitdescription.com/assets/useCompositeListItem-CiLnOoGd.js/assets/useCompositeListItem-CiLnOo... https://www.outfitdescription.com/assets/useCompositeListItem-CiLnOoGd.js — 200 — 15.0 KiB — 39 ms — h3https://www.outfitdescription.com/assets/useControlled-pG5ie2AP.js/assets/useControlled-pG5ie2AP.js https://www.outfitdescription.com/assets/useControlled-pG5ie2AP.js — 200 — 709 B — 37 ms — h3https://www.outfitdescription.com/assets/avatar-DlYAemaN.js/assets/avatar-DlYAemaN.js https://www.outfitdescription.com/assets/avatar-DlYAemaN.js — 200 — 1.7 KiB — 62 ms — h3https://www.outfitdescription.com/assets/dropdown-menu-n1MrItkx.js/assets/dropdown-menu-n1MrItkx.js https://www.outfitdescription.com/assets/dropdown-menu-n1MrItkx.js — 200 — 13.7 KiB — 47 ms — h3https://www.outfitdescription.com/assets/Separator-CEwgJvJH.js/assets/Separator-CEwgJvJH.js https://www.outfitdescription.com/assets/Separator-CEwgJvJH.js — 200 — 727 B — 51 ms — h3https://www.outfitdescription.com/assets/chevron-right-B84ZIN_A.js/assets/chevron-right-B84ZIN_A.js https://www.outfitdescription.com/assets/chevron-right-B84ZIN_A.js — 200 — 621 B — 74 ms — h3https://www.outfitdescription.com/assets/check-B1XZVo_R.js/assets/check-B1XZVo_R.js https://www.outfitdescription.com/assets/check-B1XZVo_R.js — 200 — 623 B — 52 ms — h3https://www.outfitdescription.com/assets/chevron-down-CWA0MSaQ.js/assets/chevron-down-CWA0MSaQ.js https://www.outfitdescription.com/assets/chevron-down-CWA0MSaQ.js — 200 — 623 B — 87 ms — h3https://www.outfitdescription.com/assets/image-BcQWAFef.js/assets/image-BcQWAFef.js https://www.outfitdescription.com/assets/image-BcQWAFef.js — 200 — 714 B — 89 ms — h3https://www.outfitdescription.com/assets/settings-DdeqeJ5N.js/assets/settings-DdeqeJ5N.js https://www.outfitdescription.com/assets/settings-DdeqeJ5N.js — 200 — 856 B — 63 ms — h3https://www.outfitdescription.com/assets/shield-gLCO_PVM.js/assets/shield-gLCO_PVM.js https://www.outfitdescription.com/assets/shield-gLCO_PVM.js — 200 — 710 B — 85 ms — h3https://www.outfitdescription.com/assets/x-BQNfPgwC.js/assets/x-BQNfPgwC.js https://www.outfitdescription.com/assets/x-BQNfPgwC.js — 200 — 631 B — 90 ms — h3https://www.outfitdescription.com/assets/chevron-up-a19W5X5f.js/assets/chevron-up-a19W5X5f.js https://www.outfitdescription.com/assets/chevron-up-a19W5X5f.js — 200 — 627 B — 92 ms — h3https://www.outfitdescription.com/assets/dialog-B5pYMRVH.js/assets/dialog-B5pYMRVH.js https://www.outfitdescription.com/assets/dialog-B5pYMRVH.js — 200 — 1.9 KiB — 91 ms — h3https://www.outfitdescription.com/assets/DialogTitle-BAEXrbLT.js/assets/DialogTitle-BAEXrbLT.js https://www.outfitdescription.com/assets/DialogTitle-BAEXrbLT.js — 200 — 3.5 KiB — 92 ms — h3https://www.outfitdescription.com/assets/input-CQl5akTy.js/assets/input-CQl5akTy.js https://www.outfitdescription.com/assets/input-CQl5akTy.js — 200 — 2.8 KiB — 93 ms — h3https://www.outfitdescription.com/assets/image-uploader-DghSltoe.js/assets/image-uploader-DghSltoe.js https://www.outfitdescription.com/assets/image-uploader-DghSltoe.js — 200 — 3.6 KiB — 87 ms — h3https://www.outfitdescription.com/assets/refresh-cw-ojizT_sf.js/assets/refresh-cw-ojizT_sf.js https://www.outfitdescription.com/assets/refresh-cw-ojizT_sf.js — 200 — 709 B — 94 ms — h3https://www.outfitdescription.com/assets/label-B1p0EvDF.js/assets/label-B1p0EvDF.js https://www.outfitdescription.com/assets/label-B1p0EvDF.js — 200 — 793 B — 79 ms — h3https://www.outfitdescription.com/assets/textarea-DywnAMbA.js/assets/textarea-DywnAMbA.js https://www.outfitdescription.com/assets/textarea-DywnAMbA.js — 200 — 927 B — 91 ms — h3https://www.outfitdescription.com/assets/useMutation-B-CqBH7P.js/assets/useMutation-B-CqBH7P.js https://www.outfitdescription.com/assets/useMutation-B-CqBH7P.js — 200 — 1.5 KiB — 87 ms — h3https://www.outfitdescription.com/assets/credit-card-C4tUmUhI.js/assets/credit-card-C4tUmUhI.js https://www.outfitdescription.com/assets/credit-card-C4tUmUhI.js — 200 — 671 B — 81 ms — h3https://www.outfitdescription.com/assets/sparkles-Bww2rYVx.js/assets/sparkles-Bww2rYVx.js https://www.outfitdescription.com/assets/sparkles-Bww2rYVx.js — 200 — 791 B — 84 ms — h3https://www.outfitdescription.com/assets/trash-2-JkUG_uAB.js/assets/trash-2-JkUG_uAB.js https://www.outfitdescription.com/assets/trash-2-JkUG_uAB.js — 200 — 732 B — 85 ms — h3https://www.google-analytics.com/g/collect?v=2&tid=G-97TNHGZFYE&gtm=45je68c1v9235540355za200zd9235540355&_p=1786691159700&gcd=13l3l3l3l1l1&npa=0&dma=0&are=1&cid=580320195.1786691160&frm=0&ngs=1&pscdl=noapi&rcb=16&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B151.0.7922.108%7CNot%253DA%253FBrand%3B99.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=115938465~115938469~118395334~118897920~118897930~119367802~119367810~119527019~120385423&sid=1786691160&sct=1&seg=0&dl=https%3A%2F%2Fwww.outfitdescription.com%2F&dt=Outfit%20Description&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=1226www.google-analytics.com/g/collect?... https://www.google-analytics.com/g/collect?v=2&tid=G-97TNHGZFYE&gtm=45je68c1v9235540355za200zd9235540355&_p=1786691159700&gcd=13l3l3l3l1l1&npa=0&dma=0&are=1&cid=580320195.1786691160&frm=0&ngs=1&pscdl=noapi&rcb=16&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B151.0.7922.108%7CNot%253DA%253FBrand%3B99.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=115938465~115938469~118395334~118897920~118897930~119367802~119367810~119527019~120385423&sid=1786691160&sct=1&seg=0&dl=https%3A%2F%2Fwww.outfitdescription.com%2F&dt=Outfit%20Description&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=1226 — 204 — 556 B — 152 ms — h2https://www.outfitdescription.com/favicon.ico/favicon.ico https://www.outfitdescription.com/favicon.ico — 200 — 134.3 KiB — 35 ms — h3https://www.outfitdescription.com/api/auth/get-session/api/auth/get-session https://www.outfitdescription.com/api/auth/get-session — 200 — 430 B — 44 ms — h3https://www.outfitdescription.com/api/config/public/api/config/public https://www.outfitdescription.com/api/config/public — 200 — 770 B — 475 ms — h3https://accounts.google.com/gsi/clientaccounts.google.com/gsi/client https://accounts.google.com/gsi/client — 200 — 97.1 KiB — 128 ms — h2https://accounts.google.com/gsi/styleaccounts.google.com/gsi/style https://accounts.google.com/gsi/style — 200 — 641 B — 33 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
12% of JavaScript execution is third-party
First-party Third-party 71ms · 166KB · €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 71ms
Transfer 166 KB
Unused 42%
Monthly Cost €1/mo

How third-party costs are calculated

Image Optimization
8 images, 3109 KB total, 138 KB wasted
INFO

Image Optimization Audit

Total Images

8

Total Size

3109 KB

Oversized

1

Wasted

138 KB

1 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