Lighthouse Desktop
· 0 checks — Desktop Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
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
Performance issues directly impact user engagement and conversion rates.
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.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
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.
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.
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 | |
|---|---|---|---|
BANNER PORTAL MEU MUNICÍPIO div.owl-item > div.banner > a > img.banner-desktop | www.rs.gov.br/upload/arquivos/202603/04143012-banner-portal-meu-municipio.png | 253.2 KiB | 239.3 KiB |
GurIA: moça sorridente, pele clara, cabelos lisos pretos, camisa branca e lenço… div.featured-duvidasguria > div.duvidasguria > div.duvidasguria__img > img | www.rs.gov.br/themes/rsgov2025/images/outros/duvida_guria.png | 228.8 KiB | 215.8 KiB |
card jornada do produtor rural div.lista-publicacoes-modular-2__item > figure.lista-publicacoes-modular-2__item__imagem > a > img.img-responsive | www.rs.gov.br/upload/recortes/202503/07111443_12992_MD.png | 187.9 KiB | 176.0 KiB |
card jornada do estudante div.lista-publicacoes-modular-2__item > figure.lista-publicacoes-modular-2__item__imagem > a > img.img-responsive | www.rs.gov.br/upload/recortes/202502/08103350_12408_MD.png | 184.0 KiB | 172.1 KiB |
card jornada do empreendedor div.lista-publicacoes-modular-2__item > figure.lista-publicacoes-modular-2__item__imagem > a > img.img-responsive | www.rs.gov.br/upload/recortes/202502/08103347_12397_MD.png | 155.1 KiB | 143.2 KiB |
Mapa Estratégico 2023-2026: governo do Estado do Rio Grande do Sul div.owl-item > div.banner > a > img.banner-desktop | www.rs.gov.br/upload/arquivos/202305/03093121-banner-mapa-para-capa-rsgov.png | 118.5 KiB | 104.6 KiB |
Tudo Fácil Empresas div.owl-item > div.banner > a > img.banner-desktop | www.rs.gov.br/upload/arquivos/202112/15105030-banner-728x118.png | 72.1 KiB | 58.2 KiB |
Banner Plano Rio Grande div.owl-item > div.banner > a > img.banner-desktop | www.rs.gov.br/upload/arquivos/202505/30174143-prg-728118.png | 61.9 KiB | 48.0 KiB |
Banner delegacia da mulher div.owl-item > div.banner > a > img.banner-desktop | www.rs.gov.br/upload/arquivos/202504/28145929-banner-delegacia-da-mulher.png | 45.5 KiB | 31.6 KiB |
Responda à nossa pesquisa e ajude o rs.gov.br a ficar ainda melhor div.owl-item > div.banner > a > img.banner-desktop | www.rs.gov.br/upload/arquivos/202603/20090446-bn-rsgovsurvey-guria.png | 42.9 KiB | 29.0 KiB |
Tudo Fácil - Central de atendimento do Rio Grande do Sul div.owl-item > div.banner > a > img.banner-desktop | www.rs.gov.br/upload/arquivos/202302/17163245-banner-site-728x118-1.png | 42.5 KiB | 28.6 KiB |
Justiça - Multiportas - Rio Grande do Sul div.owl-item > div.banner > a > img.banner-desktop | /upload/arquivos/202306/30161954-banner-728x118px-multipo... | 41.3 KiB | 27.4 KiB |
Governo do Estado do Rio Grande do Sul. O futuro nos une. div.col-xs-12 > div.selo-governo > a > img.selo-governo--padrao | www.rs.gov.br/matriz_common/images/logos/brasao_RS_contraste.png | 15.2 KiB | 12.4 KiB |
Conteúdo acessível em Libras usando o VLibras Widget com opções dos Avatares Íc… footer.rodape > div.enabled > div.active > img.vp-pop-up | /gh/spbgovbr-vlibras/vlibras-portal@dev/app/assets/access... | 9.7 KiB | 8.8 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
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.
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 |
|---|---|
| www.rs.gov.br/ | 1.7 s |
| www.rs.gov.br/inicial | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
Conteúdo [1] Menu [2] Busca [3] Acessibilidade
Contraste Mapa do site Avali… body#bodyPrincipal > div.wrapper__digitalrs-busca > div#wrapperDigitalRSBusca | 0.713 |
Anterior
Pausar
Próximo div.row > div.col-xs-12 > div.banner-rotativo > div.banner-navigation | 0.031 |
Contraste Mapa do site Avalie-nos div.wrapper__cabecalho__funcionalidades > div.container > div.cabecalho__funcionalidades > ul.cabecalho__funcionalidades__links-extras | 0.006 |
Conteúdo acessível em Libras usando o VLibras Widget com opções dos Avatares Íc… footer.rodape > div.enabled > div.active > img.vp-pop-up | 0.000 |
Conteúdo acessível em Libras usando o VLibras Widget com opções dos Avatares Íc… footer.rodape > div.enabled > div.active > img.vp-pop-up | 0.000 |
Contraste Mapa do site Avalie-nos div.wrapper__cabecalho__funcionalidades > div.container > div.cabecalho__funcionalidades > ul.cabecalho__funcionalidades__links-extras | 0.000 |
Animação circular de um ponteiro de relógio girando indicando carregamento de c… body#bodyPrincipal > matriz-lazy-loader > div > div#spinner | 0.000 |
Contraste Mapa do site Avalie-nos div.wrapper__cabecalho__funcionalidades > div.container > div.cabecalho__funcionalidades > ul.cabecalho__funcionalidades__links-extras | 0.000 |
Conteúdo acessível em Libras usando o VLibras Widget com opções dos Avatares Íc… footer.rodape > div.enabled > div.active > img.vp-pop-up | 0.000 |
Conteúdo acessível em Libras usando o VLibras Widget com opções dos Avatares Íc… footer.rodape > div.enabled > div.active > img.vp-pop-up | 0.000 |
div.input-group > span.input-group-btn > button.btn > span.glyphicon div.input-group > span.input-group-btn > button.btn > span.glyphicon | 0.000 |
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.
Diagnostics
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.rs.gov.br/themes/rsgov2025/css/master.css?2.1.5.157.1+8 | 49.1 KiB | 7.7 KiB |
| www.rs.gov.br/themes/rsgov2025/css/watsonCustomStyle.css?2.1.5.157.1+8 | 5.9 KiB | 2.6 KiB |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /matriz_common/versions/2.1.5/js/jquery/jquery.validate.1... | 11.6 KiB | 5.9 KiB |
| /matriz_common/versions/2.1.5/js/bootstrap/bootstrap-date... | 11.2 KiB | 5.5 KiB |
| /matriz_common/versions/2.1.5/js/procergs/matriz.ui.js?2.... | 12.0 KiB | 4.6 KiB |
| www.rs.gov.br/themes/rsgov2025/js/watsonCustomScript.js?2.1.5.157.1+8 | 12.7 KiB | 4.3 KiB |
| /matriz_common/versions/2.1.5/js/jquery/jquery.validate.1... | 9.7 KiB | 4.0 KiB |
| /matriz_common/versions/2.1.5/js/intersection-observer.js... | 6.2 KiB | 3.4 KiB |
| /matriz_common/versions/2.1.5/js/procergs/matriz.utils.me... | 7.0 KiB | 3.1 KiB |
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 |
|---|---|---|
| /* IBM Fonts */ @font-face { font-display: 'swap'; font-family: 'IBM Plex Mono'; font-style: … | 502.9 KiB | 491.0 KiB |
| www.rs.gov.br/themes/rsgov2025/css/master.css?2.1.5.157.1+8 | 48.9 KiB | 43.6 KiB |
| www.rs.gov.br/themes/rsgov2025/css/bootstrap-matriz.min.css?2.1.5.157.1+8 | 19.5 KiB | 17.8 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.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /versions/8.8.0/WatsonAssistantChatEntry.js | 87.8 KiB | 67.6 KiB |
| www.googletagmanager.com/gtag/js?id=G-J86SLSKSGE | 159.5 KiB | 64.1 KiB |
| unpkg.com/@lottiefiles/dotlottie-wc@0.4.6/dist/chunk-XKGS6HES.js | 49.4 KiB | 46.3 KiB |
| /versions/8.8.0/chat~render-1944ace5.js | 46.3 KiB | 37.1 KiB |
| web-chat.global.assistant.watson.appdomain.cloud/versions/8.8.0/chat~4973.js | 48.3 KiB | 32.0 KiB |
| web-chat.global.assistant.watson.appdomain.cloud/versions/8.8.0/chat~9849.js | 45.9 KiB | 30.4 KiB |
| /versions/8.8.0/chat~bootstrap-fa3fa0d4.js | 40.3 KiB | 25.9 KiB |
| /matriz_common/versions/2.1.5/js/moxie/js/moxie.min.js?2.... | 32.4 KiB | 24.5 KiB |
| web-chat.global.assistant.watson.appdomain.cloud/versions/8.8.0/chat~960.js | 31.3 KiB | 22.5 KiB |
| web-chat.global.assistant.watson.appdomain.cloud/versions/8.8.0/chat~4184.js | 44.6 KiB | 22.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 | 947 ms |
| Other | 481 ms |
| Style & Layout | 380 ms |
| Script Parsing & Compilation | 346 ms |
| Rendering | 87 ms |
| Parse HTML & CSS | 45 ms |
| Garbage Collection | 11 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 | |
|---|---|
GurIA: moça sorridente, pele clara, cabelos lisos pretos, camisa branca e lenço… div.featured-duvidasguria > div.duvidasguria > div.duvidasguria__img > img | www.rs.gov.br/themes/rsgov2025/images/outros/duvida_guria.png |
Responda à nossa pesquisa e ajude o rs.gov.br a ficar ainda melhor div.owl-item > div.banner > a > img.banner-desktop | www.rs.gov.br/upload/arquivos/202603/20090446-bn-rsgovsurvey-guria.png |
Banner Plano Rio Grande div.owl-item > div.banner > a > img.banner-desktop | www.rs.gov.br/upload/arquivos/202505/30174143-prg-728118.png |
BANNER PORTAL MEU MUNICÍPIO div.owl-item > div.banner > a > img.banner-desktop | www.rs.gov.br/upload/arquivos/202603/04143012-banner-portal-meu-municipio.png |
Banner delegacia da mulher div.owl-item > div.banner > a > img.banner-desktop | www.rs.gov.br/upload/arquivos/202504/28145929-banner-delegacia-da-mulher.png |
Tudo Fácil Empresas div.owl-item > div.banner > a > img.banner-desktop | www.rs.gov.br/upload/arquivos/202112/15105030-banner-728x118.png |
Tudo Fácil - Central de atendimento do Rio Grande do Sul div.owl-item > div.banner > a > img.banner-desktop | www.rs.gov.br/upload/arquivos/202302/17163245-banner-site-728x118-1.png |
Justiça - Multiportas - Rio Grande do Sul div.owl-item > div.banner > a > img.banner-desktop | /upload/arquivos/202306/30161954-banner-728x118px-multipo... |
Mapa Estratégico 2023-2026: governo do Estado do Rio Grande do Sul div.owl-item > div.banner > a > img.banner-desktop | www.rs.gov.br/upload/arquivos/202305/03093121-banner-mapa-para-capa-rsgov.png |
card jornada do produtor rural div.lista-publicacoes-modular-2__item > figure.lista-publicacoes-modular-2__item__imagem > a > img.img-responsive | www.rs.gov.br/upload/recortes/202503/07111443_12992_MD.png |
card jornada do estudante div.lista-publicacoes-modular-2__item > figure.lista-publicacoes-modular-2__item__imagem > a > img.img-responsive | www.rs.gov.br/upload/recortes/202502/08103350_12408_MD.png |
card jornada do empreendedor div.lista-publicacoes-modular-2__item > figure.lista-publicacoes-modular-2__item__imagem > a > img.img-responsive | www.rs.gov.br/upload/recortes/202502/08103347_12397_MD.png |
icone div.lista-links-icone__item > div.lista-links-icone__item__corpo > a > img.lista-links-icone__item__imagem | www.rs.gov.br/upload/arquivos/202506/05003148-ico-agendar-atendimento.svg |
icone div.lista-links-icone__item > div.lista-links-icone__item__corpo > a > img.lista-links-icone__item__imagem | www.rs.gov.br/upload/arquivos/202506/05002958-ico-encontrar-servicos.svg |
Governo do Estado do Rio Grande do Sul. O futuro nos une. div.col-xs-12 > div.selo-governo > a > img.selo-governo--padrao | www.rs.gov.br/matriz_common/images/logos/brasao_RS_contraste.png |
icone div.lista-links-icone__item > div.lista-links-icone__item__corpo > a > img.lista-links-icone__item__imagem | www.rs.gov.br/upload/arquivos/202506/05003405-ico-conhecer-aplicativos.svg |
Ilustração de um balão de conversa verde com símbolo de interrogação branco den… a > div.panel-body > div#duvidas > img | www.rs.gov.br/themes/rsgov2025/images/outros/ilustra_duvidas.svg |
Ilustração de um fundo circular verde com letra I branca dentro, indicativa de … a > div.panel-body > div#guia > img | www.rs.gov.br/themes/rsgov2025/images/outros/ilustra_guia.svg |
Ícone Acesso à Informação div.panel-body > div.central-atendimento__item > div.central-atendimento__item__corpo > img.central-atendimento__item__imagem | www.rs.gov.br/themes/rsgov2025/images/outros/SIC.png |
Ícone Denúncia div.panel-body > div.central-atendimento__item > div.central-atendimento__item__corpo > img.central-atendimento__item__imagem | www.rs.gov.br/themes/rsgov2025/images/outros/Denuncia.png |
Ícone Ouvidoria-Geral div.panel-body > div.central-atendimento__item > div.central-atendimento__item__corpo > img.central-atendimento__item__imagem | www.rs.gov.br/themes/rsgov2025/images/outros/Ouvidoria-geral.png |
Ícone Descomplica RS div.panel-body > div.central-atendimento__item > div.central-atendimento__item__corpo > img.central-atendimento__item__imagem | www.rs.gov.br/themes/rsgov2025/images/outros/Descomplica.png |
Animação circular de um ponteiro de relógio girando indicando carregamento de c… matriz-lazy-loader > div > div#spinner > img | www.rs.gov.br/matriz_common/images/loadings/clock.gif |
More information about the performance of your application. These numbers don't directly affect the Performance score.
Accessibility
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.
Navigation
Access keys let users quickly focus a part of the page. For proper navigation, each access key must be unique. Learn more about access keys.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Ir para o conteúdo body#bodyPrincipal > div.sr-only > a |
Ir para o menu body#bodyPrincipal > div.sr-only > a |
Ir para a busca body#bodyPrincipal > div.sr-only > a |
These are opportunities to improve keyboard navigation in your application.
Contrast
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 |
|---|
Atualizado em: 12/2025 div.container > div.row > div.col-xs-12 > div.indicadores__data-atualizacao |
ACEITAR TODOS div#matriz2-cookie-confirmation > div#matriz2-cookie-confirmation-inner > div#matriz2-cookie-confirmation-buttons-area > a#matriz2-cookie-confirmation-button |
ACEITAR NECESSÁRIOS div#matriz2-cookie-confirmation > div#matriz2-cookie-confirmation-inner > div#matriz2-cookie-confirmation-buttons-area > a#matriz2-cookie-confirmation-basic-button |
These are opportunities to improve the legibility of your content.
Best practices
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.
Best Practices
SEO
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.
Crawling and Indexing
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 |
|---|
Contraste div.cabecalho__funcionalidades > ul.cabecalho__funcionalidades__links-extras > li > a |
Contraste div.cabecalho__funcionalidades > ul.cabecalho__funcionalidades__links-extras > li > a |
Serviços
nav#menuPrincipalCollapse > ul.nav > li.dropdown > a.dropdown-toggle |
Canais de Atendimento
… nav#menuPrincipalCollapse > ul.nav > li.dropdown > a.dropdown-toggle |
Mapa Estratégico
… nav#menuPrincipalCollapse > ul.nav > li.dropdown > a.dropdown-toggle |
Tudo Fácil
… nav#menuPrincipalCollapse > ul.nav > li.dropdown > a.dropdown-toggle |
Navegação
nav#menuPrincipalCollapse > ul.nav > li.dropdown > a.dropdown-toggle |
Saiba mais...
… nav#menuPrincipalCollapse > ul.nav > li.dropdown > a.dropdown-toggle |
Transparência
… nav#menuPrincipalCollapse > ul.nav > li.dropdown > a.dropdown-toggle |
Contraste div.cabecalho__funcionalidades__links-extras > ul > li > a |
Contraste div.cabecalho__funcionalidades__links-extras > ul > li > a |
a guria te ajuda div.featured-duvidasguria > div.duvidasguria > div.duvidasguria__info > a.duvidasguria__info__link |
ACEITAR TODOS div#matriz2-cookie-confirmation > div#matriz2-cookie-confirmation-inner > div#matriz2-cookie-confirmation-buttons-area > a#matriz2-cookie-confirmation-button |
ACEITAR NECESSÁRIOS div#matriz2-cookie-confirmation > div#matriz2-cookie-confirmation-inner > div#matriz2-cookie-confirmation-buttons-area > a#matriz2-cookie-confirmation-basic-button |
To appear in search results, crawlers need access to your app.