Skip to content
https://ibge.gov.br

Performance

· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
73
GRADE
C
FIX
4
REVIEW
3
PASS
8
INFO
2

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

36
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
78
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.

4.28 s

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

5.90 s

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

1.27 s

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

0.042

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

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

18.05 s

Page Load Progression

1.0 s
2.1 s
3.1 s
4.2 s
5.2 s
6.2 s
7.3 s
8.3 s
Checks
17
8 PASS 3 REVIEW 4 FIX
F
Page Weight Budget
Action
3.0 MB transferred, 108 requests
FIX
3.0 MB transferred, 108 requests
Warning::
Page weighs 4.5 MB (3.0 MB transferred)
Warning::
Images are 2.3 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 2.3 MB
Warning::
JavaScript is 587 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 587 KB
Warning::
108 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.64 g CO2 per page load
3.0 MB / 2.4 MB budget
3.0 MB transferred
108 requests
0.64 g CO2 per page load
Images 2.3 MiB 75%
JavaScript 587.3 KiB 19%
Fonts 109.3 KiB 4%
CSS 53.5 KiB 2%
HTML 23.8 KiB 1%
Other 5.3 KiB 0%
Other 2.8 KiB 0%
Other 796 B 0%
Other 408 B 0%
0 2.4 MB 4.9 MB
Over budget

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

Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.

Why this matters

High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.

Source: web.dev

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (3.0 MiB of 3.0 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Execution Cost
Action
6561ms total JS execution
FIX
6561ms total JS execution
Warning::
https://www.ibge.gov.br/: 2533ms CPU time
Warning::
Unattributable: 1292ms CPU time
Warning::
https://www.ibge.gov.br/templates/novo_portal_base...: 1051ms CPU time
Warning::
https://scripts.clarity.ms/0.8.60-beta/clarity.js: 394ms CPU time
Warning::
https://www.ibge.gov.br/media/util/jquery-3.4.1.mi...: 366ms CPU time
Warning::
Third-party scripts: 6561ms (100% of total)

Main Thread Breakdown

Script Evaluation 38% Other 25% Style & Layout 23% Rendering 8%
ScriptTotalScriptingParse/CompileParty
https://www.ibge.gov.br/2533ms13ms5ms3rd
Unattributable1292ms167ms0ms3rd
https://www.ibge.gov.br/templates/novo_portal_base/html/mod_weblinks/banner-90/index.html?v1051ms958ms1ms3rd
https://scripts.clarity.ms/0.8.60-beta/clarity.js394ms333ms7ms3rd
https://www.ibge.gov.br/media/util/jquery-3.4.1.min.js366ms274ms10ms3rd
https://www.googletagmanager.com/gtag/js?id=UA-285486-1237ms185ms36ms3rd
https://www.googletagmanager.com/gtag/js?id=G-0VE4HSDTTT&cx=c&gtm=4e64k1h1232ms179ms49ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-5ND2WBQ207ms162ms40ms3rd
https://www.ibge.gov.br/templates/novo_portal_base/js/gtranslate/dwf.js?v=2026108ms66ms4ms3rd
https://code.jquery.com/jquery-3.7.1.min.js81ms50ms11ms3rd

Showing top 10 of 11 scripts

D
Page Weight Inventory
Action
108 resources · 3.0 MB · 204 KB savings available
FIX
108 resources · 3.0 MB · 204 KB savings available
Warning::
Page weight 2.0 MB over 1MB target
Got: 3.0 MB Expected: ≤ 1 MB
Info::
~204 KB of savings available
Warning::
107 third-party resources (100% of weight)
Info::
3 resources over 200KB
108 resources · 3.0 MiB · 107 third-party 2.0 MiB over 1MB target
Image 75% · 2.3 MiB
JavaScript 19% · 587.3 KiB
Font 4% · 109.3 KiB
CSS 2% · 53.5 KiB
Document 1% · 24.5 KiB
Other 0% · 6.9 KiB

~203.7 KiB of savings available

Remove unused JavaScript: 203.7 KiB
C
Image Optimization
Action
54 images, 0 KB saveable
REVIEW
54 images, 0 KB saveable
Warning::
https://www.ibge.gov.br/templates/novo_portal_base... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ibge.gov.br/images/novoportal/static/i... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ibge.gov.br/templates/novo_portal_base... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ibge.gov.br/images/novoportal/banners/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ibge.gov.br//templates/novo_portal_bas... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ibge.gov.br/templates/novo_portal_base... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ibge.gov.br/images/novoportal/static/i... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ibge.gov.br/templates/novo_portal_base... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ibge.gov.br/images/novoportal/static/i... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ibge.gov.br/images/novoportal/static/i... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ibge.gov.br/images/novoportal/govbrNeg... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ibge.gov.br/images/novoportal/corrupca... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ibge.gov.br/images/novoportal/static/i... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ibge.gov.br/images/novoportal/static/d... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ibge.gov.br/images/novoportal/static/i... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
54 images 2.3 MB
0 oversized -0 KB
51 legacy format
15 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

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
19 scripts, 204 KB unused
REVIEW
19 scripts, 204 KB unused
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-5ND...: 74 KB unused (54%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-0VE4...: 66 KB unused (43%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=UA-285...: 64 KB unused (51%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 204 KB
204 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtm.js?id=GTM-5ND2WBQ137 KB74 KB (54%)3rd
https://www.googletagmanager.com/gtag/js?id=G-0VE4HSDTTT&cx=c&gtm=4e64k1h1156 KB66 KB (43%)3rd
https://www.googletagmanager.com/gtag/js?id=UA-285486-1125 KB64 KB (51%)3rd
https://www.google-analytics.com/analytics.js21 KB3rd
https://www.ibge.gov.br/includes/CEON.cookiebar/cookiebar.js?v=22 KB3rd
https://www.ibge.gov.br/templates/novo_portal_base/js/home.js?v=20355 KB3rd
https://www.ibge.gov.br/media/jui/js/chosen.jquery.min.js8 KB3rd
https://www.ibge.gov.br/media/util/tool.js14 KB3rd
https://www.ibge.gov.br/media/util/jquery-3.4.1.min.js31 KB3rd
https://code.jquery.com/jquery-3.7.1.min.js30 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

C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

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
5 fonts (109 KB)
PASS
5 fonts (109 KB)
Info::
5 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

5

109 KB total

Render-blocking

0

of 5

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 4.0 s 5.0 s 6.0 s FCP 4.3 s LCP 5.9 shttps://fonts.gstatic.com/s/raleway/v37/1Ptug8zYS_SKggPNyC0IT4ttDfA.woff21Ptug8zYS_SKggPNyC0IT4t... https://fonts.gstatic.com/s/raleway/v37/1Ptug8zYS_SKggPNyC0IT4ttDfA.woff2 — 42.1 KiB — 25 ms — font-display: swaphttps://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTUGmu0SC55K5gw.woff2memvYaGs126MiZpBA-UvWbX... https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTUGmu0SC55K5gw.woff2 — 22.2 KiB — 14 ms — font-display: swaphttps://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVIUx6EQ.woff2memSYaGs126MiZpBA-UvWbX... https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVIUx6EQ.woff2 — 12.7 KiB — 6 ms — font-display: swaphttps://www.ibge.gov.br/templates/novo_portal_base/html/mod_weblinks/banner-90/font/TheLedDisplaySt.woff2TheLedDisplaySt.woff2 https://www.ibge.gov.br/templates/novo_portal_base/html/mod_weblinks/banner-90/font/TheLedDisplaySt.woff2 — 7.3 KiB — 248 ms — font-display: swaphttps://barra.brasil.gov.br/static/Raleway-Bold.woffRaleway-Bold.woff https://barra.brasil.gov.br/static/Raleway-Bold.woff — 24.9 KiB — 773 ms — font-display: swap
1Ptug8zYS_SKggPNyC0IT4t... woff2 swap
Size 42 KB
Load time 25 ms
Start 2.6 s
Risk FOUT — text flashes from fallback to web font
memvYaGs126MiZpBA-UvWbX... woff2 swap
Size 22 KB
Load time 14 ms
Start 2.7 s
Risk FOUT — text flashes from fallback to web font
memSYaGs126MiZpBA-UvWbX... woff2 swap
Size 13 KB
Load time 6 ms
Start 3.2 s
Risk FOUT — text flashes from fallback to web font
TheLedDisplaySt.woff2 woff2 swap
Size 7 KB
Load time 248 ms
Start 3.2 s
Risk FOUT — text flashes from fallback to web font
Raleway-Bold.woff woff swap
Size 25 KB
Load time 773 ms
Start 3.5 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
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 ~7 KB and ~14 ms

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
1 hints, 0 missing preconnects
PASS
1 hints, 0 missing preconnects
Info::
Page uses 1 resource hint(s)

Current Resource Hints

preconnect
1
preload
dns-prefetch
prefetch

1 resource hints configured

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
A
HTTP Caching
max-age=1800 (30 minutes)
PASS
max-age=1800 (30 minutes)
Info::
Cache-Control header is set
Got: max-age=1800
Info::
Effective TTL: 30 minutes (max-age=1800)
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

max-age=1800

DirectiveValueMeaning
max-age1800Cache for 30 minutes
Effective TTL: 1800 seconds
Network Waterfall
108 requests over 7252ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 4.3 s LCP 5.9 shttps://ibge.gov.br// https://ibge.gov.br/ — 302 — 286 B — 764 ms — http/1.1https://www.ibge.gov.br/www.ibge.gov.br/ https://www.ibge.gov.br/ — 200 — 21.2 KiB — 1.2 s — http/1.1https://www.googletagmanager.com/gtag/js?id=UA-285486-1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=UA-285486-1 — 200 — 125.1 KiB — 114 ms — h2https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700&display=swapfonts.googleapis.com/css?family=Ope... https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700&display=swap — 200 — 2.3 KiB — 86 ms — h2https://www.ibge.gov.br/templates/novo_portal_base/css/grid.csswww.ibge.gov.br/templates/novo_port... https://www.ibge.gov.br/templates/novo_portal_base/css/grid.css — 200 — 3.0 KiB — 353 ms — http/1.1https://www.ibge.gov.br/templates/novo_portal_base/css/estilos.min.css?v=15www.ibge.gov.br/templates/novo_port... https://www.ibge.gov.br/templates/novo_portal_base/css/estilos.min.css?v=15 — 200 — 32.7 KiB — 557 ms — http/1.1https://www.ibge.gov.br/templates/novo_portal_base/css/menu.min.css?v=1www.ibge.gov.br/templates/novo_port... https://www.ibge.gov.br/templates/novo_portal_base/css/menu.min.css?v=1 — 200 — 1.5 KiB — 574 ms — http/1.1https://www.ibge.gov.br/templates/novo_portal_base/css/estilos_contraste.css?v=1www.ibge.gov.br/templates/novo_port... https://www.ibge.gov.br/templates/novo_portal_base/css/estilos_contraste.css?v=1 — 200 — 3.5 KiB — 565 ms — http/1.1https://www.ibge.gov.br/templates/novo_portal_base/css/menu_contraste.css?v=1www.ibge.gov.br/templates/novo_port... https://www.ibge.gov.br/templates/novo_portal_base/css/menu_contraste.css?v=1 — 200 — 1.7 KiB — 572 ms — http/1.1https://www.ibge.gov.br/templates/novo_portal_base/css/modulos_contraste.css?v=1www.ibge.gov.br/templates/novo_port... https://www.ibge.gov.br/templates/novo_portal_base/css/modulos_contraste.css?v=1 — 200 — 2.3 KiB — 572 ms — http/1.1https://www.ibge.gov.br/media/util/jquery-3.4.1.min.jswww.ibge.gov.br/media/util/jquery-3... https://www.ibge.gov.br/media/util/jquery-3.4.1.min.js — 200 — 30.6 KiB — 748 ms — http/1.1https://www.ibge.gov.br/media/util/tool.jswww.ibge.gov.br/media/util/tool.js https://www.ibge.gov.br/media/util/tool.js — 200 — 14.0 KiB — 745 ms — http/1.1https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,800,700,900fonts.googleapis.com/css?family=Ral... https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,800,700,900 — 200 — 844 B — 53 ms — h2https://www.ibge.gov.br/templates/novo_portal_base/imagens/logo_mobile.pngwww.ibge.gov.br/templates/novo_port... https://www.ibge.gov.br/templates/novo_portal_base/imagens/logo_mobile.png — 200 — 13.6 KiB — 194 ms — http/1.1https://www.ibge.gov.br/templates/novo_portal_base/imagens/pt_br.pngwww.ibge.gov.br/templates/novo_port... https://www.ibge.gov.br/templates/novo_portal_base/imagens/pt_br.png — 200 — 6.3 KiB — 194 ms — http/1.1https://www.ibge.gov.br/templates/novo_portal_base/imagens/en.pngwww.ibge.gov.br/templates/novo_port... https://www.ibge.gov.br/templates/novo_portal_base/imagens/en.png — 200 — 6.9 KiB — 192 ms — http/1.1https://www.ibge.gov.br/media/jui/css/chosen.css?2a5ea54a27a5a49a8d285b717a097632www.ibge.gov.br/media/jui/css/chose... https://www.ibge.gov.br/media/jui/css/chosen.css?2a5ea54a27a5a49a8d285b717a097632 — 200 — 3.0 KiB — 194 ms — http/1.1https://www.ibge.gov.br/media/jui/js/chosen.jquery.min.jswww.ibge.gov.br/media/jui/js/chosen... https://www.ibge.gov.br/media/jui/js/chosen.jquery.min.js — 200 — 8.1 KiB — 195 ms — http/1.1https://www.ibge.gov.br/media/util/lightSlider/js/lightslider.min.jswww.ibge.gov.br/media/util/lightSli... https://www.ibge.gov.br/media/util/lightSlider/js/lightslider.min.js — 200 — 5.4 KiB — 202 ms — http/1.1https://www.ibge.gov.br/templates/novo_portal_base/js/home.js?v=2035www.ibge.gov.br/templates/novo_port... https://www.ibge.gov.br/templates/novo_portal_base/js/home.js?v=2035 — 200 — 5.5 KiB — 202 ms — http/1.1https://www.ibge.gov.br/templates/novo_portal_base/imagens/icons/manifest.jsonwww.ibge.gov.br/templates/novo_port... https://www.ibge.gov.br/templates/novo_portal_base/imagens/icons/manifest.json — 200 — 796 B — 762 ms — http/1.1https://www.googletagmanager.com/gtm.js?id=GTM-5ND2WBQwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-5ND2WBQ — 200 — 137.0 KiB — 76 ms — h2https://www.googletagmanager.com/gtag/js?id=G-0VE4HSDTTT&cx=c&gtm=4e64k1h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-0VE4HSDTTT&cx=c&gtm=4e64k1h1 — 200 — 156.2 KiB — 76 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 46 ms — h2https://cod.ibge.gov.br/qr?d=https://www.ibge.gov.br/cod.ibge.gov.br/qr?d=https://www.ib... https://cod.ibge.gov.br/qr?d=https://www.ibge.gov.br/ — 200 — 1.3 KiB — 791 ms — http/1.1https://fonts.gstatic.com/s/raleway/v37/1Ptug8zYS_SKggPNyC0IT4ttDfA.woff2fonts.gstatic.com/s/raleway/v37/1Pt... https://fonts.gstatic.com/s/raleway/v37/1Ptug8zYS_SKggPNyC0IT4ttDfA.woff2 — 200 — 42.1 KiB — 25 ms — h3https://www.ibge.gov.br/templates/novo_portal_base/html/mod_weblinks/banner-90/index.html?vwww.ibge.gov.br/templates/novo_port... https://www.ibge.gov.br/templates/novo_portal_base/html/mod_weblinks/banner-90/index.html?v — 200 — 2.6 KiB — 199 ms — http/1.1https://www.ibge.gov.br/templates/novo_portal_base/imagens/tag.svgwww.ibge.gov.br/templates/novo_port... https://www.ibge.gov.br/templates/novo_portal_base/imagens/tag.svg — 200 — 1.2 KiB — 230 ms — http/1.1https://www.ibge.gov.br/templates/novo_portal_base/imagens/industry.svgwww.ibge.gov.br/templates/novo_port... https://www.ibge.gov.br/templates/novo_portal_base/imagens/industry.svg — 200 — 1.3 KiB — 230 ms — http/1.1https://www.ibge.gov.br/templates/novo_portal_base/imagens/service.svgwww.ibge.gov.br/templates/novo_port... https://www.ibge.gov.br/templates/novo_portal_base/imagens/service.svg — 200 — 1.6 KiB — 235 ms — http/1.1
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 4.3 s LCP 5.9 shttps://ibge.gov.br// https://ibge.gov.br/ — 302 — 286 B — 764 ms — http/1.1https://www.ibge.gov.br/www.ibge.gov.br/ https://www.ibge.gov.br/ — 200 — 21.2 KiB — 1.2 s — http/1.1https://www.googletagmanager.com/gtag/js?id=UA-285486-1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=UA-285486-1 — 200 — 125.1 KiB — 114 ms — h2https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700&display=swapfonts.googleapis.com/css?family=Ope... https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700&display=swap — 200 — 2.3 KiB — 86 ms — h2https://www.ibge.gov.br/templates/novo_portal_base/css/grid.csswww.ibge.gov.br/templates/novo_port... https://www.ibge.gov.br/templates/novo_portal_base/css/grid.css — 200 — 3.0 KiB — 353 ms — http/1.1https://www.ibge.gov.br/templates/novo_portal_base/css/estilos.min.css?v=15www.ibge.gov.br/templates/novo_port... https://www.ibge.gov.br/templates/novo_portal_base/css/estilos.min.css?v=15 — 200 — 32.7 KiB — 557 ms — http/1.1https://www.ibge.gov.br/templates/novo_portal_base/css/menu.min.css?v=1www.ibge.gov.br/templates/novo_port... https://www.ibge.gov.br/templates/novo_portal_base/css/menu.min.css?v=1 — 200 — 1.5 KiB — 574 ms — http/1.1https://www.ibge.gov.br/templates/novo_portal_base/css/estilos_contraste.css?v=1www.ibge.gov.br/templates/novo_port... https://www.ibge.gov.br/templates/novo_portal_base/css/estilos_contraste.css?v=1 — 200 — 3.5 KiB — 565 ms — http/1.1https://www.ibge.gov.br/templates/novo_portal_base/css/menu_contraste.css?v=1www.ibge.gov.br/templates/novo_port... https://www.ibge.gov.br/templates/novo_portal_base/css/menu_contraste.css?v=1 — 200 — 1.7 KiB — 572 ms — http/1.1https://www.ibge.gov.br/templates/novo_portal_base/css/modulos_contraste.css?v=1www.ibge.gov.br/templates/novo_port... https://www.ibge.gov.br/templates/novo_portal_base/css/modulos_contraste.css?v=1 — 200 — 2.3 KiB — 572 ms — http/1.1https://www.ibge.gov.br/media/util/jquery-3.4.1.min.jswww.ibge.gov.br/media/util/jquery-3... https://www.ibge.gov.br/media/util/jquery-3.4.1.min.js — 200 — 30.6 KiB — 748 ms — http/1.1https://www.ibge.gov.br/media/util/tool.jswww.ibge.gov.br/media/util/tool.js https://www.ibge.gov.br/media/util/tool.js — 200 — 14.0 KiB — 745 ms — http/1.1https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,800,700,900fonts.googleapis.com/css?family=Ral... https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,800,700,900 — 200 — 844 B — 53 ms — h2https://www.ibge.gov.br/templates/novo_portal_base/imagens/logo_mobile.pngwww.ibge.gov.br/templates/novo_port... https://www.ibge.gov.br/templates/novo_portal_base/imagens/logo_mobile.png — 200 — 13.6 KiB — 194 ms — http/1.1https://www.ibge.gov.br/templates/novo_portal_base/imagens/pt_br.pngwww.ibge.gov.br/templates/novo_port... https://www.ibge.gov.br/templates/novo_portal_base/imagens/pt_br.png — 200 — 6.3 KiB — 194 ms — http/1.1https://www.ibge.gov.br/templates/novo_portal_base/imagens/en.pngwww.ibge.gov.br/templates/novo_port... https://www.ibge.gov.br/templates/novo_portal_base/imagens/en.png — 200 — 6.9 KiB — 192 ms — http/1.1https://www.ibge.gov.br/media/jui/css/chosen.css?2a5ea54a27a5a49a8d285b717a097632www.ibge.gov.br/media/jui/css/chose... https://www.ibge.gov.br/media/jui/css/chosen.css?2a5ea54a27a5a49a8d285b717a097632 — 200 — 3.0 KiB — 194 ms — http/1.1https://www.ibge.gov.br/media/jui/js/chosen.jquery.min.jswww.ibge.gov.br/media/jui/js/chosen... https://www.ibge.gov.br/media/jui/js/chosen.jquery.min.js — 200 — 8.1 KiB — 195 ms — http/1.1https://www.ibge.gov.br/media/util/lightSlider/js/lightslider.min.jswww.ibge.gov.br/media/util/lightSli... https://www.ibge.gov.br/media/util/lightSlider/js/lightslider.min.js — 200 — 5.4 KiB — 202 ms — http/1.1https://www.ibge.gov.br/templates/novo_portal_base/js/home.js?v=2035www.ibge.gov.br/templates/novo_port... https://www.ibge.gov.br/templates/novo_portal_base/js/home.js?v=2035 — 200 — 5.5 KiB — 202 ms — http/1.1https://www.ibge.gov.br/templates/novo_portal_base/imagens/icons/manifest.jsonwww.ibge.gov.br/templates/novo_port... https://www.ibge.gov.br/templates/novo_portal_base/imagens/icons/manifest.json — 200 — 796 B — 762 ms — http/1.1https://www.googletagmanager.com/gtm.js?id=GTM-5ND2WBQwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-5ND2WBQ — 200 — 137.0 KiB — 76 ms — h2https://www.googletagmanager.com/gtag/js?id=G-0VE4HSDTTT&cx=c&gtm=4e64k1h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-0VE4HSDTTT&cx=c&gtm=4e64k1h1 — 200 — 156.2 KiB — 76 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 46 ms — h2https://cod.ibge.gov.br/qr?d=https://www.ibge.gov.br/cod.ibge.gov.br/qr?d=https://www.ib... https://cod.ibge.gov.br/qr?d=https://www.ibge.gov.br/ — 200 — 1.3 KiB — 791 ms — http/1.1https://fonts.gstatic.com/s/raleway/v37/1Ptug8zYS_SKggPNyC0IT4ttDfA.woff2fonts.gstatic.com/s/raleway/v37/1Pt... https://fonts.gstatic.com/s/raleway/v37/1Ptug8zYS_SKggPNyC0IT4ttDfA.woff2 — 200 — 42.1 KiB — 25 ms — h3https://www.ibge.gov.br/templates/novo_portal_base/html/mod_weblinks/banner-90/index.html?vwww.ibge.gov.br/templates/novo_port... https://www.ibge.gov.br/templates/novo_portal_base/html/mod_weblinks/banner-90/index.html?v — 200 — 2.6 KiB — 199 ms — http/1.1https://www.ibge.gov.br/templates/novo_portal_base/imagens/tag.svgwww.ibge.gov.br/templates/novo_port... https://www.ibge.gov.br/templates/novo_portal_base/imagens/tag.svg — 200 — 1.2 KiB — 230 ms — http/1.1https://www.ibge.gov.br/templates/novo_portal_base/imagens/industry.svgwww.ibge.gov.br/templates/novo_port... https://www.ibge.gov.br/templates/novo_portal_base/imagens/industry.svg — 200 — 1.3 KiB — 230 ms — http/1.1https://www.ibge.gov.br/templates/novo_portal_base/imagens/service.svgwww.ibge.gov.br/templates/novo_port... https://www.ibge.gov.br/templates/novo_portal_base/imagens/service.svg — 200 — 1.6 KiB — 235 ms — http/1.1https://www.ibge.gov.br/templates/novo_portal_base/imagens/population.svgwww.ibge.gov.br/templates/novo_port... https://www.ibge.gov.br/templates/novo_portal_base/imagens/population.svg — 200 — 1.4 KiB — 243 ms — http/1.1https://www.ibge.gov.br/templates/novo_portal_base/imagens/wall.svgwww.ibge.gov.br/templates/novo_port... https://www.ibge.gov.br/templates/novo_portal_base/imagens/wall.svg — 200 — 1.0 KiB — 243 ms — http/1.1https://www.ibge.gov.br/templates/novo_portal_base/imagens/money.svgwww.ibge.gov.br/templates/novo_port... https://www.ibge.gov.br/templates/novo_portal_base/imagens/money.svg — 200 — 1.7 KiB — 274 ms — http/1.1https://www.ibge.gov.br/templates/novo_portal_base/imagens/cart.svgwww.ibge.gov.br/templates/novo_port... https://www.ibge.gov.br/templates/novo_portal_base/imagens/cart.svg — 200 — 1.2 KiB — 426 ms — http/1.1https://www.ibge.gov.br/templates/novo_portal_base/imagens/unemployment.svgwww.ibge.gov.br/templates/novo_port... https://www.ibge.gov.br/templates/novo_portal_base/imagens/unemployment.svg — 200 — 1.3 KiB — 435 ms — http/1.1https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTUGmu0SC55K5gw.woff2fonts.gstatic.com/s/opensans/v44/me... https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTUGmu0SC55K5gw.woff2 — 200 — 22.2 KiB — 14 ms — h3https://www.ibge.gov.br/includes/CEON.cookiebar/cookiebar.css?v=2023www.ibge.gov.br/includes/CEON.cooki... https://www.ibge.gov.br/includes/CEON.cookiebar/cookiebar.css?v=2023 — 200 — 1.1 KiB — 322 ms — http/1.1https://fonts.googleapis.com/css2?family=Open+Sans:wght@700&display=swapfonts.googleapis.com/css2?family=Op... https://fonts.googleapis.com/css2?family=Open+Sans:wght@700&display=swap — 200 — 1.6 KiB — 45 ms — h3https://code.jquery.com/jquery-3.7.1.min.jscode.jquery.com/jquery-3.7.1.min.js https://code.jquery.com/jquery-3.7.1.min.js — 200 — 30.0 KiB — 24 ms — h2https://www.ibge.gov.br/templates/novo_portal_base/html/mod_weblinks/banner-90/logo-azul.svgwww.ibge.gov.br/templates/novo_port... https://www.ibge.gov.br/templates/novo_portal_base/html/mod_weblinks/banner-90/logo-azul.svg — 200 — 3.5 KiB — 323 ms — http/1.1https://www.ibge.gov.br/templates/novo_portal_base/html/mod_weblinks/banner-90/slogan-azul.svgwww.ibge.gov.br/templates/novo_port... https://www.ibge.gov.br/templates/novo_portal_base/html/mod_weblinks/banner-90/slogan-azul.svg — 200 — 3.1 KiB — 351 ms — http/1.1https://www.ibge.gov.br/templates/novo_portal_base/html/mod_weblinks/banner-90/digitais.svgwww.ibge.gov.br/templates/novo_port... https://www.ibge.gov.br/templates/novo_portal_base/html/mod_weblinks/banner-90/digitais.svg — 200 — 12.4 KiB — 433 ms — http/1.1https://www.ibge.gov.br/contador/time/index.php?parametro1=valor1&parametro2=valor2www.ibge.gov.br/contador/time/index... https://www.ibge.gov.br/contador/time/index.php?parametro1=valor1&parametro2=valor2 — 200 — 471 B — 234 ms — http/1.1https://www.ibge.gov.br/includes/CEON.cookiebar/cookiebar.js?v=2www.ibge.gov.br/includes/CEON.cooki... https://www.ibge.gov.br/includes/CEON.cookiebar/cookiebar.js?v=2 — 200 — 1.8 KiB — 374 ms — http/1.1https://www.ibge.gov.br/templates/novo_portal_base/js/gtranslate/dwf.js?v=2026www.ibge.gov.br/templates/novo_port... https://www.ibge.gov.br/templates/novo_portal_base/js/gtranslate/dwf.js?v=2026 — 200 — 7.2 KiB — 346 ms — http/1.1https://www.ibge.gov.br/includes/barraBrasil.jswww.ibge.gov.br/includes/barraBrasi... https://www.ibge.gov.br/includes/barraBrasil.js — 200 — 8.4 KiB — 221 ms — http/1.1https://www.ibge.gov.br/templates/novo_portal_base/imagens/population-blue.svgwww.ibge.gov.br/templates/novo_port... https://www.ibge.gov.br/templates/novo_portal_base/imagens/population-blue.svg — 200 — 1.4 KiB — 216 ms — http/1.1https://www.ibge.gov.br/templates/novo_portal_base/imagens/pin.svgwww.ibge.gov.br/templates/novo_port... https://www.ibge.gov.br/templates/novo_portal_base/imagens/pin.svg — 200 — 1.1 KiB — 224 ms — http/1.1https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVIUx6EQ.woff2fonts.gstatic.com/s/opensans/v44/me... https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVIUx6EQ.woff2 — 200 — 12.7 KiB — 6 ms — h3https://www.ibge.gov.br/templates/novo_portal_base/html/mod_weblinks/banner-90/font/TheLedDisplaySt.woff2www.ibge.gov.br/templates/novo_port... https://www.ibge.gov.br/templates/novo_portal_base/html/mod_weblinks/banner-90/font/TheLedDisplaySt.woff2 — 200 — 7.3 KiB — 248 ms — http/1.1https://www.clarity.ms/tag/m0ro3ivus6?ref=gtm2www.clarity.ms/tag/m0ro3ivus6?ref=g... https://www.clarity.ms/tag/m0ro3ivus6?ref=gtm2 — 200 — 1.1 KiB — 252 ms — http/1.1https://www.ibge.gov.br/templates/novo_portal_base/imagens/code.svgwww.ibge.gov.br/templates/novo_port... https://www.ibge.gov.br/templates/novo_portal_base/imagens/code.svg — 200 — 1.3 KiB — 212 ms — http/1.1https://www.ibge.gov.br/images/novoportal/static/destaques/respondendo.pngwww.ibge.gov.br/images/novoportal/s... https://www.ibge.gov.br/images/novoportal/static/destaques/respondendo.png — 200 — 3.1 KiB — 200 ms — http/1.1https://www.ibge.gov.br/images/novoportal/static/icones/logo-censo2022-nossos_sites.pngwww.ibge.gov.br/images/novoportal/s... https://www.ibge.gov.br/images/novoportal/static/icones/logo-censo2022-nossos_sites.png — 200 — 5.0 KiB — 201 ms — http/1.1https://www.ibge.gov.br/images/novoportal/static/icones/lateral-sidra.pngwww.ibge.gov.br/images/novoportal/s... https://www.ibge.gov.br/images/novoportal/static/icones/lateral-sidra.png — 200 — 1.6 KiB — 197 ms — http/1.1https://www.ibge.gov.br/images/novoportal/banners/banner-programa.jpgwww.ibge.gov.br/images/novoportal/b... https://www.ibge.gov.br/images/novoportal/banners/banner-programa.jpg — 200 — 18.8 KiB — 202 ms — http/1.1https://www.google-analytics.com/g/collect?v=2&tid=G-0VE4HSDTTT&gtm=45je64k1h1v9119234398za20g&_p=1776897273419&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AAAI&are=1&cid=985356524.1776897275&frm=0&pscdl=noapi&rcb=4&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~115616986~115938466~115938469~117266400~117512542~118463262&sid=1776897274&sct=1&seg=0&dl=https%3A%2F%2Fwww.ibge.gov.br%2F&dt=IBGE%20%7C%20Portal%20do%20IBGE%20%7C%20IBGE&en=page_view&_fv=1&_ss=1&tfd=3377www.google-analytics.com/g/collect?... https://www.google-analytics.com/g/collect?v=2&tid=G-0VE4HSDTTT&gtm=45je64k1h1v9119234398za20g&_p=1776897273419&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AAAI&are=1&cid=985356524.1776897275&frm=0&pscdl=noapi&rcb=4&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~115616986~115938466~115938469~117266400~117512542~118463262&sid=1776897274&sct=1&seg=0&dl=https%3A%2F%2Fwww.ibge.gov.br%2F&dt=IBGE%20%7C%20Portal%20do%20IBGE%20%7C%20IBGE&en=page_view&_fv=1&_ss=1&tfd=3377 — 204 — 408 B — 177 ms — h2https://www.ibge.gov.br/images/novoportal/static/icones/lateral-educa.pngwww.ibge.gov.br/images/novoportal/s... https://www.ibge.gov.br/images/novoportal/static/icones/lateral-educa.png — 200 — 2.5 KiB — 195 ms — http/1.1https://vlibras.gov.br/app2/vlibras-plugin.jsvlibras.gov.br/app2/vlibras-plugin.... https://vlibras.gov.br/app2/vlibras-plugin.js — 302 — 451 B — 560 ms — h2data:image/svg+xml,%3Csvg%20width%3D%2250%22%20height%3D%2219%22%20version%3D%221.1%22%20viewBox%3D…data:image/svg+xml,%3Csvg%20width%3... data:image/svg+xml,%3Csvg%20width%3D%2250%22%20height%3D%2219%22%20version%3D%221.1%22%20viewBox%3D… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg%20width%3D%2211%22%20height%3D%2210%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.o…data:image/svg+xml,%3Csvg%20width%3... data:image/svg+xml,%3Csvg%20width%3D%2211%22%20height%3D%2210%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.o… — 200 — 0 B — 0 ms — datadata:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0…www.w3.org/2000/svg' width='16' hei... data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0… — 200 — 0 B — 0 ms — datahttps://www.ibge.gov.br/media/mod_gtranslate/flags/svg/globe.svgwww.ibge.gov.br/media/mod_gtranslat... https://www.ibge.gov.br/media/mod_gtranslate/flags/svg/globe.svg — 200 — 1.7 KiB — 191 ms — http/1.1https://barra.brasil.gov.br/static/Raleway-Bold.woffbarra.brasil.gov.br/static/Raleway-... https://barra.brasil.gov.br/static/Raleway-Bold.woff — 200 — 24.9 KiB — 773 ms — h2https://www.ibge.gov.br/images/novoportal/static/icones/lateral-loja.pngwww.ibge.gov.br/images/novoportal/s... https://www.ibge.gov.br/images/novoportal/static/icones/lateral-loja.png — 200 — 4.8 KiB — 194 ms — http/1.1https://www.ibge.gov.br/images/novoportal/static/icones/icon-ods.pngwww.ibge.gov.br/images/novoportal/s... https://www.ibge.gov.br/images/novoportal/static/icones/icon-ods.png — 200 — 12.1 KiB — 198 ms — http/1.1https://scripts.clarity.ms/0.8.60-beta/clarity.jsscripts.clarity.ms/0.8.60-beta/clar... https://scripts.clarity.ms/0.8.60-beta/clarity.js — 200 — 25.0 KiB — 34 ms — h2https://www.ibge.gov.br/images/novoportal/static/icones/ence.pngwww.ibge.gov.br/images/novoportal/s... https://www.ibge.gov.br/images/novoportal/static/icones/ence.png — 200 — 5.2 KiB — 196 ms — http/1.1https://www.ibge.gov.br/templates/novo_portal_base/imagens/esclarece/thumb-esclarece.jpgwww.ibge.gov.br/templates/novo_port... https://www.ibge.gov.br/templates/novo_portal_base/imagens/esclarece/thumb-esclarece.jpg — 200 — 276.0 KiB — 381 ms — http/1.1https://www.ibge.gov.br//templates/novo_portal_base/imagens/youtube/explica-pof.jpgwww.ibge.gov.br//templates/novo_por... https://www.ibge.gov.br//templates/novo_portal_base/imagens/youtube/explica-pof.jpg — 200 — 123.4 KiB — 565 ms — http/1.1https://www.ibge.gov.br//templates/novo_portal_base/imagens/youtube/explica-fecundidade.jpgwww.ibge.gov.br//templates/novo_por... https://www.ibge.gov.br//templates/novo_portal_base/imagens/youtube/explica-fecundidade.jpg — 200 — 161.3 KiB — 1.7 s — http/1.1https://www.ibge.gov.br//templates/novo_portal_base/imagens/youtube/explica-ipca-inpc.jpgwww.ibge.gov.br//templates/novo_por... https://www.ibge.gov.br//templates/novo_portal_base/imagens/youtube/explica-ipca-inpc.jpg — 200 — 132.2 KiB — 563 ms — http/1.1https://www.ibge.gov.br//templates/novo_portal_base/imagens/youtube/explica-pib.jpgwww.ibge.gov.br//templates/novo_por... https://www.ibge.gov.br//templates/novo_portal_base/imagens/youtube/explica-pib.jpg — 200 — 320.4 KiB — 565 ms — http/1.1https://b.clarity.ms/collectb.clarity.ms/collect https://b.clarity.ms/collect — 204 — 279 B — 356 ms — http/1.1https://www.ibge.gov.br/images/novoportal/govbrNegativa.svgwww.ibge.gov.br/images/novoportal/g... https://www.ibge.gov.br/images/novoportal/govbrNegativa.svg — 200 — 1.5 KiB — 192 ms — http/1.1https://www.ibge.gov.br/images/novoportal/corrupcao-nao.pngwww.ibge.gov.br/images/novoportal/c... https://www.ibge.gov.br/images/novoportal/corrupcao-nao.png — 200 — 11.2 KiB — 196 ms — http/1.1https://www.ibge.gov.br/templates/novo_portal_base/js/menu.jswww.ibge.gov.br/templates/novo_port... https://www.ibge.gov.br/templates/novo_portal_base/js/menu.js — 200 — 2.8 KiB — 200 ms — http/1.1https://cdn.jsdelivr.net/gh/spbgovbr-vlibras/vlibras-portal@dev/app2/vlibras-plugin.jscdn.jsdelivr.net/gh/spbgovbr-vlibra... https://cdn.jsdelivr.net/gh/spbgovbr-vlibras/vlibras-portal@dev/app2/vlibras-plugin.js — 200 — 6.3 KiB — 31 ms — h2https://www.ibge.gov.br/templates/novo_portal_base/js/erros.jswww.ibge.gov.br/templates/novo_port... https://www.ibge.gov.br/templates/novo_portal_base/js/erros.js — 200 — 951 B — 196 ms — http/1.1https://www.ibge.gov.br/media/util/ibgeAnalytics.jswww.ibge.gov.br/media/util/ibgeAnal... https://www.ibge.gov.br/media/util/ibgeAnalytics.js — 200 — 953 B — 195 ms — http/1.1https://www.ibge.gov.br/images/novoportal/banners/banner-nomes.pngwww.ibge.gov.br/images/novoportal/b... https://www.ibge.gov.br/images/novoportal/banners/banner-nomes.png — 200 — 4.5 KiB — 193 ms — http/1.1https://www.ibge.gov.br/images/novoportal/banners/banner-panorama-pequeno.pngwww.ibge.gov.br/images/novoportal/b... https://www.ibge.gov.br/images/novoportal/banners/banner-panorama-pequeno.png — 200 — 46.5 KiB — 202 ms — http/1.1https://www.ibge.gov.br/images/novoportal/banners/cpnu.pngwww.ibge.gov.br/images/novoportal/b... https://www.ibge.gov.br/images/novoportal/banners/cpnu.png — 200 — 16.5 KiB — 198 ms — http/1.1https://www.ibge.gov.br/images/novoportal/banners/banner-casa.pngwww.ibge.gov.br/images/novoportal/b... https://www.ibge.gov.br/images/novoportal/banners/banner-casa.png — 200 — 9.1 KiB — 196 ms — http/1.1https://www.ibge.gov.br/templates/agencia_noticias/imagens/agencia-logo.pngwww.ibge.gov.br/templates/agencia_n... https://www.ibge.gov.br/templates/agencia_noticias/imagens/agencia-logo.png — 200 — 7.8 KiB — 196 ms — http/1.1https://www.ibge.gov.br/images/agenciadenoticias/ibge/2026_04/12censoagro-pexels.jpgwww.ibge.gov.br/images/agenciadenot... https://www.ibge.gov.br/images/agenciadenoticias/ibge/2026_04/12censoagro-pexels.jpg — 200 — 79.1 KiB — 384 ms — http/1.1https://servicodados.ibge.gov.br/api/v3/agregados/portal?view=objectservicodados.ibge.gov.br/api/v3/agr... https://servicodados.ibge.gov.br/api/v3/agregados/portal?view=object — -1 — 0 B — 302 ms — https://www.ibge.gov.br/images/agenciadenoticias/ibge/2024_02/Agenda-IBGE_HOME.jpgwww.ibge.gov.br/images/agenciadenot... https://www.ibge.gov.br/images/agenciadenoticias/ibge/2024_02/Agenda-IBGE_HOME.jpg — 200 — 68.2 KiB — 204 ms — http/1.1https://www.ibge.gov.br/images/agenciadenoticias/ibge/2026_04/presidente-marcio-pochmann-reuniao-carmen-lucia-tse.jpegwww.ibge.gov.br/images/agenciadenot... https://www.ibge.gov.br/images/agenciadenoticias/ibge/2026_04/presidente-marcio-pochmann-reuniao-carmen-lucia-tse.jpeg — 200 — 88.0 KiB — 203 ms — http/1.1https://www.ibge.gov.br/images/agenciadenoticias/ibge/2026_03/mosaico-itamaraty-ibge-eventos_1.pngwww.ibge.gov.br/images/agenciadenot... https://www.ibge.gov.br/images/agenciadenoticias/ibge/2026_03/mosaico-itamaraty-ibge-eventos_1.png — 200 — 63.0 KiB — 197 ms — http/1.1https://www.ibge.gov.br/templates/novo_portal_base/imagens/ibge_digital.jpgwww.ibge.gov.br/templates/novo_port... https://www.ibge.gov.br/templates/novo_portal_base/imagens/ibge_digital.jpg — 200 — 14.7 KiB — 196 ms — http/1.1https://servicodados.ibge.gov.br/api/v3/agregados/portal?view=objectservicodados.ibge.gov.br/api/v3/agr... https://servicodados.ibge.gov.br/api/v3/agregados/portal?view=object — 200 — 1.6 KiB — 473 ms — http/1.1https://www.ibge.gov.br/images/agenciadenoticias/ibge/2026_04/capa_youtube_1980x1080px_workshop_de_experiencias_de_censos_de_populacao_em_situacao_de_rua.jpgwww.ibge.gov.br/images/agenciadenot... https://www.ibge.gov.br/images/agenciadenoticias/ibge/2026_04/capa_youtube_1980x1080px_workshop_de_experiencias_de_censos_de_populacao_em_situacao_de_rua.jpg — 200 — 700.6 KiB — 1.1 s — http/1.1https://www.ibge.gov.br/templates/novo_portal_base/css/css-images/youtube.pngwww.ibge.gov.br/templates/novo_port... https://www.ibge.gov.br/templates/novo_portal_base/css/css-images/youtube.png — 200 — 1.8 KiB — 191 ms — http/1.1https://www.ibge.gov.br/images/novoportal/static/capitais/261160.jpgwww.ibge.gov.br/images/novoportal/s... https://www.ibge.gov.br/images/novoportal/static/capitais/261160.jpg — 200 — 71.3 KiB — 195 ms — http/1.1https://www.ibge.gov.br/templates/novo_portal_base/imagens/PequenaSeta.pngwww.ibge.gov.br/templates/novo_port... https://www.ibge.gov.br/templates/novo_portal_base/imagens/PequenaSeta.png — 200 — 843 B — 193 ms — http/1.1https://b.clarity.ms/collectb.clarity.ms/collect https://b.clarity.ms/collect — 204 — 279 B — 72 ms — http/1.1https://c.clarity.ms/c.gifc.clarity.ms/c.gif https://c.clarity.ms/c.gif — 302 — 516 B — 54 ms — h2https://vlibras.gov.br/app2//assets/access_icon.svgvlibras.gov.br/app2//assets/access_... https://vlibras.gov.br/app2//assets/access_icon.svg — 302 — 453 B — 184 ms — h2https://vlibras.gov.br/app2//assets/access_popup.jpgvlibras.gov.br/app2//assets/access_... https://vlibras.gov.br/app2//assets/access_popup.jpg — 302 — 455 B — 183 ms — h2https://www.ibge.gov.br/templates/novo_portal_base/imagens/icons/favicon-32x32.pngwww.ibge.gov.br/templates/novo_port... https://www.ibge.gov.br/templates/novo_portal_base/imagens/icons/favicon-32x32.png — 200 — 1.7 KiB — 194 ms — http/1.1https://c.bing.com/c.gif?ctsa=mr&CtsSyncId=212B9368F9A04B5D8121F0D801DD96D6&RedC=c.clarity.ms&MXFR=302BDD24CD1369680A6DCA67C9136791c.bing.com/c.gif?ctsa=mr&CtsSyncId=... https://c.bing.com/c.gif?ctsa=mr&CtsSyncId=212B9368F9A04B5D8121F0D801DD96D6&RedC=c.clarity.ms&MXFR=302BDD24CD1369680A6DCA67C9136791 — 302 — 764 B — 49 ms — h2https://c.clarity.ms/c.gif?ctsa=mr&CtsSyncId=212B9368F9A04B5D8121F0D801DD96D6&MUID=08153CDD80C26C100AC62B9E819C6D93c.clarity.ms/c.gif?ctsa=mr&CtsSyncI... https://c.clarity.ms/c.gif?ctsa=mr&CtsSyncId=212B9368F9A04B5D8121F0D801DD96D6&MUID=08153CDD80C26C100AC62B9E819C6D93 — 200 — 466 B — 36 ms — h2https://cdn.jsdelivr.net/gh/spbgovbr-vlibras/vlibras-portal@dev/app2//assets/access_popup.jpgcdn.jsdelivr.net/gh/spbgovbr-vlibra... https://cdn.jsdelivr.net/gh/spbgovbr-vlibras/vlibras-portal@dev/app2//assets/access_popup.jpg — 301 — 432 B — 11 ms — h2https://cdn.jsdelivr.net/gh/spbgovbr-vlibras/vlibras-portal@dev/app2//assets/access_icon.svgcdn.jsdelivr.net/gh/spbgovbr-vlibra... https://cdn.jsdelivr.net/gh/spbgovbr-vlibras/vlibras-portal@dev/app2//assets/access_icon.svg — 301 — 346 B — 11 ms — h2https://cdn.jsdelivr.net/gh/spbgovbr-vlibras/vlibras-portal@dev/app2/assets/access_popup.jpgcdn.jsdelivr.net/gh/spbgovbr-vlibra... https://cdn.jsdelivr.net/gh/spbgovbr-vlibras/vlibras-portal@dev/app2/assets/access_popup.jpg — 200 — 10.4 KiB — 15 ms — h3https://cdn.jsdelivr.net/gh/spbgovbr-vlibras/vlibras-portal@dev/app2/assets/access_icon.svgcdn.jsdelivr.net/gh/spbgovbr-vlibra... https://cdn.jsdelivr.net/gh/spbgovbr-vlibras/vlibras-portal@dev/app2/assets/access_icon.svg — 200 — 3.2 KiB — 21 ms — h3https://b.clarity.ms/collectb.clarity.ms/collect https://b.clarity.ms/collect — 204 — 279 B — 71 ms — http/1.1
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 6561ms · 556KB · R$19/mo
www.ibge.gov.br
Other
Costly
Execution 2533ms
Transfer 21 KB
Monthly Cost R$8/mo
Unattributable
Other
Costly
Execution 1292ms
Transfer 0 KB
Monthly Cost R$4/mo
www.ibge.gov.br
Other
Costly
Execution 1051ms
Transfer 3 KB
Monthly Cost R$3/mo
Microsoft Clarity
Session Replay
Costly
Execution 394ms
Transfer 25 KB
Monthly Cost R$1/mo
www.ibge.gov.br
Other
Costly
Execution 366ms
Transfer 31 KB
Monthly Cost R$1/mo
Google Tag Manager
Tag Manager
Costly
Execution 237ms
Transfer 125 KB
Unused 51%
Monthly Cost R$1/mo
Google Tag Manager
Tag Manager
Costly
Execution 232ms
Transfer 156 KB
Unused 43%
Monthly Cost R$1/mo
Google Tag Manager
Tag Manager
Costly
Execution 207ms
Transfer 137 KB
Unused 54%
Monthly Cost R$1/mo
www.ibge.gov.br
Other
Optional
Execution 108ms
Transfer 7 KB
Monthly Cost R$0/mo
code.jquery.com
Other
Optional
Execution 81ms
Transfer 30 KB
Monthly Cost R$0/mo
Google Analytics
Analytics
Optional
Execution 60ms
Transfer 21 KB
Monthly Cost R$0/mo

These scripts may cost more than they're worth

  • www.ibge.gov.br adds 2533ms and costs ~R$8/month
  • Unattributable adds 1292ms and costs ~R$4/month
  • www.ibge.gov.br adds 1051ms and costs ~R$3/month
  • Microsoft Clarity adds 394ms and costs ~R$1/month
  • www.ibge.gov.br adds 366ms and costs ~R$1/month
  • Google Tag Manager adds 237ms and costs ~R$1/month
  • Google Tag Manager adds 232ms and costs ~R$1/month
  • Google Tag Manager adds 207ms and costs ~R$1/month

100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.

Why this matters

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.ibge.gov.br takes 2533ms 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

Unattributable takes 1292ms 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

www.ibge.gov.br takes 1051ms 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

Microsoft Clarity takes 394ms 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

www.ibge.gov.br takes 366ms 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 237ms 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

Google Tag Manager takes 232ms 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 207ms 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

54% 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