Performance
· 14 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.Performance-focused optimization plan with CWV assessment, top offenders, and time estimates
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
856 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.18 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.06 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.009
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.94 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.
11.52 s
Page Load Progression
FPage Weight BudgetAction84.1 MB transferred, 379 requestsFIX
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.
Source: web.dev
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.
Source: web.dev
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.
Source: web.dev
FJS Execution CostAction11315ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 3168ms | 172ms | 0ms | 3rd |
| https://store.taylorswift.com/cdn/wpm/b0e8c7c7aw41bd75a1p837d7fd4m8b145375m.js | 1836ms | 231ms | 6ms | 1st |
| https://store.taylorswift.com/ | 1303ms | 69ms | 10ms | 1st |
| https://script.hotjar.com/modules.6a0f3932cb1341a35c18.js | 940ms | 814ms | 52ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-TBDJX57V | 465ms | 427ms | 29ms | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202601.1.0/otBannerSdk.js | 406ms | 265ms | 19ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-G45E6KQ5Z2&cx=c>m=4e6461 | 300ms | 201ms | 99ms | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-747581186&cx=c>m=4e6461 | 272ms | 217ms | 55ms | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-854631222&cx=c>m=4e6461 | 266ms | 218ms | 44ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=GT-PJN84ZH | 263ms | 199ms | 25ms | 3rd |
Showing top 10 of 28 scripts
FJS BundlesAction151 scripts, 695 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtag/js?id=GT-PJN84ZH&cx=c>m=4e6461 | 136 KB | 105 KB (77%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-G45E6KQ5Z2&cx=c>m=4e6461 | 150 KB | 70 KB (47%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-G45E6KQ5Z2&cx=c>m=4e6461 | 150 KB | 70 KB (47%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=GT-PJN84ZH | 136 KB | 63 KB (47%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-TBDJX57V | 180 KB | 60 KB (33%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-TBDJX57V | 180 KB | 60 KB (33%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-854631222&cx=c>m=4e6461 | 136 KB | 58 KB (43%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-747581186&cx=c>m=4e6461 | 137 KB | 58 KB (43%) | ✓ | 3rd |
| https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMQ.js | 110 KB | 55 KB (51%) | ✓ | 3rd |
| https://store.taylorswift.com/cdn/shop/t/514/assets/libs.js?v=138641497524871954441773859645 | 39 KB | 25 KB (66%) | ✓ | 1st |
Consider code splitting or tree shaking to reduce unused code.
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.
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.
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.
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.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
DHTTP CachingActionno-store (uncacheable)FIX
private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
| Directive | Value | Meaning |
|---|---|---|
| private | — | Only browser cache, not CDN/proxy |
| max-age | 0 | Cache for 0 seconds |
| no-store | — | Never cache this response |
| no-cache | — | Cache but always revalidate first |
| must-revalidate | — | Must recheck with server after expiry |
| post-check | 0 | |
| pre-check | 0 |
BImage Optimization96 images, 0 KB saveableREVIEW
A+Third-Party Impact4% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading1 fonts (26 KB)PASS
Web fonts
1
26 KB total
Render-blocking
0
of 1
Dominant font-display
swap
Most common across fonts
Font loading timeline
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 CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall379 requests over 0msINFO
Performance analysis not available for this result.
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 3168ms | 0 KB | — | $18/mo | Costly |
Hotjar script.hotjar.com | Session Replay | 940ms | 57 KB | 45% | $5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 465ms | 180 KB | 33% | $3/mo | Costly |
OneTrust cdn.cookielaw.org | Consent | 406ms | 127 KB | — | $2/mo | Essential |
Google Tag Manager www.googletagmanager.com | Tag Manager | 300ms | 150 KB | 47% | $2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 272ms | 137 KB | 43% | $2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 266ms | 136 KB | 43% | $2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 263ms | 136 KB | 47% | $2/mo | Costly |
analytics.tiktok.com analytics.tiktok.com | Other | 254ms | 110 KB | 51% | $1/mo | Costly |
d2wy8f7a9ursnm.cloudfront.net d2wy8f7a9ursnm.cloudfront.net | Other | 201ms | 12 KB | — | $1/mo | Costly |
Google Analytics www.google-analytics.com | Analytics | 188ms | 21 KB | — | $1/mo | Optional |
sc-static.net sc-static.net | Other | 170ms | 25 KB | — | $1/mo | Optional |
s.pinimg.com s.pinimg.com | Other | 163ms | 28 KB | — | $1/mo | Optional |
jsDelivr cdn.jsdelivr.net | CDN | 124ms | 16 KB | — | $1/mo | Optional |
Twitter/X Pixel static.ads-twitter.com | Advertising | 94ms | 13 KB | — | $1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 77ms | 136 KB | 77% | $0/mo | Optional |
static.klaviyo.com static.klaviyo.com | Other | 61ms | 3 KB | — | $0/mo | Optional |
analytics.tiktok.com analytics.tiktok.com | Other | 57ms | 40 KB | — | $0/mo | Optional |
tr.snapchat.com tr.snapchat.com | Other | 54ms | 0 KB | — | $0/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 3168ms and costs ~$18/month
- Hotjar adds 940ms and costs ~$5/month
- Google Tag Manager adds 465ms and costs ~$3/month
- Google Tag Manager adds 300ms and costs ~$2/month
- Google Tag Manager adds 272ms and costs ~$2/month
- Google Tag Manager adds 266ms and costs ~$2/month
- Google Tag Manager adds 263ms and costs ~$2/month
- analytics.tiktok.com adds 254ms and costs ~$1/month
- d2wy8f7a9ursnm.cloudfront.net adds 201ms and costs ~$1/month
66% of JavaScript execution time comes from third-party scripts.
Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.
Learn more ▾ ▴
Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.
Source: web.dev / HTTP Archive Web Almanac
Unattributable takes 3168ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Hotjar takes 940ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Google Tag Manager takes 465ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Google Tag Manager takes 300ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Google Tag Manager takes 272ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Google Tag Manager takes 266ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Google Tag Manager takes 263ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
analytics.tiktok.com takes 254ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
51% of analytics.tiktok.com's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
d2wy8f7a9ursnm.cloudfront.net takes 201ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
77% of Google Tag Manager's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev