Performance
· 16 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.
2.69 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.03 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
26.81 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.163
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
7.44 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.
50.42 s
Page Load Progression
FPage Weight BudgetAction78.5 MB transferred, 411 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 CostAction65223ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://store.taylorswift.com/ | 23442ms | 264ms | 36ms | 1st |
| Unattributable | 17479ms | 991ms | 0ms | 3rd |
| https://script.hotjar.com/modules.6a0f3932cb1341a35c18.js | 3659ms | 3145ms | 111ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-TBDJX57V | 3086ms | 2622ms | 76ms | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202601.1.0/otBannerSdk.js | 2109ms | 1209ms | 321ms | 3rd |
| https://store.taylorswift.com/cdn/wpm/b0e8c7c7aw41bd75a1p837d7fd4m8b145375m.js | 1339ms | 673ms | 43ms | 1st |
| https://store.taylorswift.com/cdn/shop/t/514/assets/libs.js?v=138641497524871954441773859645 | 1325ms | 474ms | 21ms | 1st |
| https://www.googletagmanager.com/gtag/js?id=G-G45E6KQ5Z2&cx=c>m=4e6461h1 | 1022ms | 696ms | 319ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=GT-PJN84ZH | 1005ms | 862ms | 67ms | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-747581186&cx=c>m=4e6461h1 | 886ms | 772ms | 106ms | 3rd |
Showing top 10 of 45 scripts
FJS BundlesAction152 scripts, 758 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=4e6461h1 | 136 KB | 105 KB (77%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-G45E6KQ5Z2&cx=c>m=4e6461h1 | 150 KB | 70 KB (47%) | ✓ | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202601.1.0/otBannerSdk.js | 127 KB | 66 KB (52%) | ✓ | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202601.1.0/otBannerSdk.js | 127 KB | 66 KB (52%) | ✓ | 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=4e6461h1 | 136 KB | 59 KB (43%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-747581186&cx=c>m=4e6461h1 | 137 KB | 58 KB (42%) | ✓ | 3rd |
| https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMQ.js | 110 KB | 56 KB (51%) | ✓ | 3rd |
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 Optimization106 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 Hints4 hints, 0 missing preconnectsPASS
Current Resource Hints
4 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall411 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 | 17479ms | 0 KB | — | $100/mo | Costly |
Hotjar script.hotjar.com | Session Replay | 3659ms | 57 KB | 45% | $21/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 3086ms | 180 KB | 33% | $18/mo | Costly |
OneTrust cdn.cookielaw.org | Consent | 2109ms | 127 KB | 52% | $12/mo | Essential |
Google Tag Manager www.googletagmanager.com | Tag Manager | 1022ms | 150 KB | 47% | $6/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 1005ms | 136 KB | 47% | $6/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 886ms | 137 KB | 42% | $5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 874ms | 136 KB | 43% | $5/mo | Costly |
analytics.tiktok.com analytics.tiktok.com | Other | 599ms | 40 KB | — | $3/mo | Costly |
analytics.tiktok.com analytics.tiktok.com | Other | 547ms | 110 KB | 51% | $3/mo | Costly |
d2wy8f7a9ursnm.cloudfront.net d2wy8f7a9ursnm.cloudfront.net | Other | 542ms | 12 KB | — | $3/mo | Costly |
s.pinimg.com s.pinimg.com | Other | 495ms | 27 KB | — | $3/mo | Costly |
jsDelivr cdn.jsdelivr.net | CDN | 460ms | 16 KB | — | $3/mo | Costly |
Google Analytics www.google-analytics.com | Analytics | 426ms | 1 KB | — | $2/mo | Costly |
sc-static.net sc-static.net | Other | 424ms | 25 KB | — | $2/mo | Costly |
Twitter/X Pixel static.ads-twitter.com | Advertising | 384ms | 13 KB | — | $2/mo | Costly |
Google Analytics www.google-analytics.com | Analytics | 313ms | 21 KB | — | $2/mo | Costly |
static.klaviyo.com static.klaviyo.com | Other | 289ms | 23 KB | — | $2/mo | Costly |
static-tracking.klaviyo.com static-tracking.klaviyo.com | Other | 239ms | 14 KB | — | $1/mo | Costly |
staticcloud.linkfire.com staticcloud.linkfire.com | Other | 224ms | 4 KB | — | $1/mo | Costly |
static.klaviyo.com static.klaviyo.com | Other | 179ms | 2 KB | — | $1/mo | Optional |
Google Ads googleads.g.doubleclick.net | Advertising | 165ms | 2 KB | — | $1/mo | Optional |
Pinterest Tag ct.pinterest.com | Advertising | 157ms | 1 KB | — | $1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 111ms | 136 KB | 77% | $1/mo | Optional |
tr.snapchat.com tr.snapchat.com | Other | 82ms | 0 KB | — | $0/mo | Optional |
OneTrust cdn.cookielaw.org | Consent | 81ms | 9 KB | — | $0/mo | Essential |
Pinterest Tag ct.pinterest.com | Advertising | 69ms | 4 KB | — | $0/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 17479ms and costs ~$100/month
- Hotjar adds 3659ms and costs ~$21/month
- Google Tag Manager adds 3086ms and costs ~$18/month
- Google Tag Manager adds 1022ms and costs ~$6/month
- Google Tag Manager adds 1005ms and costs ~$6/month
- Google Tag Manager adds 886ms and costs ~$5/month
- Google Tag Manager adds 874ms and costs ~$5/month
- analytics.tiktok.com adds 599ms and costs ~$3/month
- analytics.tiktok.com adds 547ms and costs ~$3/month
- d2wy8f7a9ursnm.cloudfront.net adds 542ms and costs ~$3/month
- s.pinimg.com adds 495ms and costs ~$3/month
- jsDelivr adds 460ms and costs ~$3/month
- Google Analytics adds 426ms and costs ~$2/month
- sc-static.net adds 424ms and costs ~$2/month
- Twitter/X Pixel adds 384ms and costs ~$2/month
- Google Analytics adds 313ms and costs ~$2/month
- static.klaviyo.com adds 289ms and costs ~$2/month
- static-tracking.klaviyo.com adds 239ms and costs ~$1/month
- staticcloud.linkfire.com adds 224ms and costs ~$1/month
55% 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 17479ms 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 3659ms 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 3086ms 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
52% of OneTrust'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
Google Tag Manager takes 1022ms 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 1005ms 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 886ms 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 874ms 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 599ms 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 547ms 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 542ms 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
s.pinimg.com takes 495ms 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
jsDelivr takes 460ms 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 Analytics takes 426ms 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
sc-static.net takes 424ms 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
Twitter/X Pixel takes 384ms 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 Analytics takes 313ms 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
static.klaviyo.com takes 289ms 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
static-tracking.klaviyo.com takes 239ms 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
staticcloud.linkfire.com takes 224ms 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