Mobile 375 × 812

Desktop 1440 × 900

Score: 67 / 100
Based on 8 categories, 0 sections
Room to improve — your 20.2s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Solid SEO basics — a few optimizations could boost rankings.
Good server performance with room for optimization.
Mostly compliant — a few items need attention.
Missing metadata means poor previews on social media and search.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
Cookie 'cookiesession1' is missing the Secure flag
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 16.5 MB (4.8 MB transferred)
Performance issues directly impact user engagement and conversion rates.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/1b60c2fe-a503-43a4-930a-27a5570893df)<a href="https://beavercheck.com/results/1b60c2fe-a503-43a4-930a-27a5570893df"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fba.gov.br" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fba.gov.brThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. Your LCP of 20.2s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Addressing the critical issues below would have the most immediate impact on your user trust.
9 barrier(s) likely increasing bounce by ~31%.
Page takes 20.2s to load
+12% bounceUsers abandon at ~3s — you're 17.7s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 1.9s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
Thin content
+3% bounceUnder 300 words — visitors bounce looking for substance, search engines rank competitors first
Fix: Add a substantive FAQ, product detail, or case-study section
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
BRL 720 investment → BRL 6.18/month returns + BRL 50,000,000 risk avoided
BRL 720
4h · 5 findings
BRL 6.18 /mo
~BRL 74 / year
BRL 50,000,000
if kept compliant
BRL 360 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
4.0 developer hours at R$180/hr
Based on Brazil rates (R$180/hr)
Start here for the best return on investment
BRL 4,166,673 / month at risk
~BRL 50,000,074 / year if left unfixed
BRL 50,000,000
+1 more
BRL 6.18 /mo
15072.5 MB/mo × 0.410 BRL/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
12.53 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
20.19 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.92 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.006
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
12.53 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.
25.76 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Ícone que identifica a categoria do serviço div.card-top > div.grid-top > div.box > img.card-img-categoria | www.ba.gov.br/assets/img/icon_SERPUB.png | 17.5 KiB | 14.7 KiB |
SOLICITAR A EMISSÃO DE CONTRACHEQUES ANTIGOS - CEPREV div.col-xs-12 > a.item-servico > div.icone-servico > img | www.ba.gov.br/assets/img/icon_PREV.png | 13.0 KiB | 10.9 KiB |
Disponível no Google Play div.col-xs-12 > div.app-item > a > img | www.ba.gov.br/assets/img/2023/google_play.png | 12.4 KiB | 10.6 KiB |
Vídeo div.col-xs-12 > div > a.cursor-pointer > img | /comunicacao/sites/site-comunicacao/files/oembed_thumbnai... | 12.9 KiB | 10.5 KiB |
Marca Governo da Bahia, clique para voltar para tela principal div.logo > h1 > a > img | www.ba.gov.br/assets/img/2023/bagov.png | 10.8 KiB | 9.4 KiB |
Ícone que identifica a categoria do serviço div.card-top > div.grid-top > div.box > img.card-img-categoria | www.ba.gov.br/assets/img/icon_OUV.png | 12.1 KiB | 9.3 KiB |
Vídeo div.col-xs-12 > div > a.cursor-pointer > img | /comunicacao/sites/site-comunicacao/files/oembed_thumbnai... | 10.4 KiB | 8.5 KiB |
Icone WhatsApp app-footer > div.whatsapp > a.cursor-pointer > img.img-fluid | www.ba.gov.br/assets/img/2023/ico-whatsapp.png | 10.5 KiB | 8.2 KiB |
SOLICITAR DISPENSA DE DISCIPLINA PRÁTICA - PÓS-GRADUAÇÃO - UESB div.col-xs-12 > a.item-servico > div.icone-servico > img | www.ba.gov.br/assets/img/icon_EDU.png | 9.7 KiB | 7.6 KiB |
Vídeo div.col-xs-12 > div > a.cursor-pointer > img | /comunicacao/sites/site-comunicacao/files/oembed_thumbnai... | 8.4 KiB | 6.9 KiB |
Disponível na APP Store div.col-xs-12 > div.app-item > a > img | www.ba.gov.br/assets/img/2023/app_store.png | 8.6 KiB | 6.8 KiB |
Conteúdo acessível em Libras usando o VLibras Widget com opções dos Avatares Íc… body > div.enabled > div.active > img.vp-pop-up | /gh/spbgovbr-vlibras/vlibras-portal@dev/app/assets/access... | 9.7 KiB | 6.7 KiB |
Ícone que identifica a categoria do serviço div.card-top > div.grid-top > div.box > img.card-img-categoria | www.ba.gov.br/assets/img/icon_TRANSITO.png | 8.9 KiB | 6.1 KiB |
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| www.ba.gov.br/assets/vlibras.js | 3.8 KiB | 584 ms |
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| ba.gov.br/ | 901 ms |
| www.ba.gov.br/ | 0.0 ms |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.ba.gov.br/assets/css/material-components-web.min.css | 67.3 KiB | 66.7 KiB |
| www.ba.gov.br/styles.8ee455a2cba05ce6.css | 66.1 KiB | 62.2 KiB |
| @charset "UTF-8"; .mat-progress-spinner circle{stroke:#0756b1!important} … | 59.9 KiB | 59.2 KiB |
| @charset "UTF-8"; .mat-progress-spinner circle{stroke:#0756b1!important} … | 49.2 KiB | 48.1 KiB |
| @charset "UTF-8"; .mat-progress-spinner circle{stroke:#0756b1!important} … | 48.1 KiB | 46.9 KiB |
| @charset "UTF-8"; .mat-progress-spinner circle{stroke:#0756b1!important} … | 47.9 KiB | 46.8 KiB |
| @charset "UTF-8"; .mat-progress-spinner circle{stroke:#0756b1!important} … | 47.5 KiB | 46.7 KiB |
| @charset "UTF-8"; .mat-progress-spinner circle{stroke:#0756b1!important} … | 46.2 KiB | 45.9 KiB |
| @charset "UTF-8"; .mat-progress-spinner circle{stroke:#0756b1!important} … | 45.5 KiB | 45.4 KiB |
| www.ba.gov.br/assets/bootstrap/css/bootstrap.min.css | 29.9 KiB | 28.7 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.ba.gov.br/main.4708f6fe1b6d33cf.js | 1.9 MiB | 843.5 KiB |
| www.ba.gov.br/scripts.7e4fcc0e217aa805.js | 354.4 KiB | 267.6 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-WNSF64S7 | 113.1 KiB | 65.7 KiB |
| www.googletagmanager.com/gtag/js?id=G-3DEREN0EG6 | 160.4 KiB | 62.3 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.5 KiB | 33.4 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| www.ba.gov.br/main.4708f6fe1b6d33cf.js | 2.8 s | 2.3 s | 38 ms |
| Unattributable | 1.8 s | 148 ms | 0.0 ms |
| www.ba.gov.br/ | 1.3 s | 29 ms | 5.7 ms |
| www.ba.gov.br/polyfills.73e4e33a96d91915.js | 791 ms | 595 ms | 0.3 ms |
| www.googletagmanager.com/gtag/js?id=G-3DEREN0EG6 | 472 ms | 406 ms | 62 ms |
| www.ba.gov.br/scripts.7e4fcc0e217aa805.js | 321 ms | 165 ms | 149 ms |
| www.googletagmanager.com/gtm.js?id=GTM-WNSF64S7 | 176 ms | 119 ms | 54 ms |
| connect.facebook.net/en_US/fbevents.js | 168 ms | 123 ms | 44 ms |
| /signals/config/1966082063777258?v=2.9.303&r=stable&domai... | 149 ms | 125 ms | 24 ms |
| /_/scs/abc-static/_/js/k=gapi.lb.en.HLcjcliCxoY.O/m=gapi_... | 95 ms | 80 ms | 12 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 4.2 s |
| Other | 2.4 s |
| Style & Layout | 802 ms |
| Script Parsing & Compilation | 402 ms |
| Rendering | 246 ms |
| Garbage Collection | 118 ms |
| Parse HTML & CSS | 80 ms |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
Brasão do Governo da Bahia. div.col-xs-12 > div.footer-logo > a > img.img-fluid | www.ba.gov.br/assets/img/2026/marca-do-lado-da-gente.png |
Vídeo div.col-xs-12 > div > a.cursor-pointer > img | /comunicacao/sites/site-comunicacao/files/oembed_thumbnai... |
Vídeo div.col-xs-12 > div > a.cursor-pointer > img | /comunicacao/sites/site-comunicacao/files/oembed_thumbnai... |
Vídeo div.col-xs-12 > div > a.cursor-pointer > img | /comunicacao/sites/site-comunicacao/files/oembed_thumbnai... |
Contraste ul.nav > li.icone-contraste > a > img | www.ba.gov.br/assets/img/svg/icon_constraste-branco.svg |
Marca Governo da Bahia, clique para voltar para tela principal div.logo > h1 > a > img | www.ba.gov.br/assets/img/2023/bagov.png |
Icone WhatsApp app-footer > div.whatsapp > a.cursor-pointer > img.img-fluid | www.ba.gov.br/assets/img/2023/ico-whatsapp.png |
Disponível no Google Play div.col-xs-12 > div.app-item > a > img | www.ba.gov.br/assets/img/2023/google_play.png |
Disponível na APP Store div.col-xs-12 > div.app-item > a > img | www.ba.gov.br/assets/img/2023/app_store.png |
Botão para página de ouvidoria. div.flex > a.item > span.ico > img | www.ba.gov.br/assets/img/chat.png |
Imagem representando Sefaz-Ba alcança 25 mil processos fiscais eletrônicos div.item > div.image > a.cursor-pointer > img | /comunicacao/sites/site-comunicacao/files/styles/thumbnai... |
Imagem representando Boletim Agropecuário indica que setor impulsionou desempen… div.item > div.image > a.cursor-pointer > img | /comunicacao/sites/site-comunicacao/files/styles/thumbnai... |
Botão para página de transparência. div.flex > a.item > span.ico > img | www.ba.gov.br/assets/img/svg/transparent_data.svg |
Botão para página de dados abertos. div.flex > a.item > span.ico > img | www.ba.gov.br/assets/img/svg/dados_abertos.svg |
Botão para página de contatos. div.flex > a.item > span.ico > img | www.ba.gov.br/assets/img/svg/cell.svg |
Esquerda div.col-xs-12 > div.controls-services > a.cursor-pointer > img.arrow-ride | www.ba.gov.br/assets/img/left-arrow.png |
Direita div.col-xs-12 > div.controls-services > a.cursor-pointer > img.arrow-ride | www.ba.gov.br/assets/img/right-arrow.png |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
breadcrumb div.topo-container > div.container > app-breadcrumb > small |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
DETRAN div.mdc-card > div.card-bottom > div.mdc-card__actions > span.orgao-nome |
DETRAN div.mdc-card > div.card-bottom > div.mdc-card__actions > span.orgao-nome |
DETRAN div.mdc-card > div.card-bottom > div.mdc-card__actions > span.orgao-nome |
O Portal ba.gov.br utiliza cookies para melhorar a sua segurança, experiência e… app-footer > div.banner-cookies > div.banner-cookies-content > span |
Política de Privacidade div.banner-cookies > div.banner-cookies-content > span > u.cursor-pointer |
GERENCIAR COOKIES span.banner-cookies-options > button#btn-gerenciar-cookies > div.icon-title-container > span.title |
These are opportunities to improve the legibility of your content.
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
ACESSIBILIDADE div.column-toobar-material > ul.nav > li > a#botao-acessibilidade |
DIMINUIR FONTE
A- div.toolbar-material > div.column-toobar-material > ul.nav > li |
AUMENTAR FONTE
A+ div.toolbar-material > div.column-toobar-material > ul.nav > li |
VOLTAR FONTE INICIAL
A div.toolbar-material > div.column-toobar-material > ul.nav > li.icone-contraste |
Contraste div.toolbar-material > div.column-toobar-material > ul.nav > li.icone-contraste |
ACESSO À INFORMAÇÃO div.column-toobar-material > ul.nav > li.acesso-informacao > a |
Marca Governo da Bahia, clique para voltar para tela principal div.col-md-12 > div.logo > h1 > a |
ENTRAR div.topo-side > div.menu-sac > div.column-toobar-material > button.mat-focus-indicator |
CADASTRE-SE div.topo-side > div.menu-sac > div.column-toobar-material > button.mat-focus-indicator |
search-bar > div.col-md-12 > div.row > input.mat-autocomplete-trigger search-bar > div.col-md-12 > div.row > input.mat-autocomplete-trigger |
Serviços em destaque div.cards-container > div.row > div.col-xs-12 > h2.titulo |
SOLICITAR INFORME DE RENDIMENTOS card-servico-mais-utilizados.mdc-layout-grid__cell > div.mdc-card > div.card-top > div.mat-tooltip-trigger |
SOLICITAR INCLUSÃO DE GRAVAME card-servico-mais-utilizados.mdc-layout-grid__cell > div.mdc-card > div.card-top > div.mat-tooltip-trigger |
CONSULTAR ANDAMENTO DA CARTEIRA NACIONAL DE HAB... card-servico-mais-utilizados.mdc-layout-grid__cell > div.mdc-card > div.card-top > div.mat-tooltip-trigger |
CONSULTAR PRONTUÁRIO DA CARTEIRA NACIONAL DE HA... card-servico-mais-utilizados.mdc-layout-grid__cell > div.mdc-card > div.card-top > div.mat-tooltip-trigger |
PAGAR LICENCIAMENTO COTA ÚNICA - DOCUMENTO DE A... card-servico-mais-utilizados.mdc-layout-grid__cell > div.mdc-card > div.card-top > div.mat-tooltip-trigger |
REGISTRAR MANIFESTAÇÃO IDENTIFICADA card-servico-mais-utilizados.mdc-layout-grid__cell > div.mdc-card > div.card-top > div.mat-tooltip-trigger |
OBTER 1ª VIA DA CARTEIRA DE IDENTIDADE NACIONAL... card-servico-mais-utilizados.mdc-layout-grid__cell > div.mdc-card > div.card-top > div.mat-tooltip-trigger |
SOLICITAR 1ª HABILITAÇÃO - PERMISSÃO PARA DIRIGIR card-servico-mais-utilizados.mdc-layout-grid__cell > div.mdc-card > div.card-top > div.mat-tooltip-trigger |
CONSULTAR LICENCIAMENTO/INFRAÇÕES card-servico-mais-utilizados.mdc-layout-grid__cell > div.mdc-card > div.card-top > div.mat-tooltip-trigger |
SOLICITAR RENOVAÇÃO DA CARTEIRA NACIONAL DE HAB... card-servico-mais-utilizados.mdc-layout-grid__cell > div.mdc-card > div.card-top > div.mat-tooltip-trigger |
OBTER O CERTIFICADO DE REGISTRO E LICENCIAMENTO... card-servico-mais-utilizados.mdc-layout-grid__cell > div.mdc-card > div.card-top > div.mat-tooltip-trigger |
SOLICITAR CONTRACHEQUE PARA SERVIDORES ATIVOS,... card-servico-mais-utilizados.mdc-layout-grid__cell > div.mdc-card > div.card-top > div.mat-tooltip-trigger |
TODOS OS SERVIÇOS div.row > div.col-xs-12 > div.text-right > a.but |
Novos Serviços div.servicos-container > div.row > div.col-xs-12 > h3.titulo |
NOTÍCIAS div.container > div.row > div.col-xs-12 > h2 |
GOVERNO div.container > div.row > div.col-xs-12 > a.cursor-pointer |
EDUCAÇÃO div.container > div.row > div.col-xs-12 > a.cursor-pointer |
SAÚDE div.container > div.row > div.col-xs-12 > a.cursor-pointer |
SEGURANÇA div.container > div.row > div.col-xs-12 > a.cursor-pointer |
CULTURA div.container > div.row > div.col-xs-12 > a.cursor-pointer |
Governo do Estado anuncia novos investimentos para Itatim e reforça parceria co… div.col-xs-12 > a.item-dest > div.info > a |
Governador Jerônimo Rodrigues recebe prefeito de Mirante e anuncia novos invest… div.col-xs-12 > a.item-dest > div.info > a |
Camaçari sedia 2ª etapa do Circuito Baiano de Skateboard Street 2026 neste fina… div.col-xs-12 > a.item-dest > div.info > a |
Boletim Agropecuário indica que setor impulsionou desempenho do PIB baiano no q… div.col-xs-12 > div.item > div.title > a.cursor-pointer |
Sefaz-Ba alcança 25 mil processos fiscais eletrônicos div.col-xs-12 > div.item > div.title > a.cursor-pointer |
MAIS NOTÍCIAS div.row > div.container-secundario > div.col-xs-12 > a.but |
ASSISTA
AOS VÍDEOS div.container > div.row > div.col-xs-12 > h2 |
div.row > div.col-xs-12 > div.video-container > iframe#frame div.row > div.col-xs-12 > div.video-container > iframe#frame |
Vídeo div.row > div.col-xs-12 > div > a.cursor-pointer |
Vídeo div.row > div.col-xs-12 > div > a.cursor-pointer |
Vídeo div.row > div.col-xs-12 > div > a.cursor-pointer |
MAIS VÍDEOS div.container > div.row > div.col-xs-12 > a.but |
LINKS
RÁPIDOS div.container > div.row > div.col-xs-12 > h2 |
OUVIDORIA div.col-xs-12 > div.flex > a.item > span.title |
CONTATOS
ÚTEIS div.row > div.col-xs-12 > div.flex > a.item |
TRANSPARÊNCIA div.col-xs-12 > div.flex > a.item > span.title |
DADOS ABERTOS div.col-xs-12 > div.flex > a.item > span.title |
Brasão do Governo da Bahia. div.row > div.col-xs-12 > div.footer-logo > a |
Páginas mais acessadas div.col-xs-12 > div.row > div.col-xs-12 > div.title |
Notícias div.col-xs-12 > div.row > div.col-xs-6 > a.cursor-pointer |
Diário Oficial div.col-xs-12 > div.row > div.col-xs-6 > a.cursor-pointer |
Governo div.col-xs-12 > div.row > div.col-xs-6 > a.cursor-pointer |
Serviços div.col-xs-12 > div.row > div.col-xs-6 > a.cursor-pointer |
Fotos div.col-xs-12 > div.row > div.col-xs-6 > a.cursor-pointer |
Vídeos div.col-xs-12 > div.row > div.col-xs-6 > a.cursor-pointer |
Área da Imprensa div.col-xs-12 > div.row > div.col-xs-6 > a.cursor-pointer |
RH Bahia div.col-xs-12 > div.row > div.col-xs-6 > a.cursor-pointer |
Mapa do Site div.col-xs-12 > div.row > div.col-xs-6 > a.cursor-pointer |
Disponível no Google Play div.row > div.col-xs-12 > div.app-item > a |
Disponível na APP Store div.row > div.col-xs-12 > div.app-item > a |
> Escolher o site de uma secretaria...
> Saeb - Sec. da Administração
> SEADES … div.col-xs-12 > div.row > div.col-xs-12 > select#selectSecretarias |
These are opportunities to improve keyboard navigation in your application.
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
Users are mistrustful of or confused by sites that request to send notifications without context. Consider tying the request to user gestures instead. Learn more about responsibly getting permission for notifications.
Performance issues directly impact user engagement and conversion rates.
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
div#browser-nocompativel > div.nocompative-box > div > img div#browser-nocompativel > div.nocompative-box > div > img | www.ba.gov.br/assets/img/2023/bagov.png | 97 x 71 (1.37) | 290 x 71 (4.08) |
Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn how to provide responsive images.
Performance issues directly impact user engagement and conversion rates.
| URL | Displayed size | Actual size | Expected size | |
|---|---|---|---|---|
Esquerda div.col-xs-12 > div.controls-services > a.cursor-pointer > img.arrow-ride | www.ba.gov.br/assets/img/left-arrow.png | 29 x 29 | 32 x 32 | 44 x 44 |
Direita div.col-xs-12 > div.controls-services > a.cursor-pointer > img.arrow-ride | www.ba.gov.br/assets/img/right-arrow.png | 29 x 29 | 32 x 32 | 44 x 44 |
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
A bad HTTP response code (500) was received when fetching the script. | |
ERROR TypeError: Cannot read properties of undefined (reading 'length')
at ASt (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:4774765)
at y1.runInContext (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:7680583)
at fO (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:7683369)
at FS (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:7692900)
at zS (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:7694115)
at Ck (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:7693948)
at FS (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:7693185)
at zS (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:7694115)
at xk (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:7693978)
at G3 (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:7694257) | |
ERROR TypeError: Cannot read properties of undefined (reading 'length')
at ASt (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:4774765)
at y1.runInContext (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:7680583)
at fO (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:7683369)
at FS (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:7692900)
at zS (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:7694115)
at Ck (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:7693948)
at FS (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:7693185)
at zS (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:7694115)
at xk (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:7693978)
at G3 (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:7694257) | |
ERROR TypeError: Cannot read properties of undefined (reading 'length')
at ASt (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:4774765)
at y1.runInContext (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:7680583)
at fO (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:7683369)
at FS (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:7692900)
at zS (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:7694115)
at Ck (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:7693948)
at FS (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:7693185)
at zS (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:7694115)
at xk (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:7693978)
at G3 (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:7694257) | |
ERROR TypeError: Cannot read properties of undefined (reading 'length')
at ASt (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:4774765)
at y1.runInContext (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:7680583)
at fO (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:7683369)
at FS (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:7692900)
at zS (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:7694115)
at Ck (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:7693948)
at FS (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:7693185)
at zS (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:7694115)
at xk (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:7693978)
at G3 (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:7694257) | |
ERROR TypeError: Cannot read properties of undefined (reading 'length')
at ASt (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:4774765)
at y1.runInContext (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:7680583)
at fO (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:7683369)
at FS (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:7692900)
at zS (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:7694115)
at Ck (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:7693948)
at FS (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:7693185)
at zS (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:7694115)
at xk (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:7693978)
at G3 (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:7694257) | |
ERROR TypeError: Cannot read properties of undefined (reading 'length')
at ASt (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:4774765)
at y1.runInContext (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:7680583)
at fO (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:7683369)
at FS (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:7692900)
at zS (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:7694115)
at Ck (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:7693948)
at FS (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:7693185)
at zS (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:7694115)
at xk (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:7693978)
at G3 (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:7694257) | |
ERROR TypeError: Cannot read properties of undefined (reading 'length')
at ASt (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:4774765)
at y1.runInContext (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:7680583)
at fO (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:7683369)
at FS (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:7692900)
at zS (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:7694115)
at Ck (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:7693948)
at FS (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:7693185)
at zS (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:7694115)
at xk (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:7693978)
at G3 (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:7694257) | |
ERROR TypeError: Cannot read properties of undefined (reading 'length')
at ASt (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:4774765)
at y1.runInContext (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:7680583)
at fO (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:7683369)
at FS (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:7692900)
at zS (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:7694115)
at Ck (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:7693948)
at FS (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:7693185)
at zS (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:7694115)
at xk (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:7693978)
at G3 (https://www.ba.gov.br/main.4708f6fe1b6d33cf.js:1:7694257) | |
TypeError: Failed to register a ServiceWorker for scope ('https://www.ba.gov.br/') with script ('https://www.ba.gov.br/firebase-messaging-sw.js'): A bad HTTP response code (500) was received when fetching the script. |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
Órgãos do Governo li.nav-item > ul.dropdown-menu > li > a.dropdown-item |
Diário Oficial li.nav-item > ul.dropdown-menu > li > a.dropdown-item |
Ver Municípios li.nav-item > ul.dropdown-menu > li > a.nav-link |
Indicadores li.nav-item > ul.dropdown-menu > li > a.dropdown-item |
Perfil dos Municípios li.nav-item > ul.dropdown-menu > li > a.dropdown-item |
div.topo-side > div.menu-sac > div.menu-hamburger > a.hamburger div.topo-side > div.menu-sac > div.menu-hamburger > a.hamburger |
Esquerda div.row > div.col-xs-12 > div.controls-services > a.cursor-pointer |
Direita div.row > div.col-xs-12 > div.controls-services > a.cursor-pointer |
GOVERNO div.container > div.row > div.col-xs-12 > a.cursor-pointer |
EDUCAÇÃO div.container > div.row > div.col-xs-12 > a.cursor-pointer |
SAÚDE div.container > div.row > div.col-xs-12 > a.cursor-pointer |
SEGURANÇA div.container > div.row > div.col-xs-12 > a.cursor-pointer |
CULTURA div.container > div.row > div.col-xs-12 > a.cursor-pointer |
Vídeo div.row > div.col-xs-12 > div > a.cursor-pointer |
Vídeo div.row > div.col-xs-12 > div > a.cursor-pointer |
Vídeo div.row > div.col-xs-12 > div > a.cursor-pointer |
OUVIDORIA div.row > div.col-xs-12 > div.flex > a.item |
TRANSPARÊNCIA div.row > div.col-xs-12 > div.flex > a.item |
DADOS ABERTOS div.row > div.col-xs-12 > div.flex > a.item |
Diário Oficial div.col-xs-12 > div.row > div.col-xs-6 > a.cursor-pointer |
Governo div.col-xs-12 > div.row > div.col-xs-6 > a.cursor-pointer |
Fotos div.col-xs-12 > div.row > div.col-xs-6 > a.cursor-pointer |
Vídeos div.col-xs-12 > div.row > div.col-xs-6 > a.cursor-pointer |
Área da Imprensa div.col-xs-12 > div.row > div.col-xs-6 > a.cursor-pointer |
RH Bahia div.col-xs-12 > div.row > div.col-xs-6 > a.cursor-pointer |
Icone WhatsApp app-root#init > app-footer > div.whatsapp > a.cursor-pointer |
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Performance issues directly impact user engagement and conversion rates.
To appear in search results, crawlers need access to your app.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
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
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Brasão do Governo da Bahia. div.col-xs-12 > div.footer-logo > a > img.img-fluid | www.ba.gov.br/assets/img/2026/marca-do-lado-da-gente.png | 27.1 KiB | 16.9 KiB |
Ícone que identifica a categoria do serviço div.card-top > div.grid-top > div.box > img.card-img-categoria | www.ba.gov.br/assets/img/icon_SERPUB.png | 17.5 KiB | 16.4 KiB |
SOLICITAR A EMISSÃO DE CONTRACHEQUES ANTIGOS - CEPREV div.col-xs-12 > a.item-servico > div.icone-servico > img | www.ba.gov.br/assets/img/icon_PREV.png | 13.0 KiB | 11.8 KiB |
Ícone que identifica a categoria do serviço div.card-top > div.grid-top > div.box > img.card-img-categoria | www.ba.gov.br/assets/img/icon_OUV.png | 12.1 KiB | 11.0 KiB |
Disponível no Google Play div.col-xs-12 > div.app-item > a > img | www.ba.gov.br/assets/img/2023/google_play.png | 12.4 KiB | 10.6 KiB |
Icone WhatsApp app-footer > div.whatsapp > a.cursor-pointer > img.img-fluid | www.ba.gov.br/assets/img/2023/ico-whatsapp.png | 10.5 KiB | 9.2 KiB |
Conteúdo acessível em Libras usando o VLibras Widget com opções dos Avatares Íc… body > div.enabled > div.active > img.vp-pop-up | /gh/spbgovbr-vlibras/vlibras-portal@dev/app/assets/access... | 9.7 KiB | 8.8 KiB |
SOLICITAR DEVOLUÇÃO DE DOCUMENTOS DE MATRÍCULA - UEFS div.col-xs-12 > a.item-servico > div.icone-servico > img | www.ba.gov.br/assets/img/icon_EDU.png | 9.7 KiB | 8.5 KiB |
Ícone que identifica a categoria do serviço div.card-top > div.grid-top > div.box > img.card-img-categoria | www.ba.gov.br/assets/img/icon_TRANSITO.png | 8.9 KiB | 7.7 KiB |
Marca Governo da Bahia, clique para voltar para tela principal div.logo > h1 > a > img | www.ba.gov.br/assets/img/2023/bagov.png | 10.8 KiB | 7.5 KiB |
Disponível na APP Store div.col-xs-12 > div.app-item > a > img | www.ba.gov.br/assets/img/2023/app_store.png | 8.6 KiB | 6.8 KiB |
Vídeo div.col-xs-12 > div > a.cursor-pointer > img | /comunicacao/sites/site-comunicacao/files/oembed_thumbnai... | 12.9 KiB | 5.7 KiB |
Imagem representando O que os autos não contam: livro revela histórias da PGE-BA div.item > div.image > a.cursor-pointer > img | /comunicacao/sites/site-comunicacao/files/styles/thumbnai... | 6.0 KiB | 4.7 KiB |
Vídeo div.col-xs-12 > div > a.cursor-pointer > img | /comunicacao/sites/site-comunicacao/files/oembed_thumbnai... | 10.4 KiB | 4.6 KiB |
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| www.ba.gov.br/assets/vlibras.js | 3.8 KiB | 97 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| ba.gov.br/ | 342 ms |
| www.ba.gov.br/ | 0.0 ms |
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.ba.gov.br/main.4708f6fe1b6d33cf.js | 1.9 MiB | 844.8 KiB |
| www.ba.gov.br/scripts.7e4fcc0e217aa805.js | 354.4 KiB | 267.6 KiB |
| www.googletagmanager.com/gtag/js?id=G-3DEREN0EG6&cx=c>m=4e64k1 | 160.4 KiB | 109.0 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-WNSF64S7 | 113.1 KiB | 62.8 KiB |
| www.googletagmanager.com/gtag/js?id=G-3DEREN0EG6 | 160.4 KiB | 62.0 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.5 KiB | 34.1 KiB |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 982 ms |
| Other | 603 ms |
| Style & Layout | 237 ms |
| Script Parsing & Compilation | 144 ms |
| Rendering | 56 ms |
| Garbage Collection | 39 ms |
| Parse HTML & CSS | 22 ms |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.ba.gov.br/assets/css/material-components-web.min.css | 67.3 KiB | 66.7 KiB |
| www.ba.gov.br/styles.8ee455a2cba05ce6.css | 66.1 KiB | 62.2 KiB |
| @charset "UTF-8"; .mat-progress-spinner circle{stroke:#0756b1!important} … | 59.9 KiB | 59.3 KiB |
| @charset "UTF-8"; .mat-progress-spinner circle{stroke:#0756b1!important} … | 49.2 KiB | 48.0 KiB |
| @charset "UTF-8"; .mat-progress-spinner circle{stroke:#0756b1!important} … | 48.1 KiB | 47.3 KiB |
| @charset "UTF-8"; .mat-progress-spinner circle{stroke:#0756b1!important} … | 47.9 KiB | 47.0 KiB |
| @charset "UTF-8"; .mat-progress-spinner circle{stroke:#0756b1!important} … | 47.5 KiB | 46.8 KiB |
| @charset "UTF-8"; .mat-progress-spinner circle{stroke:#0756b1!important} … | 46.2 KiB | 45.9 KiB |
| @charset "UTF-8"; .mat-progress-spinner circle{stroke:#0756b1!important} … | 45.5 KiB | 45.4 KiB |
| www.ba.gov.br/assets/bootstrap/css/bootstrap.min.css | 29.9 KiB | 28.1 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
Brasão do Governo da Bahia. div.col-xs-12 > div.footer-logo > a > img.img-fluid | www.ba.gov.br/assets/img/2026/marca-do-lado-da-gente.png |
Vídeo div.col-xs-12 > div > a.cursor-pointer > img | /comunicacao/sites/site-comunicacao/files/oembed_thumbnai... |
Vídeo div.col-xs-12 > div > a.cursor-pointer > img | /comunicacao/sites/site-comunicacao/files/oembed_thumbnai... |
Vídeo div.col-xs-12 > div > a.cursor-pointer > img | /comunicacao/sites/site-comunicacao/files/oembed_thumbnai... |
Contraste ul.nav > li.icone-contraste > a > img | www.ba.gov.br/assets/img/svg/icon_constraste-branco.svg |
Marca Governo da Bahia, clique para voltar para tela principal div.logo > h1 > a > img | www.ba.gov.br/assets/img/2023/bagov.png |
Icone WhatsApp app-footer > div.whatsapp > a.cursor-pointer > img.img-fluid | www.ba.gov.br/assets/img/2023/ico-whatsapp.png |
Disponível no Google Play div.col-xs-12 > div.app-item > a > img | www.ba.gov.br/assets/img/2023/google_play.png |
Disponível na APP Store div.col-xs-12 > div.app-item > a > img | www.ba.gov.br/assets/img/2023/app_store.png |
Imagem representando O que os autos não contam: livro revela histórias da PGE-BA div.item > div.image > a.cursor-pointer > img | /comunicacao/sites/site-comunicacao/files/styles/thumbnai... |
Imagem representando Bienal 2026: Com recorde de autores independentes, 'Vozes … div.item > div.image > a.cursor-pointer > img | /comunicacao/sites/site-comunicacao/files/styles/thumbnai... |
Botão para página de ouvidoria. div.flex > a.item > span.ico > img | www.ba.gov.br/assets/img/chat.png |
Imagem representando Sefaz-Ba alcança 25 mil processos fiscais eletrônicos div.item > div.image > a.cursor-pointer > img | /comunicacao/sites/site-comunicacao/files/styles/thumbnai... |
Imagem representando Seplan leva experiência baiana ao II Congresso do Consepla… div.item > div.image > a.cursor-pointer > img | /comunicacao/sites/site-comunicacao/files/styles/thumbnai... |
Botão para página de transparência. div.flex > a.item > span.ico > img | www.ba.gov.br/assets/img/svg/transparent_data.svg |
Botão para página de dados abertos. div.flex > a.item > span.ico > img | www.ba.gov.br/assets/img/svg/dados_abertos.svg |
Botão para página de contatos. div.flex > a.item > span.ico > img | www.ba.gov.br/assets/img/svg/cell.svg |
Esquerda div.col-xs-12 > div.controls-services > a.cursor-pointer > img.arrow-ride | www.ba.gov.br/assets/img/left-arrow.png |
Direita div.col-xs-12 > div.controls-services > a.cursor-pointer > img.arrow-ride | www.ba.gov.br/assets/img/right-arrow.png |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
breadcrumb div.topo-container > div.container > app-breadcrumb > small |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
DETRAN div.mdc-card > div.card-bottom > div.mdc-card__actions > span.orgao-nome |
DETRAN div.mdc-card > div.card-bottom > div.mdc-card__actions > span.orgao-nome |
DETRAN div.mdc-card > div.card-bottom > div.mdc-card__actions > span.orgao-nome |
DETRAN div.mdc-card > div.card-bottom > div.mdc-card__actions > span.orgao-nome |
DPT div.mdc-card > div.card-bottom > div.mdc-card__actions > span.orgao-nome |
DETRAN div.mdc-card > div.card-bottom > div.mdc-card__actions > span.orgao-nome |
DETRAN div.mdc-card > div.card-bottom > div.mdc-card__actions > span.orgao-nome |
DETRAN div.mdc-card > div.card-bottom > div.mdc-card__actions > span.orgao-nome |
Política de Privacidade div.banner-cookies > div.banner-cookies-content > span > u.cursor-pointer |
GERENCIAR COOKIES span.banner-cookies-options > button#btn-gerenciar-cookies > div.icon-title-container > span.title |
These are opportunities to improve the legibility of your content.
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
ACESSIBILIDADE div.column-toobar-material > ul.nav > li > a#botao-acessibilidade |
DIMINUIR FONTE
A- div.toolbar-material > div.column-toobar-material > ul.nav > li |
AUMENTAR FONTE
A+ div.toolbar-material > div.column-toobar-material > ul.nav > li |
VOLTAR FONTE INICIAL
A div.toolbar-material > div.column-toobar-material > ul.nav > li.icone-contraste |
Contraste div.toolbar-material > div.column-toobar-material > ul.nav > li.icone-contraste |
ACESSO À INFORMAÇÃO div.column-toobar-material > ul.nav > li.acesso-informacao > a |
POLÍTICA DE PRIVACIDADE div.column-toobar-material > ul.nav > li.politica-privacidade > a |
Instagram Governo da Bahia div.column-toobar-material > ul.navbar-right > li > a |
Youtube Governo da Bahia div.column-toobar-material > ul.navbar-right > li > a |
Facebook Governo da Bahia div.column-toobar-material > ul.navbar-right > li > a |
Flickr Governo da Bahia div.column-toobar-material > ul.navbar-right > li > a.flickr |
Marca Governo da Bahia, clique para voltar para tela principal div.col-md-12 > div.logo > h1 > a |
GOVERNO div.topo-side > div#menu > ul.navbar-nav > li.nav-item |
GOVERNO div#menu > ul.navbar-nav > li.nav-item > a#botao-governo |
SERVIÇOS div.topo-side > div#menu > ul.navbar-nav > li.nav-item |
SERVIÇOS div#menu > ul.navbar-nav > li.nav-item > a#navbarDropdownMenuLink |
NOTÍCIAS div#menu > ul.navbar-nav > li.nav-item > a.nav-link |
OBSERVATÓRIO div.topo-side > div#menu > ul.navbar-nav > li.nav-item |
OBSERVATÓRIO div#menu > ul.navbar-nav > li.nav-item > a.nav-link |
ENTRAR div.topo-side > div.menu-sac > div.column-toobar-material > button.mat-focus-indicator |
CADASTRE-SE div.topo-side > div.menu-sac > div.column-toobar-material > button.mat-focus-indicator |
search-bar > div.col-md-12 > div.row > input.mat-autocomplete-trigger search-bar > div.col-md-12 > div.row > input.mat-autocomplete-trigger |
Serviços em destaque div.cards-container > div.row > div.col-xs-12 > h2.titulo |
SOLICITAR INFORME DE RENDIMENTOS card-servico-mais-utilizados.mdc-layout-grid__cell > div.mdc-card > div.card-top > div.mat-tooltip-trigger |
SOLICITAR INCLUSÃO DE GRAVAME card-servico-mais-utilizados.mdc-layout-grid__cell > div.mdc-card > div.card-top > div.mat-tooltip-trigger |
CONSULTAR ANDAMENTO DA CARTEIRA NACIONAL DE HAB... card-servico-mais-utilizados.mdc-layout-grid__cell > div.mdc-card > div.card-top > div.mat-tooltip-trigger |
CONSULTAR PRONTUÁRIO DA CARTEIRA NACIONAL DE HA... card-servico-mais-utilizados.mdc-layout-grid__cell > div.mdc-card > div.card-top > div.mat-tooltip-trigger |
PAGAR LICENCIAMENTO COTA ÚNICA - DOCUMENTO DE A... card-servico-mais-utilizados.mdc-layout-grid__cell > div.mdc-card > div.card-top > div.mat-tooltip-trigger |
REGISTRAR MANIFESTAÇÃO IDENTIFICADA card-servico-mais-utilizados.mdc-layout-grid__cell > div.mdc-card > div.card-top > div.mat-tooltip-trigger |
OBTER 1ª VIA DA CARTEIRA DE IDENTIDADE NACIONAL... card-servico-mais-utilizados.mdc-layout-grid__cell > div.mdc-card > div.card-top > div.mat-tooltip-trigger |
SOLICITAR 1ª HABILITAÇÃO - PERMISSÃO PARA DIRIGIR card-servico-mais-utilizados.mdc-layout-grid__cell > div.mdc-card > div.card-top > div.mat-tooltip-trigger |
CONSULTAR LICENCIAMENTO/INFRAÇÕES card-servico-mais-utilizados.mdc-layout-grid__cell > div.mdc-card > div.card-top > div.mat-tooltip-trigger |
SOLICITAR RENOVAÇÃO DA CARTEIRA NACIONAL DE HAB... card-servico-mais-utilizados.mdc-layout-grid__cell > div.mdc-card > div.card-top > div.mat-tooltip-trigger |
OBTER O CERTIFICADO DE REGISTRO E LICENCIAMENTO... card-servico-mais-utilizados.mdc-layout-grid__cell > div.mdc-card > div.card-top > div.mat-tooltip-trigger |
SOLICITAR CONTRACHEQUE PARA SERVIDORES ATIVOS,... card-servico-mais-utilizados.mdc-layout-grid__cell > div.mdc-card > div.card-top > div.mat-tooltip-trigger |
TODOS OS SERVIÇOS div.row > div.col-xs-12 > div.text-right > a.but |
Novos Serviços div.servicos-container > div.row > div.col-xs-12 > h3.titulo |
NOTÍCIAS Assuntos mais buscados div.container > div.row > div.col-xs-12 > h2 |
GOVERNO div.container > div.row > div.col-xs-12 > a.cursor-pointer |
EDUCAÇÃO div.container > div.row > div.col-xs-12 > a.cursor-pointer |
SAÚDE div.container > div.row > div.col-xs-12 > a.cursor-pointer |
SEGURANÇA div.container > div.row > div.col-xs-12 > a.cursor-pointer |
CULTURA div.container > div.row > div.col-xs-12 > a.cursor-pointer |
Governo do Estado anuncia novos investimentos para Itatim e reforça parceria co… div.col-xs-12 > a.item-dest > div.info > a |
Governador Jerônimo Rodrigues recebe prefeito de Mirante e anuncia novos invest… div.col-xs-12 > a.item-dest > div.info > a |
Camaçari sedia 2ª etapa do Circuito Baiano de Skateboard Street 2026 neste fina… div.col-xs-12 > a.item-dest > div.info > a |
Boletim Agropecuário indica que setor impulsionou desempenho do PIB baiano no q… div.col-xs-12 > a.item-dest > div.info > a |
Sefaz-Ba alcança 25 mil processos fiscais eletrônicos div.col-xs-12 > div.item > div.title > a.cursor-pointer |
Seplan leva experiência baiana ao II Congresso do Conseplan, em Brasília div.col-xs-12 > div.item > div.title > a.cursor-pointer |
Bienal 2026: Com recorde de autores independentes, 'Vozes da Bahia' se consolid… div.col-xs-12 > div.item > div.title > a.cursor-pointer |
O que os autos não contam: livro revela histórias da PGE-BA div.col-xs-12 > div.item > div.title > a.cursor-pointer |
MAIS NOTÍCIAS div.row > div.container-secundario > div.col-xs-12 > a.but |
ASSISTA
AOS VÍDEOS div.container > div.row > div.col-xs-12 > h2 |
div.row > div.col-xs-12 > div.video-container > iframe#frame div.row > div.col-xs-12 > div.video-container > iframe#frame |
Vídeo div.row > div.col-xs-12 > div > a.cursor-pointer |
Vídeo div.row > div.col-xs-12 > div > a.cursor-pointer |
Vídeo div.row > div.col-xs-12 > div > a.cursor-pointer |
MAIS VÍDEOS div.container > div.row > div.col-xs-12 > a.but |
LINKS
RÁPIDOS div.container > div.row > div.col-xs-12 > h2 |
OUVIDORIA div.col-xs-12 > div.flex > a.item > span.title |
CONTATOS
ÚTEIS div.row > div.col-xs-12 > div.flex > a.item |
TRANSPARÊNCIA div.col-xs-12 > div.flex > a.item > span.title |
DADOS ABERTOS div.col-xs-12 > div.flex > a.item > span.title |
Brasão do Governo da Bahia. div.row > div.col-xs-12 > div.footer-logo > a |
Páginas mais acessadas div.col-xs-12 > div.row > div.col-xs-12 > div.title |
Notícias div.col-xs-12 > div.row > div.col-xs-6 > a.cursor-pointer |
Diário Oficial div.col-xs-12 > div.row > div.col-xs-6 > a.cursor-pointer |
Governo div.col-xs-12 > div.row > div.col-xs-6 > a.cursor-pointer |
Serviços div.col-xs-12 > div.row > div.col-xs-6 > a.cursor-pointer |
Fotos div.col-xs-12 > div.row > div.col-xs-6 > a.cursor-pointer |
Vídeos div.col-xs-12 > div.row > div.col-xs-6 > a.cursor-pointer |
Área da Imprensa div.col-xs-12 > div.row > div.col-xs-6 > a.cursor-pointer |
RH Bahia div.col-xs-12 > div.row > div.col-xs-6 > a.cursor-pointer |
Mapa do Site div.col-xs-12 > div.row > div.col-xs-6 > a.cursor-pointer |
Disponível no Google Play div.row > div.col-xs-12 > div.app-item > a |
Disponível na APP Store div.row > div.col-xs-12 > div.app-item > a |
> Escolher o site de uma secretaria...
> Saeb - Sec. da Administração
> SEADES … div.col-xs-12 > div.row > div.col-xs-12 > select#selectSecretarias |
These are opportunities to improve keyboard navigation in your application.
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
Users are mistrustful of or confused by sites that request to send notifications without context. Consider tying the request to user gestures instead. Learn more about responsibly getting permission for notifications.
Performance issues directly impact user engagement and conversion rates.
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
div#browser-nocompativel > div.nocompative-box > div > img div#browser-nocompativel > div.nocompative-box > div > img | www.ba.gov.br/assets/img/2023/bagov.png | 97 x 71 (1.37) | 290 x 71 (4.08) |
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
A bad HTTP response code (500) was received when fetching the script. | |
TypeError: Failed to register a ServiceWorker for scope ('https://www.ba.gov.br/') with script ('https://www.ba.gov.br/firebase-messaging-sw.js'): A bad HTTP response code (500) was received when fetching the script. |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
Órgãos do Governo li.nav-item > ul.dropdown-menu > li > a.dropdown-item |
Diário Oficial li.nav-item > ul.dropdown-menu > li > a.dropdown-item |
Ver Municípios li.nav-item > ul.dropdown-menu > li > a.nav-link |
Indicadores li.nav-item > ul.dropdown-menu > li > a.dropdown-item |
Perfil dos Municípios li.nav-item > ul.dropdown-menu > li > a.dropdown-item |
div.topo-side > div.menu-sac > div.menu-hamburger > a.hamburger div.topo-side > div.menu-sac > div.menu-hamburger > a.hamburger |
Esquerda div.row > div.col-xs-12 > div.controls-services > a.cursor-pointer |
Direita div.row > div.col-xs-12 > div.controls-services > a.cursor-pointer |
GOVERNO div.container > div.row > div.col-xs-12 > a.cursor-pointer |
EDUCAÇÃO div.container > div.row > div.col-xs-12 > a.cursor-pointer |
SAÚDE div.container > div.row > div.col-xs-12 > a.cursor-pointer |
SEGURANÇA div.container > div.row > div.col-xs-12 > a.cursor-pointer |
CULTURA div.container > div.row > div.col-xs-12 > a.cursor-pointer |
Vídeo div.row > div.col-xs-12 > div > a.cursor-pointer |
Vídeo div.row > div.col-xs-12 > div > a.cursor-pointer |
Vídeo div.row > div.col-xs-12 > div > a.cursor-pointer |
OUVIDORIA div.row > div.col-xs-12 > div.flex > a.item |
TRANSPARÊNCIA div.row > div.col-xs-12 > div.flex > a.item |
DADOS ABERTOS div.row > div.col-xs-12 > div.flex > a.item |
Diário Oficial div.col-xs-12 > div.row > div.col-xs-6 > a.cursor-pointer |
Governo div.col-xs-12 > div.row > div.col-xs-6 > a.cursor-pointer |
Fotos div.col-xs-12 > div.row > div.col-xs-6 > a.cursor-pointer |
Vídeos div.col-xs-12 > div.row > div.col-xs-6 > a.cursor-pointer |
Área da Imprensa div.col-xs-12 > div.row > div.col-xs-6 > a.cursor-pointer |
RH Bahia div.col-xs-12 > div.row > div.col-xs-6 > a.cursor-pointer |
Icone WhatsApp app-root#init > app-footer > div.whatsapp > a.cursor-pointer |
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Performance issues directly impact user engagement and conversion rates.
To appear in search results, crawlers need access to your app.
Send Feedback