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

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
66
GRADE
D
FIX
4
REVIEW
4
PASS
5
INFO
2

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

57
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
89
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
69
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
85
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.

2.74 s

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

4.38 s

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

165 ms

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

0.003

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

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

4.75 s

Page Load Progression

682 ms
1.4 s
2.0 s
2.7 s
3.4 s
4.1 s
4.8 s
5.5 s
Checks
15
5 PASS 4 REVIEW 4 FIX
F
Page Weight Budget
Action
5.0 MB transferred, 108 requests
FIX
5.0 MB transferred, 108 requests
Critical::
Page weighs 16.7 MB (5.0 MB transferred)
Warning::
JavaScript is 3.6 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 3.6 MB
Info::
CSS is 287 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 287 KB
Warning::
108 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.0 g CO2 per page load
5.0 MB / 2.4 MB budget
5.0 MB transferred
108 requests
1.0 g CO2 per page load
JavaScript 3.6 MiB 72%
Images 725.6 KiB 14%
CSS 287.5 KiB 6%
Fonts 190.2 KiB 4%
Other 81.6 KiB 2%
Other 72.8 KiB 1%
HTML 71.4 KiB 1%
Other 9.4 KiB 0%
Other 3.5 KiB 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

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

Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.

Why this matters

CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.

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 (5.0 MiB of 5.0 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
20 scripts, 1.3 MB unused
FIX
20 scripts, 1.3 MB unused
Warning::
https://www.ba.gov.br/main.4708f6fe1b6d33cf.js: 845 KB unused (44%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.ba.gov.br/scripts.7e4fcc0e217aa805.js: 268 KB unused (76%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-3DER...: 109 KB unused (68%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-WNS...: 63 KB unused (56%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-3DER...: 62 KB unused (39%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 1.3 MB
1380 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.ba.gov.br/main.4708f6fe1b6d33cf.js1907 KB845 KB (44%)3rd
https://www.ba.gov.br/scripts.7e4fcc0e217aa805.js357 KB268 KB (76%)3rd
https://www.googletagmanager.com/gtag/js?id=G-3DEREN0EG6&cx=c&gtm=4e64k1160 KB109 KB (68%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-WNSF64S7113 KB63 KB (56%)3rd
https://www.googletagmanager.com/gtag/js?id=G-3DEREN0EG6160 KB62 KB (39%)3rd
https://connect.facebook.net/en_US/fbevents.js97 KB34 KB (35%)3rd
https://www.googletagmanager.com/gtag/js?id=G-3DEREN0EG6&is_td=1&v=3&t=t&pid=1744744076&gtm=45je64k1v9120494037za200zb9135080119zd9135080119&seq=2&exp=0~115938466~115938468~117266400~118128923&dl=www.ba.gov.br%2F&tdp=G-3DEREN0EG6;120494037;0;2;0&mde=G-3DEREN0EG6;16_1;61_1&mbc=1&z=00 KB3rd
https://cdn.jsdelivr.net/gh/spbgovbr-vlibras/vlibras-portal@dev/app/vlibras-plugin.js6 KB3rd
https://www.ba.gov.br/polyfills.73e4e33a96d91915.js20 KB3rd
https://www.ba.gov.br/runtime.8a89edb94f6cae9c.js5 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

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

F
Page Weight Inventory
Action
108 resources · 5.0 MB · 1.3 MB savings available
FIX
108 resources · 5.0 MB · 1.3 MB savings available
Warning::
Page weight 4.0 MB over 1MB target
Got: 5.0 MB Expected: ≤ 1 MB
Info::
~1.3 MB of savings available
Warning::
107 third-party resources (100% of weight)
Info::
3 resources over 200KB
108 resources · 5.0 MiB · 107 third-party 4.0 MiB over 1MB target
JavaScript 73% · 3.7 MiB
Image 14% · 732.6 KiB
CSS 6% · 287.5 KiB
Font 4% · 190.2 KiB
Other 2% · 87.8 KiB
Document 1% · 71.4 KiB

~1.3 MiB of savings available

Remove unused JavaScript: 1.3 MiB
C
Image Optimization
Action
42 images, 0 KB saveable
REVIEW
42 images, 0 KB saveable
Warning::
https://www.ba.gov.br/assets/img/chat.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ba.gov.br/assets/img/svg/cell.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ba.gov.br/comunicacao/sites/site-comun... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ba.gov.br/comunicacao/sites/site-comun... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ba.gov.br/comunicacao/sites/site-comun... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ba.gov.br/comunicacao/sites/site-comun... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ba.gov.br/assets/img/2026/marca-do-lad... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ba.gov.br/assets/img/2023/bagov.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ba.gov.br/assets/img/2023/google_play.... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ba.gov.br/assets/img/2023/ico-whatsapp... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ba.gov.br/assets/img/svg/dados_abertos... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ba.gov.br/assets/img/left-arrow.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ba.gov.br/comunicacao/sites/site-comun... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ba.gov.br/assets/img/svg/icon_constras... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ba.gov.br/assets/img/svg/transparent_d... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ba.gov.br/comunicacao/sites/site-comun... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ba.gov.br/assets/img/2023/app_store.pn... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ba.gov.br/assets/img/right-arrow.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ba.gov.br/comunicacao/sites/site-comun... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
42 images 726 KB
0 oversized -0 KB
37 legacy format
19 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

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 Execution Cost
Action
1976ms total JS execution
REVIEW
1976ms total JS execution
Warning::
https://www.ba.gov.br/main.4708f6fe1b6d33cf.js: 671ms CPU time
Warning::
Unattributable: 432ms CPU time
Warning::
https://www.ba.gov.br/: 402ms CPU time
Info::
https://www.ba.gov.br/polyfills.73e4e33a96d91915.j...: 147ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-3DER...: 119ms CPU time
Warning::
Third-party scripts: 1976ms (100% of total)

Main Thread Breakdown

Script Evaluation 47% Other 29% Style & Layout 11% Script Parsing & Compilation 7%
ScriptTotalScriptingParse/CompileParty
https://www.ba.gov.br/main.4708f6fe1b6d33cf.js671ms563ms10ms3rd
Unattributable432ms33ms0ms3rd
https://www.ba.gov.br/402ms5ms1ms3rd
https://www.ba.gov.br/polyfills.73e4e33a96d91915.js147ms113ms0ms3rd
https://www.googletagmanager.com/gtag/js?id=G-3DEREN0EG6119ms94ms19ms3rd
https://www.ba.gov.br/scripts.7e4fcc0e217aa805.js86ms40ms46ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-WNSF64S761ms42ms17ms3rd
https://connect.facebook.net/en_US/fbevents.js60ms35ms25ms3rd
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

B
HTTP Caching
no-cache
REVIEW
no-cache
Info::
Cache-Control header is set
Got: no-cache
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

no-cache

DirectiveValueMeaning
no-cacheCache but always revalidate first
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
6 fonts (190 KB)
PASS
6 fonts (190 KB)
Info::
6 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

6

190 KB total

Render-blocking

0

of 6

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 FCP 2.7 s LCP 4.4 shttps://fonts.gstatic.com/s/poppins/v24/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2pxiEyp8kv8JHgFVrJJfecnF... https://fonts.gstatic.com/s/poppins/v24/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2 — 7.7 KiB — 14 ms — font-display: swaphttps://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLGT9Z1xlFd2JQEk.woff2pxiByp8kv8JHgFVrLGT9Z1x... https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLGT9Z1xlFd2JQEk.woff2 — 7.6 KiB — 6 ms — font-display: swaphttps://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLCz7Z1xlFd2JQEk.woff2pxiByp8kv8JHgFVrLCz7Z1x... https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLCz7Z1xlFd2JQEk.woff2 — 7.7 KiB — 7 ms — font-display: swaphttps://fonts.gstatic.com/s/materialicons/v145/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2flUhRq6tzZclQEJ-Vdg-Iui... https://fonts.gstatic.com/s/materialicons/v145/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2 — 125.6 KiB — 10 ms — font-display: swaphttps://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLDz8Z1xlFd2JQEk.woff2pxiByp8kv8JHgFVrLDz8Z1x... https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLDz8Z1xlFd2JQEk.woff2 — 7.7 KiB — 9 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 33.9 KiB — 62 ms — font-display: swap
pxiEyp8kv8JHgFVrJJfecnF... woff2 swap
Size 8 KB
Load time 14 ms
Start 402 ms
Risk FOUT — text flashes from fallback to web font
pxiByp8kv8JHgFVrLGT9Z1x... woff2 swap
Size 8 KB
Load time 6 ms
Start 1.8 s
Risk FOUT — text flashes from fallback to web font
pxiByp8kv8JHgFVrLCz7Z1x... woff2 swap
Size 8 KB
Load time 7 ms
Start 1.8 s
Risk FOUT — text flashes from fallback to web font
flUhRq6tzZclQEJ-Vdg-Iui... woff2 swap
Size 126 KB
Load time 10 ms
Start 2.1 s
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
pxiByp8kv8JHgFVrLDz8Z1x... woff2 swap
Size 8 KB
Load time 9 ms
Start 2.1 s
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 34 KB
Load time 62 ms
Start 2.5 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)

