URL substituted: You submitted https://pr.gov.br but we scanned https://www.pr.gov.br instead — the HTTPS certificate on the submitted hostname didn't cover that name, so we retried on the www. variant
Mobile 375 × 812

Desktop 1440 × 900

Score: 68 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
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.
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 6.2 MB (5.0 MB transferred)
Performance issues directly impact user engagement and conversion rates.
No <main> landmark found
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
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/110010b9-4823-44d0-b9b3-c315f744732c)<a href="https://beavercheck.com/results/110010b9-4823-44d0-b9b3-c315f744732c"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fpr.gov.br" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fpr.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 15.0s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
9 barrier(s) likely increasing bounce by ~32%.
Page takes 15.0s to load
+12% bounceUsers abandon at ~3s — you're 12.5s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 1.8s
+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
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
2 broken link(s) on the page
+3% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
BRL 900 investment → BRL 6.49/month returns + BRL 50,000,000 risk avoided
BRL 900
5h · 5 findings
BRL 6.49 /mo
~BRL 78 / year
BRL 50,000,000
if kept compliant
BRL 270 — 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.
5.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,078 / year if left unfixed
BRL 50,000,000
BRL 6.49 /mo
15818.2 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.
7.16 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
15.00 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.78 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.005
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
12.29 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.
27.24 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.
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 - Você consegue imaginar um estado como este? div.slick__slide > a > div.imagem > img.img-responsive | /sites/default/arquivos_restritos/files/styles/escala_e_c... | 337.4 KiB | 301.2 KiB |
div.slide__caption > div.slide__description > div.video-embed-field-lazy > img.img-responsive div.slide__caption > div.slide__description > div.video-embed-field-lazy > img.img-responsive | /sites/default/arquivos_restritos/files/styles/escala_e_c... | 320.4 KiB | 276.3 KiB |
div.slide__caption > div.slide__description > div.video-embed-field-lazy > img.img-responsive div.slide__caption > div.slide__description > div.video-embed-field-lazy > img.img-responsive | /sites/default/arquivos_restritos/files/styles/escala_e_c... | 292.7 KiB | 248.6 KiB |
Verão Maior Paraná 2024 div.slick__slide > a > div.imagem > img.img-responsive | /sites/default/arquivos_restritos/files/styles/escala_e_c... | 277.2 KiB | 241.0 KiB |
Siga-nos no WhatsApp div.slick__slide > a > div.imagem > img.img-responsive | /sites/default/arquivos_restritos/files/styles/escala_e_c... | 219.8 KiB | 183.6 KiB |
Governo no Telegram div.slick__slide > a > div.imagem > img.img-responsive | /sites/default/arquivos_restritos/files/styles/escala_e_c... | 204.1 KiB | 167.9 KiB |
div.slide__caption > div.slide__description > div.video-embed-field-lazy > img.img-responsive div.slide__caption > div.slide__description > div.video-embed-field-lazy > img.img-responsive | /sites/default/arquivos_restritos/files/styles/escala_e_c... | 200.9 KiB | 156.8 KiB |
Visite o Paraná div.slick__slide > a > div.imagem > img.img-responsive | /sites/default/arquivos_restritos/files/styles/escala_720... | 165.3 KiB | 150.4 KiB |
span.field-content > div.imagem > a.news-image > img.img-responsive span.field-content > div.imagem > a.news-image > img.img-responsive | /sites/default/arquivos_restritos/files/styles/slick_medi... | 189.0 KiB | 148.1 KiB |
div.slide__caption > div.slide__description > div.video-embed-field-lazy > img.img-responsive div.slide__caption > div.slide__description > div.video-embed-field-lazy > img.img-responsive | /sites/default/arquivos_restritos/files/styles/escala_e_c... | 186.6 KiB | 142.5 KiB |
TV Paraná Turismo div.slick__slide > a > div.imagem > img.img-responsive | /sites/default/arquivos_restritos/files/styles/escala_e_c... | 174.5 KiB | 138.3 KiB |
O Paraná é de se apaixonar div.slick__slide > a > div.imagem > img.img-responsive | /sites/default/arquivos_restritos/files/styles/escala_720... | 136.0 KiB | 121.2 KiB |
banner-carteira-do-idoso-mobile div.slick__slide > a > div.imagem > img.img-responsive | /sites/default/arquivos_restritos/files/styles/escala_720... | 129.3 KiB | 114.5 KiB |
#1 Notícia Boa div.slick__slide > a > div.imagem > img.img-responsive | /sites/default/arquivos_restritos/files/styles/escala_720... | 109.5 KiB | 94.6 KiB |
Banner menor IPVA do Brasil - mobile div.slick__slide > a > div.imagem > img.img-responsive | /sites/default/arquivos_restritos/files/styles/escala_720... | 100.7 KiB | 85.8 KiB |
div.slide__caption > div.slide__description > div.video-embed-field-lazy > img.img-responsive div.slide__caption > div.slide__description > div.video-embed-field-lazy > img.img-responsive | /sites/default/arquivos_restritos/files/styles/escala_e_c... | 122.4 KiB | 78.3 KiB |
banner-harpia-480x190 div.slick__slide > a > div.imagem > img.img-responsive | /sites/default/arquivos_restritos/files/styles/escala_720... | 71.4 KiB | 56.5 KiB |
banner_ponte div.slick__slide > a > div.imagem > img.img-responsive | /sites/default/arquivos_restritos/files/styles/escala_720... | 69.3 KiB | 54.4 KiB |
banner-pompidou-mobile div.slick__slide > a > div.imagem > img.img-responsive | /sites/default/arquivos_restritos/files/styles/escala_720... | 67.9 KiB | 53.0 KiB |
FM Paraná Educativa div.slick__slide > a > div.imagem > img.img-responsive | /sites/default/arquivos_restritos/files/styles/escala_e_c... | 87.1 KiB | 50.9 KiB |
Casa Fácil Paraná div.slick__slide > a > div.imagem > img.img-responsive | /sites/default/arquivos_restritos/files/styles/escala_720... | 63.7 KiB | 48.8 KiB |
Asfalto Novo Vida Nova div.slick__slide > a > div.imagem > img.img-responsive | /sites/default/arquivos_restritos/files/styles/escala_720... | 42.6 KiB | 27.7 KiB |
Descrição da imagem de fundo: A imagem está dividida em três partes: à esquerda… div.row > section#main-content > div.row > div.row | web.celepar.pr.gov.br/drupal/images/secc/portal-parana/bg-bloco-busca-pia.jpg | 109.1 KiB | 27.7 KiB |
Banner dengue, faça a sua parte div.slick__slide > a > div.imagem > img.img-responsive | /sites/default/arquivos_restritos/files/styles/escala_720... | 37.1 KiB | 22.2 KiB |
div#inst-bar > div.full-container > div.pull-left > a#btn-acionar-redes div#inst-bar > div.full-container > div.pull-left > a#btn-acionar-redes | web.celepar.pr.gov.br/drupal/instbar/images/pr-gov-br-redes-sociais.png | 10.7 KiB | 8.8 KiB |
Conteúdo acessível em Libras usando o VLibras Widget com opções dos Avatares Íc… div.dialog-off-canvas-main-canvas > div.enabled > div.active > img.vp-pop-up | /gh/spbgovbr-vlibras/vlibras-portal@dev/app/assets/access... | 9.7 KiB | 6.7 KiB |
GOVERNO DO ESTADO DO PARANÁ div.row > div.col-xs-11 > h1.logo > span.logo-image | web.celepar.pr.gov.br/drupal/images/logo_parana_225x66_texto_branco.png | 8.8 KiB | 6.3 KiB |
Governo do Paraná div.full-container > div.pull-left > a.marca-gov-pr > img | web.celepar.pr.gov.br/drupal/instbar/images/pr-gov-br-logo.png | 5.2 KiB | 4.9 KiB |
div.slick__slide > div.slide__thumbnail > picture > img.img-responsive div.slick__slide > div.slide__thumbnail > picture > img.img-responsive | /sites/default/arquivos_restritos/files/styles/escala_e_c... | 6.4 KiB | 4.9 KiB |
div.slick__slide > div.slide__thumbnail > picture > img.img-responsive div.slick__slide > div.slide__thumbnail > picture > img.img-responsive | /sites/default/arquivos_restritos/files/styles/escala_e_c... | 6.0 KiB | 4.5 KiB |
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.
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.
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.
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.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Lists the toplevel main thread tasks that executed during page load.
Performance issues directly impact user engagement and conversion rates.
Collection of useful page vitals.
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.
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 |
|---|---|
| www.pr.gov.br/ | 1.1 s |
| www.parana.pr.gov.br/ | 630 ms |
| www.parana.pr.gov.br/ | 0.0 ms |
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.
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.
Lists the longest tasks on the main thread, useful for identifying worst contributors to input delay. Learn how to avoid long main-thread tasks
Performance issues directly impact user engagement and conversion rates.
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.parana.pr.gov.br/themes/custom/celepar_base_v2/css/styles.css?v=1.1.3 | 142.1 KiB | 128.1 KiB |
| /sites/default/arquivos_restritos/files/css/css_VCUEjoHKY... | 27.0 KiB | 23.3 KiB |
| /sites/default/arquivos_restritos/files/css/css_zgp0R6svq... | 21.0 KiB | 21.0 KiB |
| /sites/default/arquivos_restritos/files/css/css_Z_wCquTz4... | 17.4 KiB | 16.3 KiB |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in a sub frame. | Actionable |
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 |
|---|---|---|
| /sites/default/arquivos_restritos/files/js/js_5wb8VoNGrPm... | 69.3 KiB | 8.7 KiB |
| /sites/default/arquivos_restritos/files/js/js_yCGRZXG1wWe... | 22.6 KiB | 5.9 KiB |
| /sites/default/arquivos_restritos/files/js/js__V5MhHb7zjz... | 9.9 KiB | 5.3 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 |
|---|---|---|
| /sites/default/arquivos_restritos/files/js/js_5wb8VoNGrPm... | 69.3 KiB | 27.2 KiB |
| static.addtoany.com/menu/modules/core.ydpp7jcu.js | 25.7 KiB | 21.0 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 | |
|---|---|
Governo do Paraná div.row > div.col-xs-12 > a.footer-logo-parana > img | web.celepar.pr.gov.br/drupal/images/logo_parana_113x99_texto_branco.png |
div.slick__slide > div.slide__thumbnail > picture > img.img-responsive div.slick__slide > div.slide__thumbnail > picture > img.img-responsive | /sites/default/arquivos_restritos/files/styles/escala_e_c... |
div.slick__slide > div.slide__thumbnail > picture > img.img-responsive div.slick__slide > div.slide__thumbnail > picture > img.img-responsive | /sites/default/arquivos_restritos/files/styles/escala_e_c... |
div.slick__slide > div.slide__thumbnail > picture > img.img-responsive div.slick__slide > div.slide__thumbnail > picture > img.img-responsive | /sites/default/arquivos_restritos/files/styles/escala_e_c... |
div.slick__slide > div.slide__thumbnail > picture > img.img-responsive div.slick__slide > div.slide__thumbnail > picture > img.img-responsive | /sites/default/arquivos_restritos/files/styles/escala_e_c... |
div.slick__slide > div.slide__thumbnail > picture > img.img-responsive div.slick__slide > div.slide__thumbnail > picture > img.img-responsive | /sites/default/arquivos_restritos/files/styles/escala_e_c... |
Desenvolvido pela Celepar div.row > div.col-xs-12 > a.footer-logo-celepar > img | web.celepar.pr.gov.br/drupal/images/logo_celepar_88x28_branco.png |
Governo do Paraná div.full-container > div.pull-left > a.marca-gov-pr > img | web.celepar.pr.gov.br/drupal/instbar/images/pr-gov-br-logo.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.
ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. Learn how to make ARIA dialog elements more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Aviso de Cookies
Este portal utiliza cookies essenciais para garantir seu func… body#home > div#sliding-popup |
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.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.region > section#block-celeparbusca > form#celepar-busca--2 > button#edit-submit--2 div.region > section#block-celeparbusca > form#celepar-busca--2 > button#edit-submit--2 |
div.view-content > div#slick-views-banners-parametrizavel-block-1 > nav.slick__arrow > button.slick-prev div.view-content > div#slick-views-banners-parametrizavel-block-1 > nav.slick__arrow > button.slick-prev |
div.view-content > div#slick-views-banners-parametrizavel-block-1 > nav.slick__arrow > button.slick-next div.view-content > div#slick-views-banners-parametrizavel-block-1 > nav.slick__arrow > button.slick-next |
div.view-content > div#slick-views-noticias-parametrizavel-block-2 > nav.slick__arrow > button.slick-prev div.view-content > div#slick-views-noticias-parametrizavel-block-2 > nav.slick__arrow > button.slick-prev |
div.view-content > div#slick-views-noticias-parametrizavel-block-2 > nav.slick__arrow > button.slick-next div.view-content > div#slick-views-noticias-parametrizavel-block-2 > nav.slick__arrow > button.slick-next |
div.view-content > div#slick-views-banners-parametrizavel-block-3 > nav.slick__arrow > button.slick-prev div.view-content > div#slick-views-banners-parametrizavel-block-3 > nav.slick__arrow > button.slick-prev |
div.view-content > div#slick-views-banners-parametrizavel-block-3 > nav.slick__arrow > button.slick-next div.view-content > div#slick-views-banners-parametrizavel-block-3 > nav.slick__arrow > button.slick-next |
div.view-content > div#slick-views-banners-parametrizavel-block-4 > nav.slick__arrow > button.slick-prev div.view-content > div#slick-views-banners-parametrizavel-block-4 > nav.slick__arrow > button.slick-prev |
div.view-content > div#slick-views-banners-parametrizavel-block-4 > nav.slick__arrow > button.slick-next div.view-content > div#slick-views-banners-parametrizavel-block-4 > nav.slick__arrow > button.slick-next |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#inst-bar > div.full-container > div.pull-left > a#btn-acionar-redes div#inst-bar > div.full-container > div.pull-left > a#btn-acionar-redes |
section#block-celeparheader > div.row > div.col-xs-11 > a#btn-mobile-menu section#block-celeparheader > div.row > div.col-xs-11 > a#btn-mobile-menu |
div.views-field > span.field-content > div.imagem > a.news-image div.views-field > span.field-content > div.imagem > a.news-image |
These are opportunities to improve the semantics of the controls in your application. This 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 |
|---|
Serviços para você! div#bloco-governo-digital > div.container > div.header-bloco-governo-digital > h2 |
MAPA DO SITE ul > li.mapa_do_site > a#opt-site-map > span |
DENUNCIE CORRUPÇÃO ul > li.denuncie_corrupcao > a#opt-denuncie-corrupcao > span |
OUVIDORIA ul > li.ouvidoria > a#opt-ouvidoria > span |
TRANSPARÊNCIA INSTITUCIONAL ul > li.transparencia > a#opt-transparencia > span |
Para mais informações, acesse nossa Política de Privacidade. div.popup-content > div#popup-text > p > a |
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 |
|---|
Governo do Paraná div#inst-bar > div.full-container > div.pull-left > a.marca-gov-pr |
Ir para o conteúdo div.pull-left > ul#accessibility-links > li.opt-content > a |
Ir para a navegação div.pull-left > ul#accessibility-links > li.opt-navigation > a |
Ir para a busca div.pull-left > ul#accessibility-links > li.opt-search > a |
Acessibilidade div.pull-left > ul#accessibility-links > li.opt-accessibility > a.0 |
Mapa do site div.pull-left > ul#accessibility-links > li.opt-site-map > a |
div#inst-bar > div.full-container > div.pull-left > a#btn-acionar-redes div#inst-bar > div.full-container > div.pull-left > a#btn-acionar-redes |
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.slide__content > div.slide__caption > div.slide__description > h4.field-content div.slide__content > div.slide__caption > div.slide__description > h4.field-content |
These are opportunities to improve keyboard navigation in your application.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
These items highlight common accessibility best practices.
All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding mixed content, where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. Learn more about HTTPS.
Performance issues directly impact user engagement and conversion rates.
| Insecure URL | Request Resolution |
|---|---|
| www.parana.pr.gov.br/ | Allowed |
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.slick__slide > div.slide__thumbnail > picture > img.img-responsive div.slick__slide > div.slide__thumbnail > picture > img.img-responsive | /sites/default/arquivos_restritos/files/styles/escala_e_c... | 75 x 65 (1.15) | 143 x 65 (2.20) |
div.slick__slide > div.slide__thumbnail > picture > img.img-responsive div.slick__slide > div.slide__thumbnail > picture > img.img-responsive | /sites/default/arquivos_restritos/files/styles/escala_e_c... | 75 x 65 (1.15) | 143 x 65 (2.20) |
div.slick__slide > div.slide__thumbnail > picture > img.img-responsive div.slick__slide > div.slide__thumbnail > picture > img.img-responsive | /sites/default/arquivos_restritos/files/styles/escala_e_c... | 75 x 65 (1.15) | 143 x 65 (2.20) |
div.slick__slide > div.slide__thumbnail > picture > img.img-responsive div.slick__slide > div.slide__thumbnail > picture > img.img-responsive | /sites/default/arquivos_restritos/files/styles/escala_e_c... | 75 x 65 (1.15) | 143 x 65 (2.20) |
div.slick__slide > div.slide__thumbnail > picture > img.img-responsive div.slick__slide > div.slide__thumbnail > picture > img.img-responsive | /sites/default/arquivos_restritos/files/styles/escala_e_c... | 75 x 65 (1.15) | 143 x 65 (2.20) |
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 | |
|---|---|---|---|---|
Governo do Paraná div.full-container > div.pull-left > a.marca-gov-pr > img | web.celepar.pr.gov.br/drupal/instbar/images/pr-gov-br-logo.png | 78 x 21 | 78 x 21 | 117 x 32 |
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 |
|---|---|
| Unload event listeners are deprecated and will be removed. | /TSPD/0811610d55ab2000a2ee747427e68114ec7d09704819791d3f8... line 182, col 174 |
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 |
|---|---|
/sites/default/arquivos_restritos/files/js/js_5wb8VoNGrPm... line 1, col 31669 | ReferenceError: parentLi is not defined
at HTMLDocument.<anonymous> (https://www.parana.pr.gov.br/sites/default/arquivos_restritos/files/js/js_yCGRZXG1wWe2Lw8Hq4027TLwBPAhhHnfob6fB8YHFcU.js:577:6)
at e (https://www.parana.pr.gov.br/sites/default/arquivos_restritos/files/js/js_5wb8VoNGrPmUQLwWTC5DKjeMjze4ODZaW3PDOJrIu4Y.js:2:30005)
at t (https://www.parana.pr.gov.br/sites/default/arquivos_restritos/files/js/js_5wb8VoNGrPmUQLwWTC5DKjeMjze4ODZaW3PDOJrIu4Y.js:2:30307) |
/sites/default/arquivos_restritos/files/js/js_5wb8VoNGrPm... line 1, col 31669 | TypeError: Failed to execute 'observe' on 'MutationObserver': parameter 1 is not of type 'Node'.
at HTMLDocument.<anonymous> (https://www.parana.pr.gov.br/sites/default/arquivos_restritos/files/js/js_Zfh1_CzfopNMozqe7tMWejjoIg4mQtaVf2YGZzjVaDc.js:395:18)
at e (https://www.parana.pr.gov.br/sites/default/arquivos_restritos/files/js/js_5wb8VoNGrPmUQLwWTC5DKjeMjze4ODZaW3PDOJrIu4Y.js:2:30005)
at t (https://www.parana.pr.gov.br/sites/default/arquivos_restritos/files/js/js_5wb8VoNGrPmUQLwWTC5DKjeMjze4ODZaW3PDOJrIu4Y.js:2:30307) |
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.
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.88 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.94 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
380 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.149
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.66 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.
6.16 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.
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.
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 - Você consegue imaginar um estado como este? div.slick__slide > a > div.imagem > img.img-responsive | /sites/default/arquivos_restritos/files/styles/escala_e_c... | 337.4 KiB | 323.8 KiB |
div.slide__caption > div.slide__description > div.video-embed-field-lazy > img.img-responsive div.slide__caption > div.slide__description > div.video-embed-field-lazy > img.img-responsive | /sites/default/arquivos_restritos/files/styles/escala_e_c... | 320.4 KiB | 270.8 KiB |
Verão Maior Paraná 2024 div.slick__slide > a > div.imagem > img.img-responsive | /sites/default/arquivos_restritos/files/styles/escala_e_c... | 277.2 KiB | 263.6 KiB |
div.slide__caption > div.slide__description > div.video-embed-field-lazy > img.img-responsive div.slide__caption > div.slide__description > div.video-embed-field-lazy > img.img-responsive | /sites/default/arquivos_restritos/files/styles/escala_e_c... | 292.7 KiB | 243.1 KiB |
Siga-nos no WhatsApp div.slick__slide > a > div.imagem > img.img-responsive | /sites/default/arquivos_restritos/files/styles/escala_e_c... | 219.8 KiB | 206.2 KiB |
Governo no Telegram div.slick__slide > a > div.imagem > img.img-responsive | /sites/default/arquivos_restritos/files/styles/escala_e_c... | 204.1 KiB | 190.5 KiB |
TV Paraná Turismo div.slick__slide > a > div.imagem > img.img-responsive | /sites/default/arquivos_restritos/files/styles/escala_e_c... | 174.5 KiB | 160.9 KiB |
div.slide__caption > div.slide__description > div.video-embed-field-lazy > img.img-responsive div.slide__caption > div.slide__description > div.video-embed-field-lazy > img.img-responsive | /sites/default/arquivos_restritos/files/styles/escala_e_c... | 200.9 KiB | 151.3 KiB |
span.field-content > div.imagem > a.news-image > img.img-responsive span.field-content > div.imagem > a.news-image > img.img-responsive | /sites/default/arquivos_restritos/files/styles/slick_medi... | 189.0 KiB | 140.2 KiB |
div.slide__caption > div.slide__description > div.video-embed-field-lazy > img.img-responsive div.slide__caption > div.slide__description > div.video-embed-field-lazy > img.img-responsive | /sites/default/arquivos_restritos/files/styles/escala_e_c... | 186.6 KiB | 137.0 KiB |
banner_ponte div.slick__slide > a > div.imagem > img.img-responsive | /sites/default/arquivos_restritos/files/styles/escala_e_c... | 151.4 KiB | 117.1 KiB |
banner-pompidou div.slick__slide > a > div.imagem > img.img-responsive | /sites/default/arquivos_restritos/files/styles/escala_e_c... | 147.6 KiB | 113.3 KiB |
banner-harpia-1110x190 div.slick__slide > a > div.imagem > img.img-responsive | /sites/default/arquivos_restritos/files/styles/escala_e_c... | 141.1 KiB | 106.8 KiB |
banner viaje paraná div.slick__slide > a > div.imagem > img.img-responsive | /sites/default/arquivos_restritos/files/styles/escala_e_c... | 130.2 KiB | 95.9 KiB |
Asfalto Novo div.slick__slide > a > div.imagem > img.img-responsive | /sites/default/arquivos_restritos/files/styles/escala_e_c... | 113.4 KiB | 79.1 KiB |
Casa Fácil Paraná div.slick__slide > a > div.imagem > img.img-responsive | /sites/default/arquivos_restritos/files/styles/escala_e_c... | 109.4 KiB | 75.1 KiB |
Banner menor IPVA do Brasil - desktop div.slick__slide > a > div.imagem > img.img-responsive | /sites/default/arquivos_restritos/files/styles/escala_e_c... | 108.5 KiB | 74.2 KiB |
FM Paraná Educativa div.slick__slide > a > div.imagem > img.img-responsive | /sites/default/arquivos_restritos/files/styles/escala_e_c... | 87.1 KiB | 73.5 KiB |
div.slide__caption > div.slide__description > div.video-embed-field-lazy > img.img-responsive div.slide__caption > div.slide__description > div.video-embed-field-lazy > img.img-responsive | /sites/default/arquivos_restritos/files/styles/escala_e_c... | 122.4 KiB | 72.8 KiB |
banner-carteira-do-idoso div.slick__slide > a > div.imagem > img.img-responsive | /sites/default/arquivos_restritos/files/styles/escala_e_c... | 86.7 KiB | 52.4 KiB |
Descrição da imagem de fundo: A imagem está dividida em três partes: à esquerda… div.row > section#main-content > div.row > div.row | web.celepar.pr.gov.br/drupal/images/secc/portal-parana/bg-bloco-busca-pia.jpg | 109.1 KiB | 27.7 KiB |
Vimeo div.pull-left > ul#div-header-social > li > a.sgov | web.celepar.pr.gov.br/drupal/instbar/images/pr-gov-br-redes-sociais.png | 10.7 KiB | 8.8 KiB |
Conteúdo acessível em Libras usando o VLibras Widget com opções dos Avatares Íc… div.dialog-off-canvas-main-canvas > div.enabled > div.active > img.vp-pop-up | /gh/spbgovbr-vlibras/vlibras-portal@dev/app/assets/access... | 9.7 KiB | 8.8 KiB |
div.slick__slide > div.slide__thumbnail > picture > img.img-responsive div.slick__slide > div.slide__thumbnail > picture > img.img-responsive | /sites/default/arquivos_restritos/files/styles/escala_e_c... | 10.5 KiB | 7.7 KiB |
GOVERNO DO ESTADO DO PARANÁ div.row > div.col-xs-11 > h1.logo > span.logo-image | web.celepar.pr.gov.br/drupal/images/logo_parana_225x66.png | 10.1 KiB | 7.7 KiB |
div.slick__slide > div.slide__thumbnail > picture > img.img-responsive div.slick__slide > div.slide__thumbnail > picture > img.img-responsive | /sites/default/arquivos_restritos/files/styles/escala_e_c... | 10.5 KiB | 7.7 KiB |
Governo do Paraná div.full-container > div.pull-left > a.marca-gov-pr > img | web.celepar.pr.gov.br/drupal/instbar/images/pr-gov-br-logo.png | 5.2 KiB | 4.9 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.
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.
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.
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.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Lists the toplevel main thread tasks that executed during page load.
Performance issues directly impact user engagement and conversion rates.
Collection of useful page vitals.
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 |
|---|---|
| www.pr.gov.br/ | 607 ms |
| www.parana.pr.gov.br/ | 190 ms |
| www.parana.pr.gov.br/ | 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 |
|---|---|
Descrição da imagem de fundo: A imagem está dividida em três partes: à esquerda… div.row > section#main-content > div.row > div.row | 0.147 |
Conteúdo acessível em Libras usando o VLibras Widget com opções dos Avatares Íc… div#wrapper > div.dialog-off-canvas-main-canvas > div.enabled > div.active | 0.001 |
Órgãos e Entidades
Gestão
Telefones Úteis
Secretarias
DIOE
Legislação… div.region > nav#block-navegacaoprincipal-5 > nav#block-main-menu > ul#main-navigation | 0.000 |
Conteúdo acessível em Libras usando o VLibras Widget com opções dos Avatares Íc… div.dialog-off-canvas-main-canvas > 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… div#wrapper > div.dialog-off-canvas-main-canvas > div.enabled > div.active | 0.000 |
Conteúdo acessível em Libras usando o VLibras Widget com opções dos Avatares Íc… div.dialog-off-canvas-main-canvas > 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… div.dialog-off-canvas-main-canvas > 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… div.dialog-off-canvas-main-canvas > 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… div.dialog-off-canvas-main-canvas > 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… div#wrapper > div.dialog-off-canvas-main-canvas > div.enabled > div.active | 0.000 |
Conteúdo acessível em Libras usando o VLibras Widget com opções dos Avatares Íc… div.dialog-off-canvas-main-canvas > 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… div#wrapper > div.dialog-off-canvas-main-canvas > div.enabled > div.active | 0.000 |
Conteúdo acessível em Libras usando o VLibras Widget com opções dos Avatares Íc… div#wrapper > div.dialog-off-canvas-main-canvas > div.enabled > div.active | 0.000 |
Conteúdo acessível em Libras usando o VLibras Widget com opções dos Avatares Íc… div.dialog-off-canvas-main-canvas > 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… div#wrapper > div.dialog-off-canvas-main-canvas > div.enabled > div.active | 0.000 |
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.
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.
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.
Lists the longest tasks on the main thread, useful for identifying worst contributors to input delay. Learn how to avoid long main-thread tasks
Performance issues directly impact user engagement and conversion rates.
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.parana.pr.gov.br/themes/custom/celepar_base_v2/css/styles.css?v=1.1.3 | 142.1 KiB | 128.6 KiB |
| /sites/default/arquivos_restritos/files/css/css_VCUEjoHKY... | 27.0 KiB | 23.1 KiB |
| /sites/default/arquivos_restritos/files/css/css_zgp0R6svq... | 21.0 KiB | 21.0 KiB |
| /sites/default/arquivos_restritos/files/css/css_Z_wCquTz4... | 17.4 KiB | 16.2 KiB |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in a sub frame. | Actionable |
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 |
|---|---|---|
| www.googletagmanager.com/gtag/js?id=G-7KCVF596QN | 156.8 KiB | 40.7 KiB |
| inline: /*! jQuery v3.5.1 | (c) JS Foundation a… | 219.4 KiB | 27.7 KiB |
| /sites/default/arquivos_restritos/files/js/js_5wb8VoNGrPm... | 69.3 KiB | 8.7 KiB |
| /sites/default/arquivos_restritos/files/js/js_yCGRZXG1wWe... | 22.6 KiB | 5.9 KiB |
| /sites/default/arquivos_restritos/files/js/js__V5MhHb7zjz... | 9.9 KiB | 5.3 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.pr.gov.br/ | 219.4 KiB | 89.1 KiB |
| static.addtoany.com/menu/modules/core.ydpp7jcu.js | 25.7 KiB | 21.0 KiB |
| www.googletagmanager.com/gtag/js?id=G-7KCVF596QN | 29.7 KiB | 20.3 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 | |
|---|---|
div.slick__slide > div.slide__thumbnail > picture > img.img-responsive div.slick__slide > div.slide__thumbnail > picture > img.img-responsive | /sites/default/arquivos_restritos/files/styles/escala_e_c... |
div.slick__slide > div.slide__thumbnail > picture > img.img-responsive div.slick__slide > div.slide__thumbnail > picture > img.img-responsive | /sites/default/arquivos_restritos/files/styles/escala_e_c... |
div.slick__slide > div.slide__thumbnail > picture > img.img-responsive div.slick__slide > div.slide__thumbnail > picture > img.img-responsive | /sites/default/arquivos_restritos/files/styles/escala_e_c... |
div.slick__slide > div.slide__thumbnail > picture > img.img-responsive div.slick__slide > div.slide__thumbnail > picture > img.img-responsive | /sites/default/arquivos_restritos/files/styles/escala_e_c... |
div.slick__slide > div.slide__thumbnail > picture > img.img-responsive div.slick__slide > div.slide__thumbnail > picture > img.img-responsive | /sites/default/arquivos_restritos/files/styles/escala_e_c... |
Governo do Paraná div.row > div.col-xs-12 > a.footer-logo-parana > img | web.celepar.pr.gov.br/drupal/images/logo_parana_113x99_texto_branco.png |
Desenvolvido pela Celepar div.row > div.col-xs-12 > a.footer-logo-celepar > img | web.celepar.pr.gov.br/drupal/images/logo_celepar_88x28_branco.png |
Governo do Paraná div.full-container > div.pull-left > a.marca-gov-pr > img | web.celepar.pr.gov.br/drupal/instbar/images/pr-gov-br-logo.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.
ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. Learn how to make ARIA dialog elements more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Aviso de Cookies
Este portal utiliza cookies essenciais para garantir seu func… body#home > div#sliding-popup |
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.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.region > section#block-celeparbusca > form#celepar-busca--2 > button#edit-submit--2 div.region > section#block-celeparbusca > form#celepar-busca--2 > button#edit-submit--2 |
div.view-content > div#slick-views-banners-parametrizavel-block-1 > nav.slick__arrow > button.slick-prev div.view-content > div#slick-views-banners-parametrizavel-block-1 > nav.slick__arrow > button.slick-prev |
div.view-content > div#slick-views-banners-parametrizavel-block-1 > nav.slick__arrow > button.slick-next div.view-content > div#slick-views-banners-parametrizavel-block-1 > nav.slick__arrow > button.slick-next |
div.view-content > div#slick-views-noticias-parametrizavel-block-2 > nav.slick__arrow > button.slick-prev div.view-content > div#slick-views-noticias-parametrizavel-block-2 > nav.slick__arrow > button.slick-prev |
div.view-content > div#slick-views-noticias-parametrizavel-block-2 > nav.slick__arrow > button.slick-next div.view-content > div#slick-views-noticias-parametrizavel-block-2 > nav.slick__arrow > button.slick-next |
div.view-content > div#slick-views-banners-parametrizavel-block-3 > nav.slick__arrow > button.slick-prev div.view-content > div#slick-views-banners-parametrizavel-block-3 > nav.slick__arrow > button.slick-prev |
div.view-content > div#slick-views-banners-parametrizavel-block-3 > nav.slick__arrow > button.slick-next div.view-content > div#slick-views-banners-parametrizavel-block-3 > nav.slick__arrow > button.slick-next |
div.view-content > div#slick-views-banners-parametrizavel-block-4 > nav.slick__arrow > button.slick-prev div.view-content > div#slick-views-banners-parametrizavel-block-4 > nav.slick__arrow > button.slick-prev |
div.view-content > div#slick-views-banners-parametrizavel-block-4 > nav.slick__arrow > button.slick-next div.view-content > div#slick-views-banners-parametrizavel-block-4 > nav.slick__arrow > button.slick-next |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.views-field > span.field-content > div.imagem > a.news-image div.views-field > span.field-content > div.imagem > a.news-image |
These are opportunities to improve the semantics of the controls in your application. This 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 |
|---|
Serviços para você! div#bloco-governo-digital > div.container > div.header-bloco-governo-digital > h2 |
ENCONTRE AQUI div#bloco-governo-digital > div.container > div.header-bloco-governo-digital > a#opt-tema-encontre-aqui |
Todos os vídeos section#block > div.box-videos > h2.block-title > a |
MAPA DO SITE ul > li.mapa_do_site > a#opt-site-map > span |
DENUNCIE CORRUPÇÃO ul > li.denuncie_corrupcao > a#opt-denuncie-corrupcao > span |
OUVIDORIA ul > li.ouvidoria > a#opt-ouvidoria > span |
TRANSPARÊNCIA INSTITUCIONAL ul > li.transparencia > a#opt-transparencia > span |
Para mais informações, acesse nossa Política de Privacidade. div.popup-content > div#popup-text > p > a |
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 |
|---|
Governo do Paraná div#inst-bar > div.full-container > div.pull-left > a.marca-gov-pr |
Ir para o conteúdo div.pull-left > ul#accessibility-links > li.opt-content > a |
Ir para a navegação div.pull-left > ul#accessibility-links > li.opt-navigation > a |
Ir para a busca div.pull-left > ul#accessibility-links > li.opt-search > a |
Acessibilidade div.pull-left > ul#accessibility-links > li.opt-accessibility > a.0 |
Mapa do site div.pull-left > ul#accessibility-links > li.opt-site-map > a |
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.slide__content > div.slide__caption > div.slide__description > h4.field-content div.slide__content > div.slide__caption > div.slide__description > h4.field-content |
These are opportunities to improve keyboard navigation in your application.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
These items highlight common accessibility best practices.
All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding mixed content, where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. Learn more about HTTPS.
Performance issues directly impact user engagement and conversion rates.
| Insecure URL | Request Resolution |
|---|---|
| www.parana.pr.gov.br/ | Allowed |
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 |
|---|---|
| Unload event listeners are deprecated and will be removed. | /TSPD/0811610d55ab2000a2ee747427e68114ec7d09704819791d3f8... line 182, col 174 |
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 |
|---|---|
/sites/default/arquivos_restritos/files/js/js_5wb8VoNGrPm... line 1, col 31669 | ReferenceError: parentLi is not defined
at HTMLDocument.<anonymous> (https://www.parana.pr.gov.br/sites/default/arquivos_restritos/files/js/js_yCGRZXG1wWe2Lw8Hq4027TLwBPAhhHnfob6fB8YHFcU.js:577:6)
at e (https://www.parana.pr.gov.br/sites/default/arquivos_restritos/files/js/js_5wb8VoNGrPmUQLwWTC5DKjeMjze4ODZaW3PDOJrIu4Y.js:2:30005)
at t (https://www.parana.pr.gov.br/sites/default/arquivos_restritos/files/js/js_5wb8VoNGrPmUQLwWTC5DKjeMjze4ODZaW3PDOJrIu4Y.js:2:30307) |
/sites/default/arquivos_restritos/files/js/js_5wb8VoNGrPm... line 1, col 31669 | TypeError: Failed to execute 'observe' on 'MutationObserver': parameter 1 is not of type 'Node'.
at HTMLDocument.<anonymous> (https://www.parana.pr.gov.br/sites/default/arquivos_restritos/files/js/js_Zfh1_CzfopNMozqe7tMWejjoIg4mQtaVf2YGZzjVaDc.js:395:18)
at e (https://www.parana.pr.gov.br/sites/default/arquivos_restritos/files/js/js_5wb8VoNGrPmUQLwWTC5DKjeMjze4ODZaW3PDOJrIu4Y.js:2:30005)
at t (https://www.parana.pr.gov.br/sites/default/arquivos_restritos/files/js/js_5wb8VoNGrPmUQLwWTC5DKjeMjze4ODZaW3PDOJrIu4Y.js:2:30307) |
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.
Send Feedback