Performance
· 17 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.86 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
13.78 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
3.55 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.312
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
7.83 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.
30.18 s
Page Load Progression
FPage Weight BudgetAction21.0 MB transferred, 189 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
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.
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
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction9158ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://scripts.stay22.com/letmeallez.js | 1452ms | 1265ms | 30ms | 3rd |
| Unattributable | 1202ms | 181ms | 0ms | 3rd |
| https://www.essence.com/ | 699ms | 25ms | 8ms | 3rd |
| https://s.ntv.io/serve/load.js | 516ms | 410ms | 81ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-TJXBVJL | 397ms | 339ms | 37ms | 3rd |
| https://cdn.p-n.io/pushly-sdk.min.js?domain_key=CkEflP7hX593Izo6Iewnfz5oe5WfyrUEFl5G&ver=6.7.4 | 360ms | 319ms | 14ms | 3rd |
| https://id.essence.com/ | 356ms | 314ms | 0ms | 3rd |
| https://cdn.jsdelivr.net/npm/swiper@9/swiper-bundle.min.js?ver=9 | 354ms | 8ms | 14ms | 3rd |
| https://cdn.privacy-mgmt.com/unified/wrapperMessagingWithoutDetection.js | 312ms | 270ms | 11ms | 3rd |
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js | 286ms | 191ms | 83ms | 3rd |
Showing top 10 of 33 scripts
FJS BundlesAction59 scripts, 1.3 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://s.ntv.io/serve/load.js | 251 KB | 200 KB (80%) | ✓ | 3rd |
| https://a.pub.network/essence-com/prebid.js | 198 KB | 161 KB (82%) | ✓ | 3rd |
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js | 188 KB | 141 KB (75%) | ✓ | 3rd |
| https://id.essence.com/assets/index-6c7999e3.js | 273 KB | 122 KB (45%) | ✓ | 3rd |
| https://a.pub.network/essence-com/pubfig.engine.mobile.js | 146 KB | 114 KB (78%) | ✓ | 3rd |
| https://assets.bounceexchange.com/assets/smart-tag/versioned/main-v2_9e4958801741d4d875ab94da23b6d39a.br.js | 116 KB | 87 KB (75%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-TJXBVJL | 154 KB | 76 KB (49%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-86MLHLZCW6&cx=c>m=4e64k1 | 171 KB | 66 KB (39%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=DC-16368136&cx=c>m=4e64k1 | 130 KB | 64 KB (50%) | ✓ | 3rd |
| https://scripts.stay22.com/letmeallez.js | 109 KB | 61 KB (57%) | ✓ | 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
FPage Weight InventoryAction189 resources · 21.0 MB · 1.3 MB savings availableFIX
~1.3 MiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 189 resources | 21.0 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CImage OptimizationAction70 images, 0 KB saveableREVIEW
Set explicit width and height to prevent CLS.
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.
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.
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.
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.
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.
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.
Performance issues directly impact user engagement and conversion rates.
A+Text CompressionAll text resources are compressedPASS
A+Font Loading4 fonts (68 KB)PASS
Web fonts
4
68 KB total
Render-blocking
0
of 4
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Convert to woff2 for ~30% smaller file size
- 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 ~17 KB and ~34 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints8 hints, 0 missing preconnectsPASS
Current Resource Hints
8 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 Waterfall189 requests over 3505msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
scripts.stay22.com scripts.stay22.com | Other | 1452ms | 109 KB | 57% | $19/mo | Costly |
Unattributable Unattributable | Other | 1202ms | 0 KB | — | $16/mo | Costly |
www.essence.com www.essence.com | Other | 699ms | 28 KB | — | $9/mo | Costly |
s.ntv.io s.ntv.io | Other | 516ms | 251 KB | 80% | $7/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 397ms | 154 KB | 49% | $5/mo | Costly |
cdn.p-n.io cdn.p-n.io | Other | 360ms | 46 KB | — | $5/mo | Costly |
id.essence.com id.essence.com | Other | 356ms | 1 KB | — | $5/mo | Costly |
jsDelivr cdn.jsdelivr.net | CDN | 354ms | 39 KB | — | $5/mo | Costly |
cdn.privacy-mgmt.com cdn.privacy-mgmt.com | Other | 312ms | 42 KB | — | $4/mo | Costly |
securepubads.g.doubleclick.net securepubads.g.doubleclick.net | Other | 286ms | 188 KB | 75% | $4/mo | Costly |
a.pub.network a.pub.network | Other | 236ms | 198 KB | 82% | $3/mo | Costly |
analytics.tiktok.com analytics.tiktok.com | Other | 227ms | 110 KB | 52% | $3/mo | Costly |
cdn.parsely.com cdn.parsely.com | Other | 215ms | 23 KB | — | $3/mo | Costly |
www.essence.com www.essence.com | Other | 213ms | 5 KB | — | $3/mo | Costly |
a.pub.network a.pub.network | Other | 205ms | 146 KB | 78% | $3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 199ms | 171 KB | 39% | $3/mo | Optional |
s.skimresources.com s.skimresources.com | Other | 180ms | 20 KB | — | $2/mo | Optional |
www.essence.com www.essence.com | Other | 161ms | 33 KB | — | $2/mo | Optional |
assets.bounceexchange.com assets.bounceexchange.com | Other | 145ms | 116 KB | 75% | $2/mo | Optional |
securepubads.g.doubleclick.net securepubads.g.doubleclick.net | Other | 142ms | 34 KB | 71% | $2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 136ms | 130 KB | 50% | $2/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 130ms | 46 KB | — | $2/mo | Optional |
assets.bounceexchange.com assets.bounceexchange.com | Other | 123ms | 42 KB | 80% | $2/mo | Optional |
silo54.p7cloud.net silo54.p7cloud.net | Other | 119ms | 47 KB | — | $2/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 117ms | 97 KB | 32% | $2/mo | Optional |
cdn.privacy-mgmt.com cdn.privacy-mgmt.com | Other | 111ms | 42 KB | 51% | $1/mo | Optional |
pub.doubleverify.com pub.doubleverify.com | Other | 96ms | 34 KB | — | $1/mo | Optional |
www.essence.com www.essence.com | Other | 95ms | 17 KB | — | $1/mo | Optional |
a.pub.network a.pub.network | Other | 94ms | 26 KB | — | $1/mo | Optional |
www.essence.com www.essence.com | Other | 87ms | 7 KB | — | $1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 82ms | 129 KB | 46% | $1/mo | Optional |
track.cordial.io track.cordial.io | Other | 57ms | 29 KB | — | $1/mo | Optional |
www.essence.com www.essence.com | Other | 56ms | 10 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- scripts.stay22.com adds 1452ms and costs ~$19/month
- Unattributable adds 1202ms and costs ~$16/month
- www.essence.com adds 699ms and costs ~$9/month
- s.ntv.io adds 516ms and costs ~$7/month
- Google Tag Manager adds 397ms and costs ~$5/month
- cdn.p-n.io adds 360ms and costs ~$5/month
- id.essence.com adds 356ms and costs ~$5/month
- jsDelivr adds 354ms and costs ~$5/month
- cdn.privacy-mgmt.com adds 312ms and costs ~$4/month
- securepubads.g.doubleclick.net adds 286ms and costs ~$4/month
- a.pub.network adds 236ms and costs ~$3/month
- analytics.tiktok.com adds 227ms and costs ~$3/month
- cdn.parsely.com adds 215ms and costs ~$3/month
- www.essence.com adds 213ms and costs ~$3/month
- a.pub.network adds 205ms and costs ~$3/month
100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.
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
scripts.stay22.com takes 1452ms 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
57% of scripts.stay22.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
Unattributable takes 1202ms 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
www.essence.com takes 699ms 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.ntv.io takes 516ms 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
80% of s.ntv.io'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 397ms 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
cdn.p-n.io takes 360ms 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
id.essence.com takes 356ms 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 354ms 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
cdn.privacy-mgmt.com takes 312ms 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
securepubads.g.doubleclick.net takes 286ms 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
75% of securepubads.g.doubleclick.net'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
a.pub.network takes 236ms 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
82% of a.pub.network'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
analytics.tiktok.com takes 227ms 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 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
cdn.parsely.com takes 215ms 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
www.essence.com takes 213ms 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
a.pub.network takes 205ms 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
78% of a.pub.network'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
75% of assets.bounceexchange.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
71% of securepubads.g.doubleclick.net'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
80% of assets.bounceexchange.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
51% of cdn.privacy-mgmt.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