Fixing the unchecked items could save ~63 KB and ~126 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
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
Network Waterfall
108 requests over 3772ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 2.7 s LCP 4.4 shttps://ba.gov.br// https://ba.gov.br/ — 302 — 215 B — 156 ms — http/1.1https://www.ba.gov.br/www.ba.gov.br/ https://www.ba.gov.br/ — 200 — 15.4 KiB — 167 ms — http/1.1https://www.googletagmanager.com/gtag/js?id=G-3DEREN0EG6www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-3DEREN0EG6 — 200 — 160.4 KiB — 254 ms — h2https://www.ba.gov.br/assets/vlibras.jswww.ba.gov.br/assets/vlibras.js https://www.ba.gov.br/assets/vlibras.js — 200 — 3.8 KiB — 53 ms — http/1.1https://www.ba.gov.br/assets/img/2023/bagov.pngwww.ba.gov.br/assets/img/2023/bagov... https://www.ba.gov.br/assets/img/2023/bagov.png — 200 — 13.9 KiB — 163 ms — http/1.1https://www.ba.gov.br/runtime.8a89edb94f6cae9c.jswww.ba.gov.br/runtime.8a89edb94f6ca... https://www.ba.gov.br/runtime.8a89edb94f6cae9c.js — 200 — 4.8 KiB — 112 ms — http/1.1https://www.ba.gov.br/polyfills.73e4e33a96d91915.jswww.ba.gov.br/polyfills.73e4e33a96d... https://www.ba.gov.br/polyfills.73e4e33a96d91915.js — 200 — 19.9 KiB — 438 ms — http/1.1https://www.ba.gov.br/main.4708f6fe1b6d33cf.jswww.ba.gov.br/main.4708f6fe1b6d33cf... https://www.ba.gov.br/main.4708f6fe1b6d33cf.js — 200 — 1.9 MiB — 447 ms — http/1.1https://www.ba.gov.br/assets/manifest.jsonwww.ba.gov.br/assets/manifest.json https://www.ba.gov.br/assets/manifest.json — 200 — 3.5 KiB — 155 ms — http/1.1https://www.ba.gov.br/scripts.7e4fcc0e217aa805.jswww.ba.gov.br/scripts.7e4fcc0e217aa... https://www.ba.gov.br/scripts.7e4fcc0e217aa805.js — 200 — 357.4 KiB — 291 ms — http/1.1https://www.googletagmanager.com/gtm.js?id=GTM-WNSF64S7www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-WNSF64S7 — 200 — 113.5 KiB — 177 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 69 ms — h2https://fonts.gstatic.com/s/poppins/v24/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2fonts.gstatic.com/s/poppins/v24/pxi... https://fonts.gstatic.com/s/poppins/v24/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2 — 200 — 7.7 KiB — 14 ms — h3https://www.ba.gov.br/assets/bootstrap/css/bootstrap.min.csswww.ba.gov.br/assets/bootstrap/css/... https://www.ba.gov.br/assets/bootstrap/css/bootstrap.min.css — 200 — 33.0 KiB — 149 ms — http/1.1https://www.ba.gov.br/assets/css/material-components-web.min.csswww.ba.gov.br/assets/css/material-c... https://www.ba.gov.br/assets/css/material-components-web.min.css — 200 — 70.3 KiB — 103 ms — http/1.1https://www.ba.gov.br/assets/css/indigo-pink.csswww.ba.gov.br/assets/css/indigo-pin... https://www.ba.gov.br/assets/css/indigo-pink.css — 200 — 12.4 KiB — 202 ms — http/1.1https://www.ba.gov.br/styles.8ee455a2cba05ce6.csswww.ba.gov.br/styles.8ee455a2cba05c... https://www.ba.gov.br/styles.8ee455a2cba05ce6.css — 200 — 69.1 KiB — 95 ms — http/1.1https://connect.facebook.net/en_US/fbevents.jsconnect.facebook.net/en_US/fbevents... https://connect.facebook.net/en_US/fbevents.js — 200 — 96.6 KiB — 29 ms — h3https://www.googletagmanager.com/gtag/js?id=G-3DEREN0EG6&cx=c&gtm=4e64k1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-3DEREN0EG6&cx=c&gtm=4e64k1 — 200 — 160.4 KiB — 191 ms — h2https://www.google-analytics.com/g/collect?v=2&tid=G-3DEREN0EG6&gtm=45je64k1v9120494037za200zb9135080119zd9135080119&_p=1776900987973&gcs=G100&gcd=13p3p3l3l5l1&npa=0&dma=0&are=1&cid=1051020767.1776900988&frm=0&pscdl=denied&rcb=11&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938468~117266400~117512542~118128923&sid=1776900988&sct=1&seg=0&dl=https%3A%2F%2Fwww.ba.gov.br%2F&dt=ba.gov.br&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=769www.google-analytics.com/g/collect?... https://www.google-analytics.com/g/collect?v=2&tid=G-3DEREN0EG6&gtm=45je64k1v9120494037za200zb9135080119zd9135080119&_p=1776900987973&gcs=G100&gcd=13p3p3l3l5l1&npa=0&dma=0&are=1&cid=1051020767.1776900988&frm=0&pscdl=denied&rcb=11&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938468~117266400~117512542~118128923&sid=1776900988&sct=1&seg=0&dl=https%3A%2F%2Fwww.ba.gov.br%2F&dt=ba.gov.br&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=769 — 204 — 406 B — 167 ms — h2https://www.googletagmanager.com/gtag/js?id=G-3DEREN0EG6&is_td=1&v=3&t=t&pid=1744744076&gtm=45je64k1v9120494037za200zb9135080119zd9135080119&seq=2&exp=0~115938466~115938468~117266400~118128923&dl=www.ba.gov.br%2F&tdp=G-3DEREN0EG6;120494037;0;2;0&mde=G-3DEREN0EG6;16_1;61_1&mbc=1&z=0www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-3DEREN0EG6&is_td=1&v=3&t=t&pid=1744744076&gtm=45je64k1v9120494037za200zb9135080119zd9135080119&seq=2&exp=0~115938466~115938468~117266400~118128923&dl=www.ba.gov.br%2F&tdp=G-3DEREN0EG6;120494037;0;2;0&mde=G-3DEREN0EG6;16_1;61_1&mbc=1&z=0 — 204 — 19 B — 63 ms — h3https://www.googletagmanager.com/td?id=G-3DEREN0EG6&v=3&t=t&pid=1744744076&gtm=45je64k1v9120494037za200zb9135080119zd9135080119&seq=1&exp=0~115938466~115938468~117266400~118128923&dl=www.ba.gov.br%2F&tdp=G-3DEREN0EG6;120494037;0;2;0&frm=0&rtg=135080119&slo=3&hlo=2&lst=1&pcid=135080119&bt=0&ct=3&z=0www.googletagmanager.com/td?id=G-3D... https://www.googletagmanager.com/td?id=G-3DEREN0EG6&v=3&t=t&pid=1744744076&gtm=45je64k1v9120494037za200zb9135080119zd9135080119&seq=1&exp=0~115938466~115938468~117266400~118128923&dl=www.ba.gov.br%2F&tdp=G-3DEREN0EG6;120494037;0;2;0&frm=0&rtg=135080119&slo=3&hlo=2&lst=1&pcid=135080119&bt=0&ct=3&z=0 — 204 — 18 B — 58 ms — h3https://www.googletagmanager.com/td?id=G-3DEREN0EG6&v=3&t=t&pid=1744744076&gtm=45je64k1v9120494037za200zb9135080119zd9135080119&seq=2&exp=0~115938466~115938468~117266400~118128923&dl=www.ba.gov.br%2F&tdp=G-3DEREN0EG6;120494037;0;2;0&mde=G-3DEREN0EG6;16_1;61_1&mbc=1&z=0www.googletagmanager.com/td?id=G-3D... https://www.googletagmanager.com/td?id=G-3DEREN0EG6&v=3&t=t&pid=1744744076&gtm=45je64k1v9120494037za200zb9135080119zd9135080119&seq=2&exp=0~115938466~115938468~117266400~118128923&dl=www.ba.gov.br%2F&tdp=G-3DEREN0EG6;120494037;0;2;0&mde=G-3DEREN0EG6;16_1;61_1&mbc=1&z=0 — 204 — 18 B — 287 ms — h3https://www.google-analytics.com/g/collect?v=2&tid=G-3DEREN0EG6&gtm=45je64k1v9120494037za200zb9135080119zd9135080119&_p=1776900987973&gcs=G100&gcd=13p3p3l3l5l1&npa=0&dma=0&are=1&cid=1051020767.1776900988&frm=0&pscdl=denied&rcb=11&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=2&tag_exp=0~115938466~115938468~117266400~117512542~118128923&sid=1776900988&sct=1&seg=1&dl=https%3A%2F%2Fwww.ba.gov.br%2F&dt=ba.gov.br&_tu=QA&en=page_view&_ee=1&_et=8&tfd=795www.google-analytics.com/g/collect?... https://www.google-analytics.com/g/collect?v=2&tid=G-3DEREN0EG6&gtm=45je64k1v9120494037za200zb9135080119zd9135080119&_p=1776900987973&gcs=G100&gcd=13p3p3l3l5l1&npa=0&dma=0&are=1&cid=1051020767.1776900988&frm=0&pscdl=denied&rcb=11&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=2&tag_exp=0~115938466~115938468~117266400~117512542~118128923&sid=1776900988&sct=1&seg=1&dl=https%3A%2F%2Fwww.ba.gov.br%2F&dt=ba.gov.br&_tu=QA&en=page_view&_ee=1&_et=8&tfd=795 — 204 — 48 B — 142 ms — h2data:image/webp;base64,UklGRh4AAABXRUJQVlA4TBEAAAAvAQAAAAfQ//73v/+BiOh/AAA=data:image/webp;base64,UklGRh4AAABX... data:image/webp;base64,UklGRh4AAABXRUJQVlA4TBEAAAAvAQAAAAfQ//73v/+BiOh/AAA= — 200 — 0 B — 0 ms — datahttps://atlas.microsoft.com/sdk/javascript/mapcontrol/2.0/mapbox-gl-rtl-text.jsatlas.microsoft.com/sdk/javascript/... https://atlas.microsoft.com/sdk/javascript/mapcontrol/2.0/mapbox-gl-rtl-text.js — 200 — 72.4 KiB — 376 ms — h2https://atlas.microsoft.com/sdk/javascript/mapcontrol/2.0/mapbox-gl-rtl-text.jsatlas.microsoft.com/sdk/javascript/... https://atlas.microsoft.com/sdk/javascript/mapcontrol/2.0/mapbox-gl-rtl-text.js — 200 — 0 B — 4 ms — h2https://servicosaocidadao.ba.gov.br/api/utilidade/v3/parametrosservicosaocidadao.ba.gov.br/api/uti... https://servicosaocidadao.ba.gov.br/api/utilidade/v3/parametros — 204 — 0 B — 213 ms — http/1.1https://www.youtube.com/embed/Y_qa4TlmVvowww.youtube.com/embed/Y_qa4TlmVvo https://www.youtube.com/embed/Y_qa4TlmVvo — -1 — 0 B — 65 ms — https://servicosaocidadao.ba.gov.br/api/conteudo/v3/catalogo/servicos/mais-usadosservicosaocidadao.ba.gov.br/api/con... https://servicosaocidadao.ba.gov.br/api/conteudo/v3/catalogo/servicos/mais-usados — 204 — 0 B — 139 ms — http/1.1
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 2.7 s LCP 4.4 shttps://ba.gov.br// https://ba.gov.br/ — 302 — 215 B — 156 ms — http/1.1https://www.ba.gov.br/www.ba.gov.br/ https://www.ba.gov.br/ — 200 — 15.4 KiB — 167 ms — http/1.1https://www.googletagmanager.com/gtag/js?id=G-3DEREN0EG6www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-3DEREN0EG6 — 200 — 160.4 KiB — 254 ms — h2https://www.ba.gov.br/assets/vlibras.jswww.ba.gov.br/assets/vlibras.js https://www.ba.gov.br/assets/vlibras.js — 200 — 3.8 KiB — 53 ms — http/1.1https://www.ba.gov.br/assets/img/2023/bagov.pngwww.ba.gov.br/assets/img/2023/bagov... https://www.ba.gov.br/assets/img/2023/bagov.png — 200 — 13.9 KiB — 163 ms — http/1.1https://www.ba.gov.br/runtime.8a89edb94f6cae9c.jswww.ba.gov.br/runtime.8a89edb94f6ca... https://www.ba.gov.br/runtime.8a89edb94f6cae9c.js — 200 — 4.8 KiB — 112 ms — http/1.1https://www.ba.gov.br/polyfills.73e4e33a96d91915.jswww.ba.gov.br/polyfills.73e4e33a96d... https://www.ba.gov.br/polyfills.73e4e33a96d91915.js — 200 — 19.9 KiB — 438 ms — http/1.1https://www.ba.gov.br/main.4708f6fe1b6d33cf.jswww.ba.gov.br/main.4708f6fe1b6d33cf... https://www.ba.gov.br/main.4708f6fe1b6d33cf.js — 200 — 1.9 MiB — 447 ms — http/1.1https://www.ba.gov.br/assets/manifest.jsonwww.ba.gov.br/assets/manifest.json https://www.ba.gov.br/assets/manifest.json — 200 — 3.5 KiB — 155 ms — http/1.1https://www.ba.gov.br/scripts.7e4fcc0e217aa805.jswww.ba.gov.br/scripts.7e4fcc0e217aa... https://www.ba.gov.br/scripts.7e4fcc0e217aa805.js — 200 — 357.4 KiB — 291 ms — http/1.1https://www.googletagmanager.com/gtm.js?id=GTM-WNSF64S7www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-WNSF64S7 — 200 — 113.5 KiB — 177 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 69 ms — h2https://fonts.gstatic.com/s/poppins/v24/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2fonts.gstatic.com/s/poppins/v24/pxi... https://fonts.gstatic.com/s/poppins/v24/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2 — 200 — 7.7 KiB — 14 ms — h3https://www.ba.gov.br/assets/bootstrap/css/bootstrap.min.csswww.ba.gov.br/assets/bootstrap/css/... https://www.ba.gov.br/assets/bootstrap/css/bootstrap.min.css — 200 — 33.0 KiB — 149 ms — http/1.1https://www.ba.gov.br/assets/css/material-components-web.min.csswww.ba.gov.br/assets/css/material-c... https://www.ba.gov.br/assets/css/material-components-web.min.css — 200 — 70.3 KiB — 103 ms — http/1.1https://www.ba.gov.br/assets/css/indigo-pink.csswww.ba.gov.br/assets/css/indigo-pin... https://www.ba.gov.br/assets/css/indigo-pink.css — 200 — 12.4 KiB — 202 ms — http/1.1https://www.ba.gov.br/styles.8ee455a2cba05ce6.csswww.ba.gov.br/styles.8ee455a2cba05c... https://www.ba.gov.br/styles.8ee455a2cba05ce6.css — 200 — 69.1 KiB — 95 ms — http/1.1https://connect.facebook.net/en_US/fbevents.jsconnect.facebook.net/en_US/fbevents... https://connect.facebook.net/en_US/fbevents.js — 200 — 96.6 KiB — 29 ms — h3https://www.googletagmanager.com/gtag/js?id=G-3DEREN0EG6&cx=c&gtm=4e64k1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-3DEREN0EG6&cx=c&gtm=4e64k1 — 200 — 160.4 KiB — 191 ms — h2https://www.google-analytics.com/g/collect?v=2&tid=G-3DEREN0EG6&gtm=45je64k1v9120494037za200zb9135080119zd9135080119&_p=1776900987973&gcs=G100&gcd=13p3p3l3l5l1&npa=0&dma=0&are=1&cid=1051020767.1776900988&frm=0&pscdl=denied&rcb=11&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938468~117266400~117512542~118128923&sid=1776900988&sct=1&seg=0&dl=https%3A%2F%2Fwww.ba.gov.br%2F&dt=ba.gov.br&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=769www.google-analytics.com/g/collect?... https://www.google-analytics.com/g/collect?v=2&tid=G-3DEREN0EG6&gtm=45je64k1v9120494037za200zb9135080119zd9135080119&_p=1776900987973&gcs=G100&gcd=13p3p3l3l5l1&npa=0&dma=0&are=1&cid=1051020767.1776900988&frm=0&pscdl=denied&rcb=11&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938468~117266400~117512542~118128923&sid=1776900988&sct=1&seg=0&dl=https%3A%2F%2Fwww.ba.gov.br%2F&dt=ba.gov.br&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=769 — 204 — 406 B — 167 ms — h2https://www.googletagmanager.com/gtag/js?id=G-3DEREN0EG6&is_td=1&v=3&t=t&pid=1744744076&gtm=45je64k1v9120494037za200zb9135080119zd9135080119&seq=2&exp=0~115938466~115938468~117266400~118128923&dl=www.ba.gov.br%2F&tdp=G-3DEREN0EG6;120494037;0;2;0&mde=G-3DEREN0EG6;16_1;61_1&mbc=1&z=0www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-3DEREN0EG6&is_td=1&v=3&t=t&pid=1744744076&gtm=45je64k1v9120494037za200zb9135080119zd9135080119&seq=2&exp=0~115938466~115938468~117266400~118128923&dl=www.ba.gov.br%2F&tdp=G-3DEREN0EG6;120494037;0;2;0&mde=G-3DEREN0EG6;16_1;61_1&mbc=1&z=0 — 204 — 19 B — 63 ms — h3https://www.googletagmanager.com/td?id=G-3DEREN0EG6&v=3&t=t&pid=1744744076&gtm=45je64k1v9120494037za200zb9135080119zd9135080119&seq=1&exp=0~115938466~115938468~117266400~118128923&dl=www.ba.gov.br%2F&tdp=G-3DEREN0EG6;120494037;0;2;0&frm=0&rtg=135080119&slo=3&hlo=2&lst=1&pcid=135080119&bt=0&ct=3&z=0www.googletagmanager.com/td?id=G-3D... https://www.googletagmanager.com/td?id=G-3DEREN0EG6&v=3&t=t&pid=1744744076&gtm=45je64k1v9120494037za200zb9135080119zd9135080119&seq=1&exp=0~115938466~115938468~117266400~118128923&dl=www.ba.gov.br%2F&tdp=G-3DEREN0EG6;120494037;0;2;0&frm=0&rtg=135080119&slo=3&hlo=2&lst=1&pcid=135080119&bt=0&ct=3&z=0 — 204 — 18 B — 58 ms — h3https://www.googletagmanager.com/td?id=G-3DEREN0EG6&v=3&t=t&pid=1744744076&gtm=45je64k1v9120494037za200zb9135080119zd9135080119&seq=2&exp=0~115938466~115938468~117266400~118128923&dl=www.ba.gov.br%2F&tdp=G-3DEREN0EG6;120494037;0;2;0&mde=G-3DEREN0EG6;16_1;61_1&mbc=1&z=0www.googletagmanager.com/td?id=G-3D... https://www.googletagmanager.com/td?id=G-3DEREN0EG6&v=3&t=t&pid=1744744076&gtm=45je64k1v9120494037za200zb9135080119zd9135080119&seq=2&exp=0~115938466~115938468~117266400~118128923&dl=www.ba.gov.br%2F&tdp=G-3DEREN0EG6;120494037;0;2;0&mde=G-3DEREN0EG6;16_1;61_1&mbc=1&z=0 — 204 — 18 B — 287 ms — h3https://www.google-analytics.com/g/collect?v=2&tid=G-3DEREN0EG6&gtm=45je64k1v9120494037za200zb9135080119zd9135080119&_p=1776900987973&gcs=G100&gcd=13p3p3l3l5l1&npa=0&dma=0&are=1&cid=1051020767.1776900988&frm=0&pscdl=denied&rcb=11&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=2&tag_exp=0~115938466~115938468~117266400~117512542~118128923&sid=1776900988&sct=1&seg=1&dl=https%3A%2F%2Fwww.ba.gov.br%2F&dt=ba.gov.br&_tu=QA&en=page_view&_ee=1&_et=8&tfd=795www.google-analytics.com/g/collect?... https://www.google-analytics.com/g/collect?v=2&tid=G-3DEREN0EG6&gtm=45je64k1v9120494037za200zb9135080119zd9135080119&_p=1776900987973&gcs=G100&gcd=13p3p3l3l5l1&npa=0&dma=0&are=1&cid=1051020767.1776900988&frm=0&pscdl=denied&rcb=11&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=2&tag_exp=0~115938466~115938468~117266400~117512542~118128923&sid=1776900988&sct=1&seg=1&dl=https%3A%2F%2Fwww.ba.gov.br%2F&dt=ba.gov.br&_tu=QA&en=page_view&_ee=1&_et=8&tfd=795 — 204 — 48 B — 142 ms — h2data:image/webp;base64,UklGRh4AAABXRUJQVlA4TBEAAAAvAQAAAAfQ//73v/+BiOh/AAA=data:image/webp;base64,UklGRh4AAABX... data:image/webp;base64,UklGRh4AAABXRUJQVlA4TBEAAAAvAQAAAAfQ//73v/+BiOh/AAA= — 200 — 0 B — 0 ms — datahttps://atlas.microsoft.com/sdk/javascript/mapcontrol/2.0/mapbox-gl-rtl-text.jsatlas.microsoft.com/sdk/javascript/... https://atlas.microsoft.com/sdk/javascript/mapcontrol/2.0/mapbox-gl-rtl-text.js — 200 — 72.4 KiB — 376 ms — h2https://atlas.microsoft.com/sdk/javascript/mapcontrol/2.0/mapbox-gl-rtl-text.jsatlas.microsoft.com/sdk/javascript/... https://atlas.microsoft.com/sdk/javascript/mapcontrol/2.0/mapbox-gl-rtl-text.js — 200 — 0 B — 4 ms — h2https://servicosaocidadao.ba.gov.br/api/utilidade/v3/parametrosservicosaocidadao.ba.gov.br/api/uti... https://servicosaocidadao.ba.gov.br/api/utilidade/v3/parametros — 204 — 0 B — 213 ms — http/1.1https://www.youtube.com/embed/Y_qa4TlmVvowww.youtube.com/embed/Y_qa4TlmVvo https://www.youtube.com/embed/Y_qa4TlmVvo — -1 — 0 B — 65 ms — https://servicosaocidadao.ba.gov.br/api/conteudo/v3/catalogo/servicos/mais-usadosservicosaocidadao.ba.gov.br/api/con... https://servicosaocidadao.ba.gov.br/api/conteudo/v3/catalogo/servicos/mais-usados — 204 — 0 B — 139 ms — http/1.1https://servicosaocidadao.ba.gov.br/api/conteudo/v3/banner-doodleservicosaocidadao.ba.gov.br/api/con... https://servicosaocidadao.ba.gov.br/api/conteudo/v3/banner-doodle — 204 — 0 B — 170 ms — http/1.1https://servicosaocidadao.ba.gov.br/api/conteudo/v3/dmtz/publicidadeservicosaocidadao.ba.gov.br/api/con... https://servicosaocidadao.ba.gov.br/api/conteudo/v3/dmtz/publicidade — 200 — 1.4 KiB — 179 ms — http/1.1https://servicosaocidadao.ba.gov.br/api/conteudo/v3/catalogo-completo/recentesservicosaocidadao.ba.gov.br/api/con... https://servicosaocidadao.ba.gov.br/api/conteudo/v3/catalogo-completo/recentes — 204 — 0 B — 170 ms — http/1.1https://servicosaocidadao.ba.gov.br/api/conteudo/v3/dmtz/noticias-homeservicosaocidadao.ba.gov.br/api/con... https://servicosaocidadao.ba.gov.br/api/conteudo/v3/dmtz/noticias-home — 200 — 37.0 KiB — 215 ms — http/1.1https://servicosaocidadao.ba.gov.br/api/conteudo/v3/dmtz/categoriasservicosaocidadao.ba.gov.br/api/con... https://servicosaocidadao.ba.gov.br/api/conteudo/v3/dmtz/categorias — 200 — 10.7 KiB — 197 ms — http/1.1https://servicosaocidadao.ba.gov.br/api/estatistica/v3/painel-plataformaservicosaocidadao.ba.gov.br/api/est... https://servicosaocidadao.ba.gov.br/api/estatistica/v3/painel-plataforma — 200 — 4.0 KiB — 195 ms — http/1.1https://servicosaocidadao.ba.gov.br/api/conteudo/v3/dmtz/videosservicosaocidadao.ba.gov.br/api/con... https://servicosaocidadao.ba.gov.br/api/conteudo/v3/dmtz/videos — 200 — 2.2 KiB — 241 ms — http/1.1https://servicosaocidadao.ba.gov.br/api/conteudo/v3/banner-popupservicosaocidadao.ba.gov.br/api/con... https://servicosaocidadao.ba.gov.br/api/conteudo/v3/banner-popup — 204 — 0 B — 236 ms — http/1.1data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAYCAYAAAAPtVbGAAAABHNCSVQICAgIfAhkiAAAAsdJREFUS…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAYCAYAAAAPtVbGAAAABHNCSVQICAgIfAhkiAAAAsdJREFUS… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PCEtLSBzYW1wbGUgcmVjdGFuZ2xlIC0tPgo8c3ZnIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgd…data:image/svg+xml;base64,PCEtLSBzY... data:image/svg+xml;base64,PCEtLSBzYW1wbGUgcmVjdGFuZ2xlIC0tPgo8c3ZnIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgd… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PHN2ZyBfbmdjb250ZW50LWMxPSIiIGZpbGw9IiNmZmYiIGhlaWdodD0iMjgiIHZlcnNpb249I…data:image/svg+xml;base64,PHN2ZyBfb... data:image/svg+xml;base64,PHN2ZyBfbmdjb250ZW50LWMxPSIiIGZpbGw9IiNmZmYiIGhlaWdodD0iMjgiIHZlcnNpb249I… — 200 — 0 B — 0 ms — datahttps://www.ba.gov.br/assets/img/svg/icon_constraste-branco.svgwww.ba.gov.br/assets/img/svg/icon_c... https://www.ba.gov.br/assets/img/svg/icon_constraste-branco.svg — 200 — 4.1 KiB — 69 ms — http/1.1https://www.ba.gov.br/assets/img/chat.pngwww.ba.gov.br/assets/img/chat.png https://www.ba.gov.br/assets/img/chat.png — 200 — 6.8 KiB — 55 ms — http/1.1https://www.ba.gov.br/assets/img/svg/cell.svgwww.ba.gov.br/assets/img/svg/cell.s... https://www.ba.gov.br/assets/img/svg/cell.svg — 200 — 4.3 KiB — 71 ms — http/1.1https://www.ba.gov.br/assets/img/svg/transparent_data.svgwww.ba.gov.br/assets/img/svg/transp... https://www.ba.gov.br/assets/img/svg/transparent_data.svg — 200 — 5.7 KiB — 69 ms — http/1.1https://www.ba.gov.br/assets/img/svg/dados_abertos.svgwww.ba.gov.br/assets/img/svg/dados_... https://www.ba.gov.br/assets/img/svg/dados_abertos.svg — 200 — 3.5 KiB — 66 ms — http/1.1https://www.ba.gov.br/assets/img/2026/marca-do-lado-da-gente.pngwww.ba.gov.br/assets/img/2026/marca... https://www.ba.gov.br/assets/img/2026/marca-do-lado-da-gente.png — 200 — 30.2 KiB — 90 ms — http/1.1https://vlibras.gov.br/app/vlibras-plugin.jsvlibras.gov.br/app/vlibras-plugin.j... https://vlibras.gov.br/app/vlibras-plugin.js — 302 — 451 B — 121 ms — h2https://www.youtube.com/embed/dnfuCaVpbdcwww.youtube.com/embed/dnfuCaVpbdc https://www.youtube.com/embed/dnfuCaVpbdc — -1 — 0 B — 303 ms — https://servicosaocidadao.ba.gov.br/api/utilidade/v3/parametrosservicosaocidadao.ba.gov.br/api/uti... https://servicosaocidadao.ba.gov.br/api/utilidade/v3/parametros — 200 — 1.6 KiB — 199 ms — http/1.1https://www.ba.gov.br/assets/img/2023/google_play.pngwww.ba.gov.br/assets/img/2023/googl... https://www.ba.gov.br/assets/img/2023/google_play.png — 200 — 15.4 KiB — 94 ms — http/1.1https://servicosaocidadao.ba.gov.br/api/conteudo/v3/catalogo/servicos/mais-usadosservicosaocidadao.ba.gov.br/api/con... https://servicosaocidadao.ba.gov.br/api/conteudo/v3/catalogo/servicos/mais-usados — 200 — 6.2 KiB — 197 ms — http/1.1https://www.ba.gov.br/assets/img/2023/app_store.pngwww.ba.gov.br/assets/img/2023/app_s... https://www.ba.gov.br/assets/img/2023/app_store.png — 200 — 11.6 KiB — 72 ms — http/1.1https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLGT9Z1xlFd2JQEk.woff2fonts.gstatic.com/s/poppins/v24/pxi... https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLGT9Z1xlFd2JQEk.woff2 — 200 — 7.6 KiB — 6 ms — h3https://www.ba.gov.br/assets/img/2023/ico-whatsapp.pngwww.ba.gov.br/assets/img/2023/ico-w... https://www.ba.gov.br/assets/img/2023/ico-whatsapp.png — 200 — 13.5 KiB — 69 ms — http/1.1https://www.ba.gov.br/assets/img/right-arrow.pngwww.ba.gov.br/assets/img/right-arro... https://www.ba.gov.br/assets/img/right-arrow.png — 200 — 3.5 KiB — 65 ms — http/1.1https://www.ba.gov.br/assets/img/left-arrow.pngwww.ba.gov.br/assets/img/left-arrow... https://www.ba.gov.br/assets/img/left-arrow.png — 200 — 3.4 KiB — 66 ms — http/1.1https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLCz7Z1xlFd2JQEk.woff2fonts.gstatic.com/s/poppins/v24/pxi... https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLCz7Z1xlFd2JQEk.woff2 — 200 — 7.7 KiB — 7 ms — h3https://servicosaocidadao.ba.gov.br/api/conteudo/v3/banner-doodleservicosaocidadao.ba.gov.br/api/con... https://servicosaocidadao.ba.gov.br/api/conteudo/v3/banner-doodle — 200 — 1.4 KiB — 177 ms — http/1.1https://servicosaocidadao.ba.gov.br/api/conteudo/v3/catalogo-completo/recentesservicosaocidadao.ba.gov.br/api/con... https://servicosaocidadao.ba.gov.br/api/conteudo/v3/catalogo-completo/recentes — 200 — 15.5 KiB — 218 ms — http/1.1https://cdn.jsdelivr.net/gh/spbgovbr-vlibras/vlibras-portal@dev/app/vlibras-plugin.jscdn.jsdelivr.net/gh/spbgovbr-vlibra... https://cdn.jsdelivr.net/gh/spbgovbr-vlibras/vlibras-portal@dev/app/vlibras-plugin.js — 200 — 6.4 KiB — 27 ms — h2https://servicosaocidadao.ba.gov.br/api/conteudo/v3/banner-popupservicosaocidadao.ba.gov.br/api/con... https://servicosaocidadao.ba.gov.br/api/conteudo/v3/banner-popup — 200 — 1.2 KiB — 97 ms — http/1.1https://connect.facebook.net/signals/config/1966082063777258?v=2.9.303&r=stable&domain=www.ba.gov.br&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168connect.facebook.net/signals/config... https://connect.facebook.net/signals/config/1966082063777258?v=2.9.303&r=stable&domain=www.ba.gov.br&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168 — 200 — 44.7 KiB — 10 ms — h3https://www.ba.gov.br/comunicacao/sites/site-comunicacao/files/styles/thumbnail/public/2026-04/Sala-cofre%20da%20Sefaz-Ba.%20Foto_Pedro%20Moraes_GOVBA.jpeg?itok=S3gqxWKVwww.ba.gov.br/comunicacao/sites/sit... https://www.ba.gov.br/comunicacao/sites/site-comunicacao/files/styles/thumbnail/public/2026-04/Sala-cofre%20da%20Sefaz-Ba.%20Foto_Pedro%20Moraes_GOVBA.jpeg?itok=S3gqxWKV — 200 — 6.2 KiB — 94 ms — http/1.1https://www.ba.gov.br/comunicacao/sites/site-comunicacao/files/styles/thumbnail/public/2026-04/54486047297_06dcf157e4_o.png?itok=iVJBj1h0www.ba.gov.br/comunicacao/sites/sit... https://www.ba.gov.br/comunicacao/sites/site-comunicacao/files/styles/thumbnail/public/2026-04/54486047297_06dcf157e4_o.png?itok=iVJBj1h0 — 200 — 6.4 KiB — 93 ms — http/1.1https://www.ba.gov.br/comunicacao/sites/site-comunicacao/files/styles/thumbnail/public/2026-04/93ebbbd0-5b93-427c-9230-ee5106f5c5c6.jpg?itok=Liz01m8Cwww.ba.gov.br/comunicacao/sites/sit... https://www.ba.gov.br/comunicacao/sites/site-comunicacao/files/styles/thumbnail/public/2026-04/93ebbbd0-5b93-427c-9230-ee5106f5c5c6.jpg?itok=Liz01m8C — 200 — 6.5 KiB — 94 ms — http/1.1https://www.ba.gov.br/comunicacao/sites/site-comunicacao/files/styles/thumbnail/public/2026-04/Livro%20Casos%20e%20Causos%20da%20PGE-BA%20%282%29.png?itok=s6bc9Gw_www.ba.gov.br/comunicacao/sites/sit... https://www.ba.gov.br/comunicacao/sites/site-comunicacao/files/styles/thumbnail/public/2026-04/Livro%20Casos%20e%20Causos%20da%20PGE-BA%20%282%29.png?itok=s6bc9Gw_ — 200 — 9.2 KiB — 94 ms — http/1.1https://www.ba.gov.br/comunicacao/sites/site-comunicacao/files/oembed_thumbnails/2026-03/iqvE0DJzP61LpFjZseK3Ti0vwWQYsFnei6yE4HJtN_k.jpgwww.ba.gov.br/comunicacao/sites/sit... https://www.ba.gov.br/comunicacao/sites/site-comunicacao/files/oembed_thumbnails/2026-03/iqvE0DJzP61LpFjZseK3Ti0vwWQYsFnei6yE4HJtN_k.jpg — 200 — 16.0 KiB — 123 ms — http/1.1https://www.ba.gov.br/comunicacao/sites/site-comunicacao/files/oembed_thumbnails/2026-03/bXyaJ-TWyzpCm7T7LYzfSmnQDqZo-VWzK9_eIx4ekak.jpgwww.ba.gov.br/comunicacao/sites/sit... https://www.ba.gov.br/comunicacao/sites/site-comunicacao/files/oembed_thumbnails/2026-03/bXyaJ-TWyzpCm7T7LYzfSmnQDqZo-VWzK9_eIx4ekak.jpg — 200 — 13.4 KiB — 101 ms — http/1.1https://www.youtube.com/embed/eAqwQgEm4CQ?rel=0www.youtube.com/embed/eAqwQgEm4CQ?r... https://www.youtube.com/embed/eAqwQgEm4CQ?rel=0 — 200 — 56.0 KiB — 348 ms — h2https://www.ba.gov.br/comunicacao/sites/site-comunicacao/files/oembed_thumbnails/2026-03/8eoMzBe8AeyvJ_QfGkA07ZjUDaMLhrLCAXVuy6LPqHw.jpgwww.ba.gov.br/comunicacao/sites/sit... https://www.ba.gov.br/comunicacao/sites/site-comunicacao/files/oembed_thumbnails/2026-03/8eoMzBe8AeyvJ_QfGkA07ZjUDaMLhrLCAXVuy6LPqHw.jpg — 200 — 11.5 KiB — 74 ms — http/1.1https://www.ba.gov.br/comunicacao/sites/site-comunicacao/files/styles/destaque_primario_1140x750/public/2026-04/Prefeita%20de%20Itatim.%20Foto%20Wuiga%20RubiniGOVBA%20%286%29.jpeg.webp?h=ada05aa9&itok=FBbdH1EFwww.ba.gov.br/comunicacao/sites/sit... https://www.ba.gov.br/comunicacao/sites/site-comunicacao/files/styles/destaque_primario_1140x750/public/2026-04/Prefeita%20de%20Itatim.%20Foto%20Wuiga%20RubiniGOVBA%20%286%29.jpeg.webp?h=ada05aa9&itok=FBbdH1EF — 200 — 77.4 KiB — 75 ms — http/1.1https://www.ba.gov.br/comunicacao/sites/site-comunicacao/files/styles/destaque_primario_1140x750/public/2026-04/Prefeito%20de%20Mirante.%20Foto%20Wuiga%20RubiniGOVBA_0.jpeg.webp?h=ada05aa9&itok=c5DdY7m3www.ba.gov.br/comunicacao/sites/sit... https://www.ba.gov.br/comunicacao/sites/site-comunicacao/files/styles/destaque_primario_1140x750/public/2026-04/Prefeito%20de%20Mirante.%20Foto%20Wuiga%20RubiniGOVBA_0.jpeg.webp?h=ada05aa9&itok=c5DdY7m3 — 200 — 75.6 KiB — 128 ms — http/1.1https://www.ba.gov.br/comunicacao/sites/site-comunicacao/files/styles/destaque_primario_1140x750/public/2026-04/Cr%C3%A9ditos%20Divulga%C3%A7%C3%A3oSebasti%C3%A3o%20ChaosFeseb%20%282%29.jpeg.webp?h=ada05aa9&itok=blPgGyk9www.ba.gov.br/comunicacao/sites/sit... https://www.ba.gov.br/comunicacao/sites/site-comunicacao/files/styles/destaque_primario_1140x750/public/2026-04/Cr%C3%A9ditos%20Divulga%C3%A7%C3%A3oSebasti%C3%A3o%20ChaosFeseb%20%282%29.jpeg.webp?h=ada05aa9&itok=blPgGyk9 — 200 — 84.1 KiB — 90 ms — http/1.1https://fonts.gstatic.com/s/materialicons/v145/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2fonts.gstatic.com/s/materialicons/v... https://fonts.gstatic.com/s/materialicons/v145/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2 — 200 — 125.6 KiB — 10 ms — h3https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLDz8Z1xlFd2JQEk.woff2fonts.gstatic.com/s/poppins/v24/pxi... https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLDz8Z1xlFd2JQEk.woff2 — 200 — 7.7 KiB — 9 ms — h3https://www.ba.gov.br/comunicacao/sites/site-comunicacao/files/styles/destaque_primario_1140x750/public/2026-04/Algodao_Foto_FeijaoAlmeida_GOVBA.jpg.webp?h=ddc58dd3&itok=6zXDWGJKwww.ba.gov.br/comunicacao/sites/sit... https://www.ba.gov.br/comunicacao/sites/site-comunicacao/files/styles/destaque_primario_1140x750/public/2026-04/Algodao_Foto_FeijaoAlmeida_GOVBA.jpg.webp?h=ddc58dd3&itok=6zXDWGJK — 200 — 128.1 KiB — 130 ms — http/1.1https://www.ba.gov.br/assets/img/icon_SERPUB.pngwww.ba.gov.br/assets/img/icon_SERPU... https://www.ba.gov.br/assets/img/icon_SERPUB.png — 200 — 20.6 KiB — 57 ms — http/1.1https://www.ba.gov.br/assets/img/icon_TRANSITO.pngwww.ba.gov.br/assets/img/icon_TRANS... https://www.ba.gov.br/assets/img/icon_TRANSITO.png — 200 — 11.9 KiB — 56 ms — http/1.1https://www.ba.gov.br/assets/img/icon_OUV.pngwww.ba.gov.br/assets/img/icon_OUV.p... https://www.ba.gov.br/assets/img/icon_OUV.png — 200 — 15.2 KiB — 56 ms — http/1.1https://www.ba.gov.br/assets/img/icon_DOC.pngwww.ba.gov.br/assets/img/icon_DOC.p... https://www.ba.gov.br/assets/img/icon_DOC.png — 200 — 7.4 KiB — 53 ms — http/1.1https://www.ba.gov.br/assets/img/icon_PREV.pngwww.ba.gov.br/assets/img/icon_PREV.... https://www.ba.gov.br/assets/img/icon_PREV.png — 200 — 16.0 KiB — 60 ms — http/1.1https://www.ba.gov.br/assets/img/icon_EDU.pngwww.ba.gov.br/assets/img/icon_EDU.p... https://www.ba.gov.br/assets/img/icon_EDU.png — 200 — 12.7 KiB — 56 ms — http/1.1https://www.facebook.com/tr/?id=1966082063777258&ev=PageView&dl=https%3A%2F%2Fwww.ba.gov.br%2F&rl=&if=false&ts=1776900990037&sw=800&sh=600&v=2.9.303&r=stable&a=tmgoogletagmanager&ec=0&o=4126&fbp=fb.3.1776900990026.299251219355070902&ler=empty&cdl=API_unavailable&pmd[title]=ba.gov.br&pmd[locale]=pt-BR&plt=1752.0999999046326&it=1776900989559&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf0&expv2[7]=pt0&rqm=GETwww.facebook.com/tr/?id=19660820637... https://www.facebook.com/tr/?id=1966082063777258&ev=PageView&dl=https%3A%2F%2Fwww.ba.gov.br%2F&rl=&if=false&ts=1776900990037&sw=800&sh=600&v=2.9.303&r=stable&a=tmgoogletagmanager&ec=0&o=4126&fbp=fb.3.1776900990026.299251219355070902&ler=empty&cdl=API_unavailable&pmd[title]=ba.gov.br&pmd[locale]=pt-BR&plt=1752.0999999046326&it=1776900989559&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf0&expv2[7]=pt0&rqm=GET — 200 — 19 B — 109 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=1966082063777258&ev=PageView&dl=https%3A%2F%2Fwww.ba.gov.br%2F&rl=&if=false&ts=1776900990037&sw=800&sh=600&v=2.9.303&r=stable&a=tmgoogletagmanager&ec=0&o=4126&fbp=fb.3.1776900990026.299251219355070902&ler=empty&cdl=API_unavailable&pmd[title]=ba.gov.br&pmd[locale]=pt-BR&plt=1752.0999999046326&it=1776900989559&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf0&expv2[7]=pt0&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=1966082063777258&ev=PageView&dl=https%3A%2F%2Fwww.ba.gov.br%2F&rl=&if=false&ts=1776900990037&sw=800&sh=600&v=2.9.303&r=stable&a=tmgoogletagmanager&ec=0&o=4126&fbp=fb.3.1776900990026.299251219355070902&ler=empty&cdl=API_unavailable&pmd[title]=ba.gov.br&pmd[locale]=pt-BR&plt=1752.0999999046326&it=1776900989559&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf0&expv2[7]=pt0&rqm=FGET — 200 — 200 B — 385 ms — h3https://www.youtube.com/s/player/1bb6ee63/www-player.csswww.youtube.com/s/player/1bb6ee63/w... https://www.youtube.com/s/player/1bb6ee63/www-player.css — 200 — 57.8 KiB — 27 ms — h3https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.KjNKUXigSn8.L.W.O/am=AAAABA/d=0/br=1/rs=AGKMywEJITLW9kQSSYb_eVLtSgu_4tU6CQwww.youtube.com/s/_/ytembeds/_/ss/k... https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.KjNKUXigSn8.L.W.O/am=AAAABA/d=0/br=1/rs=AGKMywEJITLW9kQSSYb_eVLtSgu_4tU6CQ — 200 — 44.9 KiB — 18 ms — h3https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.5f0apfZzpOA.2021.O/am=AAAABA/d=1/br=1/rs=AGKMywFg3MG1UeKh8ePjbhY_YEMv-NHjmA/m=root,basewww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.5f0apfZzpOA.2021.O/am=AAAABA/d=1/br=1/rs=AGKMywFg3MG1UeKh8ePjbhY_YEMv-NHjmA/m=root,base — 200 — 140.0 KiB — 47 ms — h3https://www.youtube.com/s/player/1bb6ee63/player_embed_es6.vflset/en_US/base.jswww.youtube.com/s/player/1bb6ee63/p... https://www.youtube.com/s/player/1bb6ee63/player_embed_es6.vflset/en_US/base.js — 200 — 435.7 KiB — 68 ms — h3https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 33.9 KiB — 62 ms — h3https://googleads.g.doubleclick.net/pagead/idgoogleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id — 302 — 23 B — 170 ms — h3https://static.doubleclick.net/instream/ad_status.jsstatic.doubleclick.net/instream/ad_... https://static.doubleclick.net/instream/ad_status.js — 200 — 495 B — 64 ms — h2https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.5f0apfZzpOA.2021.O/am=AAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywFg3MG1UeKh8ePjbhY_YEMv-NHjmA/m=r78Drbwww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.5f0apfZzpOA.2021.O/am=AAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywFg3MG1UeKh8ePjbhY_YEMv-NHjmA/m=r78Drb — 200 — 183.1 KiB — 16 ms — h3https://googleads.g.doubleclick.net/pagead/id?slf_rd=1googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id?slf_rd=1 — 200 — 146 B — 58 ms — h3https://i.ytimg.com/vi/eAqwQgEm4CQ/maxresdefault.jpg?sqp=-oaymwEmCIAKENAF8quKqQMa8AEB-AH-DoACuAiKAgwIABABGEogZShlMA8=&rs=AOn4CLBDBqpoBxgiNJk0QFd92E0eq5-56Qi.ytimg.com/vi/eAqwQgEm4CQ/maxresde... https://i.ytimg.com/vi/eAqwQgEm4CQ/maxresdefault.jpg?sqp=-oaymwEmCIAKENAF8quKqQMa8AEB-AH-DoACuAiKAgwIABABGEogZShlMA8=&rs=AOn4CLBDBqpoBxgiNJk0QFd92E0eq5-56Q — 200 — 77.7 KiB — 75 ms — h2https://vlibras.gov.br/app//assets/access_icon.svgvlibras.gov.br/app//assets/access_i... https://vlibras.gov.br/app//assets/access_icon.svg — 302 — 453 B — 8 ms — h2https://vlibras.gov.br/app//assets/access_popup.jpgvlibras.gov.br/app//assets/access_p... https://vlibras.gov.br/app//assets/access_popup.jpg — 302 — 454 B — 4 ms — h2https://cdn.jsdelivr.net/gh/spbgovbr-vlibras/vlibras-portal@dev/app//assets/access_popup.jpgcdn.jsdelivr.net/gh/spbgovbr-vlibra... https://cdn.jsdelivr.net/gh/spbgovbr-vlibras/vlibras-portal@dev/app//assets/access_popup.jpg — 301 — 366 B — 14 ms — h2https://cdn.jsdelivr.net/gh/spbgovbr-vlibras/vlibras-portal@dev/app//assets/access_icon.svgcdn.jsdelivr.net/gh/spbgovbr-vlibra... https://cdn.jsdelivr.net/gh/spbgovbr-vlibras/vlibras-portal@dev/app//assets/access_icon.svg — 301 — 449 B — 11 ms — h2https://www.ba.gov.br/assets/img/2023/favicon-16x16.pngwww.ba.gov.br/assets/img/2023/favic... https://www.ba.gov.br/assets/img/2023/favicon-16x16.png — 200 — 7.0 KiB — 47 ms — http/1.1https://cdn.jsdelivr.net/gh/spbgovbr-vlibras/vlibras-portal@dev/app/assets/access_icon.svgcdn.jsdelivr.net/gh/spbgovbr-vlibra... https://cdn.jsdelivr.net/gh/spbgovbr-vlibras/vlibras-portal@dev/app/assets/access_icon.svg — 200 — 3.2 KiB — 14 ms — h3https://cdn.jsdelivr.net/gh/spbgovbr-vlibras/vlibras-portal@dev/app/assets/access_popup.jpgcdn.jsdelivr.net/gh/spbgovbr-vlibra... https://cdn.jsdelivr.net/gh/spbgovbr-vlibras/vlibras-portal@dev/app/assets/access_popup.jpg — 200 — 10.4 KiB — 14 ms — h3https://www.google.com/js/th/rOmrN60AN-U9GRTHX8orPjMEIJ8wTXyJ5HZew_AwfbI.jswww.google.com/js/th/rOmrN60AN-U9GR... https://www.google.com/js/th/rOmrN60AN-U9GRTHX8orPjMEIJ8wTXyJ5HZew_AwfbI.js — 200 — 23.1 KiB — 67 ms — h3https://www.youtube.com/generate_204?lh1Tugwww.youtube.com/generate_204?lh1Tug https://www.youtube.com/generate_204?lh1Tug — 204 — 10 B — 4 ms — h3https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateITjnn-pa.googleapis.com/$rpc/google.i... https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateIT — 200 — 0 B — 129 ms — h2https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateITjnn-pa.googleapis.com/$rpc/google.i... https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateIT — 200 — 312 B — 71 ms — h2
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 1976ms · 2670KB · R$24/mo
www.ba.gov.br
Other
Costly
Execution 671ms
Transfer 1907 KB
Unused 44%
Monthly Cost R$8/mo
Unattributable
Other
Costly
Execution 432ms
Transfer 0 KB
Monthly Cost R$5/mo
www.ba.gov.br
Other
Costly
Execution 402ms
Transfer 15 KB
Monthly Cost R$5/mo
www.ba.gov.br
Other
Optional
Execution 147ms
Transfer 20 KB
Monthly Cost R$2/mo
Google Tag Manager
Tag Manager
Optional
Execution 119ms
Transfer 160 KB
Unused 39%
Monthly Cost R$1/mo
www.ba.gov.br
Other
Optional
Execution 86ms
Transfer 357 KB
Unused 76%
Monthly Cost R$1/mo
Google Tag Manager
Tag Manager
Optional
Execution 61ms
Transfer 113 KB
Unused 56%
Monthly Cost R$1/mo
Facebook Pixel
Advertising
Optional
Execution 60ms
Transfer 97 KB
Unused 35%
Monthly Cost R$1/mo

These scripts may cost more than they're worth

  • www.ba.gov.br adds 671ms and costs ~R$8/month
  • Unattributable adds 432ms and costs ~R$5/month
  • www.ba.gov.br adds 402ms and costs ~R$5/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.ba.gov.br takes 671ms 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 432ms 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.ba.gov.br takes 402ms 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

76% of www.ba.gov.br'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

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