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

Performance

· 26 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
87
GRADE
B
FIX
2
REVIEW
5
PASS
16
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.
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.

3.09 s

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

5.77 s

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

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

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

5.77 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
26
16 PASS 5 REVIEW 2 FIX
F
Page Weight Budget
Action
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 648 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 648 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 647.7 KiB 18%
Other 134.3 KiB 4%
Fonts 47.0 KiB 1%
CSS 33.4 KiB 1%
HTML 12.1 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.

C
JS Execution Cost
Action
1899ms total JS execution
REVIEW
1899ms total JS execution
Warning::
https://www.outfitdescription.com/assets/index-Bpy...: 726ms CPU time
Warning::
https://www.outfitdescription.com/: 434ms CPU time
Warning::
Unattributable: 342ms CPU time
Warning::
https://www.googletagmanager.com/gtag/js?id=G-97TN...: 321ms CPU time
Info::
https://accounts.google.com/gsi/client: 76ms CPU time
Info::
Third-party scripts: 397ms (21% of total)

Main Thread Breakdown

Script Evaluation 46% Other 27% Style & Layout 18% Script Parsing & Compilation 4%
ScriptTotalScriptingParse/CompileParty
https://www.outfitdescription.com/assets/index-BpyhZouj.js726ms573ms3ms1st
https://www.outfitdescription.com/434ms26ms4ms1st
Unattributable342ms14ms0ms1st
https://www.googletagmanager.com/gtag/js?id=G-97TNHGZFYE321ms269ms50ms3rd
https://accounts.google.com/gsi/client76ms57ms19ms3rd
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.js65 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.js5 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% · 647.7 KiB
Font 1% · 47.0 KiB
CSS 1% · 33.4 KiB
Document 0% · 12.1 KiB
Other 0% · 1.7 KiB

~276.7 KiB of savings available

Remove unused JavaScript: 276.7 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 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 3.1 s LCP 5.8 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 — 53 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 — 51 ms — font-display: swap
manrope-latin-wght-norm... woff2 swap
Size 25 KB
Load time 53 ms
Start 489 ms
Risk FOUT — text flashes from fallback to web font
space-grotesk-latin-wgh... woff2 swap
Size 22 KB
Load time 51 ms
Start 490 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
2 hints, 0 missing preconnects
PASS
2 hints, 0 missing preconnects
Info::
Page uses 2 resource hint(s)

Current Resource Hints

preconnect
preload
2
dns-prefetch
prefetch

2 resource hints configured

A+
HTTP/3 (QUIC)
HTTP/3 advertised via Alt-Svc
PASS
HTTP/3 advertised via Alt-Svc
Info::
HTTP/3 (QUIC) is supported
First-load mobile users on cellular networks see meaningful latency improvements with HTTP/3. The QUIC transport collapses TLS + TCP handshakes into one and recovers faster from packet loss.
A+
Compression Algorithm
Main response uses brotli
PASS
Main response uses brotli
Info::
Main HTML response uses brotli (Content-Encoding: br)
Brotli is the best text-compression algorithm for general use, ~20% smaller than gzip on average (40% on smaller files). Modern browsers all support it.
A+
LCP Image Preload
LCP preload audit not available
PASS
LCP preload audit not available
Info::
LCP image preload audit not available for this scan
A
Server Response Intelligence
2 server-response signal(s) detected
PASS
2 server-response signal(s) detected
Warning::
Compressed response missing `Vary` header
The page is served with `Content-Encoding: br` but has no `Vary` header. Without `Vary: Accept-Encoding`, intermediary caches (corporate proxies, ISP caches) may serve the compressed variant to clients that didn't send the matching `Accept-Encoding` -- the client sees garbled bytes. Add `Vary: Accept-Encoding` whenever the response is conditionally compressed.
Info::
No `ETag` or `Last-Modified` -- conditional GET not supported
Without either header, browsers can't issue conditional GETs and refresh always re-downloads the full response body even when nothing changed. Add `ETag: "<hash>"` (or `Last-Modified: <date>`) on cacheable responses; the server returns 304 Not Modified when the client's cached copy is still valid, saving bandwidth.
A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
A+
JavaScript Blocking
No render-blocking JS or document.write usage detected
PASS
No render-blocking JS or document.write usage detected
Info::
No JavaScript blocking issues detected
A+
CSS Performance Depth
No CSS performance depth issues detected
PASS
No CSS performance depth issues detected
Info::
No CSS performance depth issues detected
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Cloudflare

Network Waterfall
59 requests over 20945ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s FCP 3.1 s LCP 5.8 shttps://www.outfitdescription.com// https://www.outfitdescription.com/ — 200 — 12.1 KiB — 258 ms — h2https://www.outfitdescription.com/logo.png/logo.png https://www.outfitdescription.com/logo.png — 200 — 139.1 KiB — 155 ms — h2https://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 — 196 ms — h2https://www.outfitdescription.com/assets/index-BWfQDR7o.css/assets/index-BWfQDR7o.css https://www.outfitdescription.com/assets/index-BWfQDR7o.css — 200 — 32.8 KiB — 125 ms — h2https://www.outfitdescription.com/assets/index-BpyhZouj.js/assets/index-BpyhZouj.js https://www.outfitdescription.com/assets/index-BpyhZouj.js — 200 — 153.1 KiB — 139 ms — h2https://www.outfitdescription.com/assets/messages-DIHeqb48.js/assets/messages-DIHeqb48.js https://www.outfitdescription.com/assets/messages-DIHeqb48.js — 200 — 65.4 KiB — 62 ms — h2https://www.outfitdescription.com/assets/link-BllvGyU4.js/assets/link-BllvGyU4.js https://www.outfitdescription.com/assets/link-BllvGyU4.js — 200 — 8.6 KiB — 73 ms — h2https://www.outfitdescription.com/assets/matchContext-B94Cch8p.js/assets/matchContext-B94Cch8p.js https://www.outfitdescription.com/assets/matchContext-B94Cch8p.js — 200 — 820 B — 55 ms — h2https://www.outfitdescription.com/assets/react-dom-CsilJtj_.js/assets/react-dom-CsilJtj_.js https://www.outfitdescription.com/assets/react-dom-CsilJtj_.js — 200 — 1.7 KiB — 76 ms — h2https://www.outfitdescription.com/assets/routes-DgohxqTd.js/assets/routes-DgohxqTd.js https://www.outfitdescription.com/assets/routes-DgohxqTd.js — 200 — 3.6 KiB — 70 ms — h2https://www.outfitdescription.com/assets/accordion-CSeJ616_.js/assets/accordion-CSeJ616_.js https://www.outfitdescription.com/assets/accordion-CSeJ616_.js — 200 — 6.6 KiB — 123 ms — h2https://www.outfitdescription.com/assets/button-e8rmk4HW.js/assets/button-e8rmk4HW.js https://www.outfitdescription.com/assets/button-e8rmk4HW.js — 200 — 5.4 KiB — 123 ms — h2https://www.outfitdescription.com/assets/navigation-Cb0HxKal.js/assets/navigation-Cb0HxKal.js https://www.outfitdescription.com/assets/navigation-Cb0HxKal.js — 200 — 864 B — 123 ms — h2https://www.outfitdescription.com/assets/utils-DXalBF5w.js/assets/utils-DXalBF5w.js https://www.outfitdescription.com/assets/utils-DXalBF5w.js — 200 — 8.8 KiB — 123 ms — h2https://www.outfitdescription.com/assets/header-CtgZRAC1.js/assets/header-CtgZRAC1.js https://www.outfitdescription.com/assets/header-CtgZRAC1.js — 200 — 4.3 KiB — 123 ms — h2https://www.outfitdescription.com/assets/posts-QXJpNBp_.js/assets/posts-QXJpNBp_.js https://www.outfitdescription.com/assets/posts-QXJpNBp_.js — 200 — 34.6 KiB — 130 ms — h2https://www.outfitdescription.com/assets/locale-npVE1hbe.js/assets/locale-npVE1hbe.js https://www.outfitdescription.com/assets/locale-npVE1hbe.js — 200 — 913 B — 124 ms — h2https://www.outfitdescription.com/assets/support-widget-CuZ52vQR.js/assets/support-widget-CuZ52vQR.js https://www.outfitdescription.com/assets/support-widget-CuZ52vQR.js — 200 — 1.8 KiB — 124 ms — h2https://www.outfitdescription.com/assets/search-DK5612IZ.js/assets/search-DK5612IZ.js https://www.outfitdescription.com/assets/search-DK5612IZ.js — 200 — 520 B — 124 ms — h2https://www.outfitdescription.com/assets/pricing-CGUm1a_k.js/assets/pricing-CGUm1a_k.js https://www.outfitdescription.com/assets/pricing-CGUm1a_k.js — 200 — 4.0 KiB — 124 ms — h2https://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.8 KiB — 125 ms — h2https://www.outfitdescription.com/assets/blog-card-DE2Di3mG.js/assets/blog-card-DE2Di3mG.js https://www.outfitdescription.com/assets/blog-card-DE2Di3mG.js — 200 — 963 B — 125 ms — h2https://www.outfitdescription.com/assets/dynamic-CrgUDdzb.js/assets/dynamic-CrgUDdzb.js https://www.outfitdescription.com/assets/dynamic-CrgUDdzb.js — 200 — 457 B — 125 ms — h2https://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 — 301 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 — 53 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 — 51 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 — 48 ms — h3https://www.outfitdescription.com/assets/useOpenInteractionType-zCeLDNvI.js/assets/useOpenInteractionType-zCeL... https://www.outfitdescription.com/assets/useOpenInteractionType-zCeLDNvI.js — 200 — 20.4 KiB — 129 ms — h3https://www.outfitdescription.com/assets/createBaseUIEventDetails-BMAPOmBk.js/assets/createBaseUIEventDetails-BM... https://www.outfitdescription.com/assets/createBaseUIEventDetails-BMAPOmBk.js — 200 — 2.2 KiB — 68 ms — h3https://www.outfitdescription.com/assets/useCompositeListItem-CiLnOoGd.js/assets/useCompositeListItem-CiLnOo... https://www.outfitdescription.com/assets/useCompositeListItem-CiLnOoGd.js — 200 — 15.0 KiB — 72 ms — h3
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s FCP 3.1 s LCP 5.8 shttps://www.outfitdescription.com// https://www.outfitdescription.com/ — 200 — 12.1 KiB — 258 ms — h2https://www.outfitdescription.com/logo.png/logo.png https://www.outfitdescription.com/logo.png — 200 — 139.1 KiB — 155 ms — h2https://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 — 196 ms — h2https://www.outfitdescription.com/assets/index-BWfQDR7o.css/assets/index-BWfQDR7o.css https://www.outfitdescription.com/assets/index-BWfQDR7o.css — 200 — 32.8 KiB — 125 ms — h2https://www.outfitdescription.com/assets/index-BpyhZouj.js/assets/index-BpyhZouj.js https://www.outfitdescription.com/assets/index-BpyhZouj.js — 200 — 153.1 KiB — 139 ms — h2https://www.outfitdescription.com/assets/messages-DIHeqb48.js/assets/messages-DIHeqb48.js https://www.outfitdescription.com/assets/messages-DIHeqb48.js — 200 — 65.4 KiB — 62 ms — h2https://www.outfitdescription.com/assets/link-BllvGyU4.js/assets/link-BllvGyU4.js https://www.outfitdescription.com/assets/link-BllvGyU4.js — 200 — 8.6 KiB — 73 ms — h2https://www.outfitdescription.com/assets/matchContext-B94Cch8p.js/assets/matchContext-B94Cch8p.js https://www.outfitdescription.com/assets/matchContext-B94Cch8p.js — 200 — 820 B — 55 ms — h2https://www.outfitdescription.com/assets/react-dom-CsilJtj_.js/assets/react-dom-CsilJtj_.js https://www.outfitdescription.com/assets/react-dom-CsilJtj_.js — 200 — 1.7 KiB — 76 ms — h2https://www.outfitdescription.com/assets/routes-DgohxqTd.js/assets/routes-DgohxqTd.js https://www.outfitdescription.com/assets/routes-DgohxqTd.js — 200 — 3.6 KiB — 70 ms — h2https://www.outfitdescription.com/assets/accordion-CSeJ616_.js/assets/accordion-CSeJ616_.js https://www.outfitdescription.com/assets/accordion-CSeJ616_.js — 200 — 6.6 KiB — 123 ms — h2https://www.outfitdescription.com/assets/button-e8rmk4HW.js/assets/button-e8rmk4HW.js https://www.outfitdescription.com/assets/button-e8rmk4HW.js — 200 — 5.4 KiB — 123 ms — h2https://www.outfitdescription.com/assets/navigation-Cb0HxKal.js/assets/navigation-Cb0HxKal.js https://www.outfitdescription.com/assets/navigation-Cb0HxKal.js — 200 — 864 B — 123 ms — h2https://www.outfitdescription.com/assets/utils-DXalBF5w.js/assets/utils-DXalBF5w.js https://www.outfitdescription.com/assets/utils-DXalBF5w.js — 200 — 8.8 KiB — 123 ms — h2https://www.outfitdescription.com/assets/header-CtgZRAC1.js/assets/header-CtgZRAC1.js https://www.outfitdescription.com/assets/header-CtgZRAC1.js — 200 — 4.3 KiB — 123 ms — h2https://www.outfitdescription.com/assets/posts-QXJpNBp_.js/assets/posts-QXJpNBp_.js https://www.outfitdescription.com/assets/posts-QXJpNBp_.js — 200 — 34.6 KiB — 130 ms — h2https://www.outfitdescription.com/assets/locale-npVE1hbe.js/assets/locale-npVE1hbe.js https://www.outfitdescription.com/assets/locale-npVE1hbe.js — 200 — 913 B — 124 ms — h2https://www.outfitdescription.com/assets/support-widget-CuZ52vQR.js/assets/support-widget-CuZ52vQR.js https://www.outfitdescription.com/assets/support-widget-CuZ52vQR.js — 200 — 1.8 KiB — 124 ms — h2https://www.outfitdescription.com/assets/search-DK5612IZ.js/assets/search-DK5612IZ.js https://www.outfitdescription.com/assets/search-DK5612IZ.js — 200 — 520 B — 124 ms — h2https://www.outfitdescription.com/assets/pricing-CGUm1a_k.js/assets/pricing-CGUm1a_k.js https://www.outfitdescription.com/assets/pricing-CGUm1a_k.js — 200 — 4.0 KiB — 124 ms — h2https://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.8 KiB — 125 ms — h2https://www.outfitdescription.com/assets/blog-card-DE2Di3mG.js/assets/blog-card-DE2Di3mG.js https://www.outfitdescription.com/assets/blog-card-DE2Di3mG.js — 200 — 963 B — 125 ms — h2https://www.outfitdescription.com/assets/dynamic-CrgUDdzb.js/assets/dynamic-CrgUDdzb.js https://www.outfitdescription.com/assets/dynamic-CrgUDdzb.js — 200 — 457 B — 125 ms — h2https://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 — 301 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 — 53 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 — 51 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 — 48 ms — h3https://www.outfitdescription.com/assets/useOpenInteractionType-zCeLDNvI.js/assets/useOpenInteractionType-zCeL... https://www.outfitdescription.com/assets/useOpenInteractionType-zCeLDNvI.js — 200 — 20.4 KiB — 129 ms — h3https://www.outfitdescription.com/assets/createBaseUIEventDetails-BMAPOmBk.js/assets/createBaseUIEventDetails-BM... https://www.outfitdescription.com/assets/createBaseUIEventDetails-BMAPOmBk.js — 200 — 2.2 KiB — 68 ms — h3https://www.outfitdescription.com/assets/useCompositeListItem-CiLnOoGd.js/assets/useCompositeListItem-CiLnOo... https://www.outfitdescription.com/assets/useCompositeListItem-CiLnOoGd.js — 200 — 15.0 KiB — 72 ms — h3https://www.outfitdescription.com/assets/useControlled-pG5ie2AP.js/assets/useControlled-pG5ie2AP.js https://www.outfitdescription.com/assets/useControlled-pG5ie2AP.js — 200 — 703 B — 71 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 — 71 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 — 85 ms — h3https://www.outfitdescription.com/assets/Separator-CEwgJvJH.js/assets/Separator-CEwgJvJH.js https://www.outfitdescription.com/assets/Separator-CEwgJvJH.js — 200 — 729 B — 108 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 — 620 B — 108 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 — 622 B — 82 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 — 622 B — 127 ms — h3https://www.outfitdescription.com/assets/image-BcQWAFef.js/assets/image-BcQWAFef.js https://www.outfitdescription.com/assets/image-BcQWAFef.js — 200 — 706 B — 130 ms — h3https://www.outfitdescription.com/assets/settings-DdeqeJ5N.js/assets/settings-DdeqeJ5N.js https://www.outfitdescription.com/assets/settings-DdeqeJ5N.js — 200 — 854 B — 127 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 — 721 B — 126 ms — h3https://www.outfitdescription.com/assets/x-BQNfPgwC.js/assets/x-BQNfPgwC.js https://www.outfitdescription.com/assets/x-BQNfPgwC.js — 200 — 632 B — 127 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 — 628 B — 129 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 — 130 ms — h3https://www.outfitdescription.com/assets/DialogTitle-BAEXrbLT.js/assets/DialogTitle-BAEXrbLT.js https://www.outfitdescription.com/assets/DialogTitle-BAEXrbLT.js — 200 — 3.4 KiB — 130 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 — 130 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 — 130 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 — 714 B — 132 ms — h3https://www.outfitdescription.com/assets/label-B1p0EvDF.js/assets/label-B1p0EvDF.js https://www.outfitdescription.com/assets/label-B1p0EvDF.js — 200 — 787 B — 132 ms — h3https://www.outfitdescription.com/assets/textarea-DywnAMbA.js/assets/textarea-DywnAMbA.js https://www.outfitdescription.com/assets/textarea-DywnAMbA.js — 200 — 930 B — 43 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 — 132 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 — 133 ms — h3https://www.outfitdescription.com/assets/sparkles-Bww2rYVx.js/assets/sparkles-Bww2rYVx.js https://www.outfitdescription.com/assets/sparkles-Bww2rYVx.js — 200 — 793 B — 133 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 — 736 B — 45 ms — h3https://www.google-analytics.com/g/collect?v=2&tid=G-97TNHGZFYE&gtm=45je68c1v9235540355za200zd9235540355&_p=1786691125420&gcd=13l3l3l3l1l1&npa=0&dma=0&are=1&cid=1691810113.1786691126&frm=0&ngs=1&pscdl=noapi&rcb=11&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B151.0.7922.108%7CNot%253DA%253FBrand%3B99.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=115616985~115938465~115938469~118897920~118897930~119367802~119367810~119527020~120385423&sid=1786691125&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=706www.google-analytics.com/g/collect?... https://www.google-analytics.com/g/collect?v=2&tid=G-97TNHGZFYE&gtm=45je68c1v9235540355za200zd9235540355&_p=1786691125420&gcd=13l3l3l3l1l1&npa=0&dma=0&are=1&cid=1691810113.1786691126&frm=0&ngs=1&pscdl=noapi&rcb=11&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B151.0.7922.108%7CNot%253DA%253FBrand%3B99.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=115616985~115938465~115938469~118897920~118897930~119367802~119367810~119527020~120385423&sid=1786691125&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=706 — 204 — 556 B — 199 ms — h2https://www.outfitdescription.com/favicon.ico/favicon.ico https://www.outfitdescription.com/favicon.ico — 200 — 134.3 KiB — 73 ms — h3https://www.outfitdescription.com/api/auth/get-session/api/auth/get-session https://www.outfitdescription.com/api/auth/get-session — 200 — 426 B — 42 ms — h3https://www.outfitdescription.com/api/config/public/api/config/public https://www.outfitdescription.com/api/config/public — 200 — 782 B — 20.0 s — 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 — 642 B — 30 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
21% of JavaScript execution is third-party
First-party Third-party 397ms · 263KB · €4/mo
Google Tag Manager
Tag Manager
Costly
Execution 321ms
Transfer 166 KB
Unused 42%
Monthly Cost €3/mo
accounts.google.com
Other
Optional
Execution 76ms
Transfer 97 KB
Unused 75%
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • Google Tag Manager adds 321ms and costs ~€3/month

Google Tag Manager takes 321ms 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

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