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.
1.92 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.67 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
283 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.083
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.97 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.
6.94 s
Page Load Progression
FPage Weight BudgetAction4.1 MB transferred, 234 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
Subset fonts to include only used characters, or switch to system font stacks.
Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).
Source: web.dev font loading
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 CostAction4234ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__pt_br.js | 929ms | 771ms | 58ms | 3rd |
| https://www.garminstore.com.br/ | 640ms | 274ms | 3ms | 3rd |
| Unattributable | 549ms | 15ms | 0ms | 3rd |
| https://garmin.vtexassets.com/_v/public/assets/v1/npm/react@0.0.0-experimental-94c0244ba/umd/react.production.min.js?async=2&workspace=master | 470ms | 445ms | 1ms | 3rd |
| https://static.zdassets.com/web_widget/classic/latest/web-widget-main-cf0e543.js | 237ms | 189ms | 30ms | 3rd |
| https://static.zdassets.com/web_widget/classic/latest/web-widget-chat-sdk-cf0e543.js | 228ms | 207ms | 8ms | 3rd |
| https://js.hs-analytics.net/analytics/1775593200000/49574620.js | 207ms | 148ms | 4ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-NWHRPV | 165ms | 131ms | 19ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-QJFDRESJE9&cx=c>m=4e6460 | 118ms | 92ms | 18ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-906130272&cx=c>m=4e6460 | 115ms | 87ms | 26ms | 3rd |
Showing top 10 of 18 scripts
FJS BundlesAction112 scripts, 1.7 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__pt_br.js | 0 KB | 180 KB (49%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__pt_br.js | 365 KB | 180 KB (49%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__pt_br.js | 364 KB | 180 KB (49%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__pt_br.js | 0 KB | 180 KB (49%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__pt_br.js | 0 KB | 180 KB (49%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__pt_br.js | 0 KB | 180 KB (49%) | ✓ | 3rd |
| https://static.zdassets.com/web_widget/classic/latest/web-widget-main-cf0e543.js | 258 KB | 108 KB (42%) | ✓ | 3rd |
| https://garmin.vtexassets.com/_v/public/assets/v1/published/vtex.render-runtime@8.136.2/public/react/common.min.js?async=2&workspace=master | 146 KB | 103 KB (71%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-QJFDRESJE9&cx=c>m=4e6460 | 173 KB | 66 KB (38%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-NWHRPV | 176 KB | 63 KB (36%) | ✓ | 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
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CImage OptimizationAction48 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.
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.
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.
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
A+Text CompressionAll text resources are compressedPASS
A+Font Loading9 fonts (638 KB)PASS
Web fonts
9
638 KB total
Render-blocking
0
of 9
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Convert to woff2 for ~30% smaller file size
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Convert to woff2 for ~30% smaller file size
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Convert to woff2 for ~30% smaller file size
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
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 ~451 KB and ~902 ms
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 Waterfall234 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 |
|---|---|---|---|---|---|---|
www.gstatic.com www.gstatic.com | Other | 929ms | 0 KB | 49% | $12/mo | Costly |
www.garminstore.com.br www.garminstore.com.br | Other | 640ms | 153 KB | — | $8/mo | Costly |
Unattributable Unattributable | Other | 549ms | 0 KB | — | $7/mo | Costly |
garmin.vtexassets.com garmin.vtexassets.com | Other | 470ms | 5 KB | — | $6/mo | Costly |
Zendesk Widget static.zdassets.com | Customer Support | 237ms | 258 KB | 42% | $3/mo | Costly |
Zendesk Widget static.zdassets.com | Customer Support | 228ms | 54 KB | 44% | $3/mo | Costly |
HubSpot Analytics js.hs-analytics.net | Analytics | 207ms | 42 KB | 62% | $3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 165ms | 176 KB | 36% | $2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 118ms | 173 KB | 38% | $2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 115ms | 145 KB | 38% | $2/mo | Optional |
kit.fontawesome.com kit.fontawesome.com | Other | 108ms | 6 KB | — | $1/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 89ms | 0 KB | — | $1/mo | Optional |
Hotjar script.hotjar.com | Session Replay | 83ms | 0 KB | — | $1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 73ms | 0 KB | — | $1/mo | Optional |
garmin.vtexassets.com garmin.vtexassets.com | Other | 65ms | 38 KB | 55% | $1/mo | Optional |
static.criteo.net static.criteo.net | Other | 56ms | 25 KB | — | $1/mo | Optional |
garmin.vtexassets.com garmin.vtexassets.com | Other | 52ms | 4 KB | — | $1/mo | Optional |
Zendesk Widget static.zdassets.com | Customer Support | 51ms | 6 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- www.gstatic.com adds 929ms and costs ~$12/month
- www.garminstore.com.br adds 640ms and costs ~$8/month
- Unattributable adds 549ms and costs ~$7/month
- garmin.vtexassets.com adds 470ms and costs ~$6/month
- Zendesk Widget adds 237ms and costs ~$3/month
- Zendesk Widget adds 228ms and costs ~$3/month
- HubSpot Analytics adds 207ms 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
www.gstatic.com takes 929ms 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.garminstore.com.br takes 640ms 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 549ms 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
garmin.vtexassets.com takes 470ms 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
Zendesk Widget takes 237ms 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
Zendesk Widget takes 228ms 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
HubSpot Analytics takes 207ms 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
62% of HubSpot Analytics'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
55% of garmin.vtexassets.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