Skip to content
https://teenvogue.com

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
70
GRADE
C
FIX
5
REVIEW
3
PASS
5
INFO
2

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

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

976 ms

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

2.36 s

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

234 ms

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

0.001

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

2.64 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.79 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
15
5 PASS 3 REVIEW 5 FIX
F
Page Weight Budget
Action
4.3 MB transferred, 78 requests
FIX
4.3 MB transferred, 78 requests
Critical::
Page weighs 14.4 MB (4.3 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
Warning::
Images are 1.5 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.5 MB
Info::
Fonts are 347 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 347 KB
Info::
78 HTTP requests
Info::
Estimated 0.91 g CO2 per page load
4.3 MB / 2.4 MB budget
4.3 MB transferred
78 requests
0.91 g CO2 per page load
JavaScript 2.2 MiB 50%
Images 1.5 MiB 35%
Fonts 347.2 KiB 8%
Other 164.1 KiB 4%
HTML 118.0 KiB 3%
Other 27.7 KiB 1%
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

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

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

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.3 MiB of 4.3 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
35 scripts, 966 KB unused
FIX
35 scripts, 966 KB unused
Warning::
https://www.teenvogue.com/verso/static/1113.e5d620...: 237 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.teenvogue.com/verso/static/2880.865952...: 146 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://securepubads.g.doubleclick.net/pagead/mana...: 143 KB unused (76%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.teenvogue.com/verso/static/2519.8a55e9...: 141 KB unused (46%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.teenvogue.com/verso/static/1292.40f59c...: 108 KB unused (75%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 966 KB
966 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.teenvogue.com/verso/static/1113.e5d6201548a2ec9583d0.js481 KB237 KB (49%)3rd
https://www.teenvogue.com/verso/static/2880.865952f35702ddfb7152.js297 KB146 KB (49%)3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31097963187 KB143 KB (76%)3rd
https://www.teenvogue.com/verso/static/2519.8a55e989ba5af70e92d1.js305 KB141 KB (46%)3rd
https://www.teenvogue.com/verso/static/1292.40f59c87ae47d8b12033.js145 KB108 KB (75%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-5WV8CLP&l=dataLayer187 KB75 KB (40%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-PVBXQMCR&gtm=4e64h1120 KB61 KB (51%)3rd
https://ads-static.conde.digital/production/cns/builds/teen-vogue/v6.js?v=1257241 KB32 KB (78%)3rd
https://www.teenvogue.com/rggkxxigiGqtLmsUS7NUrgT9F10GtBjGyLJR7vkyUxrEM8Ddjndi6GKf31x-kIj9PL2qFT5hFveD2Ga7iTXkKjh_IZsrnEVwTacUJlT03WcglpxJZsTx9FWaVsrO0FRLYauG3S45 KB24 KB (54%)3rd
https://www.teenvogue.com/verso/static/9919.fa31716fd49682d94777.js4 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
78 resources · 4.3 MB · 966 KB savings available
FIX
78 resources · 4.3 MB · 966 KB savings available
Warning::
Page weight 3.3 MB over 1MB target
Got: 4.3 MB Expected: ≤ 1 MB
Info::
~966 KB of savings available
Warning::
77 third-party resources (100% of weight)
Info::
5 resources over 200KB
78 resources · 4.3 MiB · 77 third-party 3.3 MiB over 1MB target
JavaScript 50% · 2.2 MiB
Image 35% · 1.5 MiB
Font 8% · 347.2 KiB
Other 4% · 187.1 KiB
Document 3% · 118.2 KiB

~966.4 KiB of savings available

Remove unused JavaScript: 966.4 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.

B
Image Optimization
24 images, 0 KB saveable
REVIEW
24 images, 0 KB saveable
Warning::
https://www.teenvogue.com/verso/static/teenvogue-u... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://assets.teenvogue.com/photos/69e7a2060d885f... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.teenvogue.com/verso/static/teenvogue-u... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://assets.teenvogue.com/photos/558da6d2426bdb... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://assets.teenvogue.com/photos/69e6558fc1ba4e... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://assets.teenvogue.com/photos/6914b427f8870d... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://assets.teenvogue.com/photos/69e25929da1715... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://assets.teenvogue.com/photos/69dff5963288de... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://assets.teenvogue.com/photos/69e66ea235d20f... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://assets.teenvogue.com/photos/69e6280e70505b... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://assets.teenvogue.com/photos/69b17670698ae8... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://assets.teenvogue.com/photos/6914b54d17ffdb... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://assets.teenvogue.com/photos/69e7919505f8ca... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://assets.teenvogue.com/photos/69e6280e70505b... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://assets.teenvogue.com/photos/69df7669fa1b01... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://assets.teenvogue.com/photos/68c92fc7f5ba18... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://assets.teenvogue.com/photos/69a7999a66f5b8... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://assets.teenvogue.com/photos/6914b49f6ce1b2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://assets.teenvogue.com/photos/69e7ccee1273aa... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://assets.teenvogue.com/photos/68c92fc7f5ba18... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://assets.teenvogue.com/photos/69e0bb173288de... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://assets.teenvogue.com/photos/69e528ab6efd17... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://assets.teenvogue.com/photos/6978d8721841dc... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
24 images 1.5 MB
0 oversized -0 KB
2 legacy format
24 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

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

Performance issues directly impact user engagement and conversion rates.

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
1582ms total JS execution
REVIEW
1582ms total JS execution
Warning::
https://www.teenvogue.com/verso/static/2880.865952...: 426ms CPU time
Warning::
https://www.teenvogue.com/verso/static/presenter-b...: 305ms CPU time
Info::
https://www.teenvogue.com/: 199ms CPU time
Info::
Unattributable: 187ms CPU time
Info::
https://privacy.condenastdigital.com/fides.js?prop...: 137ms CPU time
Warning::
Third-party scripts: 1582ms (100% of total)

Main Thread Breakdown

Script Evaluation 62% Script Parsing & Compilation 13% Other 10% Style & Layout 10%
ScriptTotalScriptingParse/CompileParty
https://www.teenvogue.com/verso/static/2880.865952f35702ddfb7152.js426ms343ms23ms3rd
https://www.teenvogue.com/verso/static/presenter-bundles.d7384530fdc10d8b1f48.js305ms297ms2ms3rd
https://www.teenvogue.com/199ms9ms25ms3rd
Unattributable187ms5ms0ms3rd
https://privacy.condenastdigital.com/fides.js?property_id=FDS-RFNI53137ms82ms41ms3rd
https://www.teenvogue.com/verso/static/1113.e5d6201548a2ec9583d0.js118ms50ms49ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-5WV8CLP&l=dataLayer88ms75ms12ms3rd
https://www.teenvogue.com/rggkxxigiGqtLmsUS7NUrgT9F10GtBjGyLJR7vkyUxrEM8Ddjndi6GKf31x-kIj9PL2qFT5hFveD2Ga7iTXkKjh_IZsrnEVwTacUJlT03WcglpxJZsTx9FWaVsrO0FRLYauG3S68ms54ms5ms3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=3109796354ms40ms13ms3rd
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

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
7 fonts (347 KB)
PASS
7 fonts (347 KB)
Info::
7 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

7

347 KB total

Render-blocking

0

of 7

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 976 ms LCP 2.4 shttps://www.teenvogue.com/.design/fonts/Sang%20Bleu%20Republic/SangBleuRepublic-Regular.woff2SangBleuRepublic-Regula... https://www.teenvogue.com/.design/fonts/Sang%20Bleu%20Republic/SangBleuRepublic-Regular.woff2 — 55.0 KiB — 32 ms — font-display: swaphttps://www.teenvogue.com/.design/fonts/Baton%20Turbo/BatonTurbo-Bold.woff2BatonTurbo-Bold.woff2 https://www.teenvogue.com/.design/fonts/Baton%20Turbo/BatonTurbo-Bold.woff2 — 43.3 KiB — 44 ms — font-display: swaphttps://www.teenvogue.com/.design/fonts/Sang%20Bleu%20Republic/SangBleuRepublic-Medium.woff2SangBleuRepublic-Medium... https://www.teenvogue.com/.design/fonts/Sang%20Bleu%20Republic/SangBleuRepublic-Medium.woff2 — 58.1 KiB — 55 ms — font-display: swaphttps://www.teenvogue.com/.design/fonts/Baton%20Turbo/BatonTurbo-BoldItalic.woff2BatonTurbo-BoldItalic.w... https://www.teenvogue.com/.design/fonts/Baton%20Turbo/BatonTurbo-BoldItalic.woff2 — 43.5 KiB — 57 ms — font-display: swaphttps://www.teenvogue.com/.design/fonts/Instrument%20Sans/InstrumentSans-Regular.woff2InstrumentSans-Regular.... https://www.teenvogue.com/.design/fonts/Instrument%20Sans/InstrumentSans-Regular.woff2 — 34.2 KiB — 36 ms — font-display: swaphttps://www.teenvogue.com/.design/fonts/Sang%20Bleu%20Republic/SangBleuRepublic-RegularItalic.woff2SangBleuRepublic-Regula... https://www.teenvogue.com/.design/fonts/Sang%20Bleu%20Republic/SangBleuRepublic-RegularItalic.woff2 — 57.5 KiB — 42 ms — font-display: swaphttps://www.teenvogue.com/.design/fonts/Sang%20Bleu%20Republic/SangBleuRepublic-Bold.woff2SangBleuRepublic-Bold.w... https://www.teenvogue.com/.design/fonts/Sang%20Bleu%20Republic/SangBleuRepublic-Bold.woff2 — 55.7 KiB — 25 ms — font-display: swap
SangBleuRepublic-Regula... woff2 swap
Size 55 KB
Load time 32 ms
Start 333 ms
Risk FOUT — text flashes from fallback to web font
BatonTurbo-Bold.woff2 woff2 swap
Size 43 KB
Load time 44 ms
Start 333 ms
Risk FOUT — text flashes from fallback to web font
SangBleuRepublic-Medium... woff2 swap
Size 58 KB
Load time 55 ms
Start 333 ms
Risk FOUT — text flashes from fallback to web font
BatonTurbo-BoldItalic.w... woff2 swap
Size 44 KB
Load time 57 ms
Start 334 ms
Risk FOUT — text flashes from fallback to web font
InstrumentSans-Regular.... woff2 swap
Size 34 KB
Load time 36 ms
Start 422 ms
Risk FOUT — text flashes from fallback to web font
SangBleuRepublic-Regula... woff2 swap
Size 57 KB
Load time 42 ms
Start 422 ms
Risk FOUT — text flashes from fallback to web font
SangBleuRepublic-Bold.w... woff2 swap
Size 56 KB
Load time 25 ms
Start 1.5 s
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
Network Waterfall
78 requests over 2792ms
INFO
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 976 ms LCP 2.4 shttps://teenvogue.com// https://teenvogue.com/ — 301 — 130 B — 113 ms — h2https://www.teenvogue.com/www.teenvogue.com/ https://www.teenvogue.com/ — 200 — 118.0 KiB — 177 ms — h3https://www.teenvogue.com/PXCPLueYdAXzQ1-wnrXOtgtwWn6bcKwIwuHzXDtbDBSgraQnptQx9M4BnO4qbNz0xywBu8BUY7y-kxkjZbwwcfN4Jpo1Y9EcMC4l8TtCYrnHD4Igkmv_VipEbujAk-0Xcr_bUBmc-W_roDDTpKwww.teenvogue.com/PXCPLueYdAXzQ1-wn... https://www.teenvogue.com/PXCPLueYdAXzQ1-wnrXOtgtwWn6bcKwIwuHzXDtbDBSgraQnptQx9M4BnO4qbNz0xywBu8BUY7y-kxkjZbwwcfN4Jpo1Y9EcMC4l8TtCYrnHD4Igkmv_VipEbujAk-0Xcr_bUBmc-W_roDDTpK — 200 — 8.5 KiB — 88 ms — h3https://privacy.condenastdigital.com/fides.js?property_id=FDS-RFNI53privacy.condenastdigital.com/fides.... https://privacy.condenastdigital.com/fides.js?property_id=FDS-RFNI53 — 200 — 198.6 KiB — 38 ms — h2https://securepubads.g.doubleclick.net/tag/js/gpt.jssecurepubads.g.doubleclick.net/tag/... https://securepubads.g.doubleclick.net/tag/js/gpt.js — 200 — 33.6 KiB — 94 ms — h3https://ads-static.conde.digital/production/cns/builds/teen-vogue/v6.js?v=12572ads-static.conde.digital/production... https://ads-static.conde.digital/production/cns/builds/teen-vogue/v6.js?v=12572 — 200 — 40.9 KiB — 17 ms — h2https://www.teenvogue.com/rggkxxigiGqtLmsUS7NUrgT9F10GtBjGyLJR7vkyUxrEM8Ddjndi6GKf31x-kIj9PL2qFT5hFveD2Ga7iTXkKjh_IZsrnEVwTacUJlT03WcglpxJZsTx9FWaVsrO0FRLYauG3Swww.teenvogue.com/rggkxxigiGqtLmsUS... https://www.teenvogue.com/rggkxxigiGqtLmsUS7NUrgT9F10GtBjGyLJR7vkyUxrEM8Ddjndi6GKf31x-kIj9PL2qFT5hFveD2Ga7iTXkKjh_IZsrnEVwTacUJlT03WcglpxJZsTx9FWaVsrO0FRLYauG3S — 200 — 45.3 KiB — 117 ms — h3https://www.teenvogue.com/verso/static/assets/growthbook.min.jswww.teenvogue.com/verso/static/asse... https://www.teenvogue.com/verso/static/assets/growthbook.min.js — 200 — 15.6 KiB — 33 ms — h3https://www.teenvogue.com/verso/static/teenvogue-us/assets/logo.svgwww.teenvogue.com/verso/static/teen... https://www.teenvogue.com/verso/static/teenvogue-us/assets/logo.svg — 200 — 2.7 KiB — 32 ms — h3https://assets.teenvogue.com/photos/558da6d2426bdbf2308a335e/master/w_120,c_limit/r7nd1ba67-TV_Default.pngassets.teenvogue.com/photos/558da6d... https://assets.teenvogue.com/photos/558da6d2426bdbf2308a335e/master/w_120,c_limit/r7nd1ba67-TV_Default.png — 200 — 8.9 KiB — 17 ms — h3https://assets.teenvogue.com/photos/69e6558fc1ba4eb99fee61c1/3:4/w_960,c_limit/7N3A7340%20-%20Uncropped.jpgassets.teenvogue.com/photos/69e6558... https://assets.teenvogue.com/photos/69e6558fc1ba4eb99fee61c1/3:4/w_960,c_limit/7N3A7340%20-%20Uncropped.jpg — 200 — 29.5 KiB — 37 ms — h3https://assets.teenvogue.com/photos/69e25929da171543dbc10cff/1:1/w_640,c_limit/2233214405assets.teenvogue.com/photos/69e2592... https://assets.teenvogue.com/photos/69e25929da171543dbc10cff/1:1/w_640,c_limit/2233214405 — 200 — 54.5 KiB — 20 ms — h3https://assets.teenvogue.com/photos/69e528ab6efd178324e1c671/1:1/w_640,c_limit/2271995428assets.teenvogue.com/photos/69e528a... https://assets.teenvogue.com/photos/69e528ab6efd178324e1c671/1:1/w_640,c_limit/2271995428 — 200 — 50.6 KiB — 22 ms — h3https://assets.teenvogue.com/photos/69dff5963288de7964b70d61/1:1/w_640,c_limit/devil%20wears%20prada.jpgassets.teenvogue.com/photos/69dff59... https://assets.teenvogue.com/photos/69dff5963288de7964b70d61/1:1/w_640,c_limit/devil%20wears%20prada.jpg — 200 — 45.1 KiB — 38 ms — h3https://assets.teenvogue.com/photos/69e66ea235d20f42f1d78a97/1:1/w_640,c_limit/resident-evil-requiem-protagonist-grace-ashcroft-will-be-the-most-fearful-playable-character-in-the-whole-series-cover6925b04c9e12a-1.jpgassets.teenvogue.com/photos/69e66ea... https://assets.teenvogue.com/photos/69e66ea235d20f42f1d78a97/1:1/w_640,c_limit/resident-evil-requiem-protagonist-grace-ashcroft-will-be-the-most-fearful-playable-character-in-the-whole-series-cover6925b04c9e12a-1.jpg — 200 — 54.9 KiB — 21 ms — h3https://assets.teenvogue.com/photos/69df7669fa1b01a291baa30b/1:1/w_1600,c_limit/GettyImages-2165622639.jpgassets.teenvogue.com/photos/69df766... https://assets.teenvogue.com/photos/69df7669fa1b01a291baa30b/1:1/w_1600,c_limit/GettyImages-2165622639.jpg — 200 — 175.2 KiB — 40 ms — h3https://assets.teenvogue.com/photos/68c92fc7f5ba189df9fb5951/1:1/w_1600,c_limit/COACHELLA%202026.jpgassets.teenvogue.com/photos/68c92fc... https://assets.teenvogue.com/photos/68c92fc7f5ba189df9fb5951/1:1/w_1600,c_limit/COACHELLA%202026.jpg — 200 — 170.7 KiB — 71 ms — h3https://assets.teenvogue.com/photos/69e6280e70505bfc5a9b8f01/1:1/w_1600,c_limit/2272021572assets.teenvogue.com/photos/69e6280... https://assets.teenvogue.com/photos/69e6280e70505bfc5a9b8f01/1:1/w_1600,c_limit/2272021572 — 200 — 223.3 KiB — 25 ms — h3https://assets.teenvogue.com/photos/69b17670698ae8982e0e0a3f/4:3/w_1600,c_limit/TnV_March2026-OnePiece_HEADER%20(2).jpgassets.teenvogue.com/photos/69b1767... https://assets.teenvogue.com/photos/69b17670698ae8982e0e0a3f/4:3/w_1600,c_limit/TnV_March2026-OnePiece_HEADER%20(2).jpg — 200 — 240.9 KiB — 34 ms — h3https://assets.teenvogue.com/photos/69a7999a66f5b81bedf083f1/4:3/w_1600,c_limit/TeenVogue_AlysaLiu_HEADER.jpgassets.teenvogue.com/photos/69a7999... https://assets.teenvogue.com/photos/69a7999a66f5b81bedf083f1/4:3/w_1600,c_limit/TeenVogue_AlysaLiu_HEADER.jpg — 200 — 38.9 KiB — 40 ms — h3https://assets.teenvogue.com/photos/6978d8721841dc2a7c375c5e/4:3/w_1600,c_limit/TnV_TellMeLies_PROMO.jpgassets.teenvogue.com/photos/6978d87... https://assets.teenvogue.com/photos/6978d8721841dc2a7c375c5e/4:3/w_1600,c_limit/TnV_TellMeLies_PROMO.jpg — 200 — 77.7 KiB — 25 ms — h3https://assets.teenvogue.com/photos/6914b54d17ffdb85a73a254c/4:3/w_1600,c_limit/NH2025_Mckenna_PROMO.jpgassets.teenvogue.com/photos/6914b54... https://assets.teenvogue.com/photos/6914b54d17ffdb85a73a254c/4:3/w_1600,c_limit/NH2025_Mckenna_PROMO.jpg — 200 — 56.2 KiB — 36 ms — h3https://www.teenvogue.com/.design/fonts/Sang%20Bleu%20Republic/SangBleuRepublic-Regular.woff2www.teenvogue.com/.design/fonts/San... https://www.teenvogue.com/.design/fonts/Sang%20Bleu%20Republic/SangBleuRepublic-Regular.woff2 — 200 — 55.0 KiB — 32 ms — h3https://www.teenvogue.com/.design/fonts/Baton%20Turbo/BatonTurbo-Bold.woff2www.teenvogue.com/.design/fonts/Bat... https://www.teenvogue.com/.design/fonts/Baton%20Turbo/BatonTurbo-Bold.woff2 — 200 — 43.3 KiB — 44 ms — h3https://www.teenvogue.com/.design/fonts/Sang%20Bleu%20Republic/SangBleuRepublic-Medium.woff2www.teenvogue.com/.design/fonts/San... https://www.teenvogue.com/.design/fonts/Sang%20Bleu%20Republic/SangBleuRepublic-Medium.woff2 — 200 — 58.1 KiB — 55 ms — h3https://www.teenvogue.com/.design/fonts/Baton%20Turbo/BatonTurbo-BoldItalic.woff2www.teenvogue.com/.design/fonts/Bat... https://www.teenvogue.com/.design/fonts/Baton%20Turbo/BatonTurbo-BoldItalic.woff2 — 200 — 43.5 KiB — 57 ms — h3https://www.teenvogue.com/verso/static/teenvogue-us/assets/logo-reverse.svgwww.teenvogue.com/verso/static/teen... https://www.teenvogue.com/verso/static/teenvogue-us/assets/logo-reverse.svg — 200 — 2.4 KiB — 37 ms — h3https://assets.teenvogue.com/photos/6914b49f6ce1b29d829464ee/4:3/w_1600,c_limit/NH2025_Mason_PROMO.jpgassets.teenvogue.com/photos/6914b49... https://assets.teenvogue.com/photos/6914b49f6ce1b29d829464ee/4:3/w_1600,c_limit/NH2025_Mason_PROMO.jpg — 200 — 50.6 KiB — 596 ms — h3https://assets.teenvogue.com/photos/6914b427f8870d9db8e2a873/4:3/w_1600,c_limit/NH2025_Leah_PROMO.jpgassets.teenvogue.com/photos/6914b42... https://assets.teenvogue.com/photos/6914b427f8870d9db8e2a873/4:3/w_1600,c_limit/NH2025_Leah_PROMO.jpg — 200 — 56.5 KiB — 625 ms — h3https://assets.teenvogue.com/photos/69e7ccee1273aa2574c09ccb/1:1/w_640,c_limit/2264277223assets.teenvogue.com/photos/69e7cce... https://assets.teenvogue.com/photos/69e7ccee1273aa2574c09ccb/1:1/w_640,c_limit/2264277223 — 200 — 19.3 KiB — 17 ms — h3
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 976 ms LCP 2.4 shttps://teenvogue.com// https://teenvogue.com/ — 301 — 130 B — 113 ms — h2https://www.teenvogue.com/www.teenvogue.com/ https://www.teenvogue.com/ — 200 — 118.0 KiB — 177 ms — h3https://www.teenvogue.com/PXCPLueYdAXzQ1-wnrXOtgtwWn6bcKwIwuHzXDtbDBSgraQnptQx9M4BnO4qbNz0xywBu8BUY7y-kxkjZbwwcfN4Jpo1Y9EcMC4l8TtCYrnHD4Igkmv_VipEbujAk-0Xcr_bUBmc-W_roDDTpKwww.teenvogue.com/PXCPLueYdAXzQ1-wn... https://www.teenvogue.com/PXCPLueYdAXzQ1-wnrXOtgtwWn6bcKwIwuHzXDtbDBSgraQnptQx9M4BnO4qbNz0xywBu8BUY7y-kxkjZbwwcfN4Jpo1Y9EcMC4l8TtCYrnHD4Igkmv_VipEbujAk-0Xcr_bUBmc-W_roDDTpK — 200 — 8.5 KiB — 88 ms — h3https://privacy.condenastdigital.com/fides.js?property_id=FDS-RFNI53privacy.condenastdigital.com/fides.... https://privacy.condenastdigital.com/fides.js?property_id=FDS-RFNI53 — 200 — 198.6 KiB — 38 ms — h2https://securepubads.g.doubleclick.net/tag/js/gpt.jssecurepubads.g.doubleclick.net/tag/... https://securepubads.g.doubleclick.net/tag/js/gpt.js — 200 — 33.6 KiB — 94 ms — h3https://ads-static.conde.digital/production/cns/builds/teen-vogue/v6.js?v=12572ads-static.conde.digital/production... https://ads-static.conde.digital/production/cns/builds/teen-vogue/v6.js?v=12572 — 200 — 40.9 KiB — 17 ms — h2https://www.teenvogue.com/rggkxxigiGqtLmsUS7NUrgT9F10GtBjGyLJR7vkyUxrEM8Ddjndi6GKf31x-kIj9PL2qFT5hFveD2Ga7iTXkKjh_IZsrnEVwTacUJlT03WcglpxJZsTx9FWaVsrO0FRLYauG3Swww.teenvogue.com/rggkxxigiGqtLmsUS... https://www.teenvogue.com/rggkxxigiGqtLmsUS7NUrgT9F10GtBjGyLJR7vkyUxrEM8Ddjndi6GKf31x-kIj9PL2qFT5hFveD2Ga7iTXkKjh_IZsrnEVwTacUJlT03WcglpxJZsTx9FWaVsrO0FRLYauG3S — 200 — 45.3 KiB — 117 ms — h3https://www.teenvogue.com/verso/static/assets/growthbook.min.jswww.teenvogue.com/verso/static/asse... https://www.teenvogue.com/verso/static/assets/growthbook.min.js — 200 — 15.6 KiB — 33 ms — h3https://www.teenvogue.com/verso/static/teenvogue-us/assets/logo.svgwww.teenvogue.com/verso/static/teen... https://www.teenvogue.com/verso/static/teenvogue-us/assets/logo.svg — 200 — 2.7 KiB — 32 ms — h3https://assets.teenvogue.com/photos/558da6d2426bdbf2308a335e/master/w_120,c_limit/r7nd1ba67-TV_Default.pngassets.teenvogue.com/photos/558da6d... https://assets.teenvogue.com/photos/558da6d2426bdbf2308a335e/master/w_120,c_limit/r7nd1ba67-TV_Default.png — 200 — 8.9 KiB — 17 ms — h3https://assets.teenvogue.com/photos/69e6558fc1ba4eb99fee61c1/3:4/w_960,c_limit/7N3A7340%20-%20Uncropped.jpgassets.teenvogue.com/photos/69e6558... https://assets.teenvogue.com/photos/69e6558fc1ba4eb99fee61c1/3:4/w_960,c_limit/7N3A7340%20-%20Uncropped.jpg — 200 — 29.5 KiB — 37 ms — h3https://assets.teenvogue.com/photos/69e25929da171543dbc10cff/1:1/w_640,c_limit/2233214405assets.teenvogue.com/photos/69e2592... https://assets.teenvogue.com/photos/69e25929da171543dbc10cff/1:1/w_640,c_limit/2233214405 — 200 — 54.5 KiB — 20 ms — h3https://assets.teenvogue.com/photos/69e528ab6efd178324e1c671/1:1/w_640,c_limit/2271995428assets.teenvogue.com/photos/69e528a... https://assets.teenvogue.com/photos/69e528ab6efd178324e1c671/1:1/w_640,c_limit/2271995428 — 200 — 50.6 KiB — 22 ms — h3https://assets.teenvogue.com/photos/69dff5963288de7964b70d61/1:1/w_640,c_limit/devil%20wears%20prada.jpgassets.teenvogue.com/photos/69dff59... https://assets.teenvogue.com/photos/69dff5963288de7964b70d61/1:1/w_640,c_limit/devil%20wears%20prada.jpg — 200 — 45.1 KiB — 38 ms — h3https://assets.teenvogue.com/photos/69e66ea235d20f42f1d78a97/1:1/w_640,c_limit/resident-evil-requiem-protagonist-grace-ashcroft-will-be-the-most-fearful-playable-character-in-the-whole-series-cover6925b04c9e12a-1.jpgassets.teenvogue.com/photos/69e66ea... https://assets.teenvogue.com/photos/69e66ea235d20f42f1d78a97/1:1/w_640,c_limit/resident-evil-requiem-protagonist-grace-ashcroft-will-be-the-most-fearful-playable-character-in-the-whole-series-cover6925b04c9e12a-1.jpg — 200 — 54.9 KiB — 21 ms — h3https://assets.teenvogue.com/photos/69df7669fa1b01a291baa30b/1:1/w_1600,c_limit/GettyImages-2165622639.jpgassets.teenvogue.com/photos/69df766... https://assets.teenvogue.com/photos/69df7669fa1b01a291baa30b/1:1/w_1600,c_limit/GettyImages-2165622639.jpg — 200 — 175.2 KiB — 40 ms — h3https://assets.teenvogue.com/photos/68c92fc7f5ba189df9fb5951/1:1/w_1600,c_limit/COACHELLA%202026.jpgassets.teenvogue.com/photos/68c92fc... https://assets.teenvogue.com/photos/68c92fc7f5ba189df9fb5951/1:1/w_1600,c_limit/COACHELLA%202026.jpg — 200 — 170.7 KiB — 71 ms — h3https://assets.teenvogue.com/photos/69e6280e70505bfc5a9b8f01/1:1/w_1600,c_limit/2272021572assets.teenvogue.com/photos/69e6280... https://assets.teenvogue.com/photos/69e6280e70505bfc5a9b8f01/1:1/w_1600,c_limit/2272021572 — 200 — 223.3 KiB — 25 ms — h3https://assets.teenvogue.com/photos/69b17670698ae8982e0e0a3f/4:3/w_1600,c_limit/TnV_March2026-OnePiece_HEADER%20(2).jpgassets.teenvogue.com/photos/69b1767... https://assets.teenvogue.com/photos/69b17670698ae8982e0e0a3f/4:3/w_1600,c_limit/TnV_March2026-OnePiece_HEADER%20(2).jpg — 200 — 240.9 KiB — 34 ms — h3https://assets.teenvogue.com/photos/69a7999a66f5b81bedf083f1/4:3/w_1600,c_limit/TeenVogue_AlysaLiu_HEADER.jpgassets.teenvogue.com/photos/69a7999... https://assets.teenvogue.com/photos/69a7999a66f5b81bedf083f1/4:3/w_1600,c_limit/TeenVogue_AlysaLiu_HEADER.jpg — 200 — 38.9 KiB — 40 ms — h3https://assets.teenvogue.com/photos/6978d8721841dc2a7c375c5e/4:3/w_1600,c_limit/TnV_TellMeLies_PROMO.jpgassets.teenvogue.com/photos/6978d87... https://assets.teenvogue.com/photos/6978d8721841dc2a7c375c5e/4:3/w_1600,c_limit/TnV_TellMeLies_PROMO.jpg — 200 — 77.7 KiB — 25 ms — h3https://assets.teenvogue.com/photos/6914b54d17ffdb85a73a254c/4:3/w_1600,c_limit/NH2025_Mckenna_PROMO.jpgassets.teenvogue.com/photos/6914b54... https://assets.teenvogue.com/photos/6914b54d17ffdb85a73a254c/4:3/w_1600,c_limit/NH2025_Mckenna_PROMO.jpg — 200 — 56.2 KiB — 36 ms — h3https://www.teenvogue.com/.design/fonts/Sang%20Bleu%20Republic/SangBleuRepublic-Regular.woff2www.teenvogue.com/.design/fonts/San... https://www.teenvogue.com/.design/fonts/Sang%20Bleu%20Republic/SangBleuRepublic-Regular.woff2 — 200 — 55.0 KiB — 32 ms — h3https://www.teenvogue.com/.design/fonts/Baton%20Turbo/BatonTurbo-Bold.woff2www.teenvogue.com/.design/fonts/Bat... https://www.teenvogue.com/.design/fonts/Baton%20Turbo/BatonTurbo-Bold.woff2 — 200 — 43.3 KiB — 44 ms — h3https://www.teenvogue.com/.design/fonts/Sang%20Bleu%20Republic/SangBleuRepublic-Medium.woff2www.teenvogue.com/.design/fonts/San... https://www.teenvogue.com/.design/fonts/Sang%20Bleu%20Republic/SangBleuRepublic-Medium.woff2 — 200 — 58.1 KiB — 55 ms — h3https://www.teenvogue.com/.design/fonts/Baton%20Turbo/BatonTurbo-BoldItalic.woff2www.teenvogue.com/.design/fonts/Bat... https://www.teenvogue.com/.design/fonts/Baton%20Turbo/BatonTurbo-BoldItalic.woff2 — 200 — 43.5 KiB — 57 ms — h3https://www.teenvogue.com/verso/static/teenvogue-us/assets/logo-reverse.svgwww.teenvogue.com/verso/static/teen... https://www.teenvogue.com/verso/static/teenvogue-us/assets/logo-reverse.svg — 200 — 2.4 KiB — 37 ms — h3https://assets.teenvogue.com/photos/6914b49f6ce1b29d829464ee/4:3/w_1600,c_limit/NH2025_Mason_PROMO.jpgassets.teenvogue.com/photos/6914b49... https://assets.teenvogue.com/photos/6914b49f6ce1b29d829464ee/4:3/w_1600,c_limit/NH2025_Mason_PROMO.jpg — 200 — 50.6 KiB — 596 ms — h3https://assets.teenvogue.com/photos/6914b427f8870d9db8e2a873/4:3/w_1600,c_limit/NH2025_Leah_PROMO.jpgassets.teenvogue.com/photos/6914b42... https://assets.teenvogue.com/photos/6914b427f8870d9db8e2a873/4:3/w_1600,c_limit/NH2025_Leah_PROMO.jpg — 200 — 56.5 KiB — 625 ms — h3https://assets.teenvogue.com/photos/69e7ccee1273aa2574c09ccb/1:1/w_640,c_limit/2264277223assets.teenvogue.com/photos/69e7cce... https://assets.teenvogue.com/photos/69e7ccee1273aa2574c09ccb/1:1/w_640,c_limit/2264277223 — 200 — 19.3 KiB — 17 ms — h3https://assets.teenvogue.com/photos/69e7a2060d885fed2e5a2d77/1:1/w_640,c_limit/capri%20trend.jpgassets.teenvogue.com/photos/69e7a20... https://assets.teenvogue.com/photos/69e7a2060d885fed2e5a2d77/1:1/w_640,c_limit/capri%20trend.jpg — 200 — 46.6 KiB — 22 ms — h3https://assets.teenvogue.com/photos/69e7919505f8cacfc3dfb3de/1:1/w_640,c_limit/202A9398.jpgassets.teenvogue.com/photos/69e7919... https://assets.teenvogue.com/photos/69e7919505f8cacfc3dfb3de/1:1/w_640,c_limit/202A9398.jpg — 200 — 14.6 KiB — 23 ms — h3https://assets.teenvogue.com/photos/69e6280e70505bfc5a9b8f01/1:1/w_640,c_limit/2272021572assets.teenvogue.com/photos/69e6280... https://assets.teenvogue.com/photos/69e6280e70505bfc5a9b8f01/1:1/w_640,c_limit/2272021572 — 200 — 36.6 KiB — 25 ms — h3https://assets.teenvogue.com/photos/68c92fc7f5ba189df9fb5951/1:1/w_640,c_limit/COACHELLA%202026.jpgassets.teenvogue.com/photos/68c92fc... https://assets.teenvogue.com/photos/68c92fc7f5ba189df9fb5951/1:1/w_640,c_limit/COACHELLA%202026.jpg — 200 — 47.3 KiB — 42 ms — h3https://assets.teenvogue.com/photos/69e0bb173288de7964b718e8/1:1/w_640,c_limit/GettyImages-1679448897%202.jpgassets.teenvogue.com/photos/69e0bb1... https://assets.teenvogue.com/photos/69e0bb173288de7964b718e8/1:1/w_640,c_limit/GettyImages-1679448897%202.jpg — 200 — 53.1 KiB — 25 ms — h3https://www.teenvogue.com/.design/fonts/Instrument%20Sans/InstrumentSans-Regular.woff2www.teenvogue.com/.design/fonts/Ins... https://www.teenvogue.com/.design/fonts/Instrument%20Sans/InstrumentSans-Regular.woff2 — 200 — 34.2 KiB — 36 ms — h3https://www.teenvogue.com/.design/fonts/Sang%20Bleu%20Republic/SangBleuRepublic-RegularItalic.woff2www.teenvogue.com/.design/fonts/San... https://www.teenvogue.com/.design/fonts/Sang%20Bleu%20Republic/SangBleuRepublic-RegularItalic.woff2 — 200 — 57.5 KiB — 42 ms — h3https://www.teenvogue.com/verso/static/2880.865952f35702ddfb7152.jswww.teenvogue.com/verso/static/2880... https://www.teenvogue.com/verso/static/2880.865952f35702ddfb7152.js — 200 — 297.1 KiB — 79 ms — h3https://www.teenvogue.com/verso/static/1292.40f59c87ae47d8b12033.jswww.teenvogue.com/verso/static/1292... https://www.teenvogue.com/verso/static/1292.40f59c87ae47d8b12033.js — 200 — 145.2 KiB — 92 ms — h3https://www.teenvogue.com/verso/static/1956.ec8043c2576d1ced236e.jswww.teenvogue.com/verso/static/1956... https://www.teenvogue.com/verso/static/1956.ec8043c2576d1ced236e.js — 200 — 5.1 KiB — 68 ms — h3https://www.teenvogue.com/verso/static/4046.fdb49fed147c1a6f45e4.jswww.teenvogue.com/verso/static/4046... https://www.teenvogue.com/verso/static/4046.fdb49fed147c1a6f45e4.js — 200 — 4.6 KiB — 81 ms — h3https://www.teenvogue.com/verso/static/254.4f828ea19496798da716.jswww.teenvogue.com/verso/static/254.... https://www.teenvogue.com/verso/static/254.4f828ea19496798da716.js — 200 — 2.1 KiB — 82 ms — h3https://www.teenvogue.com/verso/static/2281.2a1102f1eb61f795d7af.jswww.teenvogue.com/verso/static/2281... https://www.teenvogue.com/verso/static/2281.2a1102f1eb61f795d7af.js — 200 — 4.1 KiB — 81 ms — h3https://www.teenvogue.com/verso/static/2084.594a928db439b38fff4a.jswww.teenvogue.com/verso/static/2084... https://www.teenvogue.com/verso/static/2084.594a928db439b38fff4a.js — 200 — 6.9 KiB — 81 ms — h3https://www.teenvogue.com/verso/static/2519.8a55e989ba5af70e92d1.jswww.teenvogue.com/verso/static/2519... https://www.teenvogue.com/verso/static/2519.8a55e989ba5af70e92d1.js — 200 — 304.6 KiB — 116 ms — h3https://www.teenvogue.com/verso/static/1113.e5d6201548a2ec9583d0.jswww.teenvogue.com/verso/static/1113... https://www.teenvogue.com/verso/static/1113.e5d6201548a2ec9583d0.js — 200 — 480.8 KiB — 172 ms — h3https://www.teenvogue.com/verso/static/6865.b77e74db3d49bc95657d.jswww.teenvogue.com/verso/static/6865... https://www.teenvogue.com/verso/static/6865.b77e74db3d49bc95657d.js — 200 — 2.5 KiB — 136 ms — h3https://www.teenvogue.com/verso/static/9919.fa31716fd49682d94777.jswww.teenvogue.com/verso/static/9919... https://www.teenvogue.com/verso/static/9919.fa31716fd49682d94777.js — 200 — 3.8 KiB — 141 ms — h3https://www.teenvogue.com/verso/static/5634.fb15cccb5683b4050fb3.jswww.teenvogue.com/verso/static/5634... https://www.teenvogue.com/verso/static/5634.fb15cccb5683b4050fb3.js — 200 — 5.5 KiB — 154 ms — h3https://www.teenvogue.com/verso/static/4949.6a838dc8aac6a64ef2c7.jswww.teenvogue.com/verso/static/4949... https://www.teenvogue.com/verso/static/4949.6a838dc8aac6a64ef2c7.js — 200 — 4.4 KiB — 155 ms — h3https://www.teenvogue.com/verso/static/793.6bf349da492bdcd0e446.jswww.teenvogue.com/verso/static/793.... https://www.teenvogue.com/verso/static/793.6bf349da492bdcd0e446.js — 200 — 2.7 KiB — 155 ms — h3https://www.teenvogue.com/verso/static/3685.a91d5d44108f414a1966.jswww.teenvogue.com/verso/static/3685... https://www.teenvogue.com/verso/static/3685.a91d5d44108f414a1966.js — 200 — 2.0 KiB — 155 ms — h3https://www.teenvogue.com/verso/static/4307.d8942ffaf4a4a6694f65.jswww.teenvogue.com/verso/static/4307... https://www.teenvogue.com/verso/static/4307.d8942ffaf4a4a6694f65.js — 200 — 7.6 KiB — 155 ms — h3https://www.teenvogue.com/verso/static/9749.0c43ec63c32c10599221.jswww.teenvogue.com/verso/static/9749... https://www.teenvogue.com/verso/static/9749.0c43ec63c32c10599221.js — 200 — 2.9 KiB — 155 ms — h3https://www.teenvogue.com/verso/static/8915.c008925c23fd8361a3ca.jswww.teenvogue.com/verso/static/8915... https://www.teenvogue.com/verso/static/8915.c008925c23fd8361a3ca.js — 200 — 3.3 KiB — 154 ms — h3https://www.teenvogue.com/verso/static/9016.b1cdaccec0def1e2f6a4.jswww.teenvogue.com/verso/static/9016... https://www.teenvogue.com/verso/static/9016.b1cdaccec0def1e2f6a4.js — 200 — 4.3 KiB — 154 ms — h3https://www.teenvogue.com/verso/static/9481.9494b47d986cc9e4cbc7.jswww.teenvogue.com/verso/static/9481... https://www.teenvogue.com/verso/static/9481.9494b47d986cc9e4cbc7.js — 200 — 5.4 KiB — 154 ms — h3https://www.teenvogue.com/verso/static/482.d087f602d3ce7e794b42.jswww.teenvogue.com/verso/static/482.... https://www.teenvogue.com/verso/static/482.d087f602d3ce7e794b42.js — 200 — 12.4 KiB — 154 ms — h3https://www.teenvogue.com/verso/static/8114.cd77739109d8861ba4f6.jswww.teenvogue.com/verso/static/8114... https://www.teenvogue.com/verso/static/8114.cd77739109d8861ba4f6.js — 200 — 4.1 KiB — 153 ms — h3https://www.teenvogue.com/verso/static/8596.e1a6ffaba435c216dbe1.jswww.teenvogue.com/verso/static/8596... https://www.teenvogue.com/verso/static/8596.e1a6ffaba435c216dbe1.js — 200 — 7.3 KiB — 153 ms — h3https://www.teenvogue.com/verso/static/presenter-bundles.d7384530fdc10d8b1f48.jswww.teenvogue.com/verso/static/pres... https://www.teenvogue.com/verso/static/presenter-bundles.d7384530fdc10d8b1f48.js — 200 — 31.7 KiB — 154 ms — h3https://variants.conde.digital/api/features/sdk-jea5AHFgo9qhGMvvariants.conde.digital/api/features... https://variants.conde.digital/api/features/sdk-jea5AHFgo9qhGMv — 200 — 3.6 KiB — 198 ms — h2https://www.teenvogue.com/journey/compiler/latest.jsonwww.teenvogue.com/journey/compiler/... https://www.teenvogue.com/journey/compiler/latest.json — 200 — 550 B — 56 ms — h3https://fides.condenastdigital.com/api/v1/privacy-experience?show_disabled=false&region=fr&component=overlay&has_config=true&systems_applicable=true&exclude_gvl_languages=true&include_meta=true&include_gvl=true&include_non_applicable_notices=true&property_id=FDS-RFNI53fides.condenastdigital.com/api/v1/p... https://fides.condenastdigital.com/api/v1/privacy-experience?show_disabled=false&region=fr&component=overlay&has_config=true&systems_applicable=true&exclude_gvl_languages=true&include_meta=true&include_gvl=true&include_non_applicable_notices=true&property_id=FDS-RFNI53 — 200 — 0 B — 40 ms — h2https://fides.condenastdigital.com/api/v1/privacy-experience?show_disabled=false&region=fr&component=overlay&has_config=true&systems_applicable=true&exclude_gvl_languages=true&include_meta=true&include_gvl=true&include_non_applicable_notices=true&property_id=FDS-RFNI53fides.condenastdigital.com/api/v1/p... https://fides.condenastdigital.com/api/v1/privacy-experience?show_disabled=false&region=fr&component=overlay&has_config=true&systems_applicable=true&exclude_gvl_languages=true&include_meta=true&include_gvl=true&include_non_applicable_notices=true&property_id=FDS-RFNI53 — 200 — 157.9 KiB — 9 ms — h2https://globalservices.conde.digital/p77xzrbz9z.jsglobalservices.conde.digital/p77xzr... https://globalservices.conde.digital/p77xzrbz9z.js — 200 — 26.0 KiB — 11 ms — h2https://www.teenvogue.com/.design/fonts/Sang%20Bleu%20Republic/SangBleuRepublic-Bold.woff2www.teenvogue.com/.design/fonts/San... https://www.teenvogue.com/.design/fonts/Sang%20Bleu%20Republic/SangBleuRepublic-Bold.woff2 — 200 — 55.7 KiB — 25 ms — h3https://fides.condenastdigital.com/api/v1/notices-servedfides.condenastdigital.com/api/v1/n... https://fides.condenastdigital.com/api/v1/notices-served — 200 — 0 B — 34 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-5WV8CLP&l=dataLayerwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-5WV8CLP&l=dataLayer — 200 — 187.5 KiB — 148 ms — h2https://fides.condenastdigital.com/api/v1/notices-servedfides.condenastdigital.com/api/v1/n... https://fides.condenastdigital.com/api/v1/notices-served — 200 — 1.4 KiB — 139 ms — h2https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31097963securepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31097963 — 200 — 187.4 KiB — 72 ms — h3https://globalservices.conde.digital/cwv-attribution.4.2.4.jsglobalservices.conde.digital/cwv-at... https://globalservices.conde.digital/cwv-attribution.4.2.4.js — 200 — 2.8 KiB — 4 ms — h2https://www.teenvogue.com/com.condenast/yv8www.teenvogue.com/com.condenast/yv8 https://www.teenvogue.com/com.condenast/yv8 — 200 — 348 B — 143 ms — h3https://www.googletagmanager.com/gtm.js?id=GTM-PVBXQMCR&gtm=4e64h1www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-PVBXQMCR&gtm=4e64h1 — 200 — 120.0 KiB — 36 ms — h2https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604210101/gptsecurepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604210101/gpt — 200 — 23.0 KiB — 25 ms — h3https://www.teenvogue.com/verso/static/teenvogue-us/assets/favicon.icowww.teenvogue.com/verso/static/teen... https://www.teenvogue.com/verso/static/teenvogue-us/assets/favicon.ico — 200 — 4.6 KiB — 24 ms — h3https://www.teenvogue.com/verso/static/teenvogue-us/assets/favicon.icowww.teenvogue.com/verso/static/teen... https://www.teenvogue.com/verso/static/teenvogue-us/assets/favicon.ico — 200 — 0 B — 1 ms — h3https://www.teenvogue.com/com.condenast/yv8www.teenvogue.com/com.condenast/yv8 https://www.teenvogue.com/com.condenast/yv8 — 200 — 349 B — 112 ms — h3
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 1582ms · 1546KB · $27/mo
www.teenvogue.com
Other
Costly
Execution 426ms
Transfer 297 KB
Unused 49%
Monthly Cost $7/mo
www.teenvogue.com
Other
Costly
Execution 305ms
Transfer 32 KB
Monthly Cost $5/mo
www.teenvogue.com
Other
Optional
Execution 199ms
Transfer 118 KB
Monthly Cost $3/mo
Unattributable
Other
Optional
Execution 187ms
Transfer 0 KB
Monthly Cost $3/mo
privacy.condenastdigital.com
Other
Optional
Execution 137ms
Transfer 199 KB
Monthly Cost $2/mo
www.teenvogue.com
Other
Optional
Execution 118ms
Transfer 481 KB
Unused 49%
Monthly Cost $2/mo
Google Tag Manager
Tag Manager
Optional
Execution 88ms
Transfer 187 KB
Unused 40%
Monthly Cost $2/mo
www.teenvogue.com
Other
Optional
Execution 68ms
Transfer 45 KB
Unused 54%
Monthly Cost $1/mo
securepubads.g.doubleclick.net
Other
Optional
Execution 54ms
Transfer 187 KB
Unused 76%
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • www.teenvogue.com adds 426ms and costs ~$7/month
  • www.teenvogue.com adds 305ms and costs ~$5/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.teenvogue.com takes 426ms 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

www.teenvogue.com takes 305ms 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

54% of www.teenvogue.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

76% of securepubads.g.doubleclick.net's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

How third-party costs are calculated

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

Send Feedback