Skip to content
https://victoriassecret.com

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
69
GRADE
D
FIX
5
REVIEW
2
PASS
6
INFO
2

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

38
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
92
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
81
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
83
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.

827 ms

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

3.27 s

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

288 ms

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

0.818

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

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

3.61 s

Page Load Progression

400 ms
800 ms
1.2 s
1.6 s
2.0 s
2.4 s
2.8 s
3.2 s
Checks
15
6 PASS 2 REVIEW 5 FIX
F
Page Weight Budget
Action
4.1 MB transferred, 150 requests
FIX
4.1 MB transferred, 150 requests
Critical::
Page weighs 12.7 MB (4.1 MB transferred)
Warning::
JavaScript is 2.2 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 2.2 MB
Info::
Fonts are 331 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 331 KB
Warning::
150 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.87 g CO2 per page load
4.1 MB / 2.4 MB budget
4.1 MB transferred
150 requests
0.87 g CO2 per page load
JavaScript 2.2 MiB 53%
Images 907.3 KiB 21%
Other 401.2 KiB 9%
Fonts 330.5 KiB 8%
Other 186.0 KiB 4%
CSS 144.9 KiB 3%
Other 30.4 KiB 1%
HTML 5.6 KiB 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over 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

Subset fonts to include only used characters, or switch to system font stacks.

Why this matters

Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).

Source: web.dev font loading

Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.

Why this matters

High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.

Source: web.dev

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (4.1 MiB of 4.1 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
35 scripts, 667 KB unused
FIX
35 scripts, 667 KB unused
Warning::
https://es.victoriassecret.com/assets/m5509-LiVnR4...: 343 KB unused (65%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://es.victoriassecret.com/assets/m5509-LiVnR4...: 124 KB unused (66%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.victoriassecret.com/assets/m5509-LiVnR...: 104 KB unused (68%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdn.dashhudson.com/web/js/board-carousel-e...: 49 KB unused (25%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdn.dashhudson.com/web/js/board-carousel-e...: unminified — 61 KB could be saved
Warning::
https://es.victoriassecret.com/assets/m5509-LiVnR4...: 48 KB unused (60%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 667 KB
667 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/desktop/6507.js524 KB343 KB (65%)3rd
https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/desktop/5641.js192 KB124 KB (66%)3rd
https://www.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/desktop/sentry-react-sdk.js153 KB104 KB (68%)3rd
https://cdn.dashhudson.com/web/js/board-carousel-embed.js197 KB49 KB (25%)3rd
https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/desktop/9300.js80 KB48 KB (60%)3rd
https://www.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/desktop/cms-component-imports/social-feed.js1 KB3rd
https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/desktop/3969.js7 KB3rd
https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/desktop/573.js10 KB3rd
https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/desktop/runtime.js3 KB3rd
https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/desktop/8776.js8 KB3rd

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

F
Page Weight Inventory
Action
150 resources · 4.1 MB · 667 KB savings available
FIX
150 resources · 4.1 MB · 667 KB savings available
Warning::
Page weight 3.1 MB over 1MB target
Got: 4.1 MB Expected: ≤ 1 MB
Info::
~667 KB of savings available
Warning::
149 third-party resources (100% of weight)
Info::
3 resources over 200KB
150 resources · 4.1 MiB · 149 third-party 3.1 MiB over 1MB target
JavaScript 53% · 2.2 MiB
Image 33% · 1.3 MiB
Font 8% · 330.5 KiB
CSS 3% · 144.9 KiB
Other 2% · 85.3 KiB
Document 2% · 70.1 KiB

~667.1 KiB of savings available

Remove unused JavaScript: 667.1 KiB
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
Image Optimization
Action
37 images, 0 KB saveable
REVIEW
37 images, 0 KB saveable
Warning::
https://es.victoriassecret.com/images/vsweb/24ce48... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://es.victoriassecret.com/images/vsweb/4e95ee... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://es.victoriassecret.com/images/vsweb/9b9f1f... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://es.victoriassecret.com/images/vsweb/f7a0c8... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://es.victoriassecret.com/images/vsweb/441427... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://es.victoriassecret.com/images/vsweb/aed2e3... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://es.victoriassecret.com/images/vsweb/abb29f... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://es.victoriassecret.com/images/vsweb/0d03b6... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://es.victoriassecret.com/images/vsweb/b3c53c... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://es.victoriassecret.com/images/vsweb/50b82a... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://es.victoriassecret.com/images/vsweb/6bf698... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://es.victoriassecret.com/images/vsweb/c9f790... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://es.victoriassecret.com/images/vsweb/da4269... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://es.victoriassecret.com/images/vsweb/e95649... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://es.victoriassecret.com/images/vsweb/2ee474... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://es.victoriassecret.com/images/vsweb/88c3c3... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
37 images 869 KB
0 oversized -0 KB
14 legacy format
16 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

C
JS Execution Cost
Action
1891ms total JS execution
REVIEW
1891ms total JS execution
Warning::
https://www.victoriassecret.com/assets/m5509-LiVnR...: 641ms CPU time
Warning::
https://es.victoriassecret.com/assets/m5509-LiVnR4...: 257ms CPU time
Info::
https://es.victoriassecret.com/es/: 233ms CPU time
Info::
https://es.victoriassecret.com/assets/m5509-LiVnR4...: 192ms CPU time
Info::
https://www.victoriassecret.com/assets/m5509-LiVnR...: 188ms CPU time
Warning::
Third-party scripts: 1891ms (100% of total)

Main Thread Breakdown

Script Evaluation 59% Style & Layout 17% Other 13% Script Parsing & Compilation 6%
ScriptTotalScriptingParse/CompileParty
https://www.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/desktop/react-18.js641ms489ms3ms3rd
https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/vendor/signals-sdk-5.6.7.js257ms217ms7ms3rd
https://es.victoriassecret.com/es/233ms3ms0ms3rd
https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/templates/landing/desktop/index.js192ms190ms0ms3rd
https://www.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/desktop/sentry-react-sdk.js188ms99ms18ms3rd
Unattributable153ms12ms0ms3rd
https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/desktop/6507.js131ms82ms41ms3rd
https://cdn.dashhudson.com/web/js/board-carousel-embed.js95ms43ms12ms3rd
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+
Font Loading
12 fonts (331 KB)
PASS
12 fonts (331 KB)
Info::
12 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

12

331 KB total

Render-blocking

0

of 12

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 FCP 827 ms LCP 3.3 shttps://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/fonts/PublicSans-Light/PublicSans-Light.woffPublicSans-Light.woff https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/fonts/PublicSans-Light/PublicSans-Light.woff — 34.5 KiB — 34 ms — font-display: swaphttps://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/fonts/PublicSans-SemiBold/PublicSans-SemiBold.woffPublicSans-SemiBold.woff https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/fonts/PublicSans-SemiBold/PublicSans-SemiBold.woff — 34.5 KiB — 35 ms — font-display: swaphttps://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/fonts/Victoria-Two-Display/Victoria-Two-Display.woff2Victoria-Two-Display.woff2 https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/fonts/Victoria-Two-Display/Victoria-Two-Display.woff2 — 30.4 KiB — 36 ms — font-display: swaphttps://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/fonts/Victoria-Two-Display-Italic/Victoria-Two-Display-Italic.woff2Victoria-Two-Display-It... https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/fonts/Victoria-Two-Display-Italic/Victoria-Two-Display-Italic.woff2 — 30.0 KiB — 38 ms — font-display: swaphttps://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/fonts/Calibre-2-Regular/calibre-2-regular.woff2calibre-2-regular.woff2 https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/fonts/Calibre-2-Regular/calibre-2-regular.woff2 — 30.6 KiB — 36 ms — font-display: swaphttps://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/fonts/Calibre-2-Medium/calibre-2-medium.woff2calibre-2-medium.woff2 https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/fonts/Calibre-2-Medium/calibre-2-medium.woff2 — 29.4 KiB — 55 ms — font-display: swaphttps://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/fonts/Calibre-2-Bold/calibre-2-bold.woff2calibre-2-bold.woff2 https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/fonts/Calibre-2-Bold/calibre-2-bold.woff2 — 31.6 KiB — 51 ms — font-display: swaphttps://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/fonts/Calibre-2-Light/calibre-2-light.woff2calibre-2-light.woff2 https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/fonts/Calibre-2-Light/calibre-2-light.woff2 — 30.5 KiB — 58 ms — font-display: swaphttps://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/fonts/PublicSans-ExtraBold/PublicSans-ExtraBold.woffPublicSans-ExtraBold.woff https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/fonts/PublicSans-ExtraBold/PublicSans-ExtraBold.woff — 34.6 KiB — 41 ms — font-display: swaphttps://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/fonts/PublicSans-ExtraLight/PublicSans-ExtraLight.woffPublicSans-ExtraLight.woff https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/fonts/PublicSans-ExtraLight/PublicSans-ExtraLight.woff — 34.4 KiB — 54 ms — font-display: swapdata:application/font-woff;base64,d09GMgABAAAAACK8AA4AAAAAQRwAACJlAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG…font-woff;base64,d09GMg... data:application/font-woff;base64,d09GMgABAAAAACK8AA4AAAAAQRwAACJlAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG… — 8.7 KiB — 45 ms — font-display: swapdata:application/font-woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgA…font-woff;base64,d09GRk... data:application/font-woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgA… — 1.3 KiB — 31 ms — font-display: swap
PublicSans-Light.woff woff swap
Size 35 KB
Load time 34 ms
Start 805 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
PublicSans-SemiBold.woff woff swap
Size 35 KB
Load time 35 ms
Start 805 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
Victoria-Two-Display.woff2 woff2 swap
Size 30 KB
Load time 36 ms
Start 2.2 s
Risk FOUT — text flashes from fallback to web font
Victoria-Two-Display-It... woff2 swap
Size 30 KB
Load time 38 ms
Start 2.2 s
Risk FOUT — text flashes from fallback to web font
calibre-2-regular.woff2 woff2 swap
Size 31 KB
Load time 36 ms
Start 2.2 s
Risk FOUT — text flashes from fallback to web font
calibre-2-medium.woff2 woff2 swap
Size 29 KB
Load time 55 ms
Start 2.2 s
Risk FOUT — text flashes from fallback to web font
calibre-2-bold.woff2 woff2 swap
Size 32 KB
Load time 51 ms
Start 2.2 s
Risk FOUT — text flashes from fallback to web font
calibre-2-light.woff2 woff2 swap
Size 30 KB
Load time 58 ms
Start 2.2 s
Risk FOUT — text flashes from fallback to web font
PublicSans-ExtraBold.woff woff swap
Size 35 KB
Load time 41 ms
Start 2.2 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
PublicSans-ExtraLight.woff woff swap
Size 34 KB
Load time 54 ms
Start 2.2 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
font-woff;base64,d09GMg... woff swap
Size 9 KB
Load time 45 ms
Start 3.7 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
font-woff;base64,d09GRk... woff swap
Size 1 KB
Load time 31 ms
Start 3.7 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
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)

Fixing the unchecked items could save ~44 KB and ~88 ms

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+
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
150 requests over 4525ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 827 ms LCP 3.3 shttps://victoriassecret.com// https://victoriassecret.com/ — 301 — 376 B — 59 ms — h2https://www.victoriassecret.com/www.victoriassecret.com/ https://www.victoriassecret.com/ — 301 — 606 B — 88 ms — h2https://www.victoriassecret.com/es/www.victoriassecret.com/es/ https://www.victoriassecret.com/es/ — 301 — 571 B — 36 ms — h2https://es.victoriassecret.com/es/es.victoriassecret.com/es/ https://es.victoriassecret.com/es/ — 200 — 4.7 KiB — 470 ms — h2https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/templates/landing/desktop/style.csses.victoriassecret.com/assets/m5509... https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/templates/landing/desktop/style.css — 200 — 34.2 KiB — 81 ms — h2https://es.victoriassecret.com/custom_CSS/mpCSS.css?mp818es.victoriassecret.com/custom_CSS/m... https://es.victoriassecret.com/custom_CSS/mpCSS.css?mp818 — 200 — 8.3 KiB — 38 ms — h2https://www.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/desktop/react-18.jswww.victoriassecret.com/assets/m550... https://www.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/desktop/react-18.js — 200 — 45.2 KiB — 44 ms — h2https://www.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/desktop/sentry-react-sdk.jswww.victoriassecret.com/assets/m550... https://www.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/desktop/sentry-react-sdk.js — 200 — 153.4 KiB — 80 ms — h2https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/brastrap.jses.victoriassecret.com/assets/m5509... https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/brastrap.js — 200 — 7.6 KiB — 37 ms — h2https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/desktop/runtime.jses.victoriassecret.com/assets/m5509... https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/desktop/runtime.js — 200 — 3.0 KiB — 38 ms — h2https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/desktop/5641.jses.victoriassecret.com/assets/m5509... https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/desktop/5641.js — 200 — 192.4 KiB — 89 ms — h2https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/desktop/573.jses.victoriassecret.com/assets/m5509... https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/desktop/573.js — 200 — 9.9 KiB — 86 ms — h2https://www.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/product-ask-victoria-import.jswww.victoriassecret.com/assets/m550... https://www.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/product-ask-victoria-import.js — 200 — 11.6 KiB — 38 ms — h2https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/desktop/6507.jses.victoriassecret.com/assets/m5509... https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/desktop/6507.js — 200 — 524.4 KiB — 87 ms — h2https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/desktop/9300.jses.victoriassecret.com/assets/m5509... https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/desktop/9300.js — 200 — 80.0 KiB — 73 ms — h2https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/desktop/8776.jses.victoriassecret.com/assets/m5509... https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/desktop/8776.js — 200 — 7.5 KiB — 50 ms — h2https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/desktop/1440.jses.victoriassecret.com/assets/m5509... https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/desktop/1440.js — 200 — 3.1 KiB — 51 ms — h2https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/desktop/4032.jses.victoriassecret.com/assets/m5509... https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/desktop/4032.js — 200 — 4.9 KiB — 55 ms — h2https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/desktop/3283.jses.victoriassecret.com/assets/m5509... https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/desktop/3283.js — 200 — 4.4 KiB — 50 ms — h2https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/desktop/3875.jses.victoriassecret.com/assets/m5509... https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/desktop/3875.js — 200 — 3.2 KiB — 29 ms — h2https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/templates/landing/desktop/index.jses.victoriassecret.com/assets/m5509... https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/templates/landing/desktop/index.js — 200 — 9.2 KiB — 47 ms — h2https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/fonts/PublicSans-Light/PublicSans-Light.woffes.victoriassecret.com/assets/m5509... https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/fonts/PublicSans-Light/PublicSans-Light.woff — 200 — 34.5 KiB — 34 ms — h2https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/fonts/PublicSans-SemiBold/PublicSans-SemiBold.woffes.victoriassecret.com/assets/m5509... https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/fonts/PublicSans-SemiBold/PublicSans-SemiBold.woff — 200 — 34.5 KiB — 35 ms — h2https://es-api.victoriassecret.com/auth/v27/statuses-api.victoriassecret.com/auth/v27... https://es-api.victoriassecret.com/auth/v27/status — 200 — 1.2 KiB — 260 ms — h2https://es-api.victoriassecret.com/experience/v4/feature-flagses-api.victoriassecret.com/experien... https://es-api.victoriassecret.com/experience/v4/feature-flags — 200 — 18.4 KiB — 314 ms — h2https://es-api.victoriassecret.com/gatingexperience/v1/sddgatinges-api.victoriassecret.com/gatingex... https://es-api.victoriassecret.com/gatingexperience/v1/sddgating — 200 — 464 B — 266 ms — h2https://o4509050836680704.ingest.us.sentry.io/api/4509050844151808/envelope/?sentry_version=7&sentry_key=0504aaafa3a7f3ded4480bb41eacddc9&sentry_client=sentry.javascript.react%2F10.16.0o4509050836680704.ingest.us.sentry.... https://o4509050836680704.ingest.us.sentry.io/api/4509050844151808/envelope/?sentry_version=7&sentry_key=0504aaafa3a7f3ded4480bb41eacddc9&sentry_client=sentry.javascript.react%2F10.16.0 — 200 — 300 B — 83 ms — h2https://www.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/favicon.icowww.victoriassecret.com/assets/m550... https://www.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/favicon.ico — 200 — 5.2 KiB — 34 ms — h2https://es-api.victoriassecret.com/analytics/v3/global?activeCountry=ESes-api.victoriassecret.com/analytic... https://es-api.victoriassecret.com/analytics/v3/global?activeCountry=ES — 200 — 1020 B — 150 ms — h2https://es-api.victoriassecret.com/settings/v3/countries?activeCountry=ESes-api.victoriassecret.com/settings... https://es-api.victoriassecret.com/settings/v3/countries?activeCountry=ES — 200 — 8.3 KiB — 712 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 827 ms LCP 3.3 shttps://victoriassecret.com// https://victoriassecret.com/ — 301 — 376 B — 59 ms — h2https://www.victoriassecret.com/www.victoriassecret.com/ https://www.victoriassecret.com/ — 301 — 606 B — 88 ms — h2https://www.victoriassecret.com/es/www.victoriassecret.com/es/ https://www.victoriassecret.com/es/ — 301 — 571 B — 36 ms — h2https://es.victoriassecret.com/es/es.victoriassecret.com/es/ https://es.victoriassecret.com/es/ — 200 — 4.7 KiB — 470 ms — h2https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/templates/landing/desktop/style.csses.victoriassecret.com/assets/m5509... https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/templates/landing/desktop/style.css — 200 — 34.2 KiB — 81 ms — h2https://es.victoriassecret.com/custom_CSS/mpCSS.css?mp818es.victoriassecret.com/custom_CSS/m... https://es.victoriassecret.com/custom_CSS/mpCSS.css?mp818 — 200 — 8.3 KiB — 38 ms — h2https://www.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/desktop/react-18.jswww.victoriassecret.com/assets/m550... https://www.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/desktop/react-18.js — 200 — 45.2 KiB — 44 ms — h2https://www.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/desktop/sentry-react-sdk.jswww.victoriassecret.com/assets/m550... https://www.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/desktop/sentry-react-sdk.js — 200 — 153.4 KiB — 80 ms — h2https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/brastrap.jses.victoriassecret.com/assets/m5509... https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/brastrap.js — 200 — 7.6 KiB — 37 ms — h2https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/desktop/runtime.jses.victoriassecret.com/assets/m5509... https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/desktop/runtime.js — 200 — 3.0 KiB — 38 ms — h2https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/desktop/5641.jses.victoriassecret.com/assets/m5509... https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/desktop/5641.js — 200 — 192.4 KiB — 89 ms — h2https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/desktop/573.jses.victoriassecret.com/assets/m5509... https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/desktop/573.js — 200 — 9.9 KiB — 86 ms — h2https://www.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/product-ask-victoria-import.jswww.victoriassecret.com/assets/m550... https://www.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/product-ask-victoria-import.js — 200 — 11.6 KiB — 38 ms — h2https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/desktop/6507.jses.victoriassecret.com/assets/m5509... https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/desktop/6507.js — 200 — 524.4 KiB — 87 ms — h2https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/desktop/9300.jses.victoriassecret.com/assets/m5509... https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/desktop/9300.js — 200 — 80.0 KiB — 73 ms — h2https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/desktop/8776.jses.victoriassecret.com/assets/m5509... https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/desktop/8776.js — 200 — 7.5 KiB — 50 ms — h2https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/desktop/1440.jses.victoriassecret.com/assets/m5509... https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/desktop/1440.js — 200 — 3.1 KiB — 51 ms — h2https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/desktop/4032.jses.victoriassecret.com/assets/m5509... https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/desktop/4032.js — 200 — 4.9 KiB — 55 ms — h2https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/desktop/3283.jses.victoriassecret.com/assets/m5509... https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/desktop/3283.js — 200 — 4.4 KiB — 50 ms — h2https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/desktop/3875.jses.victoriassecret.com/assets/m5509... https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/desktop/3875.js — 200 — 3.2 KiB — 29 ms — h2https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/templates/landing/desktop/index.jses.victoriassecret.com/assets/m5509... https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/templates/landing/desktop/index.js — 200 — 9.2 KiB — 47 ms — h2https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/fonts/PublicSans-Light/PublicSans-Light.woffes.victoriassecret.com/assets/m5509... https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/fonts/PublicSans-Light/PublicSans-Light.woff — 200 — 34.5 KiB — 34 ms — h2https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/fonts/PublicSans-SemiBold/PublicSans-SemiBold.woffes.victoriassecret.com/assets/m5509... https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/fonts/PublicSans-SemiBold/PublicSans-SemiBold.woff — 200 — 34.5 KiB — 35 ms — h2https://es-api.victoriassecret.com/auth/v27/statuses-api.victoriassecret.com/auth/v27... https://es-api.victoriassecret.com/auth/v27/status — 200 — 1.2 KiB — 260 ms — h2https://es-api.victoriassecret.com/experience/v4/feature-flagses-api.victoriassecret.com/experien... https://es-api.victoriassecret.com/experience/v4/feature-flags — 200 — 18.4 KiB — 314 ms — h2https://es-api.victoriassecret.com/gatingexperience/v1/sddgatinges-api.victoriassecret.com/gatingex... https://es-api.victoriassecret.com/gatingexperience/v1/sddgating — 200 — 464 B — 266 ms — h2https://o4509050836680704.ingest.us.sentry.io/api/4509050844151808/envelope/?sentry_version=7&sentry_key=0504aaafa3a7f3ded4480bb41eacddc9&sentry_client=sentry.javascript.react%2F10.16.0o4509050836680704.ingest.us.sentry.... https://o4509050836680704.ingest.us.sentry.io/api/4509050844151808/envelope/?sentry_version=7&sentry_key=0504aaafa3a7f3ded4480bb41eacddc9&sentry_client=sentry.javascript.react%2F10.16.0 — 200 — 300 B — 83 ms — h2https://www.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/favicon.icowww.victoriassecret.com/assets/m550... https://www.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/favicon.ico — 200 — 5.2 KiB — 34 ms — h2https://es-api.victoriassecret.com/analytics/v3/global?activeCountry=ESes-api.victoriassecret.com/analytic... https://es-api.victoriassecret.com/analytics/v3/global?activeCountry=ES — 200 — 1020 B — 150 ms — h2https://es-api.victoriassecret.com/settings/v3/countries?activeCountry=ESes-api.victoriassecret.com/settings... https://es-api.victoriassecret.com/settings/v3/countries?activeCountry=ES — 200 — 8.3 KiB — 712 ms — h2https://es-api.victoriassecret.com/settings/v3/languages?activeCountry=ESes-api.victoriassecret.com/settings... https://es-api.victoriassecret.com/settings/v3/languages?activeCountry=ES — 200 — 1.2 KiB — 586 ms — h2https://es-api.victoriassecret.com/dataprivacyrights/v7/jwt?activeCountry=ESes-api.victoriassecret.com/datapriv... https://es-api.victoriassecret.com/dataprivacyrights/v7/jwt?activeCountry=ES — 200 — 1.1 KiB — 272 ms — h2https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/settings.json?activeCountry=ESes.victoriassecret.com/assets/m5509... https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/settings.json?activeCountry=ES — 200 — 2.0 KiB — 309 ms — h2https://es-api.victoriassecret.com/navigations/v9/navigations?channel=victorias-secret-desktop-tablet-eu&activeCountry=ESes-api.victoriassecret.com/navigati... https://es-api.victoriassecret.com/navigations/v9/navigations?channel=victorias-secret-desktop-tablet-eu&activeCountry=ES — 200 — 12.8 KiB — 337 ms — h2https://es-api.victoriassecret.com/orders/v39/bag/count?activeCountry=ESes-api.victoriassecret.com/orders/v... https://es-api.victoriassecret.com/orders/v39/bag/count?activeCountry=ES — 200 — 887 B — 470 ms — h2https://es-api.victoriassecret.com/categories/v15/page?categoryId=d3e9f24c-e271-414d-b8f0-06d249f79f88&brand=vs&isPersonalized=true&activeCountry=ES&platform=web&deviceType=&platformType=&perzConsent=false&cid=&tntId=&screenWidth=800&screenHeight=600es-api.victoriassecret.com/categori... https://es-api.victoriassecret.com/categories/v15/page?categoryId=d3e9f24c-e271-414d-b8f0-06d249f79f88&brand=vs&isPersonalized=true&activeCountry=ES&platform=web&deviceType=&platformType=&perzConsent=false&cid=&tntId=&screenWidth=800&screenHeight=600 — 200 — 4.4 KiB — 471 ms — h2https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/react/icon/brand.svges.victoriassecret.com/assets/m5509... https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/react/icon/brand.svg — 200 — 117.4 KiB — 78 ms — h2https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/react/icon/main.svges.victoriassecret.com/assets/m5509... https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/react/icon/main.svg — 200 — 86.4 KiB — 55 ms — h2https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/react/icon/third-party.svges.victoriassecret.com/assets/m5509... https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/react/icon/third-party.svg — 200 — 49.8 KiB — 43 ms — h2https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/react/icon/exclude.svges.victoriassecret.com/assets/m5509... https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/react/icon/exclude.svg — 200 — 91.1 KiB — 38 ms — h2https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/react/icon/brand.svg?MPCACHEBUSTER=03312026aes.victoriassecret.com/assets/m5509... https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/react/icon/brand.svg?MPCACHEBUSTER=03312026a — 200 — 118.0 KiB — 77 ms — h2https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/react/icon/main.svges.victoriassecret.com/assets/m5509... https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/react/icon/main.svg — 200 — 0 B — 3 ms — h2https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/desktop/cms-component-imports/social-feed.jses.victoriassecret.com/assets/m5509... https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/desktop/cms-component-imports/social-feed.js — 302 — 127 B — 338 ms — h2https://es.victoriassecret.com/es/vses.victoriassecret.com/es/vs https://es.victoriassecret.com/es/vs — 301 — 404 B — 308 ms — h2https://es.victoriassecret.com/es/pinkes.victoriassecret.com/es/pink https://es.victoriassecret.com/es/pink — 200 — 4.7 KiB — 297 ms — h2https://es.victoriassecret.com/es/vs/giftses.victoriassecret.com/es/vs/gifts https://es.victoriassecret.com/es/vs/gifts — 200 — 5.1 KiB — 468 ms — h2https://es.victoriassecret.com/es/vs/newarrivalses.victoriassecret.com/es/vs/newarr... https://es.victoriassecret.com/es/vs/newarrivals — 200 — 5.0 KiB — 375 ms — h2https://es.victoriassecret.com/es/vs/brases.victoriassecret.com/es/vs/bras https://es.victoriassecret.com/es/vs/bras — 200 — 5.1 KiB — 626 ms — h2https://servicioalcliente.victoriassecret.com/s/topic/0TO3h0000004cXPGAY/internationalservicioalcliente.victoriassecret.c... https://servicioalcliente.victoriassecret.com/s/topic/0TO3h0000004cXPGAY/international — 301 — 176 B — 386 ms — h2https://servicioalcliente.victoriassecret.com/s/article/3074servicioalcliente.victoriassecret.c... https://servicioalcliente.victoriassecret.com/s/article/3074 — 301 — 565 B — 367 ms — h2https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/fonts/Victoria-Two-Display/Victoria-Two-Display.woff2es.victoriassecret.com/assets/m5509... https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/fonts/Victoria-Two-Display/Victoria-Two-Display.woff2 — 200 — 30.4 KiB — 36 ms — h2https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/fonts/Victoria-Two-Display-Italic/Victoria-Two-Display-Italic.woff2es.victoriassecret.com/assets/m5509... https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/fonts/Victoria-Two-Display-Italic/Victoria-Two-Display-Italic.woff2 — 200 — 30.0 KiB — 38 ms — h2https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/fonts/Calibre-2-Regular/calibre-2-regular.woff2es.victoriassecret.com/assets/m5509... https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/fonts/Calibre-2-Regular/calibre-2-regular.woff2 — 200 — 30.6 KiB — 36 ms — h2https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/fonts/Calibre-2-Medium/calibre-2-medium.woff2es.victoriassecret.com/assets/m5509... https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/fonts/Calibre-2-Medium/calibre-2-medium.woff2 — 200 — 29.4 KiB — 55 ms — h2https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/fonts/Calibre-2-Bold/calibre-2-bold.woff2es.victoriassecret.com/assets/m5509... https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/fonts/Calibre-2-Bold/calibre-2-bold.woff2 — 200 — 31.6 KiB — 51 ms — h2https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/fonts/Calibre-2-Light/calibre-2-light.woff2es.victoriassecret.com/assets/m5509... https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/fonts/Calibre-2-Light/calibre-2-light.woff2 — 200 — 30.5 KiB — 58 ms — h2https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/fonts/PublicSans-ExtraBold/PublicSans-ExtraBold.woffes.victoriassecret.com/assets/m5509... https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/fonts/PublicSans-ExtraBold/PublicSans-ExtraBold.woff — 200 — 34.6 KiB — 41 ms — h2https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/fonts/PublicSans-ExtraLight/PublicSans-ExtraLight.woffes.victoriassecret.com/assets/m5509... https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/fonts/PublicSans-ExtraLight/PublicSans-ExtraLight.woff — 200 — 34.4 KiB — 54 ms — h2https://cdn.cookielaw.org/consent/bf2a16ac-df26-44de-b305-f4ebc0473a82/otSDKStub.jscdn.cookielaw.org/consent/bf2a16ac-... https://cdn.cookielaw.org/consent/bf2a16ac-df26-44de-b305-f4ebc0473a82/otSDKStub.js — -1 — 0 B — 199 ms — https://es-api.victoriassecret.com/contentpersonalization/v6/monitor?bagCount=0&perzConsent=false&aid=51bc27d5-9da6-457f-8964-1f33030af1b8&platform=web&cid=&brand=vs&placement=globalMonitorMbox&activeCountry=ESes-api.victoriassecret.com/contentp... https://es-api.victoriassecret.com/contentpersonalization/v6/monitor?bagCount=0&perzConsent=false&aid=51bc27d5-9da6-457f-8964-1f33030af1b8&platform=web&cid=&brand=vs&placement=globalMonitorMbox&activeCountry=ES — 200 — 796 B — 241 ms — h2https://es-api.victoriassecret.com/contentpersonalization/v6/offerses-api.victoriassecret.com/contentp... https://es-api.victoriassecret.com/contentpersonalization/v6/offers — 200 — 794 B — 542 ms — h2https://es.victoriassecret.com/images/vsweb/c9f79062-00f5-4c80-8db5-f80ccfe282a7/VS_logoSmall_black.svges.victoriassecret.com/images/vsweb... https://es.victoriassecret.com/images/vsweb/c9f79062-00f5-4c80-8db5-f80ccfe282a7/VS_logoSmall_black.svg — 200 — 4.8 KiB — 41 ms — h2https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/flags/07c1eee9ecbbb613f1bc.pnges.victoriassecret.com/assets/m5509... https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/flags/07c1eee9ecbbb613f1bc.png — 301 — 116 B — 113 ms — h2https://es-api.victoriassecret.com/banners/v1/acq-offeres-api.victoriassecret.com/banners/... https://es-api.victoriassecret.com/banners/v1/acq-offer — 200 — 1.3 KiB — 631 ms — h2https://es-api.victoriassecret.com/navigations/v9/personalizednavigationses-api.victoriassecret.com/navigati... https://es-api.victoriassecret.com/navigations/v9/personalizednavigations — 200 — 989 B — 256 ms — h2https://es-api.victoriassecret.com/settings/v3/webconfigs?configs=sizeandfit&activeCountry=ESes-api.victoriassecret.com/settings... https://es-api.victoriassecret.com/settings/v3/webconfigs?configs=sizeandfit&activeCountry=ES — 200 — 790 B — 794 ms — h2https://www.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/flags/07c1eee9ecbbb613f1bc.pngwww.victoriassecret.com/assets/m550... https://www.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/flags/07c1eee9ecbbb613f1bc.png — 200 — 4.3 KiB — 24 ms — h2https://es.victoriassecret.com/es/es.victoriassecret.com/es/ https://es.victoriassecret.com/es/ — 200 — 0 B — 3 ms — h2https://es.victoriassecret.com/images/vsweb/4bfcff48-55fb-48f5-ba79-3bd0c1aaee9d/040926-intl-VSI-HP-BShellBronze-PSTR.jpges.victoriassecret.com/images/vsweb... https://es.victoriassecret.com/images/vsweb/4bfcff48-55fb-48f5-ba79-3bd0c1aaee9d/040926-intl-VSI-HP-BShellBronze-PSTR.jpg — 200 — 62.3 KiB — 189 ms — h2https://es.victoriassecret.com/images/vsweb/6c590b30-4481-4f01-a852-20b21cca0fcb/072722-INTL-emailcapture.jpges.victoriassecret.com/images/vsweb... https://es.victoriassecret.com/images/vsweb/6c590b30-4481-4f01-a852-20b21cca0fcb/072722-INTL-emailcapture.jpg — 200 — 430 B — 196 ms — h2https://www.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/desktop/cms-component-imports/social-feed.jswww.victoriassecret.com/assets/m550... https://www.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/desktop/cms-component-imports/social-feed.js — 200 — 1.5 KiB — 32 ms — h2https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/vendor/signals-sdk-5.6.7.jses.victoriassecret.com/assets/m5509... https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/vendor/signals-sdk-5.6.7.js — 302 — 174 B — 86 ms — h2https://servicioalcliente.victoriassecret.com/s/article/3074?language=en_USservicioalcliente.victoriassecret.c... https://servicioalcliente.victoriassecret.com/s/article/3074?language=en_US — 200 — 0 B — 592 ms — h2https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/vendor/radar.min.jses.victoriassecret.com/assets/m5509... https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/vendor/radar.min.js — 302 — 120 B — 65 ms — h2data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJ0AAABiCAYAAABK4tEaAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB…data:img/png;base64,iVBORw0KGgoAAAA... data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJ0AAABiCAYAAABK4tEaAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB… — 200 — 18.1 KiB — 57 ms — datadata:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAK0AAACACAYAAAB5nemrAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB…data:img/png;base64,iVBORw0KGgoAAAA... data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAK0AAACACAYAAAB5nemrAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB… — 200 — 19.4 KiB — 58 ms — datadata:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAK0AAACACAYAAAB5nemrAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB…data:img/png;base64,iVBORw0KGgoAAAA... data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAK0AAACACAYAAAB5nemrAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB… — 200 — 18.6 KiB — 58 ms — datadata:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAK0AAACACAYAAAB5nemrAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB…data:img/png;base64,iVBORw0KGgoAAAA... data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAK0AAACACAYAAAB5nemrAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB… — 200 — 15.0 KiB — 58 ms — datadata:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJ4AAABjCAYAAABqibm8AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB…data:img/png;base64,iVBORw0KGgoAAAA... data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJ4AAABjCAYAAABqibm8AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB… — 200 — 14.6 KiB — 58 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAxIAAACVCAYAAADMmcw2AAAMY2lDQ1BJQ0MgUHJvZmlsZQAASImVV…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAxIAAACVCAYAAADMmcw2AAAMY2lDQ1BJQ0MgUHJvZmlsZQAASImVV… — 200 — 0 B — 0 ms — datahttps://servicioalcliente.victoriassecret.com/s/topic/0TO3h0000004cXPGAY/international?language=esservicioalcliente.victoriassecret.c... https://servicioalcliente.victoriassecret.com/s/topic/0TO3h0000004cXPGAY/international?language=es — 200 — 0 B — 787 ms — h2https://www.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/vendor/signals-sdk-5.6.7.jswww.victoriassecret.com/assets/m550... https://www.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/vendor/signals-sdk-5.6.7.js — 200 — 105.8 KiB — 40 ms — h2https://www.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/vendor/radar.min.jswww.victoriassecret.com/assets/m550... https://www.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/vendor/radar.min.js — 200 — 246.9 KiB — 61 ms — h2https://cdn.dashhudson.com/web/js/board-carousel-embed.jscdn.dashhudson.com/web/js/board-car... https://cdn.dashhudson.com/web/js/board-carousel-embed.js — 200 — 196.5 KiB — 199 ms — h2https://es.victoriassecret.com/images/vsweb/b3c53c54-5a5c-455d-bb39-8e307cec9935/040926-intl-VSI-HP-ftr.jpges.victoriassecret.com/images/vsweb... https://es.victoriassecret.com/images/vsweb/b3c53c54-5a5c-455d-bb39-8e307cec9935/040926-intl-VSI-HP-ftr.jpg — 200 — 133.4 KiB — 242 ms — h2https://es.victoriassecret.com/images/vsweb/4e95eedb-1d61-4a14-9a03-7ac91f51b029/041126-intl-VSI-HP-EUDC-Bra-Carousel.jpges.victoriassecret.com/images/vsweb... https://es.victoriassecret.com/images/vsweb/4e95eedb-1d61-4a14-9a03-7ac91f51b029/041126-intl-VSI-HP-EUDC-Bra-Carousel.jpg — 200 — 64.1 KiB — 221 ms — h2https://es.victoriassecret.com/images/vsweb/24ce4860-265c-4200-ab3a-513e799f611f/040926-INTL-VSI-HP-LogoBronze-m__261x85-d__345x113.pnges.victoriassecret.com/images/vsweb... https://es.victoriassecret.com/images/vsweb/24ce4860-265c-4200-ab3a-513e799f611f/040926-INTL-VSI-HP-LogoBronze-m__261x85-d__345x113.png — 200 — 33.1 KiB — 37 ms — h2https://es.victoriassecret.com/images/vsweb/abb29fdd-0114-48af-b345-8a6abdd5ce64/040926-intl-VSI-HP-Swim.jpges.victoriassecret.com/images/vsweb... https://es.victoriassecret.com/images/vsweb/abb29fdd-0114-48af-b345-8a6abdd5ce64/040926-intl-VSI-HP-Swim.jpg — 200 — 75.9 KiB — 207 ms — h2https://es.victoriassecret.com/images/vsweb/da426997-17d0-42e2-b493-27eea52acda2/040926-intl-VSI-HP-Panties.jpges.victoriassecret.com/images/vsweb... https://es.victoriassecret.com/images/vsweb/da426997-17d0-42e2-b493-27eea52acda2/040926-intl-VSI-HP-Panties.jpg — 200 — 36.6 KiB — 207 ms — h2https://es.victoriassecret.com/images/vsweb/50b82a77-25a1-4511-b92f-f4e0c7d22248/041126-intl-VSI-HP-EUDC-Sleep.jpges.victoriassecret.com/images/vsweb... https://es.victoriassecret.com/images/vsweb/50b82a77-25a1-4511-b92f-f4e0c7d22248/041126-intl-VSI-HP-EUDC-Sleep.jpg — 200 — 39.7 KiB — 205 ms — h2data:image/webp;base64,UklGRh4AAABXRUJQVlA4TBEAAAAvAQAAAAfQ//73v/+BiOh/AAA=data:image/webp;base64,UklGRh4AAABX... data:image/webp;base64,UklGRh4AAABXRUJQVlA4TBEAAAAvAQAAAAfQ//73v/+BiOh/AAA= — 200 — 0 B — 0 ms — datahttps://es.victoriassecret.com/images/vsweb/e956491e-4f71-4785-b126-227a4101465c/intl-FAQ-box-3x2.jpges.victoriassecret.com/images/vsweb... https://es.victoriassecret.com/images/vsweb/e956491e-4f71-4785-b126-227a4101465c/intl-FAQ-box-3x2.jpg — 200 — 593 B — 191 ms — h2https://api.radar.io/v1/config?deviceId=bc7204bf-5e8d-435e-b24b-028823d2e397&installId=58077c7c-3092-45f1-9bcd-444d45c719cd&sessionId=1776900922&locationAuthorization=NOT_DETERMINEDapi.radar.io/v1/config?deviceId=bc7... https://api.radar.io/v1/config?deviceId=bc7204bf-5e8d-435e-b24b-028823d2e397&installId=58077c7c-3092-45f1-9bcd-444d45c719cd&sessionId=1776900922&locationAuthorization=NOT_DETERMINED — 204 — 0 B — 165 ms — h2https://es.victoriassecret.com/images/vsweb/6bf698e6-e726-4138-a672-775013f90441/090825-intl-VSI-HP-Logo-Duties-d__58x58-01.pnges.victoriassecret.com/images/vsweb... https://es.victoriassecret.com/images/vsweb/6bf698e6-e726-4138-a672-775013f90441/090825-intl-VSI-HP-Logo-Duties-d__58x58-01.png — 200 — 4.5 KiB — 218 ms — h2https://es.victoriassecret.com/images/vsweb/f7a0c8f2-bb24-4d4a-ad14-41eb419fb8ec/intl-FAQ-box-3x2.jpges.victoriassecret.com/images/vsweb... https://es.victoriassecret.com/images/vsweb/f7a0c8f2-bb24-4d4a-ad14-41eb419fb8ec/intl-FAQ-box-3x2.jpg — 200 — 479 B — 189 ms — h2https://es.victoriassecret.com/images/vsweb/2ee47448-f2d2-48ca-8b65-9b411c1e408e/090825-intl-VSI-HP-Logo-Delivery-d__95x58-01.pnges.victoriassecret.com/images/vsweb... https://es.victoriassecret.com/images/vsweb/2ee47448-f2d2-48ca-8b65-9b411c1e408e/090825-intl-VSI-HP-Logo-Delivery-d__95x58-01.png — 200 — 2.1 KiB — 201 ms — h2https://es.victoriassecret.com/images/vsweb/0d03b6e6-0899-4df8-a47a-3c2fd6c9ddc6/intl-FAQ-box-3x2.jpges.victoriassecret.com/images/vsweb... https://es.victoriassecret.com/images/vsweb/0d03b6e6-0899-4df8-a47a-3c2fd6c9ddc6/intl-FAQ-box-3x2.jpg — 200 — 520 B — 221 ms — h2https://es.victoriassecret.com/images/vsweb/441427c4-788f-4f08-9800-4ab12383bc2b/090825-intl-VSI-HP-Logo-Returns-d__52x58-01.pnges.victoriassecret.com/images/vsweb... https://es.victoriassecret.com/images/vsweb/441427c4-788f-4f08-9800-4ab12383bc2b/090825-intl-VSI-HP-Logo-Returns-d__52x58-01.png — 200 — 3.5 KiB — 198 ms — h2https://api.radar.io/v1/config?deviceId=bc7204bf-5e8d-435e-b24b-028823d2e397&installId=58077c7c-3092-45f1-9bcd-444d45c719cd&sessionId=1776900922&locationAuthorization=NOT_DETERMINEDapi.radar.io/v1/config?deviceId=bc7... https://api.radar.io/v1/config?deviceId=bc7204bf-5e8d-435e-b24b-028823d2e397&installId=58077c7c-3092-45f1-9bcd-444d45c719cd&sessionId=1776900922&locationAuthorization=NOT_DETERMINED — 200 — 510 B — 123 ms — h2https://es.victoriassecret.com/images/vsweb/88c3c3b5-bbe5-49b5-a507-3c5721b20b27/intl-FAQ-box-3x2.jpges.victoriassecret.com/images/vsweb... https://es.victoriassecret.com/images/vsweb/88c3c3b5-bbe5-49b5-a507-3c5721b20b27/intl-FAQ-box-3x2.jpg — 200 — 437 B — 214 ms — h2https://es.victoriassecret.com/images/vsweb/9b9f1fca-40e5-4a41-b068-69e3963abe3c/090825-intl-VSI-HP-Logo-Rate-d__58x58-01.pnges.victoriassecret.com/images/vsweb... https://es.victoriassecret.com/images/vsweb/9b9f1fca-40e5-4a41-b068-69e3963abe3c/090825-intl-VSI-HP-Logo-Rate-d__58x58-01.png — 200 — 3.8 KiB — 200 ms — h2https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/desktop/offer-drawer-content.jses.victoriassecret.com/assets/m5509... https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/desktop/offer-drawer-content.js — 302 — 369 B — 61 ms — h2https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/react/icon/third-party.svges.victoriassecret.com/assets/m5509... https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/react/icon/third-party.svg — 200 — 0 B — 2 ms — h2https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/desktop/3969.jses.victoriassecret.com/assets/m5509... https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/desktop/3969.js — 200 — 7.1 KiB — 49 ms — h2https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/desktop/cms-component-imports/trending-products.jses.victoriassecret.com/assets/m5509... https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/desktop/cms-component-imports/trending-products.js — 200 — 4.1 KiB — 56 ms — h2https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/vendor/bootstrap.min.jses.victoriassecret.com/assets/m5509... https://es.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/vendor/bootstrap.min.js — 302 — 149 B — 36 ms — h2https://es.victoriassecret.com/es/vs/pantieses.victoriassecret.com/es/vs/pantie... https://es.victoriassecret.com/es/vs/panties — 200 — 5.1 KiB — 201 ms — h2https://www.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/desktop/offer-drawer-content.jswww.victoriassecret.com/assets/m550... https://www.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/desktop/offer-drawer-content.js — 200 — 3.1 KiB — 32 ms — h2https://www.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/vendor/bootstrap.min.jswww.victoriassecret.com/assets/m550... https://www.victoriassecret.com/assets/m5509-LiVnR4tER5WmP3aX235hQ/vendor/bootstrap.min.js — 200 — 22.4 KiB — 35 ms — h2https://es.victoriassecret.com/es/vs/sleepweares.victoriassecret.com/es/vs/sleepw... https://es.victoriassecret.com/es/vs/sleepwear — 200 — 4.7 KiB — 283 ms — h2https://es.victoriassecret.com/es/vs/lingeriees.victoriassecret.com/es/vs/linger... https://es.victoriassecret.com/es/vs/lingerie — 200 — 4.8 KiB — 664 ms — h2https://es.victoriassecret.com/es/vs/loungeweares.victoriassecret.com/es/vs/lounge... https://es.victoriassecret.com/es/vs/loungewear — 200 — 5.2 KiB — 211 ms — h2https://api.likeshop.me/gallery-moreapi.likeshop.me/gallery-more https://api.likeshop.me/gallery-more — 200 — 2.5 KiB — 587 ms — h2https://es.victoriassecret.com/es/vs/swimweares.victoriassecret.com/es/vs/swimwe... https://es.victoriassecret.com/es/vs/swimwear — 200 — 4.7 KiB — 581 ms — h2https://vscocustomercare.my.site.com/ESWMIAWCustomerCareBot1753938462592/assets/styles/bootstrap.min.cssvscocustomercare.my.site.com/ESWMIA... https://vscocustomercare.my.site.com/ESWMIAWCustomerCareBot1753938462592/assets/styles/bootstrap.min.css — 200 — 2.8 KiB — 306 ms — h2https://vscocustomercare.my.salesforce-scrt.com/embeddedservice/v1/embedded-service-config?orgId=00D3h000002soJh&esConfigName=MIAW_Customer_Care_Bot&language=esvscocustomercare.my.salesforce-scrt... https://vscocustomercare.my.salesforce-scrt.com/embeddedservice/v1/embedded-service-config?orgId=00D3h000002soJh&esConfigName=MIAW_Customer_Care_Bot&language=es — 200 — 25.4 KiB — 431 ms — h2https://vscocustomercare.my.salesforce-scrt.com/embeddedservice/v1/businesshours?orgId=00D3h000002soJh&esConfigName=MIAW_Customer_Care_Botvscocustomercare.my.salesforce-scrt... https://vscocustomercare.my.salesforce-scrt.com/embeddedservice/v1/businesshours?orgId=00D3h000002soJh&esConfigName=MIAW_Customer_Care_Bot — 204 — 240 B — 333 ms — h2https://es.victoriassecret.com/es/vs/beautyes.victoriassecret.com/es/vs/beauty https://es.victoriassecret.com/es/vs/beauty — 200 — 5.0 KiB — 504 ms — h2https://es.victoriassecret.com/es/vs/accessorieses.victoriassecret.com/es/vs/access... https://es.victoriassecret.com/es/vs/accessories — 200 — 5.0 KiB — 583 ms — h2https://es.victoriassecret.com/es/vs/salees.victoriassecret.com/es/vs/sale https://es.victoriassecret.com/es/vs/sale — 200 — 4.9 KiB — 1.2 s — h2https://vscocustomercare.my.site.com/ESWMIAWCustomerCareBot1753938462592/assets/htdocs/sitecontext.min.html?parent_domain=https%3A%2F%2Fes.victoriassecret.comvscocustomercare.my.site.com/ESWMIA... https://vscocustomercare.my.site.com/ESWMIAWCustomerCareBot1753938462592/assets/htdocs/sitecontext.min.html?parent_domain=https%3A%2F%2Fes.victoriassecret.com — 200 — 902 B — 28 ms — h2https://vscocustomercare.my.site.com/ESWMIAWCustomerCareBot1753938462592/assets/js/sitecontext.min.jsvscocustomercare.my.site.com/ESWMIA... https://vscocustomercare.my.site.com/ESWMIAWCustomerCareBot1753938462592/assets/js/sitecontext.min.js — 200 — 1.5 KiB — 17 ms — h2https://vscocustomercare.my.site.com/ESWMIAWCustomerCareBot1753938462592/?lwc.mode=prod&lwr.linkHeaders=truevscocustomercare.my.site.com/ESWMIA... https://vscocustomercare.my.site.com/ESWMIAWCustomerCareBot1753938462592/?lwc.mode=prod&lwr.linkHeaders=true — 200 — 1.8 KiB — 170 ms — h2https://vscocustomercare.my.site.com/ESWMIAWCustomerCareBot1753938462592/assets/js/inert.min.jsvscocustomercare.my.site.com/ESWMIA... https://vscocustomercare.my.site.com/ESWMIAWCustomerCareBot1753938462592/assets/js/inert.min.js — 200 — 2.5 KiB — 258 ms — h2data:application/font-woff;base64,d09GMgABAAAAACK8AA4AAAAAQRwAACJlAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG…data:application/font-woff;base64,d... data:application/font-woff;base64,d09GMgABAAAAACK8AA4AAAAAQRwAACJlAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG… — 200 — 8.7 KiB — 45 ms — datahttps://likeshop.me/static/img/previous.pnglikeshop.me/static/img/previous.png https://likeshop.me/static/img/previous.png — 200 — 1.1 KiB — 517 ms — h2https://likeshop.me/static/img/loading.giflikeshop.me/static/img/loading.gif https://likeshop.me/static/img/loading.gif — 200 — 16.8 KiB — 648 ms — h2https://likeshop.me/static/img/next.pnglikeshop.me/static/img/next.png https://likeshop.me/static/img/next.png — 200 — 1.1 KiB — 513 ms — h2data:application/font-woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgA…data:application/font-woff;base64,d... data:application/font-woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgA… — 200 — 1.3 KiB — 31 ms — datahttps://images.dashsocial.com/aHR0cHM6Ly9jZG4uZGFzaHNvY2lhbC5jb20vbWVkaWEvZnVsbC8xNzc1MzExMzA0Ljk1MTUwMTE0MzEzLmpwZWc=.jpg?w=640&h=640&fit=coverimages.dashsocial.com/aHR0cHM6Ly9jZ... https://images.dashsocial.com/aHR0cHM6Ly9jZG4uZGFzaHNvY2lhbC5jb20vbWVkaWEvZnVsbC8xNzc1MzExMzA0Ljk1MTUwMTE0MzEzLmpwZWc=.jpg?w=640&h=640&fit=cover — 200 — 46.5 KiB — 207 ms — h2https://likeshop.me/static/img/video.svglikeshop.me/static/img/video.svg https://likeshop.me/static/img/video.svg — 200 — 1.1 KiB — 491 ms — h2https://images.dashsocial.com/aHR0cHM6Ly9jZG4uZGFzaHNvY2lhbC5jb20vbWVkaWEvZnVsbC8xNzc1MTQ5MzMxLjgxMDI4MjMyODUyLmpwZWc=.jpg?w=400&h=400&fit=coverimages.dashsocial.com/aHR0cHM6Ly9jZ... https://images.dashsocial.com/aHR0cHM6Ly9jZG4uZGFzaHNvY2lhbC5jb20vbWVkaWEvZnVsbC8xNzc1MTQ5MzMxLjgxMDI4MjMyODUyLmpwZWc=.jpg?w=400&h=400&fit=cover — 200 — 14.3 KiB — 202 ms — h2https://images.dashsocial.com/aHR0cHM6Ly9jZG4uZGFzaHNvY2lhbC5jb20vbWVkaWEvZnVsbC8xNzc0MTAxNzMzLjE3OTg5NTk4NTc1MS5qcGVn.jpg?w=400&h=400&fit=coverimages.dashsocial.com/aHR0cHM6Ly9jZ... https://images.dashsocial.com/aHR0cHM6Ly9jZG4uZGFzaHNvY2lhbC5jb20vbWVkaWEvZnVsbC8xNzc0MTAxNzMzLjE3OTg5NTk4NTc1MS5qcGVn.jpg?w=400&h=400&fit=cover — 200 — 21.9 KiB — 171 ms — h2https://images.dashsocial.com/aHR0cHM6Ly9jZG4uZGFzaHNvY2lhbC5jb20vbWVkaWEvZnVsbC8xNzc0MDE2MTcwLjYzOTMxNzU2NjEyNi5qcGVn.jpg?w=640&h=640&fit=coverimages.dashsocial.com/aHR0cHM6Ly9jZ... https://images.dashsocial.com/aHR0cHM6Ly9jZG4uZGFzaHNvY2lhbC5jb20vbWVkaWEvZnVsbC8xNzc0MDE2MTcwLjYzOTMxNzU2NjEyNi5qcGVn.jpg?w=640&h=640&fit=cover — 200 — 55.6 KiB — 190 ms — h2https://vscocustomercare.my.site.com/ESWMIAWCustomerCareBot1753938462592/webruntime/framework/1e7fb74fd8/prod/lwr_loadervscocustomercare.my.site.com/ESWMIA... https://vscocustomercare.my.site.com/ESWMIAWCustomerCareBot1753938462592/webruntime/framework/1e7fb74fd8/prod/lwr_loader — 200 — 8.6 KiB — 21 ms — h2https://vscocustomercare.my.site.com/ESWMIAWCustomerCareBot1753938462592/webruntime/framework/9b66f4a4e3/prod/lwr_bootstrapvscocustomercare.my.site.com/ESWMIA... https://vscocustomercare.my.site.com/ESWMIAWCustomerCareBot1753938462592/webruntime/framework/9b66f4a4e3/prod/lwr_bootstrap — 200 — 28.8 KiB — 33 ms — h2https://vscocustomercare.my.site.com/ESWMIAWCustomerCareBot1753938462592/webruntime/framework/744f7852ef/prod/lwr_app_bootstrap_hookvscocustomercare.my.site.com/ESWMIA... https://vscocustomercare.my.site.com/ESWMIAWCustomerCareBot1753938462592/webruntime/framework/744f7852ef/prod/lwr_app_bootstrap_hook — 200 — 4.7 KiB — 31 ms — h2https://vscocustomercare.my.site.com/ESWMIAWCustomerCareBot1753938462592/webruntime/framework/9faac7844c/prod/lwr_lwcvscocustomercare.my.site.com/ESWMIA... https://vscocustomercare.my.site.com/ESWMIAWCustomerCareBot1753938462592/webruntime/framework/9faac7844c/prod/lwr_lwc — 200 — 30.0 KiB — 35 ms — h2https://vscocustomercare.my.site.com/ESWMIAWCustomerCareBot1753938462592/webruntime/framework/267c7bc833/prod/lwr_appvscocustomercare.my.site.com/ESWMIA... https://vscocustomercare.my.site.com/ESWMIAWCustomerCareBot1753938462592/webruntime/framework/267c7bc833/prod/lwr_app — 200 — 75.4 KiB — 42 ms — h2https://vscocustomercare.my.site.com/ESWMIAWCustomerCareBot1753938462592/webruntime/view/6da7a9e0864c89f7b3d9735fa4189c2b/prod/en-US/home_viewvscocustomercare.my.site.com/ESWMIA... https://vscocustomercare.my.site.com/ESWMIAWCustomerCareBot1753938462592/webruntime/view/6da7a9e0864c89f7b3d9735fa4189c2b/prod/en-US/home_view — 200 — 394.7 KiB — 60 ms — h2https://vscocustomercare.my.site.com/ESWMIAWCustomerCareBot1753938462592/webruntime/component/259a789b5905e4a3e65c0942cc97421d/prod/en-US/force/luvioLwcBindings_cmpvscocustomercare.my.site.com/ESWMIA... https://vscocustomercare.my.site.com/ESWMIAWCustomerCareBot1753938462592/webruntime/component/259a789b5905e4a3e65c0942cc97421d/prod/en-US/force/luvioLwcBindings_cmp — 200 — 1.7 KiB — 42 ms — h2https://vscocustomercare.my.site.com/ESWMIAWCustomerCareBot1753938462592/webruntime/component/5b8557d8725fba2dbf2e6a4968ec430c/prod/en-US/force/luvioRuntimeWebruntime_cmpvscocustomercare.my.site.com/ESWMIA... https://vscocustomercare.my.site.com/ESWMIAWCustomerCareBot1753938462592/webruntime/component/5b8557d8725fba2dbf2e6a4968ec430c/prod/en-US/force/luvioRuntimeWebruntime_cmp — 200 — 5.5 KiB — 44 ms — h2https://vscocustomercare.my.site.com/ESWMIAWCustomerCareBot1753938462592/webruntime/view/9d703cec6ea4176dedf3be10d06f850d/prod/en-US/frame_viewvscocustomercare.my.site.com/ESWMIA... https://vscocustomercare.my.site.com/ESWMIAWCustomerCareBot1753938462592/webruntime/view/9d703cec6ea4176dedf3be10d06f850d/prod/en-US/frame_view — 200 — 19.6 KiB — 46 ms — h2https://vscocustomercare.my.site.com/ESWMIAWCustomerCareBot1753938462592/assets/styles/embedded-messaging-styling.min.css?03685d2ad1vscocustomercare.my.site.com/ESWMIA... https://vscocustomercare.my.site.com/ESWMIAWCustomerCareBot1753938462592/assets/styles/embedded-messaging-styling.min.css?03685d2ad1 — 200 — 773 B — 48 ms — h2https://vscocustomercare.my.site.com/resource/VS_Bot/css/custom-salesforce-lightning-design-system.min.css?03685d2ad1vscocustomercare.my.site.com/resour... https://vscocustomercare.my.site.com/resource/VS_Bot/css/custom-salesforce-lightning-design-system.min.css?03685d2ad1 — 200 — 98.9 KiB — 22 ms — h2https://images.dashsocial.com/aHR0cHM6Ly9jZG4uZGFzaHNvY2lhbC5jb20vbWVkaWEvZnVsbC8xNzc0NTMzNzE5LjAwODI3Nzc1OTU2OS5qcGVn.jpg?w=640&h=640&fit=coverimages.dashsocial.com/aHR0cHM6Ly9jZ... https://images.dashsocial.com/aHR0cHM6Ly9jZG4uZGFzaHNvY2lhbC5jb20vbWVkaWEvZnVsbC8xNzc0NTMzNzE5LjAwODI3Nzc1OTU2OS5qcGVn.jpg?w=640&h=640&fit=cover — 200 — 45.9 KiB — 119 ms — h2https://images.dashsocial.com/aHR0cHM6Ly9jZG4uZGFzaHNvY2lhbC5jb20vbWVkaWEvZnVsbC8xNzc0MzgyNDgyLjUzMjgyNjQ0ODg1Ni5qcGVn.jpg?w=400&h=400&fit=coverimages.dashsocial.com/aHR0cHM6Ly9jZ... https://images.dashsocial.com/aHR0cHM6Ly9jZG4uZGFzaHNvY2lhbC5jb20vbWVkaWEvZnVsbC8xNzc0MzgyNDgyLjUzMjgyNjQ0ODg1Ni5qcGVn.jpg?w=400&h=400&fit=cover — 200 — 28.1 KiB — 128 ms — h2https://images.dashsocial.com/aHR0cHM6Ly9jZG4uZGFzaHNvY2lhbC5jb20vbWVkaWEvZnVsbC8xNzc0ODA3MjgzLjM2NTY4ODgxNTM5Ni5qcGVn.jpg?w=400&h=400&fit=coverimages.dashsocial.com/aHR0cHM6Ly9jZ... https://images.dashsocial.com/aHR0cHM6Ly9jZG4uZGFzaHNvY2lhbC5jb20vbWVkaWEvZnVsbC8xNzc0ODA3MjgzLjM2NTY4ODgxNTM5Ni5qcGVn.jpg?w=400&h=400&fit=cover — 200 — 26.5 KiB — 91 ms — h2https://images.dashsocial.com/aHR0cHM6Ly9jZG4uZGFzaHNvY2lhbC5jb20vbWVkaWEvZnVsbC8xNzczODYyMjc0LjI3Mjg5ODM0MDIuanBlZw==.jpg?w=400&h=400&fit=coverimages.dashsocial.com/aHR0cHM6Ly9jZ... https://images.dashsocial.com/aHR0cHM6Ly9jZG4uZGFzaHNvY2lhbC5jb20vbWVkaWEvZnVsbC8xNzczODYyMjc0LjI3Mjg5ODM0MDIuanBlZw==.jpg?w=400&h=400&fit=cover — 200 — 37.9 KiB — 130 ms — h2https://images.dashsocial.com/aHR0cHM6Ly9jZG4uZGFzaHNvY2lhbC5jb20vbWVkaWEvZnVsbC8xNzczODQzMjkxLjkzMzg5NzcxMjI2OS5qcGVn.jpg?w=640&h=640&fit=coverimages.dashsocial.com/aHR0cHM6Ly9jZ... https://images.dashsocial.com/aHR0cHM6Ly9jZG4uZGFzaHNvY2lhbC5jb20vbWVkaWEvZnVsbC8xNzczODQzMjkxLjkzMzg5NzcxMjI2OS5qcGVn.jpg?w=640&h=640&fit=cover — 200 — 54.3 KiB — 125 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 1891ms · 929KB · $25/mo
www.victoriassecret.com
Other
Costly
Execution 641ms
Transfer 45 KB
Monthly Cost $9/mo
es.victoriassecret.com
Other
Costly
Execution 257ms
Transfer 0 KB
Monthly Cost $3/mo
es.victoriassecret.com
Other
Costly
Execution 233ms
Transfer 0 KB
Monthly Cost $3/mo
es.victoriassecret.com
Other
Optional
Execution 192ms
Transfer 9 KB
Monthly Cost $3/mo
www.victoriassecret.com
Other
Optional
Execution 188ms
Transfer 153 KB
Unused 68%
Monthly Cost $2/mo
Unattributable
Other
Optional
Execution 153ms
Transfer 0 KB
Monthly Cost $2/mo
es.victoriassecret.com
Other
Optional
Execution 131ms
Transfer 524 KB
Unused 65%
Monthly Cost $2/mo
cdn.dashhudson.com
Other
Optional
Execution 95ms
Transfer 197 KB
Unused 25%
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • www.victoriassecret.com adds 641ms and costs ~$9/month
  • es.victoriassecret.com adds 257ms and costs ~$3/month
  • es.victoriassecret.com adds 233ms and costs ~$3/month

100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.

Why this matters

When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.

Learn more

Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.

Source: web.dev

www.victoriassecret.com takes 641ms 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

es.victoriassecret.com takes 257ms 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

es.victoriassecret.com takes 233ms 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

68% of www.victoriassecret.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

65% of es.victoriassecret.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

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback