Skip to content
https://br.com

Performance

· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
81
GRADE
B
FIX
2
REVIEW
5
PASS
8
INFO
2

Performance-focused optimization plan with CWV assessment, top offenders, and time estimates

79
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
85
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
81
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
92
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

3.03 s

Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.

3.03 s

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

326 ms

Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.

0.046

Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.

4.38 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.

10.56 s

Page Load Progression

639 ms
1.3 s
1.9 s
2.6 s
3.2 s
3.8 s
4.5 s
5.1 s
Checks
17
8 PASS 5 REVIEW 2 FIX
D
JS Execution Cost
Action
2427ms total JS execution
FIX
2427ms total JS execution
Warning::
Unattributable: 526ms CPU time
Warning::
https://br.com/: 466ms CPU time
Warning::
https://br.com/assets/js/home.js?v=1.0.1: 402ms CPU time
Warning::
https://www.googletagmanager.com/gtag/js?id=G-44WM...: 332ms CPU time
Warning::
https://www.googletagmanager.com/gtag/js?id=G-6PED...: 251ms CPU time
Warning::
Third-party scripts: 1404ms (58% of total)

Main Thread Breakdown

Script Evaluation 39% Other 32% Style & Layout 12% Script Parsing & Compilation 8% Rendering 6%
ScriptTotalScriptingParse/CompileParty
Unattributable526ms83ms0ms3rd
https://br.com/466ms7ms2ms1st
https://br.com/assets/js/home.js?v=1.0.1402ms85ms2ms1st
https://www.googletagmanager.com/gtag/js?id=G-44WMZEB5V3&cx=c&_slc=1332ms267ms57ms3rd
https://www.googletagmanager.com/gtag/js?id=G-6PED8PDW5M&cx=c&gtm=4e64h1251ms184ms63ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-WVKR5ZB219ms153ms44ms3rd
https://br.com/assets/js/lib/modernizr.min.js?v=1.079ms42ms2ms1st
https://www.google-analytics.com/analytics.js76ms62ms8ms3rd
https://br.com/assets/js/lib/jquery-3.5.1.min.js75ms58ms13ms1st
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

C
Page Weight Budget
Action
1.8 MB transferred, 46 requests
REVIEW
1.8 MB transferred, 46 requests
Info::
Page weighs 2.6 MB (1.8 MB transferred)
Warning::
Images are 1.1 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.1 MB
Warning::
JavaScript is 598 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 598 KB
Info::
46 HTTP requests
Info::
Estimated 0.38 g CO2 per page load
1.8 MB / 2.4 MB budget
1.8 MB transferred
46 requests
0.38 g CO2 per page load
Images 1.1 MiB 61%
JavaScript 598.3 KiB 32%
CSS 101.2 KiB 5%
Fonts 19.6 KiB 1%
HTML 10.1 KiB 1%
Other 2.0 KiB 0%
Other 458 B 0%
Other 40 B 0%
0 2.4 MB 4.9 MB
Approaching limit

Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.

Why this matters

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.

Why this matters

JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.

Source: web.dev

C
Image Optimization
Action
27 images, 0 KB saveable
REVIEW
27 images, 0 KB saveable
Warning::
https://br.com/assets/img/icons/icon-br-com-seo.sv... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://br.com/assets/img/logos/brcom-primary.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://br.com/assets/img/oversized-icon.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://br.com/assets/img/domain-comparison-table-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://br.com/assets/img/icons/icon-br-com-unmatc... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://br.com/assets/img/icons/icon-br-com-unrest... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://br.com/assets/img/icons/icon-br-com-global... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://br.com/assets/img/logos/brcom-white-single... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://br.com/assets/img/icons/icon-br-com-global... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
27 images 1.1 MB
0 oversized -0 KB
27 legacy format
9 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

C
JS Bundles
Action
10 scripts, 253 KB unused
REVIEW
10 scripts, 253 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=G-6PED...: 66 KB unused (42%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-44WM...: 64 KB unused (44%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-WVK...: 63 KB unused (51%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://br.com/assets/js/lib/jquery-3.5.1.min.js: 60 KB unused (68%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 253 KB
253 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=G-6PED8PDW5M&cx=c&gtm=4e64h1157 KB66 KB (42%)3rd
https://www.googletagmanager.com/gtag/js?id=G-44WMZEB5V3&cx=c&_slc=1147 KB64 KB (44%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-WVKR5ZB125 KB63 KB (51%)3rd
https://br.com/assets/js/lib/jquery-3.5.1.min.js88 KB60 KB (68%)1st
https://br.com/assets/js/lib/modernizr.min.js?v=1.013 KB1st
https://br.com/assets/js/main.js?v=1.0.15 KB1st
https://br.com/assets/js/lib/underscore.min.js?v=1.0.116 KB1st
https://br.com/assets/js/search.js?v=1.1.016 KB1st
https://br.com/assets/js/home.js?v=1.0.110 KB1st
https://www.google-analytics.com/analytics.js21 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

C
Page Weight Inventory
Action
46 resources · 1.8 MB · 253 KB savings available
REVIEW
46 resources · 1.8 MB · 253 KB savings available
Warning::
Page weight 829 KB over 1MB target
Got: 1.8 MB Expected: ≤ 1 MB
Info::
~253 KB of savings available
Info::
13 third-party resources (24% of weight)
Info::
1 resources over 200KB
46 resources · 1.8 MiB · 13 third-party 829.5 KiB over 1MB target
Image 61% · 1.1 MiB
JavaScript 32% · 598.3 KiB
CSS 5% · 101.2 KiB
Font 1% · 19.6 KiB
Document 1% · 10.1 KiB
Other 0% · 498 B

~253.4 KiB of savings available

Remove unused JavaScript: 253.4 KiB
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A
Third-Party Impact
24% third-party, 0 ms blocking
PASS
24% third-party, 0 ms blocking
Info::
Third-party code accounts for 24% of page weight (451.2 KiB of 1.8 MiB)
Info::
Third-party blocking time is low (0 ms)
76%
24%
First-party Third-party
A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
2 fonts (20 KB)
PASS
2 fonts (20 KB)
Info::
2 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

2

20 KB total

Render-blocking

0

of 2

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s FCP 3.0 s LCP 3.0 shttps://br.com/assets/fonts/albert-sans/albert-sans-v1-latin-900.woff2albert-sans-v1-latin-90... https://br.com/assets/fonts/albert-sans/albert-sans-v1-latin-900.woff2 — 9.8 KiB — 325 ms — font-display: swaphttps://br.com/assets/fonts/albert-sans/albert-sans-v1-latin-regular.woff2albert-sans-v1-latin-re... https://br.com/assets/fonts/albert-sans/albert-sans-v1-latin-regular.woff2 — 9.7 KiB — 352 ms — font-display: swap
albert-sans-v1-latin-90... woff2 swap
Size 10 KB
Load time 325 ms
Start 1.2 s
Risk FOUT — text flashes from fallback to web font
albert-sans-v1-latin-re... woff2 swap
Size 10 KB
Load time 352 ms
Start 1.2 s
Risk FOUT — text flashes from fallback to web font
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 Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
Network Waterfall
46 requests over 3156ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 3.0 s LCP 3.0 shttps://br.com// https://br.com/ — 200 — 10.1 KiB — 583 ms — http/1.1https://br.com/assets/css/bootstrap-grid.min.css/assets/css/bootstrap-grid.min.css https://br.com/assets/css/bootstrap-grid.min.css — 200 — 50.5 KiB — 385 ms — http/1.1https://br.com/assets/css/style.css?v=1.1.3/assets/css/style.css?v=1.1.3 https://br.com/assets/css/style.css?v=1.1.3 — 200 — 50.7 KiB — 584 ms — http/1.1https://br.com/assets/js/lib/modernizr.min.js?v=1.0/assets/js/lib/modernizr.min.js?v=1... https://br.com/assets/js/lib/modernizr.min.js?v=1.0 — 200 — 12.7 KiB — 581 ms — http/1.1https://br.com/assets/img/logos/brcom-white-single-color.svg/assets/img/logos/brcom-white-singl... https://br.com/assets/img/logos/brcom-white-single-color.svg — 200 — 4.6 KiB — 581 ms — http/1.1https://br.com/assets/img/logos/brcom-primary.svg/assets/img/logos/brcom-primary.svg https://br.com/assets/img/logos/brcom-primary.svg — 200 — 8.1 KiB — 587 ms — http/1.1https://br.com/assets/img/icons/loader.svg/assets/img/icons/loader.svg https://br.com/assets/img/icons/loader.svg — 200 — 3.0 KiB — 195 ms — http/1.1https://br.com/assets/img/icons/icon-br-com-unmatched-avail.png/assets/img/icons/icon-br-com-unmat... https://br.com/assets/img/icons/icon-br-com-unmatched-avail.png — 200 — 14.2 KiB — 196 ms — http/1.1https://br.com/assets/img/icons/icon-br-com-global-trust.svg/assets/img/icons/icon-br-com-globa... https://br.com/assets/img/icons/icon-br-com-global-trust.svg — 200 — 6.2 KiB — 201 ms — http/1.1https://br.com/assets/js/lib/jquery-3.5.1.min.js/assets/js/lib/jquery-3.5.1.min.js https://br.com/assets/js/lib/jquery-3.5.1.min.js — 200 — 87.6 KiB — 387 ms — http/1.1https://br.com/assets/js/main.js?v=1.0.1/assets/js/main.js?v=1.0.1 https://br.com/assets/js/main.js?v=1.0.1 — 200 — 5.1 KiB — 199 ms — http/1.1https://br.com/assets/js/lib/underscore.min.js?v=1.0.1/assets/js/lib/underscore.min.js?v=... https://br.com/assets/js/lib/underscore.min.js?v=1.0.1 — 200 — 16.3 KiB — 397 ms — http/1.1https://www.googletagmanager.com/gtm.js?id=GTM-WVKR5ZBwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-WVKR5ZB — 200 — 125.4 KiB — 260 ms — h2https://br.com/assets/fonts/albert-sans/albert-sans-v1-latin-900.woff2/assets/fonts/albert-sans/albert-sa... https://br.com/assets/fonts/albert-sans/albert-sans-v1-latin-900.woff2 — 200 — 9.8 KiB — 325 ms — http/1.1https://br.com/assets/fonts/albert-sans/albert-sans-v1-latin-regular.woff2/assets/fonts/albert-sans/albert-sa... https://br.com/assets/fonts/albert-sans/albert-sans-v1-latin-regular.woff2 — 200 — 9.7 KiB — 352 ms — http/1.1https://br.com/assets/js/search.js?v=1.1.0/assets/js/search.js?v=1.1.0 https://br.com/assets/js/search.js?v=1.1.0 — 200 — 16.1 KiB — 396 ms — http/1.1https://br.com/assets/js/home.js?v=1.0.1/assets/js/home.js?v=1.0.1 https://br.com/assets/js/home.js?v=1.0.1 — 200 — 9.8 KiB — 356 ms — http/1.1https://www.googletagmanager.com/gtag/js?id=G-6PED8PDW5M&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-6PED8PDW5M&cx=c&gtm=4e64h1 — 200 — 157.1 KiB — 202 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 67 ms — h2https://br.com/assets/img/icons/icon-br-com-seo.svg/assets/img/icons/icon-br-com-seo.s... https://br.com/assets/img/icons/icon-br-com-seo.svg — 200 — 4.4 KiB — 227 ms — http/1.1https://br.com/assets/img/icons/icon-br-com-unrestricted.svg/assets/img/icons/icon-br-com-unres... https://br.com/assets/img/icons/icon-br-com-unrestricted.svg — 200 — 7.7 KiB — 201 ms — http/1.1https://br.com/assets/img/icons/icon-br-com-global-relaunch.svg/assets/img/icons/icon-br-com-globa... https://br.com/assets/img/icons/icon-br-com-global-relaunch.svg — 200 — 3.2 KiB — 199 ms — http/1.1https://br.com/assets/img/oversized-icon.svg/assets/img/oversized-icon.svg https://br.com/assets/img/oversized-icon.svg — 200 — 3.7 KiB — 196 ms — http/1.1https://www.google-analytics.com/j/collect?v=1&_v=j102&a=1036068406&t=pageview&_s=1&dl=https%3A%2F%2Fbr.com%2F&ul=en-us&dt=.BR.COM%20%7C%20Your%20Unrestricted%20Digital%20Identity%20in%20Brazil&sr=412x823&vp=412x823&_u=YEBAAEABAAAAACAAI~&jid=1258722676&gjid=329541263&cid=1216042402.1776803434&tid=UA-263776482-1&_gid=794576446.1776803434&_r=1&_slc=1&gtm=45He64h1n81WVKR5ZBv9112040340za200zd9112040340&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938466~115938469~117266400&z=793805607www.google-analytics.com/j/collect?... https://www.google-analytics.com/j/collect?v=1&_v=j102&a=1036068406&t=pageview&_s=1&dl=https%3A%2F%2Fbr.com%2F&ul=en-us&dt=.BR.COM%20%7C%20Your%20Unrestricted%20Digital%20Identity%20in%20Brazil&sr=412x823&vp=412x823&_u=YEBAAEABAAAAACAAI~&jid=1258722676&gjid=329541263&cid=1216042402.1776803434&tid=UA-263776482-1&_gid=794576446.1776803434&_r=1&_slc=1&gtm=45He64h1n81WVKR5ZBv9112040340za200zd9112040340&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938466~115938469~117266400&z=793805607 — 200 — 458 B — 63 ms — h2https://www.googletagmanager.com/gtag/js?id=G-44WMZEB5V3&cx=c&_slc=1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-44WMZEB5V3&cx=c&_slc=1 — 200 — 147.2 KiB — 252 ms — h3https://br.com/assets/img/domain-comparison-table-desktop.png/assets/img/domain-comparison-table... https://br.com/assets/img/domain-comparison-table-desktop.png — 200 — 218.4 KiB — 772 ms — http/1.1https://br.com/assets/img/domain-comparison-table-mobile.png/assets/img/domain-comparison-table... https://br.com/assets/img/domain-comparison-table-mobile.png — 200 — 143.6 KiB — 775 ms — http/1.1https://br.com/assets/img/icons/brcom-mag-glass-location.svg/assets/img/icons/brcom-mag-glass-l... https://br.com/assets/img/icons/brcom-mag-glass-location.svg — 200 — 2.1 KiB — 196 ms — http/1.1https://br.com/assets/img/sites/asas_br_com.jpg/assets/img/sites/asas_br_com.jpg https://br.com/assets/img/sites/asas_br_com.jpg — 200 — 69.8 KiB — 384 ms — http/1.1https://br.com/assets/img/sites/carreto_br_com.jpg/assets/img/sites/carreto_br_com.jp... https://br.com/assets/img/sites/carreto_br_com.jpg — 200 — 53.0 KiB — 198 ms — http/1.1
0 ms 1.0 s 2.0 s 3.0 s FCP 3.0 s LCP 3.0 shttps://br.com// https://br.com/ — 200 — 10.1 KiB — 583 ms — http/1.1https://br.com/assets/css/bootstrap-grid.min.css/assets/css/bootstrap-grid.min.css https://br.com/assets/css/bootstrap-grid.min.css — 200 — 50.5 KiB — 385 ms — http/1.1https://br.com/assets/css/style.css?v=1.1.3/assets/css/style.css?v=1.1.3 https://br.com/assets/css/style.css?v=1.1.3 — 200 — 50.7 KiB — 584 ms — http/1.1https://br.com/assets/js/lib/modernizr.min.js?v=1.0/assets/js/lib/modernizr.min.js?v=1... https://br.com/assets/js/lib/modernizr.min.js?v=1.0 — 200 — 12.7 KiB — 581 ms — http/1.1https://br.com/assets/img/logos/brcom-white-single-color.svg/assets/img/logos/brcom-white-singl... https://br.com/assets/img/logos/brcom-white-single-color.svg — 200 — 4.6 KiB — 581 ms — http/1.1https://br.com/assets/img/logos/brcom-primary.svg/assets/img/logos/brcom-primary.svg https://br.com/assets/img/logos/brcom-primary.svg — 200 — 8.1 KiB — 587 ms — http/1.1https://br.com/assets/img/icons/loader.svg/assets/img/icons/loader.svg https://br.com/assets/img/icons/loader.svg — 200 — 3.0 KiB — 195 ms — http/1.1https://br.com/assets/img/icons/icon-br-com-unmatched-avail.png/assets/img/icons/icon-br-com-unmat... https://br.com/assets/img/icons/icon-br-com-unmatched-avail.png — 200 — 14.2 KiB — 196 ms — http/1.1https://br.com/assets/img/icons/icon-br-com-global-trust.svg/assets/img/icons/icon-br-com-globa... https://br.com/assets/img/icons/icon-br-com-global-trust.svg — 200 — 6.2 KiB — 201 ms — http/1.1https://br.com/assets/js/lib/jquery-3.5.1.min.js/assets/js/lib/jquery-3.5.1.min.js https://br.com/assets/js/lib/jquery-3.5.1.min.js — 200 — 87.6 KiB — 387 ms — http/1.1https://br.com/assets/js/main.js?v=1.0.1/assets/js/main.js?v=1.0.1 https://br.com/assets/js/main.js?v=1.0.1 — 200 — 5.1 KiB — 199 ms — http/1.1https://br.com/assets/js/lib/underscore.min.js?v=1.0.1/assets/js/lib/underscore.min.js?v=... https://br.com/assets/js/lib/underscore.min.js?v=1.0.1 — 200 — 16.3 KiB — 397 ms — http/1.1https://www.googletagmanager.com/gtm.js?id=GTM-WVKR5ZBwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-WVKR5ZB — 200 — 125.4 KiB — 260 ms — h2https://br.com/assets/fonts/albert-sans/albert-sans-v1-latin-900.woff2/assets/fonts/albert-sans/albert-sa... https://br.com/assets/fonts/albert-sans/albert-sans-v1-latin-900.woff2 — 200 — 9.8 KiB — 325 ms — http/1.1https://br.com/assets/fonts/albert-sans/albert-sans-v1-latin-regular.woff2/assets/fonts/albert-sans/albert-sa... https://br.com/assets/fonts/albert-sans/albert-sans-v1-latin-regular.woff2 — 200 — 9.7 KiB — 352 ms — http/1.1https://br.com/assets/js/search.js?v=1.1.0/assets/js/search.js?v=1.1.0 https://br.com/assets/js/search.js?v=1.1.0 — 200 — 16.1 KiB — 396 ms — http/1.1https://br.com/assets/js/home.js?v=1.0.1/assets/js/home.js?v=1.0.1 https://br.com/assets/js/home.js?v=1.0.1 — 200 — 9.8 KiB — 356 ms — http/1.1https://www.googletagmanager.com/gtag/js?id=G-6PED8PDW5M&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-6PED8PDW5M&cx=c&gtm=4e64h1 — 200 — 157.1 KiB — 202 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 67 ms — h2https://br.com/assets/img/icons/icon-br-com-seo.svg/assets/img/icons/icon-br-com-seo.s... https://br.com/assets/img/icons/icon-br-com-seo.svg — 200 — 4.4 KiB — 227 ms — http/1.1https://br.com/assets/img/icons/icon-br-com-unrestricted.svg/assets/img/icons/icon-br-com-unres... https://br.com/assets/img/icons/icon-br-com-unrestricted.svg — 200 — 7.7 KiB — 201 ms — http/1.1https://br.com/assets/img/icons/icon-br-com-global-relaunch.svg/assets/img/icons/icon-br-com-globa... https://br.com/assets/img/icons/icon-br-com-global-relaunch.svg — 200 — 3.2 KiB — 199 ms — http/1.1https://br.com/assets/img/oversized-icon.svg/assets/img/oversized-icon.svg https://br.com/assets/img/oversized-icon.svg — 200 — 3.7 KiB — 196 ms — http/1.1https://www.google-analytics.com/j/collect?v=1&_v=j102&a=1036068406&t=pageview&_s=1&dl=https%3A%2F%2Fbr.com%2F&ul=en-us&dt=.BR.COM%20%7C%20Your%20Unrestricted%20Digital%20Identity%20in%20Brazil&sr=412x823&vp=412x823&_u=YEBAAEABAAAAACAAI~&jid=1258722676&gjid=329541263&cid=1216042402.1776803434&tid=UA-263776482-1&_gid=794576446.1776803434&_r=1&_slc=1&gtm=45He64h1n81WVKR5ZBv9112040340za200zd9112040340&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938466~115938469~117266400&z=793805607www.google-analytics.com/j/collect?... https://www.google-analytics.com/j/collect?v=1&_v=j102&a=1036068406&t=pageview&_s=1&dl=https%3A%2F%2Fbr.com%2F&ul=en-us&dt=.BR.COM%20%7C%20Your%20Unrestricted%20Digital%20Identity%20in%20Brazil&sr=412x823&vp=412x823&_u=YEBAAEABAAAAACAAI~&jid=1258722676&gjid=329541263&cid=1216042402.1776803434&tid=UA-263776482-1&_gid=794576446.1776803434&_r=1&_slc=1&gtm=45He64h1n81WVKR5ZBv9112040340za200zd9112040340&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938466~115938469~117266400&z=793805607 — 200 — 458 B — 63 ms — h2https://www.googletagmanager.com/gtag/js?id=G-44WMZEB5V3&cx=c&_slc=1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-44WMZEB5V3&cx=c&_slc=1 — 200 — 147.2 KiB — 252 ms — h3https://br.com/assets/img/domain-comparison-table-desktop.png/assets/img/domain-comparison-table... https://br.com/assets/img/domain-comparison-table-desktop.png — 200 — 218.4 KiB — 772 ms — http/1.1https://br.com/assets/img/domain-comparison-table-mobile.png/assets/img/domain-comparison-table... https://br.com/assets/img/domain-comparison-table-mobile.png — 200 — 143.6 KiB — 775 ms — http/1.1https://br.com/assets/img/icons/brcom-mag-glass-location.svg/assets/img/icons/brcom-mag-glass-l... https://br.com/assets/img/icons/brcom-mag-glass-location.svg — 200 — 2.1 KiB — 196 ms — http/1.1https://br.com/assets/img/sites/asas_br_com.jpg/assets/img/sites/asas_br_com.jpg https://br.com/assets/img/sites/asas_br_com.jpg — 200 — 69.8 KiB — 384 ms — http/1.1https://br.com/assets/img/sites/carreto_br_com.jpg/assets/img/sites/carreto_br_com.jp... https://br.com/assets/img/sites/carreto_br_com.jpg — 200 — 53.0 KiB — 198 ms — http/1.1https://br.com/assets/img/sites/group_br_com.jpg/assets/img/sites/group_br_com.jpg https://br.com/assets/img/sites/group_br_com.jpg — 200 — 105.2 KiB — 584 ms — http/1.1https://www.google-analytics.com/g/collect?v=2&tid=G-6PED8PDW5M&gtm=45je64h1v9111855203z89112040340za20gzb9112040340zd9112040340&_p=1776803432685&gcd=13l3l3l3l1l1&npa=0&dma=0&are=1&cid=1216042402.1776803434&frm=0&pscdl=noapi&rcb=6&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938468~117266400&sid=1776803433&sct=1&seg=0&dl=https%3A%2F%2Fbr.com%2F&dt=.BR.COM%20%7C%20Your%20Unrestricted%20Digital%20Identity%20in%20Brazil&en=page_view&_fv=1&_ss=1&tfd=1816www.google-analytics.com/g/collect?... https://www.google-analytics.com/g/collect?v=2&tid=G-6PED8PDW5M&gtm=45je64h1v9111855203z89112040340za20gzb9112040340zd9112040340&_p=1776803432685&gcd=13l3l3l3l1l1&npa=0&dma=0&are=1&cid=1216042402.1776803434&frm=0&pscdl=noapi&rcb=6&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938468~117266400&sid=1776803433&sct=1&seg=0&dl=https%3A%2F%2Fbr.com%2F&dt=.BR.COM%20%7C%20Your%20Unrestricted%20Digital%20Identity%20in%20Brazil&en=page_view&_fv=1&_ss=1&tfd=1816 — 204 — 20 B — 66 ms — h3https://br.com/assets/img/sites/idaireland_br_com.jpg/assets/img/sites/idaireland_br_com... https://br.com/assets/img/sites/idaireland_br_com.jpg — 200 — 152.1 KiB — 585 ms — http/1.1https://br.com/assets/img/sites/crowd_br_com.jpg/assets/img/sites/crowd_br_com.jpg https://br.com/assets/img/sites/crowd_br_com.jpg — 200 — 60.4 KiB — 197 ms — http/1.1https://www.google-analytics.com/g/collect?v=2&tid=G-44WMZEB5V3&gtm=45je64h1v9133876299za20g&_p=1776803432685&gcd=13l3l3l3l2l1&npa=0&dma=0&_eu=ABAI&are=1&cid=1216042402.1776803434&frm=0&pscdl=noapi&rcb=7&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938468~117266401~117384406&dl=https%3A%2F%2Fbr.com%2F&dt=.BR.COM%20%7C%20Your%20Unrestricted%20Digital%20Identity%20in%20Brazil&sid=1776803434&sct=1&seg=0&_tu=wAQ&en=page_view&_fv=1&_ss=1&_ee=1&gap.uat=0~115616985~115938466~115938469~117266400&tfd=2051www.google-analytics.com/g/collect?... https://www.google-analytics.com/g/collect?v=2&tid=G-44WMZEB5V3&gtm=45je64h1v9133876299za20g&_p=1776803432685&gcd=13l3l3l3l2l1&npa=0&dma=0&_eu=ABAI&are=1&cid=1216042402.1776803434&frm=0&pscdl=noapi&rcb=7&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938468~117266401~117384406&dl=https%3A%2F%2Fbr.com%2F&dt=.BR.COM%20%7C%20Your%20Unrestricted%20Digital%20Identity%20in%20Brazil&sid=1776803434&sct=1&seg=0&_tu=wAQ&en=page_view&_fv=1&_ss=1&_ee=1&gap.uat=0~115616985~115938466~115938469~117266400&tfd=2051 — 204 — 20 B — 62 ms — h3https://www.googletagmanager.com/a?id=G-44WMZEB5V3&v=3&t=t&pid=317928889&gtm=45je64h1v9133876299za20g&cv=2&rv=64h1&tc=10&tag_exp=0~115938466~115938468~117266401~117384406&es=1&e=gtm.init&eid=2&tr=1ogtgasend.1ogtsessiontimeout.1ogt1pdatav2.1ccdgafirst.1setproductsettings.1ccdgaregscope.1ccdconversionmarking.1ccdautoredact.1ccdgalast&ti=2ogtgasend.2ogtsessiontimeout.2ogt1pdatav2.2ccdgafirst.2setproductsettings.2ccdgaregscope.2ccdconversionmarking.2ccdautoredact.2ccdgalast&z=0www.googletagmanager.com/a?id=G-44W... https://www.googletagmanager.com/a?id=G-44WMZEB5V3&v=3&t=t&pid=317928889&gtm=45je64h1v9133876299za20g&cv=2&rv=64h1&tc=10&tag_exp=0~115938466~115938468~117266401~117384406&es=1&e=gtm.init&eid=2&tr=1ogtgasend.1ogtsessiontimeout.1ogt1pdatav2.1ccdgafirst.1setproductsettings.1ccdgaregscope.1ccdconversionmarking.1ccdautoredact.1ccdgalast&ti=2ogtgasend.2ogtsessiontimeout.2ogt1pdatav2.2ccdgafirst.2setproductsettings.2ccdgaregscope.2ccdconversionmarking.2ccdautoredact.2ccdgalast&z=0 — 200 — 11 B — 57 ms — h3https://www.googletagmanager.com/a?id=G-44WMZEB5V3&v=3&t=t&pid=317928889&gtm=45je64h1v9133876299za20g&cv=2&rv=64h1&tc=10&tag_exp=0~115938466~115938468~117266401~117384406&es=1&e=gtag.config&eid=3&tr=1gct&ti=2gct&z=0www.googletagmanager.com/a?id=G-44W... https://www.googletagmanager.com/a?id=G-44WMZEB5V3&v=3&t=t&pid=317928889&gtm=45je64h1v9133876299za20g&cv=2&rv=64h1&tc=10&tag_exp=0~115938466~115938468~117266401~117384406&es=1&e=gtag.config&eid=3&tr=1gct&ti=2gct&z=0 — 200 — 11 B — 55 ms — h3https://www.googletagmanager.com/a?id=G-44WMZEB5V3&v=3&t=t&pid=317928889&gtm=45je64h1v9133876299za20g&cv=2&rv=64h1&tc=10&tag_exp=0~115938466~115938468~117266401~117384406&es=1&e=gtag.config&eid=6&u=AAAAAAAI&epr=1G.3G&z=0www.googletagmanager.com/a?id=G-44W... https://www.googletagmanager.com/a?id=G-44WMZEB5V3&v=3&t=t&pid=317928889&gtm=45je64h1v9133876299za20g&cv=2&rv=64h1&tc=10&tag_exp=0~115938466~115938468~117266401~117384406&es=1&e=gtag.config&eid=6&u=AAAAAAAI&epr=1G.3G&z=0 — 200 — 11 B — 60 ms — h3https://www.googletagmanager.com/a?id=G-44WMZEB5V3&v=3&t=t&pid=317928889&gtm=45je64h1v9133876299za20g&cv=2&rv=64h1&tc=10&tag_exp=0~115938466~115938468~117266401~117384406&es=1&e=gtm.dom&eid=12&u=AAAAAAAI&z=0www.googletagmanager.com/a?id=G-44W... https://www.googletagmanager.com/a?id=G-44WMZEB5V3&v=3&t=t&pid=317928889&gtm=45je64h1v9133876299za20g&cv=2&rv=64h1&tc=10&tag_exp=0~115938466~115938468~117266401~117384406&es=1&e=gtm.dom&eid=12&u=AAAAAAAI&z=0 — 200 — 11 B — 61 ms — h3https://www.googletagmanager.com/a?id=G-44WMZEB5V3&v=3&t=t&pid=317928889&gtm=45je64h1v9133876299za20g&cv=2&rv=64h1&tc=10&tag_exp=0~115938466~115938468~117266401~117384406&es=1&e=*&eid=13&u=AAAAAAAIAAAAACA&h=Ag&epr=1G.2G&z=0www.googletagmanager.com/a?id=G-44W... https://www.googletagmanager.com/a?id=G-44WMZEB5V3&v=3&t=t&pid=317928889&gtm=45je64h1v9133876299za20g&cv=2&rv=64h1&tc=10&tag_exp=0~115938466~115938468~117266401~117384406&es=1&e=*&eid=13&u=AAAAAAAIAAAAACA&h=Ag&epr=1G.2G&z=0 — 200 — 11 B — 56 ms — h3https://br.com/assets/img/sites/villa_sofia_br_com.jpg/assets/img/sites/villa_sofia_br_co... https://br.com/assets/img/sites/villa_sofia_br_com.jpg — 200 — 162.9 KiB — 384 ms — http/1.1https://br.com/assets/img/sites/sophielagirafe_br_com.jpg/assets/img/sites/sophielagirafe_br... https://br.com/assets/img/sites/sophielagirafe_br_com.jpg — 200 — 54.6 KiB — 197 ms — http/1.1https://br.com/assets/img/sites/essencia_br_com.jpg/assets/img/sites/essencia_br_com.j... https://br.com/assets/img/sites/essencia_br_com.jpg — 200 — 43.6 KiB — 197 ms — http/1.1https://br.com/assets/img/icons/baseline-open_in_new-24px.svg/assets/img/icons/baseline-open_in_... https://br.com/assets/img/icons/baseline-open_in_new-24px.svg — 200 — 795 B — 196 ms — http/1.1https://br.com/assets/img/favicon-32x32.png?v=3/assets/img/favicon-32x32.png?v=3 https://br.com/assets/img/favicon-32x32.png?v=3 — 200 — 2.0 KiB — 196 ms — http/1.1https://www.googletagmanager.com/a?id=G-44WMZEB5V3&v=3&t=t&pid=317928889&gtm=45je64h1v9133876299za20g&cv=2&rv=64h1&tc=10&tag_exp=0~115938466~115938468~117266401~117384406&es=1&e=gtm.load&eid=14&u=AgAAAAAIAAAAACA&h=Ag&z=0www.googletagmanager.com/a?id=G-44W... https://www.googletagmanager.com/a?id=G-44WMZEB5V3&v=3&t=t&pid=317928889&gtm=45je64h1v9133876299za20g&cv=2&rv=64h1&tc=10&tag_exp=0~115938466~115938468~117266401~117384406&es=1&e=gtm.load&eid=14&u=AgAAAAAIAAAAACA&h=Ag&z=0 — 200 — 11 B — 57 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
58% of JavaScript execution is third-party
First-party Third-party 1404ms · 451KB · €15/mo
Unattributable
Other
Costly
Execution 526ms
Transfer 0 KB
Monthly Cost €6/mo
Google Tag Manager
Tag Manager
Costly
Execution 332ms
Transfer 147 KB
Unused 44%
Monthly Cost €4/mo
Google Tag Manager
Tag Manager
Costly
Execution 251ms
Transfer 157 KB
Unused 42%
Monthly Cost €3/mo
Google Tag Manager
Tag Manager
Costly
Execution 219ms
Transfer 125 KB
Unused 51%
Monthly Cost €2/mo
Google Analytics
Analytics
Optional
Execution 76ms
Transfer 21 KB
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • Unattributable adds 526ms and costs ~€6/month
  • Google Tag Manager adds 332ms and costs ~€4/month
  • Google Tag Manager adds 251ms and costs ~€3/month
  • Google Tag Manager adds 219ms and costs ~€2/month

58% of JavaScript execution time comes from third-party scripts.

Why this matters

Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.

Learn more

Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.

Source: web.dev / HTTP Archive Web Almanac

Unattributable takes 526ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

Google Tag Manager takes 332ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

Google Tag Manager takes 251ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

Google Tag Manager takes 219ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

51% of Google Tag Manager's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

How third-party costs are calculated

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback