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.
3.11 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.84 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
3.70 s
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.
3.25 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.
12.35 s
Page Load Progression
FPage Weight BudgetAction5.1 MB transferred, 114 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
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction8218ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://assets.elements.envato.com/apps/storefront/vendors-client~plasmicClient-b2d6605a-d478b7c5e09aedae2ace.js | 2506ms | 2174ms | 59ms | 3rd |
| https://elements.envato.com/ | 1393ms | 30ms | 29ms | 3rd |
| Unattributable | 746ms | 12ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-SFZC8HJ4D7&cx=c>m=4e64h1 | 677ms | 602ms | 70ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-MV3K9H2 | 660ms | 590ms | 56ms | 3rd |
| https://assets.elements.envato.com/apps/storefront/client-90b1939c80668d3373db.js | 525ms | 424ms | 92ms | 3rd |
| https://consent.cookiebot.com/03e82c4e-d285-4fa2-9e90-0b557d5786fc/cc.js?renew=false&referer=elements.envato.com&dnt=false&init=false&culture=en&georegions=%5B%7B%22r%22%3A%22US%22%2C%22i%22%3A%22d9683f70-895f-4427-97dc-f1087cddf9d8%22%7D%5D | 432ms | 175ms | 35ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-49PPXBVNM9&cx=c>m=4e64h1 | 370ms | 316ms | 49ms | 3rd |
| https://assets.elements.envato.com/apps/storefront/vendors-AINP~FFP~HNP~IDNP~INP~MLP~PC~PNP~SUNP~SNPP~SCANP~T-4d9c57af-5d62f2a7590cebffb3c9.js | 261ms | 10ms | 44ms | 3rd |
| https://consent.cookiebot.com/uc.js | 146ms | 129ms | 9ms | 3rd |
Showing top 10 of 15 scripts
DJS BundlesAction25 scripts, 394 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://accounts.google.com/gsi/client | 96 KB | 68 KB (72%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-49PPXBVNM9&cx=c>m=4e64h1 | 164 KB | 67 KB (41%) | ✓ | 3rd |
| https://cdn.amplitude.com/libs/analytics-browser-gtm-wrapper-2.36.8.min.js.br | 80 KB | 66 KB (84%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-SFZC8HJ4D7&cx=c>m=4e64h1 | 164 KB | 66 KB (40%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-MV3K9H2 | 145 KB | 54 KB (38%) | ✓ | 3rd |
| https://cdn.amplitude.com/libs/analytics-browser-gtm-2.36.8-min.js.gz | 55 KB | 47 KB (86%) | ✓ | 3rd |
| https://consent.cookiebot.com/03e82c4e-d285-4fa2-9e90-0b557d5786fc/cc.js?renew=false&referer=elements.envato.com&dnt=false&init=false&culture=en&georegions=%5B%7B%22r%22%3A%22US%22%2C%22i%22%3A%22d9683f70-895f-4427-97dc-f1087cddf9d8%22%7D%5D | 106 KB | 25 KB (23%) | ✓ | 3rd |
| https://assets.elements.envato.com/apps/storefront/chunk-vendors-HomeNeuePage-58778a8d-349732c561ff0546be6e.js | 0 KB | — | ✓ | 3rd |
| https://assets.elements.envato.com/apps/storefront/chunk-HNP~MPLP~WP-0ec1221f-cf30c3b84a45cdf9331d.js | 0 KB | — | ✓ | 3rd |
| https://assets.elements.envato.com/apps/storefront/chunk-AINP~ANP~CNP~CCDP~HNP~IDNP~INP~MLP~MPILP~PP~PSWDP~-803f7dd5-6d54f3129681bc846ce4.js | 0 KB | — | ✓ | 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
DPage Weight InventoryAction114 resources · 5.1 MB · 394 KB savings availableFIX
~394.2 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 114 resources | 5.1 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization54 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
A+Text CompressionAll text resources are compressedPASS
A+Font Loading2 fonts (62 KB)PASS
Web fonts
2
62 KB total
Render-blocking
0
of 2
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+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 Waterfall114 requests over 2647msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
assets.elements.envato.com assets.elements.envato.com | Other | 2506ms | 0 KB | — | $33/mo | Costly |
elements.envato.com elements.envato.com | Other | 1393ms | 131 KB | — | $18/mo | Costly |
Unattributable Unattributable | Other | 746ms | 0 KB | — | $10/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 677ms | 164 KB | 40% | $9/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 660ms | 145 KB | 38% | $9/mo | Costly |
assets.elements.envato.com assets.elements.envato.com | Other | 525ms | 0 KB | — | $7/mo | Costly |
consent.cookiebot.com consent.cookiebot.com | Other | 432ms | 106 KB | 23% | $6/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 370ms | 164 KB | 41% | $5/mo | Costly |
assets.elements.envato.com assets.elements.envato.com | Other | 261ms | 0 KB | — | $3/mo | Costly |
consent.cookiebot.com consent.cookiebot.com | Other | 146ms | 0 KB | — | $2/mo | Optional |
Amplitude cdn.amplitude.com | Analytics | 145ms | 80 KB | 84% | $2/mo | Optional |
accounts.google.com accounts.google.com | Other | 127ms | 96 KB | 72% | $2/mo | Optional |
assets.elements.envato.com assets.elements.envato.com | Other | 91ms | 0 KB | — | $1/mo | Optional |
assets.elements.envato.com assets.elements.envato.com | Other | 87ms | 0 KB | — | $1/mo | Optional |
Amplitude cdn.amplitude.com | Analytics | 51ms | 55 KB | 86% | $1/mo | Optional |
These scripts may cost more than they're worth
- assets.elements.envato.com adds 2506ms and costs ~$33/month
- elements.envato.com adds 1393ms and costs ~$18/month
- Unattributable adds 746ms and costs ~$10/month
- Google Tag Manager adds 677ms and costs ~$9/month
- Google Tag Manager adds 660ms and costs ~$9/month
- assets.elements.envato.com adds 525ms and costs ~$7/month
- consent.cookiebot.com adds 432ms and costs ~$6/month
- Google Tag Manager adds 370ms and costs ~$5/month
- assets.elements.envato.com adds 261ms 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
assets.elements.envato.com takes 2506ms 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
elements.envato.com takes 1393ms 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
Unattributable takes 746ms 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 677ms 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 660ms 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
assets.elements.envato.com takes 525ms 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
consent.cookiebot.com takes 432ms 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 370ms 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
assets.elements.envato.com takes 261ms 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
84% of Amplitude'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
72% of accounts.google.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
86% of Amplitude'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