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.75 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.18 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
947 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.75 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.
16.66 s
Page Load Progression
FPage Weight BudgetAction3.3 MB transferred, 176 requestsFIX
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 CostAction4305ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 1368ms | 302ms | 0ms | 3rd |
| https://www.vecteezy.com/ | 704ms | 98ms | 13ms | 3rd |
| https://static.vecteezy.com/vite/assets/stimulus-helpers-Bg5ApOVk-1.js | 664ms | 652ms | 0ms | 3rd |
| https://static.vecteezy.com/vite/assets/fp-BNLdf16n-1.js | 282ms | 167ms | 0ms | 3rd |
| https://g.vecteezy.com/gtag/js?id=G-NPD8287EHK&cx=c>m=4e64h1 | 226ms | 188ms | 35ms | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-961015877&cx=c>m=4e64h1 | 221ms | 177ms | 42ms | 3rd |
| https://scripts.clarity.ms/0.8.59/clarity.js | 188ms | 174ms | 7ms | 3rd |
| https://g.vecteezy.com/gtm.js?id=GTM-5WKDQHJ>m_auth=27tsf_LMzUbKAlIWPPQ6dg>m_preview=env-1>m_cookies_win=x | 176ms | 132ms | 38ms | 3rd |
| https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 166ms | 86ms | 80ms | 3rd |
| https://static.vecteezy.com/vite/assets/stimulus-Cq41p_up-1.js | 162ms | 110ms | 0ms | 3rd |
Showing top 10 of 12 scripts
FJS BundlesAction115 scripts, 568 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 362 KB | 242 KB (67%) | ✓ | 3rd |
| https://g.vecteezy.com/gtag/js?id=G-NPD8287EHK&cx=c>m=4e64h1 | 219 KB | 88 KB (40%) | ✓ | 3rd |
| https://g.vecteezy.com/gtm.js?id=GTM-5WKDQHJ>m_auth=27tsf_LMzUbKAlIWPPQ6dg>m_preview=env-1>m_cookies_win=x | 200 KB | 82 KB (41%) | ✓ | 3rd |
| https://accounts.google.com/gsi/client | 96 KB | 72 KB (75%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-961015877&cx=c>m=4e64h1 | 145 KB | 61 KB (42%) | ✓ | 3rd |
| https://static.vecteezy.com/vite/assets/init-turbo-B6lBEHaH-1.js | 27 KB | 22 KB (83%) | ✓ | 3rd |
| https://static.vecteezy.com/vite/assets/preload-helper-cYIQMxwj-1.js | 1 KB | — | ✓ | 3rd |
| https://static.vecteezy.com/vite/assets/init-local-time-DmV0kp2D-1.js | 4 KB | — | ✓ | 3rd |
| https://static.vecteezy.com/vite/assets/critical-tracking-scripts-bERNYVDq-1.js | 1 KB | — | ✓ | 3rd |
| https://www.vecteezy.com/vite/assets/partner-service-config-D3O1URaD-1.js | 2 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
FPage Weight InventoryAction176 resources · 3.3 MB · 568 KB savings availableFIX
~567.9 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 176 resources | 3.3 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization12 images, 0 KB saveableREVIEW
A+Text CompressionAll text resources are compressedPASS
A+Font LoadingNo web fonts (system fonts)PASS
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 Waterfall176 requests over 3002msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 1368ms | 0 KB | — | $18/mo | Costly |
www.vecteezy.com www.vecteezy.com | Other | 704ms | 134 KB | — | $9/mo | Costly |
static.vecteezy.com static.vecteezy.com | Other | 664ms | 1 KB | — | $9/mo | Costly |
static.vecteezy.com static.vecteezy.com | Other | 282ms | 14 KB | — | $4/mo | Costly |
g.vecteezy.com g.vecteezy.com | Other | 226ms | 219 KB | 40% | $3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 221ms | 145 KB | 42% | $3/mo | Costly |
Microsoft Clarity scripts.clarity.ms | Session Replay | 188ms | 26 KB | — | $2/mo | Optional |
g.vecteezy.com g.vecteezy.com | Other | 176ms | 200 KB | 41% | $2/mo | Optional |
www.gstatic.com www.gstatic.com | Other | 166ms | 362 KB | 67% | $2/mo | Optional |
static.vecteezy.com static.vecteezy.com | Other | 162ms | 12 KB | — | $2/mo | Optional |
static.vecteezy.com static.vecteezy.com | Other | 86ms | 27 KB | 83% | $1/mo | Optional |
static.cloudflareinsights.com static.cloudflareinsights.com | Other | 62ms | 0 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 1368ms and costs ~$18/month
- www.vecteezy.com adds 704ms and costs ~$9/month
- static.vecteezy.com adds 664ms and costs ~$9/month
- static.vecteezy.com adds 282ms and costs ~$4/month
- g.vecteezy.com adds 226ms and costs ~$3/month
- Google Tag Manager adds 221ms 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
Unattributable takes 1368ms 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.vecteezy.com takes 704ms 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.vecteezy.com takes 664ms 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.vecteezy.com takes 282ms 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
g.vecteezy.com takes 226ms 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 221ms 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
67% of www.gstatic.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
83% of static.vecteezy.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