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.
Well-optimized for search — your content is discoverable.
Good server performance with room for optimization.
Several regulatory requirements are not yet met.
Content issues affect how your site appears when shared and indexed.
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.
Cookie 'PHPSESSID' is missing the Secure flag
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 27.6 MB (25.0 MB transferred)
Performance issues directly impact user engagement and conversion rates.
1 image-in-link without alt text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
13 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
58 image(s) missing alt attribute
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/e3cd0600-6d69-489b-b8fe-ee91c6b1b611)<a href="https://beavercheck.com/results/e3cd0600-6d69-489b-b8fe-ee91c6b1b611"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fufsc.br" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fufsc.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.4s 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.
10 barrier(s) likely increasing bounce by ~34%.
Page takes 15.4s to load
+12% bounceUsers abandon at ~3s — you're 12.9s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Mixed content on HTTPS page
+8% bounceBrowsers block insecure subresources — broken images, missing scripts, warning badge
Fix: Change http:// URLs inside the page to https:// (or protocol-relative)
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
Viewport disables user zoom
+2% bounceVisitors with low vision can't read the page — and some jurisdictions treat this as a legal risk
Fix: Remove user-scalable=no; drop maximum-scale if it's below 2
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, …)
13 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
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
5 broken link(s) on the page
+5% 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 1,260 investment → BRL 32/month returns + BRL 50,000,000 risk avoided
BRL 1,260
7h · 5 findings
BRL 32 /mo
~BRL 388 / year
BRL 50,000,000
if kept compliant
BRL 90 — 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.
7.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,699 / month at risk
~BRL 50,000,388 / year if left unfixed
BRL 50,000,000
+1 more
BRL 32 /mo
78717.6 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.
11.87 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
15.38 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.067
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
11.87 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.
15.38 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 | |
|---|---|---|---|
Calendário de Eventos UFSC li > div.textwidget > a > img | ufsc3.paginas.ufsc.br/files/2024/10/01_calendario-de-eventos.png | 783.8 KiB | 752.9 KiB |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | /d/122726-2/Centro de Conviv__ncia __ noite - Foto Henriq... | 578.5 KiB | 571.6 KiB |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | galeria.ufsc.br/d/122734-2/CCE%20-%20Foto%20Henrique%20Almeida.jpg | 557.6 KiB | 550.8 KiB |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | /d/122740-2/Fazenda da Ressacada - Foto __talo Padilha.jpg | 552.2 KiB | 545.3 KiB |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | galeria.ufsc.br/d/126121-2/DSC_0049.jpg | 542.1 KiB | 535.2 KiB |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | /d/122724-2/Pra__a da Cidadania - Foto Henrique Almeida.jpg | 465.4 KiB | 458.6 KiB |
div.pikachoose > div.pika-stage > div.pika-aniwrap > img div.pikachoose > div.pika-stage > div.pika-aniwrap > img | /d/120594-2/Campus 2015 - BU - Foto Henrique Almeida-7.jpg | 496.8 KiB | 455.7 KiB |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | galeria.ufsc.br/d/122732-2/Campus%20Curitibanos%20-%20Foto%20Jair%20Quint.jpg | 450.7 KiB | 443.9 KiB |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | galeria.ufsc.br/d/133084-2/Campus%20Ararangua%20-%20Foto%20Jair%20Quint.jpg | 440.9 KiB | 433.2 KiB |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | /d/122730-2/Biblioteca Universit__ria - Foto Henrique Alm... | 434.2 KiB | 427.4 KiB |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | galeria.ufsc.br/d/133088-2/Campus%20Curitibanos%20%20-%20Foto%20Jair%20Quint.jpg | 408.2 KiB | 401.3 KiB |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | /d/133092-2/Centro de Conviv__ncia - Foto Henrique Almeid... | 404.8 KiB | 398.0 KiB |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | galeria.ufsc.br/d/122738-2/Reitoria%20-%20Foto%20Henrique%20Almeida.jpg | 403.7 KiB | 396.8 KiB |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | galeria.ufsc.br/d/126167-2/Boitat__%20-%20Foto%20Henrique%20Almeida-5.jpg | 385.7 KiB | 378.9 KiB |
ul#pikame > li.jcarousel-item > div.clip > img.active ul#pikame > li.jcarousel-item > div.clip > img.active | /d/120596-2/Nova pista de atletismo - Foto Henrique Almei... | 360.0 KiB | 353.1 KiB |
div.pikachoose > div.pika-stage > a > img div.pikachoose > div.pika-stage > a > img | /d/120588-2/Reflexo na __gua Centro de Eventos - Foto Hen... | 390.2 KiB | 349.1 KiB |
Vestibular e Processos Seletivos de Graduação li > div.textwidget > a > img | ufsc3.paginas.ufsc.br/files/2023/07/banner_vestibular.png | 371.7 KiB | 340.8 KiB |
Pós-Graduação li > div.textwidget > a > img | ufsc3.paginas.ufsc.br/files/2023/07/banner_pos_graduacao.png | 273.5 KiB | 242.6 KiB |
UFSC Sustentável li > div.textwidget > a > img | ufsc3.paginas.ufsc.br/files/2024/10/ufsc-sustentavel.png | 191.1 KiB | 160.2 KiB |
Concursos e Processos Seletivos de Técnicos e Professores li > div.textwidget > a > img | ufsc3.paginas.ufsc.br/files/2023/07/banner_concurso.png | 154.2 KiB | 125.4 KiB |
div#slideshow > div.item > a > img.attachment-larger div#slideshow > div.item > a > img.attachment-larger | /wp-content/blogs.dir/349/files/2026/04/destaque-Amir-e-F... | 164.2 KiB | 122.9 KiB |
z e-MEC ul.xoxo > li > a > img | ufsc.br/files/2022/11/banner_qrcode_mec_ufsc-e1669835446276.png | 52.9 KiB | 43.7 KiB |
Observatório UFSC li > div.textwidget > a > img | ufsc3.paginas.ufsc.br/files/2025/10/03_banner_gestao_observatorio.png | 52.9 KiB | 34.5 KiB |
div#slideshow > div.item > a > img.attachment-larger div#slideshow > div.item > a > img.attachment-larger | /wp-content/blogs.dir/349/files/2026/04/ostras_verdes_des... | 59.8 KiB | 25.4 KiB |
Fala BR: plataforma integrada de Ouvidoria e acesso à informação li > div.textwidget > a > img | noticias.paginas.ufsc.br/files/2025/05/05_banner_gestao_falabr.png | 43.0 KiB | 24.6 KiB |
Cartilha de Transparência da UFSC li > div.textwidget > a > img | ufsc3.paginas.ufsc.br/files/2025/10/02_banner_gestao_transparencia.png | 42.0 KiB | 23.6 KiB |
Bolsas e estágios li > div.textwidget > a > img | noticias.paginas.ufsc.br/files/2025/05/04_banner_gestao_bolsas_estagios.png | 39.7 KiB | 21.3 KiB |
UFSC Antirracista li > div.textwidget > a > img | /files/2022/11/Banner-site-UFSC-Antinazi-Antirracista.png | 26.9 KiB | 21.1 KiB |
div#slideshow > div.item > a > img.attachment-larger div#slideshow > div.item > a > img.attachment-larger | /wp-content/blogs.dir/349/files/2026/04/IMG_0288-1-e17763... | 55.4 KiB | 19.2 KiB |
UFSC contra a Transfobia li > div.textwidget > a > img | /files/2024/01/campanha-contra-transfobia_banners-web_Ban... | 24.7 KiB | 19.0 KiB |
Reitoria UFSC li > div.textwidget > a > img | noticias.paginas.ufsc.br/files/2025/05/01_banner_gestao_reitoria.png | 32.5 KiB | 14.1 KiB |
UFSC 65 anos li > div.textwidget > a > img | ufsc3.paginas.ufsc.br/files/2025/12/ufsc-65-anos-banner-lateral-sites.png | 23.2 KiB | 4.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.
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.
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.
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| ufsc.br/ | 715 ms |
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.
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 |
|---|---|---|
| ufsc.br/wp-content/themes/brasilGov/css/style.css?ver=1768915243 | 77.0 KiB | 16.5 KiB |
| ufsc.br/wp-content/themes/brasilGov/css/mobile.css | 11.9 KiB | 8.4 KiB |
| ufsc.br/wp-content/plugins/youtube-channel-gallery/styles.css?ver=4.7.33 | 21.4 KiB | 4.0 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 |
|---|---|---|
| ufsc.br/wp-includes/js/jquery/jquery-migrate.js?ver=1.4.1 | 22.9 KiB | 8.9 KiB |
| /wp-content/themes/brasilGov/js/pikachoose/lib/jquery.jca... | 19.0 KiB | 3.8 KiB |
| ufsc.br/wp-content/themes/brasilGov/js/ufsc.js?ver=4.7.33 | 6.4 KiB | 2.3 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 |
|---|---|---|
| /wp-content/plugins/all-in-one-event-calendar/public/them... | 260.9 KiB | 260.9 KiB |
| ufsc.br/wp-content/themes/brasilGov/css/style.css?ver=1768915243 | 76.7 KiB | 65.8 KiB |
| ufsc.br/wp-includes/css/dashicons.css?ver=4.7.33 | 47.7 KiB | 47.7 KiB |
| ufsc.br/wp-content/mu-plugins/videojs/video-js.min.css | 17.0 KiB | 17.0 KiB |
| ufsc.br/wp-content/plugins/youtube-channel-gallery/styles.css?ver=4.7.33 | 21.2 KiB | 16.3 KiB |
| ufsc.br/wp-content/themes/brasilGov/css/mobile.css | 11.6 KiB | 10.1 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 |
|---|---|---|
| ufsc.br/wp-content/mu-plugins/videojs/video.min.js | 62.1 KiB | 46.6 KiB |
| ufsc.br/wp-includes/js/jquery/jquery.js?ver=1.12.4 | 94.6 KiB | 31.1 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 the main frame. | Actionable |
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.
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 |
|---|---|---|---|
| ufsc.br/wp-includes/js/jquery/jquery.js?ver=1.12.4 | 2.3 s | 1.3 s | 10 ms |
| ufsc.br/ | 1.9 s | 135 ms | 7.9 ms |
| Unattributable | 1.9 s | 13 ms | 0.0 ms |
| ufsc.br/wp-content/mu-plugins/videojs/video.min.js | 760 ms | 656 ms | 6.1 ms |
| ufsc.br/wp-content/themes/brasilGov/js/modernizr-2.7.min.js?ver=1768915243 | 144 ms | 72 ms | 2.6 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 |
|---|---|
| Other | 2.7 s |
| Script Evaluation | 2.2 s |
| Style & Layout | 1.2 s |
| Rendering | 617 ms |
| Parse HTML & CSS | 185 ms |
| Script Parsing & Compilation | 39 ms |
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 | |
|---|---|
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | galeria.ufsc.br/d/255999-2/Campus%20Blumenau%201350px.jpg |
Calendário de Eventos UFSC li > div.textwidget > a > img | ufsc3.paginas.ufsc.br/files/2024/10/01_calendario-de-eventos.png |
Vestibular e Processos Seletivos de Graduação li > div.textwidget > a > img | ufsc3.paginas.ufsc.br/files/2023/07/banner_vestibular.png |
Pós-Graduação li > div.textwidget > a > img | ufsc3.paginas.ufsc.br/files/2023/07/banner_pos_graduacao.png |
Concursos e Processos Seletivos de Técnicos e Professores li > div.textwidget > a > img | ufsc3.paginas.ufsc.br/files/2023/07/banner_concurso.png |
UFSC Sustentável li > div.textwidget > a > img | ufsc3.paginas.ufsc.br/files/2024/10/ufsc-sustentavel.png |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | galeria.ufsc.br/d/252069-2/IMG_5769_GustavoDiehl%201200px.jpg |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | galeria.ufsc.br/d/251195-2/UFSC%20GustavoDiehl%201000px.jpg |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | galeria.ufsc.br/d/251199-2/IMG_0563%20-%20CFH%20-%20GustavoDiehl_1000px.jpg |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | galeria.ufsc.br/d/251201-2/IMG_0487%20-%20CSE%20-%20GustavoDiehl_1000px.jpg |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | galeria.ufsc.br/d/251203-2/Reitoria_GustavoDiehl_1000px.jpg |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | galeria.ufsc.br/d/251205-2/Reitoria2_GustavoDiehl_1000px.jpg |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | galeria.ufsc.br/d/251254-2/IMG_0197_GustavoDiehl_Florian__polis.jpg |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | /d/251197-2/IMG_0544 - Observat__rio - GustavoDiehl_1000p... |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | galeria.ufsc.br/d/251256-2/IMG_0663%20-%20CCJ%20-%20GustavoDIehl%201000px.jpg |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | galeria.ufsc.br/d/251260-2/IMG_0868_GustavoDiehl%20-Joinville%201000px.jpg |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | galeria.ufsc.br/d/133084-2/Campus%20Ararangua%20-%20Foto%20Jair%20Quint.jpg |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | galeria.ufsc.br/d/251249-2/Campus%20Blumenau%20_reduzida_.jpg |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | /d/251227-2/Laborat__rio Fotovoltaica no Sapiens Park - F... |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | galeria.ufsc.br/d/122732-2/Campus%20Curitibanos%20-%20Foto%20Jair%20Quint.jpg |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | galeria.ufsc.br/d/133088-2/Campus%20Curitibanos%20%20-%20Foto%20Jair%20Quint.jpg |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | /d/152923-2/Inaugura____o do Campus no Perini Business Pa... |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | /d/166945-2/Reitoria iluminada Outubro Rosa - Foto Henriq... |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | galeria.ufsc.br/d/244330-2/IMG_9732%20CCS_GustavoDiehl%20900px.jpg |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | galeria.ufsc.br/d/244509-2/CCB%20%20-%20IMG_9811_GustavoDiehl%20900px.jpg |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | /d/245905-2/MArquE - IMG_0449 foto GustavoDiehl 900px.jpg |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | /d/245907-2/Campus Joinville - 900px IMG_1413_GustavoDieh... |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | galeria.ufsc.br/d/247451-2/Ararangu__%20-%20IMG_2426_GustavoDiehl.jpg |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | /d/255381-2/Fortaleza Ratones - IMG_8218 GustavoDiehl 900... |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | /d/256592-2/Cidade das Abelhas - IMG_9942 - GustavoDiehl ... |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | /d/256594-2/IMG_8005 - Esta____o de Maricultura Elp__dio ... |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | /d/257003-2/Cidade das Abelhas - IMG_9854 - GustavoDiehl ... |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | /d/257039-2/Fazenda Experimental da Ressacada - IMG_1712_... |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | /d/257207-2/Fazenda Experimental da Ressacada - IMG_1754 ... |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | /d/258576-2/Esta____o de Maricultura Elp__dio Beltrame - ... |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | /d/258578-2/Fazenda da Ressacada - IMG_3373 -GustavoDiehl... |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | /d/258580-2/Restaurante Universit__rio - Trindade - IMG... |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | galeria.ufsc.br/d/258582-2/CTC%20-%20IMG_6912%20GustavoDiehl%20900px.jpg |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | /d/258590-2/Acessibilidade - C__o-guia - Campus Joinville... |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | galeria.ufsc.br/d/258603-2/Biblioteca%20315A1208_GustavoDiehl%20900px.jpg |
div.pikachoose > div.pika-stage > a > img div.pikachoose > div.pika-stage > a > img | /d/120596-2/Nova pista de atletismo - Foto Henrique Almei... |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | /d/120588-2/Reflexo na __gua Centro de Eventos - Foto Hen... |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | /d/120594-2/Campus 2015 - BU - Foto Henrique Almeida-7.jpg |
ul#pikame > li.jcarousel-item > div.clip > img.active ul#pikame > li.jcarousel-item > div.clip > img.active | /d/120596-2/Nova pista de atletismo - Foto Henrique Almei... |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | /d/122724-2/Pra__a da Cidadania - Foto Henrique Almeida.jpg |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | /d/122726-2/Centro de Conviv__ncia __ noite - Foto Henriq... |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | /d/122730-2/Biblioteca Universit__ria - Foto Henrique Alm... |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | galeria.ufsc.br/d/122734-2/CCE%20-%20Foto%20Henrique%20Almeida.jpg |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | galeria.ufsc.br/d/122738-2/Reitoria%20-%20Foto%20Henrique%20Almeida.jpg |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | /d/122740-2/Fazenda da Ressacada - Foto __talo Padilha.jpg |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | galeria.ufsc.br/d/126121-2/DSC_0049.jpg |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | galeria.ufsc.br/d/126167-2/Boitat__%20-%20Foto%20Henrique%20Almeida-5.jpg |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | /d/133092-2/Centro de Conviv__ncia - Foto Henrique Almeid... |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | galeria.ufsc.br/d/133096-2/MArque%20-%20Foto%20Henrique%20Almeida.jpg |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | /d/133098-2/Gar__a no Campus Florian__polis - Foto Henriq... |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | /d/133104-2/Templo Ecum__nico - Foto Henrique Almeida.jpg |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | /d/133106-2/Centro Tecnol__gico - Foto Henrique Almeida.jpg |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | /d/243256-2/315A0073_GustavoDiehl_Campus Florian__polis -... |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | /d/243258-2/315A0121_GustavoDiehl_Igrejinha da UFSC - 900... |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | /d/243260-2/315A0145_GustavoDiehl_Centro de Comunica____o... |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | /d/243262-2/315A9972_GustavoDiehl_Departamento de Bot__ni... |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | /d/243264-2/315A9956_GustavoDiehl_Centro de Filosofia e C... |
Consulta informal reitoria li > div.textwidget > a > img | ufsc3.paginas.ufsc.br/files/2026/03/consulta-informal-reitoria_banner-site.png |
Reitoria UFSC li > div.textwidget > a > img | noticias.paginas.ufsc.br/files/2025/05/01_banner_gestao_reitoria.png |
Cartilha de Transparência da UFSC li > div.textwidget > a > img | ufsc3.paginas.ufsc.br/files/2025/10/02_banner_gestao_transparencia.png |
Observatório UFSC li > div.textwidget > a > img | ufsc3.paginas.ufsc.br/files/2025/10/03_banner_gestao_observatorio.png |
Bolsas e estágios li > div.textwidget > a > img | noticias.paginas.ufsc.br/files/2025/05/04_banner_gestao_bolsas_estagios.png |
Fala BR: plataforma integrada de Ouvidoria e acesso à informação li > div.textwidget > a > img | noticias.paginas.ufsc.br/files/2025/05/05_banner_gestao_falabr.png |
UFSC 65 anos li > div.textwidget > a > img | ufsc3.paginas.ufsc.br/files/2025/12/ufsc-65-anos-banner-lateral-sites.png |
z e-MEC ul.xoxo > li > a > img | ufsc.br/files/2022/11/banner_qrcode_mec_ufsc-e1669835446276.png |
Brasão da UFSC: A parte central do brasão é composta por uma flâmula. Ela é azu… div > div#logo > a#portal-logo > img#brasaoUfsc_Header | ufsc.br/wp-content/themes/brasilGov/img/brasao_site_ufsc.svg?ver=1768915243 |
UFSC Antirracista li > div.textwidget > a > img | /files/2022/11/Banner-site-UFSC-Antinazi-Antirracista.png |
UFSC contra a Transfobia li > div.textwidget > a > img | /files/2024/01/campanha-contra-transfobia_banners-web_Ban... |
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.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.pikachoose > div.pika-stage > div.pika-aniwrap > img div.pikachoose > div.pika-stage > div.pika-aniwrap > img |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#ytc-wrapper > div.ytc-pslb > div.embed-responsive > iframe#ytcplayer1 div#ytc-wrapper > div.ytc-pslb > div.embed-responsive > iframe#ytcplayer1 |
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#content > div#slideshow > div.item > a div#content > div#slideshow > div.item > a |
section#home > div.fotos > div.galeria > a#flickr_holder section#home > div.fotos > div.galeria > a#flickr_holder |
div.galeria > div.pikachoose > div.pika-stage > a div.galeria > div.pikachoose > div.pika-stage > a |
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.
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 |
|---|
Safatle: A importância das universidades contra o autoritarismo #shorts #ufsc div.ytc-pslb > div.ytc-row > div.ytc-column > h5.ytctitle |
These are opportunities to improve keyboard navigation in your application.
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.js html.js |
These are opportunities to improve the interpretation of your content by users in different locales.
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Acesso à Informação
Carta de Serviços
Consulta de Processos
Perguntas frequente… body > footer#footer > div.section > li#linkcat-83 |
Redes Sociais
Facebook
Instagram
RSS
Twitter
YouTube body > footer#footer > div.section > li#linkcat-47648 |
UFSC
Concursos
Egressos
Identidade Visual
Notícias
Oportunidades internacionais… body > footer#footer > div.section > li#linkcat-125 |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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 |
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
ENGLISH div > ul#topbar > li > a.language |
ACESSIBILIDADE div > ul#topbar > li > a.accessibility |
ALTO CONTRASTE div > ul#topbar > li > a#contrast |
MAPA DO SITE div > ul#topbar > li > a.accessibility |
Imprensa div#menu-nav > ul > li#menu-link-nav-imprensa > a |
Telefones div#menu-nav > ul > li#menu-link-nav-telefones > a |
Ouvidoria div#menu-nav > ul > li#menu-link-nav-ouvidoria > a |
Acesso à Informação div#menu-nav > ul > li#menu-link-nav-acessoinformacao > a |
Contato div#menu-nav > ul > li#menu-link-nav-contato > a |
Conheça o PIAPE/UFSC div.ytc-row > div.ytc-column > h5.ytctitle > a.ytclink |
UFSC 65 anos div.ytc-row > div.ytc-column > h5.ytctitle > a.ytclink |
Extensão li.clearfix > div.news_categories > span.news_category > a |
Geral li.clearfix > div.news_categories > span.news_category > a |
Geral li.clearfix > div.news_categories > span.news_category > a |
Ensino li.clearfix > div.news_categories > span.news_category > a |
Gestão li.clearfix > div.news_categories > span.news_category > a |
Pesquisa li.clearfix > div.news_categories > span.news_category > a |
Pesquisa li.clearfix > div.news_categories > span.news_category > a |
Pesquisa li.clearfix > div.news_categories > span.news_category > a |
Consulta de Processos li#linkcat-83 > ul.xoxo > li > a |
Perguntas frequentes li#linkcat-83 > ul.xoxo > li > a |
Facebook li#linkcat-47648 > ul.xoxo > li > a |
Instagram li#linkcat-47648 > ul.xoxo > li > a |
Twitter li#linkcat-47648 > ul.xoxo > li > a |
YouTube li#linkcat-47648 > ul.xoxo > li > a |
Concursos li#linkcat-125 > ul.xoxo > li > a |
Egressos li#linkcat-125 > ul.xoxo > li > a |
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.js html.js |
These items highlight common accessibility best practices.
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#slideshow > div.item > a > img.attachment-larger div#slideshow > div.item > a > img.attachment-larger | /wp-content/blogs.dir/349/files/2026/04/ostras_verdes_des... | 365 x 227 (1.61) | 768 x 576 (1.33) |
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. | ufsc.br/wp-content/themes/brasilGov/js/functions.js?ver=4.7.33 line 56, col 16 |
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.
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.pikachoose > div.pika-stage > div.pika-aniwrap > img div.pikachoose > div.pika-stage > div.pika-aniwrap > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
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 |
|---|
div.pikachoose > div.pika-stage > div.pika-imgnav > a.pause div.pikachoose > div.pika-stage > div.pika-imgnav > a.pause |
div.pikachoose > div.pika-stage > div.pika-imgnav > a.previous div.pikachoose > div.pika-stage > div.pika-imgnav > a.previous |
div.pikachoose > div.pika-stage > div.pika-imgnav > a.next div.pikachoose > div.pika-stage > div.pika-imgnav > a.next |
Previous div.pikachoose > div.pika-stage > div.pika-textnav > a.previous |
Next div.pikachoose > div.pika-stage > div.pika-textnav > a.next |
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.
3.24 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.74 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.267
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.80 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.
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.
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 | |
|---|---|---|---|
Calendário de Eventos UFSC li > div.textwidget > a > img | ufsc3.paginas.ufsc.br/files/2024/10/01_calendario-de-eventos.png | 783.8 KiB | 779.2 KiB |
div#slideshow > div.item > a > img.attachment-larger div#slideshow > div.item > a > img.attachment-larger | /wp-content/blogs.dir/349/files/2026/04/IMG_0288-1-e17763... | 769.0 KiB | 738.0 KiB |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | /d/122726-2/Centro de Conviv__ncia __ noite - Foto Henriq... | 578.5 KiB | 576.2 KiB |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | /d/122724-2/Pra__a da Cidadania - Foto Henrique Almeida.jpg | 465.4 KiB | 463.2 KiB |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | galeria.ufsc.br/d/122732-2/Campus%20Curitibanos%20-%20Foto%20Jair%20Quint.jpg | 450.7 KiB | 448.5 KiB |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | /d/122730-2/Biblioteca Universit__ria - Foto Henrique Alm... | 434.2 KiB | 432.0 KiB |
div.pikachoose > div.pika-stage > div.pika-aniwrap > img div.pikachoose > div.pika-stage > div.pika-aniwrap > img | /d/120594-2/Campus 2015 - BU - Foto Henrique Almeida-7.jpg | 496.8 KiB | 409.2 KiB |
Vestibular e Processos Seletivos de Graduação li > div.textwidget > a > img | ufsc3.paginas.ufsc.br/files/2023/07/banner_vestibular.png | 371.7 KiB | 367.1 KiB |
ul#pikame > li.jcarousel-item > div.clip > img.active ul#pikame > li.jcarousel-item > div.clip > img.active | /d/120596-2/Nova pista de atletismo - Foto Henrique Almei... | 360.0 KiB | 357.7 KiB |
div.pikachoose > div.pika-stage > a > img div.pikachoose > div.pika-stage > a > img | /d/120588-2/Reflexo na __gua Centro de Eventos - Foto Hen... | 390.2 KiB | 302.6 KiB |
Pós-Graduação li > div.textwidget > a > img | ufsc3.paginas.ufsc.br/files/2023/07/banner_pos_graduacao.png | 273.5 KiB | 268.9 KiB |
UFSC Sustentável li > div.textwidget > a > img | ufsc3.paginas.ufsc.br/files/2024/10/ufsc-sustentavel.png | 191.1 KiB | 186.5 KiB |
Concursos e Processos Seletivos de Técnicos e Professores li > div.textwidget > a > img | ufsc3.paginas.ufsc.br/files/2023/07/banner_concurso.png | 154.2 KiB | 149.9 KiB |
div#slideshow > div.item > a > img.attachment-larger div#slideshow > div.item > a > img.attachment-larger | /wp-content/blogs.dir/349/files/2026/04/destaque-Amir-e-F... | 164.2 KiB | 107.2 KiB |
Observatório UFSC li > div.textwidget > a > img | ufsc3.paginas.ufsc.br/files/2025/10/03_banner_gestao_observatorio.png | 52.9 KiB | 48.3 KiB |
z e-MEC ul.xoxo > li > a > img | ufsc.br/files/2022/11/banner_qrcode_mec_ufsc-e1669835446276.png | 52.9 KiB | 43.7 KiB |
Fala BR: plataforma integrada de Ouvidoria e acesso à informação li > div.textwidget > a > img | noticias.paginas.ufsc.br/files/2025/05/05_banner_gestao_falabr.png | 43.0 KiB | 38.4 KiB |
Cartilha de Transparência da UFSC li > div.textwidget > a > img | ufsc3.paginas.ufsc.br/files/2025/10/02_banner_gestao_transparencia.png | 42.0 KiB | 37.4 KiB |
Bolsas e estágios li > div.textwidget > a > img | noticias.paginas.ufsc.br/files/2025/05/04_banner_gestao_bolsas_estagios.png | 39.7 KiB | 35.1 KiB |
Reitoria UFSC li > div.textwidget > a > img | noticias.paginas.ufsc.br/files/2025/05/01_banner_gestao_reitoria.png | 32.5 KiB | 27.9 KiB |
UFSC Antirracista li > div.textwidget > a > img | /files/2022/11/Banner-site-UFSC-Antinazi-Antirracista.png | 26.9 KiB | 22.3 KiB |
UFSC contra a Transfobia li > div.textwidget > a > img | /files/2024/01/campanha-contra-transfobia_banners-web_Ban... | 24.7 KiB | 20.1 KiB |
UFSC 65 anos li > div.textwidget > a > img | ufsc3.paginas.ufsc.br/files/2025/12/ufsc-65-anos-banner-lateral-sites.png | 23.2 KiB | 18.6 KiB |
Consulta informal reitoria li > div.textwidget > a > img | ufsc3.paginas.ufsc.br/files/2026/03/consulta-informal-reitoria_banner-site.png | 10.2 KiB | 7.7 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.
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.
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.
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| ufsc.br/ | 655 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 |
|---|---|
Araranguá
Blumenau
Curitibanos
Joinville
INSTITUCIONAL
Apresentação
Mapa da UFS… body > div#wrapper > section.grid | 0.267 |
… div#main_navigation > div#content > div#slideshow > div.item | 0.095 |
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 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 |
|---|---|---|
| /wp-content/plugins/all-in-one-event-calendar/public/them... | 260.9 KiB | 260.9 KiB |
| ufsc.br/wp-content/themes/brasilGov/css/style.css?ver=1768915243 | 76.7 KiB | 64.0 KiB |
| ufsc.br/wp-includes/css/dashicons.css?ver=4.7.33 | 47.7 KiB | 47.7 KiB |
| ufsc.br/wp-content/mu-plugins/videojs/video-js.min.css | 17.0 KiB | 17.0 KiB |
| ufsc.br/wp-content/plugins/youtube-channel-gallery/styles.css?ver=4.7.33 | 21.2 KiB | 15.0 KiB |
| ufsc.br/wp-content/themes/brasilGov/css/mobile.css | 11.6 KiB | 11.6 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 the main frame. | Actionable |
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 |
|---|---|---|
| ufsc.br/wp-content/themes/brasilGov/css/style.css?ver=1768915243 | 77.0 KiB | 16.5 KiB |
| ufsc.br/wp-content/themes/brasilGov/css/mobile.css | 11.9 KiB | 8.4 KiB |
| ufsc.br/wp-content/plugins/youtube-channel-gallery/styles.css?ver=4.7.33 | 21.4 KiB | 4.0 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 |
|---|---|---|
| ufsc.br/wp-includes/js/jquery/jquery-migrate.js?ver=1.4.1 | 22.9 KiB | 8.9 KiB |
| /wp-content/themes/brasilGov/js/pikachoose/lib/jquery.jca... | 19.0 KiB | 3.8 KiB |
| ufsc.br/wp-content/themes/brasilGov/js/ufsc.js?ver=4.7.33 | 6.4 KiB | 2.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 |
|---|---|---|
| ufsc.br/wp-content/mu-plugins/videojs/video.min.js | 62.1 KiB | 46.7 KiB |
| ufsc.br/wp-includes/js/jquery/jquery.js?ver=1.12.4 | 94.6 KiB | 31.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 | |
|---|---|
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | galeria.ufsc.br/d/255999-2/Campus%20Blumenau%201350px.jpg |
Calendário de Eventos UFSC li > div.textwidget > a > img | ufsc3.paginas.ufsc.br/files/2024/10/01_calendario-de-eventos.png |
Vestibular e Processos Seletivos de Graduação li > div.textwidget > a > img | ufsc3.paginas.ufsc.br/files/2023/07/banner_vestibular.png |
Pós-Graduação li > div.textwidget > a > img | ufsc3.paginas.ufsc.br/files/2023/07/banner_pos_graduacao.png |
Concursos e Processos Seletivos de Técnicos e Professores li > div.textwidget > a > img | ufsc3.paginas.ufsc.br/files/2023/07/banner_concurso.png |
UFSC Sustentável li > div.textwidget > a > img | ufsc3.paginas.ufsc.br/files/2024/10/ufsc-sustentavel.png |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | galeria.ufsc.br/d/252069-2/IMG_5769_GustavoDiehl%201200px.jpg |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | galeria.ufsc.br/d/251195-2/UFSC%20GustavoDiehl%201000px.jpg |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | galeria.ufsc.br/d/251199-2/IMG_0563%20-%20CFH%20-%20GustavoDiehl_1000px.jpg |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | galeria.ufsc.br/d/251201-2/IMG_0487%20-%20CSE%20-%20GustavoDiehl_1000px.jpg |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | galeria.ufsc.br/d/251203-2/Reitoria_GustavoDiehl_1000px.jpg |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | galeria.ufsc.br/d/251205-2/Reitoria2_GustavoDiehl_1000px.jpg |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | galeria.ufsc.br/d/251254-2/IMG_0197_GustavoDiehl_Florian__polis.jpg |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | /d/251197-2/IMG_0544 - Observat__rio - GustavoDiehl_1000p... |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | galeria.ufsc.br/d/251256-2/IMG_0663%20-%20CCJ%20-%20GustavoDIehl%201000px.jpg |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | galeria.ufsc.br/d/251260-2/IMG_0868_GustavoDiehl%20-Joinville%201000px.jpg |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | galeria.ufsc.br/d/133084-2/Campus%20Ararangua%20-%20Foto%20Jair%20Quint.jpg |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | galeria.ufsc.br/d/251249-2/Campus%20Blumenau%20_reduzida_.jpg |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | /d/251227-2/Laborat__rio Fotovoltaica no Sapiens Park - F... |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | galeria.ufsc.br/d/122732-2/Campus%20Curitibanos%20-%20Foto%20Jair%20Quint.jpg |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | galeria.ufsc.br/d/133088-2/Campus%20Curitibanos%20%20-%20Foto%20Jair%20Quint.jpg |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | /d/152923-2/Inaugura____o do Campus no Perini Business Pa... |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | /d/166945-2/Reitoria iluminada Outubro Rosa - Foto Henriq... |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | galeria.ufsc.br/d/244330-2/IMG_9732%20CCS_GustavoDiehl%20900px.jpg |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | galeria.ufsc.br/d/244509-2/CCB%20%20-%20IMG_9811_GustavoDiehl%20900px.jpg |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | /d/245905-2/MArquE - IMG_0449 foto GustavoDiehl 900px.jpg |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | /d/245907-2/Campus Joinville - 900px IMG_1413_GustavoDieh... |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | galeria.ufsc.br/d/247451-2/Ararangu__%20-%20IMG_2426_GustavoDiehl.jpg |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | /d/255381-2/Fortaleza Ratones - IMG_8218 GustavoDiehl 900... |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | /d/256592-2/Cidade das Abelhas - IMG_9942 - GustavoDiehl ... |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | /d/256594-2/IMG_8005 - Esta____o de Maricultura Elp__dio ... |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | /d/257003-2/Cidade das Abelhas - IMG_9854 - GustavoDiehl ... |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | /d/257039-2/Fazenda Experimental da Ressacada - IMG_1712_... |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | /d/257207-2/Fazenda Experimental da Ressacada - IMG_1754 ... |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | /d/258576-2/Esta____o de Maricultura Elp__dio Beltrame - ... |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | /d/258578-2/Fazenda da Ressacada - IMG_3373 -GustavoDiehl... |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | /d/258580-2/Restaurante Universit__rio - Trindade - IMG... |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | galeria.ufsc.br/d/258582-2/CTC%20-%20IMG_6912%20GustavoDiehl%20900px.jpg |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | /d/258590-2/Acessibilidade - C__o-guia - Campus Joinville... |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | galeria.ufsc.br/d/258603-2/Biblioteca%20315A1208_GustavoDiehl%20900px.jpg |
div.pikachoose > div.pika-stage > a > img div.pikachoose > div.pika-stage > a > img | /d/120594-2/Campus 2015 - BU - Foto Henrique Almeida-7.jpg |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | /d/120588-2/Reflexo na __gua Centro de Eventos - Foto Hen... |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | /d/120594-2/Campus 2015 - BU - Foto Henrique Almeida-7.jpg |
ul#pikame > li.jcarousel-item > div.clip > img.active ul#pikame > li.jcarousel-item > div.clip > img.active | /d/120596-2/Nova pista de atletismo - Foto Henrique Almei... |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | /d/122724-2/Pra__a da Cidadania - Foto Henrique Almeida.jpg |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | /d/122726-2/Centro de Conviv__ncia __ noite - Foto Henriq... |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | /d/122730-2/Biblioteca Universit__ria - Foto Henrique Alm... |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | galeria.ufsc.br/d/122734-2/CCE%20-%20Foto%20Henrique%20Almeida.jpg |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | galeria.ufsc.br/d/122738-2/Reitoria%20-%20Foto%20Henrique%20Almeida.jpg |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | /d/122740-2/Fazenda da Ressacada - Foto __talo Padilha.jpg |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | galeria.ufsc.br/d/126121-2/DSC_0049.jpg |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | galeria.ufsc.br/d/126167-2/Boitat__%20-%20Foto%20Henrique%20Almeida-5.jpg |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | /d/133092-2/Centro de Conviv__ncia - Foto Henrique Almeid... |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | galeria.ufsc.br/d/133096-2/MArque%20-%20Foto%20Henrique%20Almeida.jpg |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | /d/133098-2/Gar__a no Campus Florian__polis - Foto Henriq... |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | /d/133104-2/Templo Ecum__nico - Foto Henrique Almeida.jpg |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | /d/133106-2/Centro Tecnol__gico - Foto Henrique Almeida.jpg |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | /d/243256-2/315A0073_GustavoDiehl_Campus Florian__polis -... |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | /d/243258-2/315A0121_GustavoDiehl_Igrejinha da UFSC - 900... |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | /d/243260-2/315A0145_GustavoDiehl_Centro de Comunica____o... |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | /d/243262-2/315A9972_GustavoDiehl_Departamento de Bot__ni... |
ul#pikame > li.jcarousel-item > div.clip > img ul#pikame > li.jcarousel-item > div.clip > img | /d/243264-2/315A9956_GustavoDiehl_Centro de Filosofia e C... |
Consulta informal reitoria li > div.textwidget > a > img | ufsc3.paginas.ufsc.br/files/2026/03/consulta-informal-reitoria_banner-site.png |
Reitoria UFSC li > div.textwidget > a > img | noticias.paginas.ufsc.br/files/2025/05/01_banner_gestao_reitoria.png |
Cartilha de Transparência da UFSC li > div.textwidget > a > img | ufsc3.paginas.ufsc.br/files/2025/10/02_banner_gestao_transparencia.png |
Observatório UFSC li > div.textwidget > a > img | ufsc3.paginas.ufsc.br/files/2025/10/03_banner_gestao_observatorio.png |
Bolsas e estágios li > div.textwidget > a > img | noticias.paginas.ufsc.br/files/2025/05/04_banner_gestao_bolsas_estagios.png |
Fala BR: plataforma integrada de Ouvidoria e acesso à informação li > div.textwidget > a > img | noticias.paginas.ufsc.br/files/2025/05/05_banner_gestao_falabr.png |
UFSC 65 anos li > div.textwidget > a > img | ufsc3.paginas.ufsc.br/files/2025/12/ufsc-65-anos-banner-lateral-sites.png |
z e-MEC ul.xoxo > li > a > img | ufsc.br/files/2022/11/banner_qrcode_mec_ufsc-e1669835446276.png |
Brasão da UFSC: A parte central do brasão é composta por uma flâmula. Ela é azu… div > div#logo > a#portal-logo > img#brasaoUfsc_Header | ufsc.br/wp-content/themes/brasilGov/img/brasao_site_ufsc.svg?ver=1768915243 |
UFSC Antirracista li > div.textwidget > a > img | /files/2022/11/Banner-site-UFSC-Antinazi-Antirracista.png |
UFSC contra a Transfobia li > div.textwidget > a > img | /files/2024/01/campanha-contra-transfobia_banners-web_Ban... |
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.
When definition lists are not properly marked up, screen readers may produce confusing or inaccurate output. Learn how to structure definition lists correctly.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Araranguá
Blumenau
Curitibanos
Joinville div#sidebar_left > ul.hide_mobile > li > dl#margin_space |
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Araranguá
Blumenau
Curitibanos
Joinville section#home > div#sidebar_left > ul.hide_mobile > li |
Acesso à Informação
Carta de Serviços
Consulta de Processos
Perguntas frequente… body > footer#footer > div.section > li#linkcat-83 |
Redes Sociais
Facebook
Instagram
RSS
Twitter
YouTube body > footer#footer > div.section > li#linkcat-47648 |
UFSC
Concursos
Egressos
Identidade Visual
Notícias
Oportunidades internacionais… body > footer#footer > div.section > li#linkcat-125 |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#ytc-wrapper > div.ytc-pslb > div.embed-responsive > iframe#ytcplayer1 div#ytc-wrapper > div.ytc-pslb > div.embed-responsive > iframe#ytcplayer1 |
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#content > div#slideshow > div.item > a div#content > div#slideshow > div.item > a |
section#home > div.fotos > div.galeria > a#flickr_holder section#home > div.fotos > div.galeria > a#flickr_holder |
div.galeria > div.pikachoose > div.pika-stage > a div.galeria > div.pikachoose > div.pika-stage > a |
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.
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 |
|---|
Safatle: A importância das universidades contra o autoritarismo #shorts #ufsc div.ytc-pslb > div.ytc-row > div.ytc-column > h5.ytctitle |
These are opportunities to improve keyboard navigation in your application.
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.js html.js |
These are opportunities to improve the interpretation of your content by users in different locales.
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Wordpress body > div#extra-footer > p > a |
These are opportunities to improve the legibility of your content.
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 |
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Conheça o PIAPE/UFSC div.ytc-row > div.ytc-column > h5.ytctitle > a.ytclink |
UFSC 65 anos div.ytc-row > div.ytc-column > h5.ytctitle > a.ytclink |
Consulta de Processos li#linkcat-83 > ul.xoxo > li > a |
Perguntas frequentes li#linkcat-83 > ul.xoxo > li > a |
Facebook li#linkcat-47648 > ul.xoxo > li > a |
Instagram li#linkcat-47648 > ul.xoxo > li > a |
Twitter li#linkcat-47648 > ul.xoxo > li > a |
YouTube li#linkcat-47648 > ul.xoxo > li > a |
Concursos li#linkcat-125 > ul.xoxo > li > a |
Egressos li#linkcat-125 > ul.xoxo > li > a |
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.js html.js |
These items highlight common accessibility best practices.
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#slideshow > div.item > a > img.attachment-larger div#slideshow > div.item > a > img.attachment-larger | /wp-content/blogs.dir/349/files/2026/04/ostras_verdes_des... | 749 x 467 (1.60) | 960 x 720 (1.33) |
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. | ufsc.br/wp-content/themes/brasilGov/js/functions.js?ver=4.7.33 line 56, col 16 |
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.
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
Format your HTML in a way that enables crawlers to better understand your app’s content.
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 |
|---|
div.pikachoose > div.pika-stage > div.pika-imgnav > a.pause div.pikachoose > div.pika-stage > div.pika-imgnav > a.pause |
div.pikachoose > div.pika-stage > div.pika-imgnav > a.previous div.pikachoose > div.pika-stage > div.pika-imgnav > a.previous |
div.pikachoose > div.pika-stage > div.pika-imgnav > a.next div.pikachoose > div.pika-stage > div.pika-imgnav > a.next |
Previous div.pikachoose > div.pika-stage > div.pika-textnav > a.previous |
Next div.pikachoose > div.pika-stage > div.pika-textnav > a.next |
To appear in search results, crawlers need access to your app.
Send Feedback