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.
14.20 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
23.67 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
4.22 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.038
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
14.20 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.
32.55 s
Page Load Progression
FPage Weight BudgetAction4.0 MB transferred, 206 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 CostAction15367ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 2061ms | 83ms | 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 | 1929ms | 1780ms | 3ms | 3rd |
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__pt_br.js | 1886ms | 1601ms | 122ms | 3rd |
| https://www.garminstore.com.br/ | 1885ms | 977ms | 14ms | 3rd |
| https://static.zdassets.com/web_widget/classic/latest/web-widget-main-cf0e543.js | 952ms | 829ms | 114ms | 3rd |
| https://static.zdassets.com/web_widget/classic/latest/web-widget-chat-sdk-cf0e543.js | 854ms | 761ms | 29ms | 3rd |
| https://js.hs-analytics.net/analytics/1775593200000/49574620.js | 746ms | 465ms | 13ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-NWHRPV | 635ms | 513ms | 81ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-906130272&cx=c>m=4e6460 | 456ms | 388ms | 61ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-QJFDRESJE9&cx=c>m=4e6460 | 429ms | 357ms | 68ms | 3rd |
Showing top 10 of 30 scripts
FJS BundlesAction109 scripts, 1.2 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 | 364 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 | 0 KB | 180 KB (49%) | ✓ | 3rd |
| https://static.zdassets.com/web_widget/classic/latest/web-widget-main-cf0e543.js | 259 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 |
| https://www.googletagmanager.com/gtag/js?id=AW-906130272&cx=c>m=4e6460 | 145 KB | 55 KB (38%) | ✓ | 3rd |
| https://cdn.pn.vg/push/8355cda5b5c74a123fd6.js | 68 KB | 45 KB (68%) | ✓ | 3rd |
| https://script.hotjar.com/modules.6a0f3932cb1341a35c18.js | 57 KB | 38 KB (67%) | ✓ | 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 OptimizationAction31 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
A+Text CompressionAll text resources are compressedPASS
A+Font Loading5 fonts (638 KB)PASS
Web fonts
5
638 KB total
Render-blocking
0
of 5
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
- 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 ~450 KB and ~900 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 Waterfall206 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 | 2061ms | 0 KB | — | $27/mo | Costly |
garmin.vtexassets.com garmin.vtexassets.com | Other | 1929ms | 5 KB | — | $26/mo | Costly |
www.gstatic.com www.gstatic.com | Other | 1886ms | 0 KB | 49% | $25/mo | Costly |
www.garminstore.com.br www.garminstore.com.br | Other | 1885ms | 148 KB | — | $25/mo | Costly |
Zendesk Widget static.zdassets.com | Customer Support | 952ms | 259 KB | 42% | $13/mo | Costly |
Zendesk Widget static.zdassets.com | Customer Support | 854ms | 54 KB | 44% | $11/mo | Costly |
HubSpot Analytics js.hs-analytics.net | Analytics | 746ms | 42 KB | 62% | $10/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 635ms | 176 KB | 36% | $8/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 456ms | 145 KB | 38% | $6/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 429ms | 173 KB | 38% | $6/mo | Costly |
Facebook Pixel connect.facebook.net | Advertising | 348ms | 0 KB | — | $5/mo | Costly |
Hotjar script.hotjar.com | Session Replay | 329ms | 57 KB | 67% | $4/mo | Costly |
garmin.vtexassets.com garmin.vtexassets.com | Other | 305ms | 38 KB | 55% | $4/mo | Costly |
kit.fontawesome.com kit.fontawesome.com | Other | 280ms | 6 KB | — | $4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 280ms | 0 KB | — | $4/mo | Costly |
Zendesk Widget static.zdassets.com | Customer Support | 246ms | 6 KB | — | $3/mo | Costly |
Facebook Pixel connect.facebook.net | Advertising | 201ms | 95 KB | 32% | $3/mo | Costly |
static.criteo.net static.criteo.net | Other | 200ms | 25 KB | — | $3/mo | Costly |
cdn.pn.vg cdn.pn.vg | Other | 158ms | 5 KB | — | $2/mo | Optional |
garmin.vtexassets.com garmin.vtexassets.com | Other | 154ms | 146 KB | 71% | $2/mo | Optional |
plugins.soclminer.com.br plugins.soclminer.com.br | Other | 151ms | 76 KB | 48% | $2/mo | Optional |
garmin.vtexassets.com garmin.vtexassets.com | Other | 139ms | 4 KB | — | $2/mo | Optional |
js.hubspot.com js.hubspot.com | Other | 129ms | 28 KB | — | $2/mo | Optional |
js.hscollectedforms.net js.hscollectedforms.net | Other | 120ms | 26 KB | — | $2/mo | Optional |
Google Analytics www.google-analytics.com | Analytics | 117ms | 21 KB | — | $2/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 106ms | 39 KB | — | $1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 90ms | 0 KB | — | $1/mo | Optional |
activity-flow.vtex.com activity-flow.vtex.com | Other | 76ms | 11 KB | — | $1/mo | Optional |
Zendesk Widget static.zdassets.com | Customer Support | 56ms | 5 KB | — | $1/mo | Optional |
js.hs-banner.com js.hs-banner.com | Other | 51ms | 24 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 2061ms and costs ~$27/month
- garmin.vtexassets.com adds 1929ms and costs ~$26/month
- www.gstatic.com adds 1886ms and costs ~$25/month
- www.garminstore.com.br adds 1885ms and costs ~$25/month
- Zendesk Widget adds 952ms and costs ~$13/month
- Zendesk Widget adds 854ms and costs ~$11/month
- HubSpot Analytics adds 746ms and costs ~$10/month
- Google Tag Manager adds 635ms and costs ~$8/month
- Google Tag Manager adds 456ms and costs ~$6/month
- Google Tag Manager adds 429ms and costs ~$6/month
- Facebook Pixel adds 348ms and costs ~$5/month
- Hotjar adds 329ms and costs ~$4/month
- garmin.vtexassets.com adds 305ms and costs ~$4/month
- kit.fontawesome.com adds 280ms and costs ~$4/month
- Google Tag Manager adds 280ms and costs ~$4/month
- Zendesk Widget adds 246ms and costs ~$3/month
- Facebook Pixel adds 201ms and costs ~$3/month
- static.criteo.net adds 200ms 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 2061ms 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 1929ms 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.gstatic.com takes 1886ms 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 1885ms 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 952ms 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 854ms 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 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
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
Google Tag Manager takes 635ms 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 456ms 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 429ms 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
Facebook Pixel takes 348ms 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 329ms 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 Hotjar'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
garmin.vtexassets.com takes 305ms 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
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
kit.fontawesome.com takes 280ms 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 280ms 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 246ms 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
Facebook Pixel takes 201ms 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.criteo.net takes 200ms 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
71% 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